Max level shown:
1 [ Feb 7 10:06:03 Enabled. ]
2 [ Feb 7 10:06:03 Rereading configuration. ]
3 [ Feb 7 10:06:04 Rereading configuration. ]
4 [ Feb 7 10:06: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 [ Feb 7 10:06:08 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.02.07 10:06:08.751646 [ 1 ] {} <Information> Application: Will watch for the process with pid 24397
29 2025.02.07 10:06:08.752241 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.02.07 10:06:08.967933 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24397
31 2025.02.07 10:06:08.968660 [ 1 ] {} <Information> Application: starting up
32 2025.02.07 10:06:08.969350 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.02.07 10:06:09.054629 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.02.07 10:06:09.085422 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.02.07 10:06:09.085473 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.02.07 10:06:09.085488 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.02.07 10:06:09.085550 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.02.07 10:06:09.085931 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.02.07 10:06:09.087526 [ 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.02.07 10:06:09.088245 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.02.07 10:06:09.088577 [ 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.02.07 10:06:09.088596 [ 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.02.07 10:06:09.088611 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.02.07 10:06:09.088779 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.02.07 10:06:09.089791 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.02.07 10:06:09.094741 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.02.07 10:06:09.095465 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.02.07 10:06:09.096733 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.02.07 10:06:09.096798 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.02.07 10:06:09.098336 [ 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.02.07 10:06:09.098811 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.02.07 10:06:09.103014 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.02.07 10:06:09.103361 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.02.07 10:06:09.104843 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.02.07 10:06:09.105254 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.02.07 10:06:09.105650 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.02.07 10:06:09.106036 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.02.07 10:06:09.107395 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.02.07 10:06:09.107427 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.02.07 10:06:09.107505 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.02.07 10:06:09.107641 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.02.07 10:06:09.116324 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.02.07 10:06:09.116351 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000143073 sec
68 2025.02.07 10:06:09.116394 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.02.07 10:06:09.116410 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.02.07 10:06:09.117492 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.02.07 10:06:09.118504 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.02.07 10:06:09.131969 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.02.07 10:06:09.132014 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.02.07 10:06:09.132037 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.02.07 10:06:09.132051 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.02.07 10:06:09.132082 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.02.07 10:06:09.132104 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.02.07 10:06:09.134709 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.02.07 10:06:09.134755 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.02.07 10:06:09.134778 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.02.07 10:06:09.134962 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.02.07 10:06:09.134983 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.02.07 10:06:09.135018 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.02.07 10:06:09.135039 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.02.07 10:06:09.135052 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.02.07 10:06:09.135082 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.02.07 10:06:09.135102 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.02.07 10:06:09.162307 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.02.07 10:06:09.163632 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.02.07 10:06:09.163663 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0852e-05 sec
91 2025.02.07 10:06:09.163677 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.02.07 10:06:09.163688 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.02.07 10:06:09.163712 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.02.07 10:06:09.163922 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.02.07 10:06:09.163968 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.02.07 10:06:09.163982 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.02.07 10:06:09.163994 [ 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.02.07 10:06:09.164005 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.02.07 10:06:09.181684 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.02.07 10:06:09.181907 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.35 MiB
101 2025.02.07 10:06:09.183117 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.4551e-05 sec.
102 2025.02.07 10:06:09.184317 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.02.07 10:06:09.184411 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.02.07 10:06:09.184429 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.02.07 10:06:09.777813 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37263
106 2025.02.07 10:06:09.778110 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.02.07 10:06:09.778168 [ 3 ] {} <Debug> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Authenticating user 'default' from [fd00:1122:3344:101::d]:37263
108 2025.02.07 10:06:09.778204 [ 3 ] {} <Debug> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.02.07 10:06:09.778228 [ 3 ] {} <Debug> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.02.07 10:06:09.778331 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.02.07 10:06:09.778364 [ 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.02.07 10:06:09.778390 [ 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.02.07 10:06:09.778891 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54645
114 2025.02.07 10:06:09.779039 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.02.07 10:06:09.779091 [ 4 ] {} <Debug> TCP-Session: c66aa87b-4f62-4d65-8a1c-6587aff0e025 Authenticating user 'default' from [fd00:1122:3344:101::d]:54645
116 2025.02.07 10:06:09.779128 [ 4 ] {} <Debug> TCP-Session: c66aa87b-4f62-4d65-8a1c-6587aff0e025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.02.07 10:06:09.779164 [ 4 ] {} <Debug> TCP-Session: c66aa87b-4f62-4d65-8a1c-6587aff0e025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.02.07 10:06:09.779715 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55677
119 2025.02.07 10:06:09.779727 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58797
120 2025.02.07 10:06:09.779811 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2025.02.07 10:06:09.779849 [ 253 ] {} <Debug> TCP-Session: d08e2228-6d8d-433f-ac76-1c3bdb3c736b Authenticating user 'default' from [fd00:1122:3344:101::d]:55677
122 2025.02.07 10:06:09.780361 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2025.02.07 10:06:09.780383 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55118
124 2025.02.07 10:06:09.780415 [ 5 ] {} <Debug> TCP-Session: 7edcbe2e-fbd2-4f5c-b3ad-71c3e30ac846 Authenticating user 'default' from [fd00:1122:3344:101::d]:58797
125 2025.02.07 10:06:09.780384 [ 253 ] {} <Debug> TCP-Session: d08e2228-6d8d-433f-ac76-1c3bdb3c736b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
126 2025.02.07 10:06:09.780452 [ 5 ] {} <Debug> TCP-Session: 7edcbe2e-fbd2-4f5c-b3ad-71c3e30ac846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
127 2025.02.07 10:06:09.780470 [ 253 ] {} <Debug> TCP-Session: d08e2228-6d8d-433f-ac76-1c3bdb3c736b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
128 2025.02.07 10:06:09.781089 [ 5 ] {} <Debug> TCP-Session: 7edcbe2e-fbd2-4f5c-b3ad-71c3e30ac846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
129 2025.02.07 10:06:09.781089 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2025.02.07 10:06:09.781243 [ 254 ] {} <Debug> TCP-Session: bb6b1da4-fe22-4bba-814a-a825c60b901a Authenticating user 'default' from [fd00:1122:3344:101::d]:55118
131 2025.02.07 10:06:09.781247 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39126
132 2025.02.07 10:06:09.781318 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
133 2025.02.07 10:06:09.781341 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57805
134 2025.02.07 10:06:09.781356 [ 254 ] {} <Debug> TCP-Session: bb6b1da4-fe22-4bba-814a-a825c60b901a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.02.07 10:06:09.781563 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2025.02.07 10:06:09.781582 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47415
137 2025.02.07 10:06:09.781587 [ 254 ] {} <Debug> TCP-Session: bb6b1da4-fe22-4bba-814a-a825c60b901a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
138 2025.02.07 10:06:09.781620 [ 255 ] {} <Debug> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Authenticating user 'default' from [fd00:1122:3344:101::d]:39126
139 2025.02.07 10:06:09.781882 [ 255 ] {} <Debug> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2025.02.07 10:06:09.781663 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35903
141 2025.02.07 10:06:09.783555 [ 255 ] {} <Debug> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2025.02.07 10:06:09.783563 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2025.02.07 10:06:09.783556 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
144 2025.02.07 10:06:09.783793 [ 256 ] {} <Debug> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57805
145 2025.02.07 10:06:09.783727 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
146 2025.02.07 10:06:09.783814 [ 257 ] {} <Debug> TCP-Session: f317ede7-3422-4218-8cc9-45bafb015704 Authenticating user 'default' from [fd00:1122:3344:101::d]:47415
147 2025.02.07 10:06:09.783853 [ 256 ] {} <Debug> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
148 2025.02.07 10:06:09.783875 [ 258 ] {} <Debug> TCP-Session: f68d35b7-9e5f-4dbc-b593-68bc4bbbe72a Authenticating user 'default' from [fd00:1122:3344:101::d]:35903
149 2025.02.07 10:06:09.783926 [ 256 ] {} <Debug> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
150 2025.02.07 10:06:09.783934 [ 258 ] {} <Debug> TCP-Session: f68d35b7-9e5f-4dbc-b593-68bc4bbbe72a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
151 2025.02.07 10:06:09.783916 [ 257 ] {} <Debug> TCP-Session: f317ede7-3422-4218-8cc9-45bafb015704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.02.07 10:06:09.784340 [ 258 ] {} <Debug> TCP-Session: f68d35b7-9e5f-4dbc-b593-68bc4bbbe72a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.02.07 10:06:09.784357 [ 257 ] {} <Debug> TCP-Session: f317ede7-3422-4218-8cc9-45bafb015704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.02.07 10:06:09.785134 [ 3 ] {dcfaaa63-3523-49b7-8f1b-84895505cbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2025.02.07 10:06:09.831998 [ 3 ] {dcfaaa63-3523-49b7-8f1b-84895505cbfa} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37263) (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.02.07 10:06:09.833252 [ 3 ] {dcfaaa63-3523-49b7-8f1b-84895505cbfa} <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.02.07 10:06:09.833356 [ 3 ] {dcfaaa63-3523-49b7-8f1b-84895505cbfa} <Debug> TCPHandler: Processed in 0.05431531 sec.
204 2025.02.07 10:06:09.833716 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2025.02.07 10:06:09.833929 [ 255 ] {a970dd4f-02c1-42e3-90e6-d5bbd728537c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2025.02.07 10:06:09.834227 [ 255 ] {a970dd4f-02c1-42e3-90e6-d5bbd728537c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39126) (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.02.07 10:06:09.834354 [ 255 ] {a970dd4f-02c1-42e3-90e6-d5bbd728537c} <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.02.07 10:06:09.834440 [ 255 ] {a970dd4f-02c1-42e3-90e6-d5bbd728537c} <Debug> TCPHandler: Processed in 0.000879688 sec.
255 2025.02.07 10:06:09.834660 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2025.02.07 10:06:09.835800 [ 3 ] {88e688e5-3fd3-4293-a06f-ef493f410d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
257 2025.02.07 10:06:09.835889 [ 3 ] {88e688e5-3fd3-4293-a06f-ef493f410d8c} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
258 2025.02.07 10:06:09.837083 [ 3 ] {88e688e5-3fd3-4293-a06f-ef493f410d8c} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
259 2025.02.07 10:06:09.837106 [ 3 ] {88e688e5-3fd3-4293-a06f-ef493f410d8c} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3351e-05 sec
260 2025.02.07 10:06:09.837119 [ 3 ] {88e688e5-3fd3-4293-a06f-ef493f410d8c} <Trace> ReferentialDeps: No tables
261 2025.02.07 10:06:09.837136 [ 3 ] {88e688e5-3fd3-4293-a06f-ef493f410d8c} <Trace> LoadingDeps: No tables
262 2025.02.07 10:06:09.837162 [ 3 ] {88e688e5-3fd3-4293-a06f-ef493f410d8c} <Information> DatabaseAtomic (oximeter): Starting up tables.
263 2025.02.07 10:06:09.837729 [ 3 ] {88e688e5-3fd3-4293-a06f-ef493f410d8c} <Debug> TCPHandler: Processed in 0.003123693 sec.
264 2025.02.07 10:06:09.837921 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
265 2025.02.07 10:06:09.838088 [ 255 ] {b57fe7bf-e391-4cbe-8dfd-978d321fd0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) /* 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.02.07 10:06:09.838132 [ 255 ] {b57fe7bf-e391-4cbe-8dfd-978d321fd0f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
268 2025.02.07 10:06:09.845609 [ 255 ] {b57fe7bf-e391-4cbe-8dfd-978d321fd0f8} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
269 2025.02.07 10:06:09.846978 [ 255 ] {b57fe7bf-e391-4cbe-8dfd-978d321fd0f8} <Debug> oximeter.version (bb01c6c2-950a-4a2e-9fed-5aab665de033): Loading data parts
270 2025.02.07 10:06:09.847443 [ 255 ] {b57fe7bf-e391-4cbe-8dfd-978d321fd0f8} <Debug> oximeter.version (bb01c6c2-950a-4a2e-9fed-5aab665de033): There are no data parts
271 2025.02.07 10:06:09.849774 [ 255 ] {b57fe7bf-e391-4cbe-8dfd-978d321fd0f8} <Debug> TCPHandler: Processed in 0.011912421 sec.
272 2025.02.07 10:06:09.849958 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
273 2025.02.07 10:06:09.850154 [ 3 ] {c52a543e-a548-43c2-b33c-07c3e931b0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) /* The measurement tables contain all individual samples from each timeseries.
274 *
275 * Each table stores a single datum type, and otherwise contains nearly the same
276 * structure. The primary sorting key is on the timeseries name, key, and then
277 * timestamp, so that all timeseries from the same schema are grouped, followed
278 * by all samples from the same timeseries.
279 *
280 * This reflects that one usually looks up the _key_ in one or more field table,
281 * and then uses that to index quickly into the measurements tables.
282 */
283 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
284 2025.02.07 10:06:09.850212 [ 3 ] {c52a543e-a548-43c2-b33c-07c3e931b0e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
285 2025.02.07 10:06:09.857872 [ 3 ] {c52a543e-a548-43c2-b33c-07c3e931b0e5} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Loading data parts
286 2025.02.07 10:06:09.858083 [ 3 ] {c52a543e-a548-43c2-b33c-07c3e931b0e5} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): There are no data parts
287 2025.02.07 10:06:09.859278 [ 3 ] {c52a543e-a548-43c2-b33c-07c3e931b0e5} <Debug> TCPHandler: Processed in 0.00937368 sec.
288 2025.02.07 10:06:09.859469 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
289 2025.02.07 10:06:09.859673 [ 255 ] {9c473e0b-ca84-475d-a422-701b0a24f13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
290 2025.02.07 10:06:09.859726 [ 255 ] {9c473e0b-ca84-475d-a422-701b0a24f13b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
291 2025.02.07 10:06:09.861689 [ 255 ] {9c473e0b-ca84-475d-a422-701b0a24f13b} <Debug> oximeter.measurements_i8 (4951d52c-14bb-49b1-bdd3-8b932ac005c3): Loading data parts
292 2025.02.07 10:06:09.861930 [ 255 ] {9c473e0b-ca84-475d-a422-701b0a24f13b} <Debug> oximeter.measurements_i8 (4951d52c-14bb-49b1-bdd3-8b932ac005c3): There are no data parts
293 2025.02.07 10:06:09.863092 [ 255 ] {9c473e0b-ca84-475d-a422-701b0a24f13b} <Debug> TCPHandler: Processed in 0.003677684 sec.
294 2025.02.07 10:06:09.863291 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
295 2025.02.07 10:06:09.863524 [ 3 ] {bd9a7f8d-4804-4c10-b849-60978d2ebb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
296 2025.02.07 10:06:09.863590 [ 3 ] {bd9a7f8d-4804-4c10-b849-60978d2ebb17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
297 2025.02.07 10:06:09.865615 [ 3 ] {bd9a7f8d-4804-4c10-b849-60978d2ebb17} <Debug> oximeter.measurements_u8 (887f1d82-917d-4daa-8f09-6ed553bbe316): Loading data parts
298 2025.02.07 10:06:09.865807 [ 3 ] {bd9a7f8d-4804-4c10-b849-60978d2ebb17} <Debug> oximeter.measurements_u8 (887f1d82-917d-4daa-8f09-6ed553bbe316): There are no data parts
299 2025.02.07 10:06:09.866992 [ 3 ] {bd9a7f8d-4804-4c10-b849-60978d2ebb17} <Debug> TCPHandler: Processed in 0.003766846 sec.
300 2025.02.07 10:06:09.867173 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
301 2025.02.07 10:06:09.867418 [ 255 ] {ec1daf7a-0b4c-48ba-bd65-656f8f6c1bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
302 2025.02.07 10:06:09.867482 [ 255 ] {ec1daf7a-0b4c-48ba-bd65-656f8f6c1bee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
303 2025.02.07 10:06:09.869550 [ 255 ] {ec1daf7a-0b4c-48ba-bd65-656f8f6c1bee} <Debug> oximeter.measurements_i16 (72745248-be13-4a68-a84d-c96b1d5ceb3d): Loading data parts
304 2025.02.07 10:06:09.869690 [ 255 ] {ec1daf7a-0b4c-48ba-bd65-656f8f6c1bee} <Debug> oximeter.measurements_i16 (72745248-be13-4a68-a84d-c96b1d5ceb3d): There are no data parts
305 2025.02.07 10:06:09.870893 [ 255 ] {ec1daf7a-0b4c-48ba-bd65-656f8f6c1bee} <Debug> TCPHandler: Processed in 0.003781627 sec.
306 2025.02.07 10:06:09.871080 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
307 2025.02.07 10:06:09.871270 [ 3 ] {667d5df1-6ff3-4294-acad-c028a2bc6e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
308 2025.02.07 10:06:09.871326 [ 3 ] {667d5df1-6ff3-4294-acad-c028a2bc6e22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
309 2025.02.07 10:06:09.872967 [ 3 ] {667d5df1-6ff3-4294-acad-c028a2bc6e22} <Debug> oximeter.measurements_u16 (0eeebcb7-90a8-4051-b326-39a18f47083b): Loading data parts
310 2025.02.07 10:06:09.873112 [ 3 ] {667d5df1-6ff3-4294-acad-c028a2bc6e22} <Debug> oximeter.measurements_u16 (0eeebcb7-90a8-4051-b326-39a18f47083b): There are no data parts
311 2025.02.07 10:06:09.874242 [ 3 ] {667d5df1-6ff3-4294-acad-c028a2bc6e22} <Debug> TCPHandler: Processed in 0.003214895 sec.
312 2025.02.07 10:06:09.874414 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
313 2025.02.07 10:06:09.874627 [ 255 ] {19c43f98-3c27-412c-bbf3-2e26a607cadb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
314 2025.02.07 10:06:09.874683 [ 255 ] {19c43f98-3c27-412c-bbf3-2e26a607cadb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
315 2025.02.07 10:06:09.876364 [ 255 ] {19c43f98-3c27-412c-bbf3-2e26a607cadb} <Debug> oximeter.measurements_i32 (82b7013f-19a6-457e-b276-2123492dce14): Loading data parts
316 2025.02.07 10:06:09.876512 [ 255 ] {19c43f98-3c27-412c-bbf3-2e26a607cadb} <Debug> oximeter.measurements_i32 (82b7013f-19a6-457e-b276-2123492dce14): There are no data parts
317 2025.02.07 10:06:09.877796 [ 255 ] {19c43f98-3c27-412c-bbf3-2e26a607cadb} <Debug> TCPHandler: Processed in 0.003435579 sec.
318 2025.02.07 10:06:09.877997 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2025.02.07 10:06:09.878236 [ 3 ] {7f11e4ee-1522-41f6-bbc6-42603bd8c804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
320 2025.02.07 10:06:09.878306 [ 3 ] {7f11e4ee-1522-41f6-bbc6-42603bd8c804} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
321 2025.02.07 10:06:09.880470 [ 3 ] {7f11e4ee-1522-41f6-bbc6-42603bd8c804} <Debug> oximeter.measurements_u32 (7f8f10a3-cdb2-4827-9b58-e9a89ff20252): Loading data parts
322 2025.02.07 10:06:09.880631 [ 3 ] {7f11e4ee-1522-41f6-bbc6-42603bd8c804} <Debug> oximeter.measurements_u32 (7f8f10a3-cdb2-4827-9b58-e9a89ff20252): There are no data parts
323 2025.02.07 10:06:09.881876 [ 3 ] {7f11e4ee-1522-41f6-bbc6-42603bd8c804} <Debug> TCPHandler: Processed in 0.00394404 sec.
324 2025.02.07 10:06:09.882050 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
325 2025.02.07 10:06:09.882257 [ 255 ] {684fc12a-274d-4912-b082-dcfe50bc1b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
326 2025.02.07 10:06:09.882304 [ 255 ] {684fc12a-274d-4912-b082-dcfe50bc1b63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
327 2025.02.07 10:06:09.884270 [ 255 ] {684fc12a-274d-4912-b082-dcfe50bc1b63} <Debug> oximeter.measurements_i64 (7fcc0b29-326f-403c-8f61-10d7cbba0953): Loading data parts
328 2025.02.07 10:06:09.884411 [ 255 ] {684fc12a-274d-4912-b082-dcfe50bc1b63} <Debug> oximeter.measurements_i64 (7fcc0b29-326f-403c-8f61-10d7cbba0953): There are no data parts
329 2025.02.07 10:06:09.885557 [ 255 ] {684fc12a-274d-4912-b082-dcfe50bc1b63} <Debug> TCPHandler: Processed in 0.003560073 sec.
330 2025.02.07 10:06:09.885752 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
331 2025.02.07 10:06:09.885950 [ 3 ] {78afafb7-e968-48a8-98ea-fac64d244542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
332 2025.02.07 10:06:09.886012 [ 3 ] {78afafb7-e968-48a8-98ea-fac64d244542} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
333 2025.02.07 10:06:09.887739 [ 3 ] {78afafb7-e968-48a8-98ea-fac64d244542} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Loading data parts
334 2025.02.07 10:06:09.887902 [ 3 ] {78afafb7-e968-48a8-98ea-fac64d244542} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): There are no data parts
335 2025.02.07 10:06:09.889075 [ 3 ] {78afafb7-e968-48a8-98ea-fac64d244542} <Debug> TCPHandler: Processed in 0.003379889 sec.
336 2025.02.07 10:06:09.889275 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
337 2025.02.07 10:06:09.889530 [ 255 ] {e6e66ef3-bf82-428f-8f0c-53afdd3b176d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
338 2025.02.07 10:06:09.889587 [ 255 ] {e6e66ef3-bf82-428f-8f0c-53afdd3b176d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
339 2025.02.07 10:06:09.891399 [ 255 ] {e6e66ef3-bf82-428f-8f0c-53afdd3b176d} <Debug> oximeter.measurements_f32 (111af2d9-d2cc-412e-8821-d5fd8ef4bde9): Loading data parts
340 2025.02.07 10:06:09.891533 [ 255 ] {e6e66ef3-bf82-428f-8f0c-53afdd3b176d} <Debug> oximeter.measurements_f32 (111af2d9-d2cc-412e-8821-d5fd8ef4bde9): There are no data parts
341 2025.02.07 10:06:09.892757 [ 255 ] {e6e66ef3-bf82-428f-8f0c-53afdd3b176d} <Debug> TCPHandler: Processed in 0.003549341 sec.
342 2025.02.07 10:06:09.892947 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2025.02.07 10:06:09.893136 [ 3 ] {b2a24cdd-3e69-4bd7-9bf8-be6fa4045583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
344 2025.02.07 10:06:09.893192 [ 3 ] {b2a24cdd-3e69-4bd7-9bf8-be6fa4045583} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
345 2025.02.07 10:06:09.894890 [ 3 ] {b2a24cdd-3e69-4bd7-9bf8-be6fa4045583} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Loading data parts
346 2025.02.07 10:06:09.895021 [ 3 ] {b2a24cdd-3e69-4bd7-9bf8-be6fa4045583} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): There are no data parts
347 2025.02.07 10:06:09.896135 [ 3 ] {b2a24cdd-3e69-4bd7-9bf8-be6fa4045583} <Debug> TCPHandler: Processed in 0.003245136 sec.
348 2025.02.07 10:06:09.896309 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
349 2025.02.07 10:06:09.896505 [ 255 ] {d76c5fff-4f49-4902-bdf8-6bd7252dc3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
350 2025.02.07 10:06:09.896555 [ 255 ] {d76c5fff-4f49-4902-bdf8-6bd7252dc3ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
351 2025.02.07 10:06:09.898239 [ 255 ] {d76c5fff-4f49-4902-bdf8-6bd7252dc3ec} <Debug> oximeter.measurements_string (e14e1724-ffc1-4771-8519-7923e9e11541): Loading data parts
352 2025.02.07 10:06:09.898358 [ 255 ] {d76c5fff-4f49-4902-bdf8-6bd7252dc3ec} <Debug> oximeter.measurements_string (e14e1724-ffc1-4771-8519-7923e9e11541): There are no data parts
353 2025.02.07 10:06:09.899579 [ 255 ] {d76c5fff-4f49-4902-bdf8-6bd7252dc3ec} <Debug> TCPHandler: Processed in 0.003323777 sec.
354 2025.02.07 10:06:09.899777 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
355 2025.02.07 10:06:09.899990 [ 3 ] {0590a4dd-1d16-4dc2-99fd-61ee52c35aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
356 * NOTE: Right now we can't unambiguously record a nullable byte array.
357 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
358 * a string isn't palatable for a few reasons.
359 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
360 * details.
361 */
362 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
363 2025.02.07 10:06:09.900052 [ 3 ] {0590a4dd-1d16-4dc2-99fd-61ee52c35aa3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
364 2025.02.07 10:06:09.901699 [ 3 ] {0590a4dd-1d16-4dc2-99fd-61ee52c35aa3} <Debug> oximeter.measurements_bytes (ad8ecee9-0070-49a6-bf88-018a3a88035d): Loading data parts
365 2025.02.07 10:06:09.901821 [ 3 ] {0590a4dd-1d16-4dc2-99fd-61ee52c35aa3} <Debug> oximeter.measurements_bytes (ad8ecee9-0070-49a6-bf88-018a3a88035d): There are no data parts
366 2025.02.07 10:06:09.902887 [ 3 ] {0590a4dd-1d16-4dc2-99fd-61ee52c35aa3} <Debug> TCPHandler: Processed in 0.003174274 sec.
367 2025.02.07 10:06:09.903080 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
368 2025.02.07 10:06:09.903324 [ 255 ] {a74e5105-72d1-415f-9265-e991221dd532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
369 2025.02.07 10:06:09.903397 [ 255 ] {a74e5105-72d1-415f-9265-e991221dd532} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
370 2025.02.07 10:06:09.905224 [ 255 ] {a74e5105-72d1-415f-9265-e991221dd532} <Debug> oximeter.measurements_cumulativei64 (4c80bd4b-9213-418b-8d00-f4dfeecbdfa5): Loading data parts
371 2025.02.07 10:06:09.905401 [ 255 ] {a74e5105-72d1-415f-9265-e991221dd532} <Debug> oximeter.measurements_cumulativei64 (4c80bd4b-9213-418b-8d00-f4dfeecbdfa5): There are no data parts
372 2025.02.07 10:06:09.906555 [ 255 ] {a74e5105-72d1-415f-9265-e991221dd532} <Debug> TCPHandler: Processed in 0.003543181 sec.
373 2025.02.07 10:06:09.906747 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
374 2025.02.07 10:06:09.907005 [ 3 ] {3167cc62-d0d7-4da5-8851-01624dbd3c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
375 2025.02.07 10:06:09.907073 [ 3 ] {3167cc62-d0d7-4da5-8851-01624dbd3c2f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
376 2025.02.07 10:06:09.908962 [ 3 ] {3167cc62-d0d7-4da5-8851-01624dbd3c2f} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Loading data parts
377 2025.02.07 10:06:09.909081 [ 3 ] {3167cc62-d0d7-4da5-8851-01624dbd3c2f} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): There are no data parts
378 2025.02.07 10:06:09.910396 [ 3 ] {3167cc62-d0d7-4da5-8851-01624dbd3c2f} <Debug> TCPHandler: Processed in 0.003709955 sec.
379 2025.02.07 10:06:09.910565 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
380 2025.02.07 10:06:09.910768 [ 255 ] {fa947ca7-0047-48cd-9aea-b13fcecd4998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
381 2025.02.07 10:06:09.910827 [ 255 ] {fa947ca7-0047-48cd-9aea-b13fcecd4998} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
382 2025.02.07 10:06:09.912679 [ 255 ] {fa947ca7-0047-48cd-9aea-b13fcecd4998} <Debug> oximeter.measurements_cumulativef32 (82c317ef-a579-4c0d-a3a2-b20c86344bbb): Loading data parts
383 2025.02.07 10:06:09.912809 [ 255 ] {fa947ca7-0047-48cd-9aea-b13fcecd4998} <Debug> oximeter.measurements_cumulativef32 (82c317ef-a579-4c0d-a3a2-b20c86344bbb): There are no data parts
384 2025.02.07 10:06:09.913996 [ 255 ] {fa947ca7-0047-48cd-9aea-b13fcecd4998} <Debug> TCPHandler: Processed in 0.00348298 sec.
385 2025.02.07 10:06:09.914199 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2025.02.07 10:06:09.914450 [ 3 ] {055b02c8-8c95-4761-a6e4-4cc8daf24154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
387 2025.02.07 10:06:09.914525 [ 3 ] {055b02c8-8c95-4761-a6e4-4cc8daf24154} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
388 2025.02.07 10:06:09.916364 [ 3 ] {055b02c8-8c95-4761-a6e4-4cc8daf24154} <Debug> oximeter.measurements_cumulativef64 (d99a4423-461e-404a-a1af-bd20e91fa1dd): Loading data parts
389 2025.02.07 10:06:09.916498 [ 3 ] {055b02c8-8c95-4761-a6e4-4cc8daf24154} <Debug> oximeter.measurements_cumulativef64 (d99a4423-461e-404a-a1af-bd20e91fa1dd): There are no data parts
390 2025.02.07 10:06:09.917652 [ 3 ] {055b02c8-8c95-4761-a6e4-4cc8daf24154} <Debug> TCPHandler: Processed in 0.003521471 sec.
391 2025.02.07 10:06:09.917840 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
392 2025.02.07 10:06:09.918138 [ 255 ] {520bafbf-da99-441e-9f0d-f829e8573ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
393 * NOTE: Array types cannot be Nullable, see
394 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
395 * for more details.
396 *
397 * This means we need to use empty arrays to indicate a missing value. This
398 * is unfortunate, and at this point relies on the fact that an
399 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
400 * to figure out another way to represent missing samples here.
401 */
402 bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
403 2025.02.07 10:06:09.918208 [ 255 ] {520bafbf-da99-441e-9f0d-f829e8573ebc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
404 2025.02.07 10:06:09.920204 [ 255 ] {520bafbf-da99-441e-9f0d-f829e8573ebc} <Debug> oximeter.measurements_histogrami8 (ef4cd8b2-90e9-482a-9798-93da543165ca): Loading data parts
405 2025.02.07 10:06:09.920347 [ 255 ] {520bafbf-da99-441e-9f0d-f829e8573ebc} <Debug> oximeter.measurements_histogrami8 (ef4cd8b2-90e9-482a-9798-93da543165ca): There are no data parts
406 2025.02.07 10:06:09.921551 [ 255 ] {520bafbf-da99-441e-9f0d-f829e8573ebc} <Debug> TCPHandler: Processed in 0.003775096 sec.
407 2025.02.07 10:06:09.921746 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
408 2025.02.07 10:06:09.922013 [ 3 ] {ffa5aca7-0c1b-4919-bc90-d7fc4321db89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
409 2025.02.07 10:06:09.922085 [ 3 ] {ffa5aca7-0c1b-4919-bc90-d7fc4321db89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
410 2025.02.07 10:06:09.924413 [ 3 ] {ffa5aca7-0c1b-4919-bc90-d7fc4321db89} <Debug> oximeter.measurements_histogramu8 (81fff53a-b3b8-4477-bc97-ddd3f3756a7c): Loading data parts
411 2025.02.07 10:06:09.924573 [ 3 ] {ffa5aca7-0c1b-4919-bc90-d7fc4321db89} <Debug> oximeter.measurements_histogramu8 (81fff53a-b3b8-4477-bc97-ddd3f3756a7c): There are no data parts
412 2025.02.07 10:06:09.925796 [ 3 ] {ffa5aca7-0c1b-4919-bc90-d7fc4321db89} <Debug> TCPHandler: Processed in 0.004105733 sec.
413 2025.02.07 10:06:09.925985 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2025.02.07 10:06:09.926326 [ 255 ] {2bc1b6ba-ed66-4e82-a6ea-d528a5a1db7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
415 2025.02.07 10:06:09.926404 [ 255 ] {2bc1b6ba-ed66-4e82-a6ea-d528a5a1db7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
416 2025.02.07 10:06:09.928516 [ 255 ] {2bc1b6ba-ed66-4e82-a6ea-d528a5a1db7e} <Debug> oximeter.measurements_histogrami16 (22656e0b-8af3-443c-969a-aa04d9e6bf73): Loading data parts
417 2025.02.07 10:06:09.928635 [ 255 ] {2bc1b6ba-ed66-4e82-a6ea-d528a5a1db7e} <Debug> oximeter.measurements_histogrami16 (22656e0b-8af3-443c-969a-aa04d9e6bf73): There are no data parts
418 2025.02.07 10:06:09.929844 [ 255 ] {2bc1b6ba-ed66-4e82-a6ea-d528a5a1db7e} <Debug> TCPHandler: Processed in 0.00392267 sec.
419 2025.02.07 10:06:09.930056 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2025.02.07 10:06:09.930328 [ 3 ] {a9f748bd-14cb-40a7-8a7c-b3eedfcc2ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
421 2025.02.07 10:06:09.930396 [ 3 ] {a9f748bd-14cb-40a7-8a7c-b3eedfcc2ab8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
422 2025.02.07 10:06:09.932392 [ 3 ] {a9f748bd-14cb-40a7-8a7c-b3eedfcc2ab8} <Debug> oximeter.measurements_histogramu16 (571ad1b4-3845-4ced-a754-4c6b0cde7b10): Loading data parts
423 2025.02.07 10:06:09.932540 [ 3 ] {a9f748bd-14cb-40a7-8a7c-b3eedfcc2ab8} <Debug> oximeter.measurements_histogramu16 (571ad1b4-3845-4ced-a754-4c6b0cde7b10): There are no data parts
424 2025.02.07 10:06:09.933842 [ 3 ] {a9f748bd-14cb-40a7-8a7c-b3eedfcc2ab8} <Debug> TCPHandler: Processed in 0.003839077 sec.
425 2025.02.07 10:06:09.934020 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2025.02.07 10:06:09.934293 [ 255 ] {67491ff4-7247-4f2c-b620-203799abaa46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
427 2025.02.07 10:06:09.934357 [ 255 ] {67491ff4-7247-4f2c-b620-203799abaa46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
428 2025.02.07 10:06:09.936325 [ 255 ] {67491ff4-7247-4f2c-b620-203799abaa46} <Debug> oximeter.measurements_histogrami32 (2c728c41-d6d8-4e2d-bb5d-bd09a5b504ee): Loading data parts
429 2025.02.07 10:06:09.936474 [ 255 ] {67491ff4-7247-4f2c-b620-203799abaa46} <Debug> oximeter.measurements_histogrami32 (2c728c41-d6d8-4e2d-bb5d-bd09a5b504ee): There are no data parts
430 2025.02.07 10:06:09.937742 [ 255 ] {67491ff4-7247-4f2c-b620-203799abaa46} <Debug> TCPHandler: Processed in 0.003775986 sec.
431 2025.02.07 10:06:09.937943 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.02.07 10:06:09.938206 [ 3 ] {f1c048a2-824c-45c7-af9f-054fb6fec132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
433 2025.02.07 10:06:09.938276 [ 3 ] {f1c048a2-824c-45c7-af9f-054fb6fec132} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
434 2025.02.07 10:06:09.940546 [ 3 ] {f1c048a2-824c-45c7-af9f-054fb6fec132} <Debug> oximeter.measurements_histogramu32 (2d37caa2-2d7f-4c95-9e71-5bd0531feddd): Loading data parts
435 2025.02.07 10:06:09.940678 [ 3 ] {f1c048a2-824c-45c7-af9f-054fb6fec132} <Debug> oximeter.measurements_histogramu32 (2d37caa2-2d7f-4c95-9e71-5bd0531feddd): There are no data parts
436 2025.02.07 10:06:09.942091 [ 3 ] {f1c048a2-824c-45c7-af9f-054fb6fec132} <Debug> TCPHandler: Processed in 0.004204236 sec.
437 2025.02.07 10:06:09.942264 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
438 2025.02.07 10:06:09.942532 [ 255 ] {e6a7a167-7866-40af-a011-2338ff943e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
439 2025.02.07 10:06:09.942601 [ 255 ] {e6a7a167-7866-40af-a011-2338ff943e3f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
440 2025.02.07 10:06:09.944541 [ 255 ] {e6a7a167-7866-40af-a011-2338ff943e3f} <Debug> oximeter.measurements_histogrami64 (4c889132-c77c-4b22-9103-121b8f7954ff): Loading data parts
441 2025.02.07 10:06:09.944687 [ 255 ] {e6a7a167-7866-40af-a011-2338ff943e3f} <Debug> oximeter.measurements_histogrami64 (4c889132-c77c-4b22-9103-121b8f7954ff): There are no data parts
442 2025.02.07 10:06:09.945934 [ 255 ] {e6a7a167-7866-40af-a011-2338ff943e3f} <Debug> TCPHandler: Processed in 0.003724955 sec.
443 2025.02.07 10:06:09.946134 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
444 2025.02.07 10:06:09.946405 [ 3 ] {96427064-8977-43e3-b7f1-1b0c446d1a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
445 2025.02.07 10:06:09.946470 [ 3 ] {96427064-8977-43e3-b7f1-1b0c446d1a51} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
446 2025.02.07 10:06:09.948878 [ 3 ] {96427064-8977-43e3-b7f1-1b0c446d1a51} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Loading data parts
447 2025.02.07 10:06:09.949108 [ 3 ] {96427064-8977-43e3-b7f1-1b0c446d1a51} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): There are no data parts
448 2025.02.07 10:06:09.950392 [ 3 ] {96427064-8977-43e3-b7f1-1b0c446d1a51} <Debug> TCPHandler: Processed in 0.004309917 sec.
449 2025.02.07 10:06:09.950583 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
450 2025.02.07 10:06:09.950852 [ 255 ] {fc55a5b0-2a89-431d-acea-9c32a7cc084e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
451 2025.02.07 10:06:09.950926 [ 255 ] {fc55a5b0-2a89-431d-acea-9c32a7cc084e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
452 2025.02.07 10:06:09.952925 [ 255 ] {fc55a5b0-2a89-431d-acea-9c32a7cc084e} <Debug> oximeter.measurements_histogramf32 (8eaf1cff-a510-471e-a205-c406a5284f1e): Loading data parts
453 2025.02.07 10:06:09.953058 [ 255 ] {fc55a5b0-2a89-431d-acea-9c32a7cc084e} <Debug> oximeter.measurements_histogramf32 (8eaf1cff-a510-471e-a205-c406a5284f1e): There are no data parts
454 2025.02.07 10:06:09.954322 [ 255 ] {fc55a5b0-2a89-431d-acea-9c32a7cc084e} <Debug> TCPHandler: Processed in 0.003795347 sec.
455 2025.02.07 10:06:09.954501 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
456 2025.02.07 10:06:09.954772 [ 3 ] {163d782d-29e2-4b0c-8257-cda0c67a3f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
457 2025.02.07 10:06:09.954845 [ 3 ] {163d782d-29e2-4b0c-8257-cda0c67a3f2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
458 2025.02.07 10:06:09.956790 [ 3 ] {163d782d-29e2-4b0c-8257-cda0c67a3f2d} <Debug> oximeter.measurements_histogramf64 (e899c5d7-0017-4de7-a6fc-1cba23162cf1): Loading data parts
459 2025.02.07 10:06:09.956935 [ 3 ] {163d782d-29e2-4b0c-8257-cda0c67a3f2d} <Debug> oximeter.measurements_histogramf64 (e899c5d7-0017-4de7-a6fc-1cba23162cf1): There are no data parts
460 2025.02.07 10:06:09.958249 [ 3 ] {163d782d-29e2-4b0c-8257-cda0c67a3f2d} <Debug> TCPHandler: Processed in 0.003798256 sec.
461 2025.02.07 10:06:09.958441 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
462 2025.02.07 10:06:09.958684 [ 255 ] {9848365e-c474-4378-85a1-aedd0df36f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) /* The field tables store named dimensions of each timeseries.
463 *
464 * As with the measurement tables, there is one field table for each field data
465 * type. Fields are deduplicated by using the "replacing merge tree", though
466 * this behavior **must not** be relied upon for query correctness.
467 *
468 * The index for the fields differs from the measurements, however. Rows are
469 * sorted by timeseries name, then field name, field value, and finally
470 * timeseries key. This reflects the most common pattern for looking them up:
471 * by field name and possibly value, within a timeseries. The resulting keys are
472 * usually then used to look up measurements.
473 *
474 * NOTE: We may want to consider a secondary index on these tables, sorting by
475 * timeseries name and then key, since it would improve lookups where one
476 * already has the key. Realistically though, these tables are quite small and
477 * so performance benefits will be low in absolute terms.
478 *
479 * TTL: We use a materialized column to expire old field table records. This
480 * column is generated automatically by the database whenever a new row is
481 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
482 * query. Since these tables are `ReplacingMergeTree`s, that means the last
483 * record will remain during a deduplication, which will have the last
484 * timestamp. ClickHouse will then expire old data for us, similar to the
485 * measurement tables.
486 */
487 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
488 2025.02.07 10:06:09.958773 [ 255 ] {9848365e-c474-4378-85a1-aedd0df36f84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
489 2025.02.07 10:06:09.960700 [ 255 ] {9848365e-c474-4378-85a1-aedd0df36f84} <Debug> oximeter.fields_bool (166dc0ce-5b09-46a7-8930-c2e6bb1fb664): Loading data parts
490 2025.02.07 10:06:09.960837 [ 255 ] {9848365e-c474-4378-85a1-aedd0df36f84} <Debug> oximeter.fields_bool (166dc0ce-5b09-46a7-8930-c2e6bb1fb664): There are no data parts
491 2025.02.07 10:06:09.961963 [ 255 ] {9848365e-c474-4378-85a1-aedd0df36f84} <Debug> TCPHandler: Processed in 0.003590203 sec.
492 2025.02.07 10:06:09.962136 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
493 2025.02.07 10:06:09.962344 [ 3 ] {f31e6617-0362-4783-8cd7-d97438f45d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
494 2025.02.07 10:06:09.962403 [ 3 ] {f31e6617-0362-4783-8cd7-d97438f45d84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
495 2025.02.07 10:06:09.964180 [ 3 ] {f31e6617-0362-4783-8cd7-d97438f45d84} <Debug> oximeter.fields_i8 (5055690c-94fe-47bc-9d9e-74884837b00c): Loading data parts
496 2025.02.07 10:06:09.964318 [ 3 ] {f31e6617-0362-4783-8cd7-d97438f45d84} <Debug> oximeter.fields_i8 (5055690c-94fe-47bc-9d9e-74884837b00c): There are no data parts
497 2025.02.07 10:06:09.965422 [ 3 ] {f31e6617-0362-4783-8cd7-d97438f45d84} <Debug> TCPHandler: Processed in 0.003339838 sec.
498 2025.02.07 10:06:09.965619 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
499 2025.02.07 10:06:09.965811 [ 255 ] {8dffe372-048c-430d-afb3-9e020283f832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
500 2025.02.07 10:06:09.965870 [ 255 ] {8dffe372-048c-430d-afb3-9e020283f832} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
501 2025.02.07 10:06:09.967633 [ 255 ] {8dffe372-048c-430d-afb3-9e020283f832} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Loading data parts
502 2025.02.07 10:06:09.967770 [ 255 ] {8dffe372-048c-430d-afb3-9e020283f832} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): There are no data parts
503 2025.02.07 10:06:09.968938 [ 255 ] {8dffe372-048c-430d-afb3-9e020283f832} <Debug> TCPHandler: Processed in 0.003373329 sec.
504 2025.02.07 10:06:09.969107 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
505 2025.02.07 10:06:09.969312 [ 3 ] {fce37904-ae44-4d9c-ae02-3df1db265b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
506 2025.02.07 10:06:09.969371 [ 3 ] {fce37904-ae44-4d9c-ae02-3df1db265b33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
507 2025.02.07 10:06:09.971097 [ 3 ] {fce37904-ae44-4d9c-ae02-3df1db265b33} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Loading data parts
508 2025.02.07 10:06:09.971222 [ 3 ] {fce37904-ae44-4d9c-ae02-3df1db265b33} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): There are no data parts
509 2025.02.07 10:06:09.972403 [ 3 ] {fce37904-ae44-4d9c-ae02-3df1db265b33} <Debug> TCPHandler: Processed in 0.003348818 sec.
510 2025.02.07 10:06:09.972573 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
511 2025.02.07 10:06:09.972765 [ 255 ] {7148b248-de8d-4f3a-a355-145bec38b681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
512 2025.02.07 10:06:09.972824 [ 255 ] {7148b248-de8d-4f3a-a355-145bec38b681} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
513 2025.02.07 10:06:09.974557 [ 255 ] {7148b248-de8d-4f3a-a355-145bec38b681} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Loading data parts
514 2025.02.07 10:06:09.974710 [ 255 ] {7148b248-de8d-4f3a-a355-145bec38b681} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): There are no data parts
515 2025.02.07 10:06:09.975829 [ 255 ] {7148b248-de8d-4f3a-a355-145bec38b681} <Debug> TCPHandler: Processed in 0.003309017 sec.
516 2025.02.07 10:06:09.976012 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
517 2025.02.07 10:06:09.976262 [ 3 ] {d81e7552-5a2f-4780-8978-f203271982f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
518 2025.02.07 10:06:09.976333 [ 3 ] {d81e7552-5a2f-4780-8978-f203271982f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
519 2025.02.07 10:06:09.978223 [ 3 ] {d81e7552-5a2f-4780-8978-f203271982f2} <Debug> oximeter.fields_i32 (049a1061-6bcd-4bdd-92f4-3f9bf7db3a3a): Loading data parts
520 2025.02.07 10:06:09.978363 [ 3 ] {d81e7552-5a2f-4780-8978-f203271982f2} <Debug> oximeter.fields_i32 (049a1061-6bcd-4bdd-92f4-3f9bf7db3a3a): There are no data parts
521 2025.02.07 10:06:09.979542 [ 3 ] {d81e7552-5a2f-4780-8978-f203271982f2} <Debug> TCPHandler: Processed in 0.003594073 sec.
522 2025.02.07 10:06:09.979723 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
523 2025.02.07 10:06:09.979955 [ 255 ] {dd624c32-9a9f-42df-a81a-bfbeb6caa3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
524 2025.02.07 10:06:09.980027 [ 255 ] {dd624c32-9a9f-42df-a81a-bfbeb6caa3a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
525 2025.02.07 10:06:09.981898 [ 255 ] {dd624c32-9a9f-42df-a81a-bfbeb6caa3a7} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Loading data parts
526 2025.02.07 10:06:09.982035 [ 255 ] {dd624c32-9a9f-42df-a81a-bfbeb6caa3a7} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): There are no data parts
527 2025.02.07 10:06:09.983193 [ 255 ] {dd624c32-9a9f-42df-a81a-bfbeb6caa3a7} <Debug> TCPHandler: Processed in 0.003533781 sec.
528 2025.02.07 10:06:09.983376 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
529 2025.02.07 10:06:09.983627 [ 3 ] {62e3921d-517d-4e0c-b996-3f9c8074f4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
530 2025.02.07 10:06:09.983698 [ 3 ] {62e3921d-517d-4e0c-b996-3f9c8074f4e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
531 2025.02.07 10:06:09.985464 [ 3 ] {62e3921d-517d-4e0c-b996-3f9c8074f4e9} <Debug> oximeter.fields_i64 (c0dc32fd-fab9-4761-93f0-4b69c81b9693): Loading data parts
532 2025.02.07 10:06:09.985607 [ 3 ] {62e3921d-517d-4e0c-b996-3f9c8074f4e9} <Debug> oximeter.fields_i64 (c0dc32fd-fab9-4761-93f0-4b69c81b9693): There are no data parts
533 2025.02.07 10:06:09.986738 [ 3 ] {62e3921d-517d-4e0c-b996-3f9c8074f4e9} <Debug> TCPHandler: Processed in 0.003425189 sec.
534 2025.02.07 10:06:09.986917 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
535 2025.02.07 10:06:09.987109 [ 255 ] {f4e22a5f-688a-4439-8ca5-62b5a349f431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
536 2025.02.07 10:06:09.987170 [ 255 ] {f4e22a5f-688a-4439-8ca5-62b5a349f431} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
537 2025.02.07 10:06:09.988880 [ 255 ] {f4e22a5f-688a-4439-8ca5-62b5a349f431} <Debug> oximeter.fields_u64 (de64c8ec-9c87-425c-b990-06ad84023a9a): Loading data parts
538 2025.02.07 10:06:09.989019 [ 255 ] {f4e22a5f-688a-4439-8ca5-62b5a349f431} <Debug> oximeter.fields_u64 (de64c8ec-9c87-425c-b990-06ad84023a9a): There are no data parts
539 2025.02.07 10:06:09.990163 [ 255 ] {f4e22a5f-688a-4439-8ca5-62b5a349f431} <Debug> TCPHandler: Processed in 0.003308457 sec.
540 2025.02.07 10:06:09.990339 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
541 2025.02.07 10:06:09.990592 [ 3 ] {51fbd8aa-5c2a-404b-a399-0e183bc0d64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
542 2025.02.07 10:06:09.990662 [ 3 ] {51fbd8aa-5c2a-404b-a399-0e183bc0d64e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
543 2025.02.07 10:06:09.992393 [ 3 ] {51fbd8aa-5c2a-404b-a399-0e183bc0d64e} <Debug> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Loading data parts
544 2025.02.07 10:06:09.992514 [ 3 ] {51fbd8aa-5c2a-404b-a399-0e183bc0d64e} <Debug> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): There are no data parts
545 2025.02.07 10:06:09.993666 [ 3 ] {51fbd8aa-5c2a-404b-a399-0e183bc0d64e} <Debug> TCPHandler: Processed in 0.003388219 sec.
546 2025.02.07 10:06:09.993838 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
547 2025.02.07 10:06:09.994029 [ 255 ] {eda766dc-9b7d-4dc8-b486-69c08d1f0d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
548 2025.02.07 10:06:09.994091 [ 255 ] {eda766dc-9b7d-4dc8-b486-69c08d1f0d3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
549 2025.02.07 10:06:09.995848 [ 255 ] {eda766dc-9b7d-4dc8-b486-69c08d1f0d3a} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Loading data parts
550 2025.02.07 10:06:09.995980 [ 255 ] {eda766dc-9b7d-4dc8-b486-69c08d1f0d3a} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): There are no data parts
551 2025.02.07 10:06:09.997153 [ 255 ] {eda766dc-9b7d-4dc8-b486-69c08d1f0d3a} <Debug> TCPHandler: Processed in 0.003368228 sec.
552 2025.02.07 10:06:09.997346 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
553 2025.02.07 10:06:09.997591 [ 3 ] {6758976d-1bc0-4d3d-adea-605b6f2feabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
554 2025.02.07 10:06:09.997667 [ 3 ] {6758976d-1bc0-4d3d-adea-605b6f2feabc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
555 2025.02.07 10:06:09.999450 [ 3 ] {6758976d-1bc0-4d3d-adea-605b6f2feabc} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Loading data parts
556 2025.02.07 10:06:09.999584 [ 3 ] {6758976d-1bc0-4d3d-adea-605b6f2feabc} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): There are no data parts
557 2025.02.07 10:06:10.000143 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.27 MiB, peak 124.28 MiB, free memory in arenas 0.00 B, will set to 135.56 MiB (RSS), difference: 11.28 MiB
558 2025.02.07 10:06:10.000777 [ 3 ] {6758976d-1bc0-4d3d-adea-605b6f2feabc} <Debug> TCPHandler: Processed in 0.003493551 sec.
559 2025.02.07 10:06:10.000988 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
560 2025.02.07 10:06:10.001349 [ 255 ] {60c64b89-b40d-463e-b6ae-a7b77cc6678b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) /* The timeseries schema table stores the extracted schema for the samples
561 * oximeter collects.
562 */
563 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)
564 2025.02.07 10:06:10.001469 [ 255 ] {60c64b89-b40d-463e-b6ae-a7b77cc6678b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
565 2025.02.07 10:06:10.003265 [ 255 ] {60c64b89-b40d-463e-b6ae-a7b77cc6678b} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Loading data parts
566 2025.02.07 10:06:10.003404 [ 255 ] {60c64b89-b40d-463e-b6ae-a7b77cc6678b} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): There are no data parts
567 2025.02.07 10:06:10.004754 [ 255 ] {60c64b89-b40d-463e-b6ae-a7b77cc6678b} <Debug> TCPHandler: Processed in 0.003834057 sec.
568 2025.02.07 10:06:10.004943 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2025.02.07 10:06:10.005190 [ 3 ] {6f58e071-8495-43f5-8761-d9eb476da4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
570 2025.02.07 10:06:10.006368 [ 3 ] {6f58e071-8495-43f5-8761-d9eb476da4e3} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
571 2025.02.07 10:06:10.014100 [ 259 ] {6f58e071-8495-43f5-8761-d9eb476da4e3} <Trace> oximeter.version (bb01c6c2-950a-4a2e-9fed-5aab665de033): Trying to reserve 1.00 MiB using storage policy from min volume index 0
572 2025.02.07 10:06:10.014155 [ 259 ] {6f58e071-8495-43f5-8761-d9eb476da4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
573 2025.02.07 10:06:10.018569 [ 259 ] {6f58e071-8495-43f5-8761-d9eb476da4e3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
574 2025.02.07 10:06:10.018916 [ 259 ] {6f58e071-8495-43f5-8761-d9eb476da4e3} <Trace> oximeter.version (bb01c6c2-950a-4a2e-9fed-5aab665de033): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
575 2025.02.07 10:06:10.019228 [ 3 ] {6f58e071-8495-43f5-8761-d9eb476da4e3} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014159 sec., 70.62645667066883 rows/sec., 1.10 KiB/sec.
576 2025.02.07 10:06:10.019497 [ 3 ] {6f58e071-8495-43f5-8761-d9eb476da4e3} <Debug> TCPHandler: Processed in 0.014605716 sec.
577 2025.02.07 10:06:10.726265 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54802
578 2025.02.07 10:06:10.726424 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
579 2025.02.07 10:06:10.726453 [ 261 ] {} <Debug> TCP-Session: 382e1163-dbb1-4e10-ae7e-d7bf7ec6126b Authenticating user 'default' from [fd00:1122:3344:101::c]:54802
580 2025.02.07 10:06:10.726477 [ 261 ] {} <Debug> TCP-Session: 382e1163-dbb1-4e10-ae7e-d7bf7ec6126b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
581 2025.02.07 10:06:10.726504 [ 261 ] {} <Debug> TCP-Session: 382e1163-dbb1-4e10-ae7e-d7bf7ec6126b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
582 2025.02.07 10:06:10.726557 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
583 2025.02.07 10:06:10.726581 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
584 2025.02.07 10:06:10.726612 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
585 2025.02.07 10:06:10.727660 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55995
586 2025.02.07 10:06:10.727725 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47893
587 2025.02.07 10:06:10.727824 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
588 2025.02.07 10:06:10.727845 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65149
589 2025.02.07 10:06:10.727962 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
590 2025.02.07 10:06:10.727967 [ 262 ] {} <Debug> TCP-Session: a517f9b9-fb13-4d27-b4b6-01f43c6b97a5 Authenticating user 'default' from [fd00:1122:3344:101::c]:55995
591 2025.02.07 10:06:10.728008 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56769
592 2025.02.07 10:06:10.728042 [ 262 ] {} <Debug> TCP-Session: a517f9b9-fb13-4d27-b4b6-01f43c6b97a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
593 2025.02.07 10:06:10.728032 [ 263 ] {} <Debug> TCP-Session: 4e14de5e-7071-48e1-b3a9-d2ea586a34e6 Authenticating user 'default' from [fd00:1122:3344:101::c]:47893
594 2025.02.07 10:06:10.728286 [ 262 ] {} <Debug> TCP-Session: a517f9b9-fb13-4d27-b4b6-01f43c6b97a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
595 2025.02.07 10:06:10.728306 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
596 2025.02.07 10:06:10.728321 [ 263 ] {} <Debug> TCP-Session: 4e14de5e-7071-48e1-b3a9-d2ea586a34e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
597 2025.02.07 10:06:10.728312 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49916
598 2025.02.07 10:06:10.728353 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
599 2025.02.07 10:06:10.728448 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50253
600 2025.02.07 10:06:10.728465 [ 263 ] {} <Debug> TCP-Session: 4e14de5e-7071-48e1-b3a9-d2ea586a34e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
601 2025.02.07 10:06:10.728470 [ 265 ] {} <Debug> TCP-Session: 37673dd5-b8d9-457b-84eb-134f28c3dc2a Authenticating user 'default' from [fd00:1122:3344:101::c]:56769
602 2025.02.07 10:06:10.728519 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33122
603 2025.02.07 10:06:10.728719 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
604 2025.02.07 10:06:10.728779 [ 265 ] {} <Debug> TCP-Session: 37673dd5-b8d9-457b-84eb-134f28c3dc2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
605 2025.02.07 10:06:10.728890 [ 264 ] {} <Debug> TCP-Session: 3487a738-7796-4b92-a2df-c7580c72758d Authenticating user 'default' from [fd00:1122:3344:101::c]:65149
606 2025.02.07 10:06:10.728938 [ 265 ] {} <Debug> TCP-Session: 37673dd5-b8d9-457b-84eb-134f28c3dc2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
607 2025.02.07 10:06:10.728929 [ 266 ] {} <Debug> TCP-Session: 068f644b-163a-4a18-8dc0-c31a9c8e10a9 Authenticating user 'default' from [fd00:1122:3344:101::c]:49916
608 2025.02.07 10:06:10.729006 [ 264 ] {} <Debug> TCP-Session: 3487a738-7796-4b92-a2df-c7580c72758d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
609 2025.02.07 10:06:10.729025 [ 266 ] {} <Debug> TCP-Session: 068f644b-163a-4a18-8dc0-c31a9c8e10a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
610 2025.02.07 10:06:10.729058 [ 264 ] {} <Debug> TCP-Session: 3487a738-7796-4b92-a2df-c7580c72758d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
611 2025.02.07 10:06:10.729064 [ 266 ] {} <Debug> TCP-Session: 068f644b-163a-4a18-8dc0-c31a9c8e10a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
612 2025.02.07 10:06:10.730852 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
613 2025.02.07 10:06:10.730890 [ 267 ] {} <Debug> TCP-Session: a55c0532-8f71-4ab2-ac15-576fd154454e Authenticating user 'default' from [fd00:1122:3344:101::c]:50253
614 2025.02.07 10:06:10.730908 [ 267 ] {} <Debug> TCP-Session: a55c0532-8f71-4ab2-ac15-576fd154454e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
615 2025.02.07 10:06:10.730959 [ 267 ] {} <Debug> TCP-Session: a55c0532-8f71-4ab2-ac15-576fd154454e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
616 2025.02.07 10:06:10.732291 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
617 2025.02.07 10:06:10.732334 [ 268 ] {} <Debug> TCP-Session: 475b2922-9565-4f3d-9345-854ecfbb3061 Authenticating user 'default' from [fd00:1122:3344:101::c]:33122
618 2025.02.07 10:06:10.732542 [ 268 ] {} <Debug> TCP-Session: 475b2922-9565-4f3d-9345-854ecfbb3061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
619 2025.02.07 10:06:10.732561 [ 268 ] {} <Debug> TCP-Session: 475b2922-9565-4f3d-9345-854ecfbb3061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
620 2025.02.07 10:06:11.000146 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.82 MiB, peak 135.82 MiB, free memory in arenas 0.00 B, will set to 139.77 MiB (RSS), difference: 3.95 MiB
621 2025.02.07 10:06:11.879822 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53762
622 2025.02.07 10:06:11.879980 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
623 2025.02.07 10:06:11.880013 [ 269 ] {} <Debug> TCP-Session: c23ea440-2134-4a9b-903c-d890355c23a3 Authenticating user 'default' from [fd00:1122:3344:101::a]:53762
624 2025.02.07 10:06:11.880037 [ 269 ] {} <Debug> TCP-Session: c23ea440-2134-4a9b-903c-d890355c23a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
625 2025.02.07 10:06:11.880091 [ 269 ] {} <Debug> TCP-Session: c23ea440-2134-4a9b-903c-d890355c23a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
626 2025.02.07 10:06:11.880157 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
627 2025.02.07 10:06:11.880183 [ 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
628 2025.02.07 10:06:11.880221 [ 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
629 2025.02.07 10:06:11.881292 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36469
630 2025.02.07 10:06:11.881367 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52677
631 2025.02.07 10:06:11.881491 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50696
632 2025.02.07 10:06:11.881494 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
633 2025.02.07 10:06:11.881767 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
634 2025.02.07 10:06:11.881891 [ 270 ] {} <Debug> TCP-Session: 23c7a0e7-9bb2-45c2-b74c-6f3056d69361 Authenticating user 'default' from [fd00:1122:3344:101::a]:36469
635 2025.02.07 10:06:11.881910 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
636 2025.02.07 10:06:11.881910 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38729
637 2025.02.07 10:06:11.881962 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34709
638 2025.02.07 10:06:11.881981 [ 270 ] {} <Debug> TCP-Session: 23c7a0e7-9bb2-45c2-b74c-6f3056d69361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
639 2025.02.07 10:06:11.882025 [ 272 ] {} <Debug> TCP-Session: 7020451d-1dae-426c-bef0-5381647e70af Authenticating user 'default' from [fd00:1122:3344:101::a]:50696
640 2025.02.07 10:06:11.881913 [ 271 ] {} <Debug> TCP-Session: 47642002-96c6-40e6-b3ea-9847d376759d Authenticating user 'default' from [fd00:1122:3344:101::a]:52677
641 2025.02.07 10:06:11.882184 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50708
642 2025.02.07 10:06:11.882224 [ 272 ] {} <Debug> TCP-Session: 7020451d-1dae-426c-bef0-5381647e70af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
643 2025.02.07 10:06:11.882251 [ 271 ] {} <Debug> TCP-Session: 47642002-96c6-40e6-b3ea-9847d376759d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
644 2025.02.07 10:06:11.882482 [ 270 ] {} <Debug> TCP-Session: 23c7a0e7-9bb2-45c2-b74c-6f3056d69361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
645 2025.02.07 10:06:11.882539 [ 271 ] {} <Debug> TCP-Session: 47642002-96c6-40e6-b3ea-9847d376759d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2025.02.07 10:06:11.882599 [ 272 ] {} <Debug> TCP-Session: 7020451d-1dae-426c-bef0-5381647e70af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
647 2025.02.07 10:06:11.882604 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53741
648 2025.02.07 10:06:11.882554 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
649 2025.02.07 10:06:11.882890 [ 273 ] {} <Debug> TCP-Session: 1363bc30-89dd-4b8e-abb4-25b9ace81e2f Authenticating user 'default' from [fd00:1122:3344:101::a]:38729
650 2025.02.07 10:06:11.882934 [ 273 ] {} <Debug> TCP-Session: 1363bc30-89dd-4b8e-abb4-25b9ace81e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
651 2025.02.07 10:06:11.882948 [ 273 ] {} <Debug> TCP-Session: 1363bc30-89dd-4b8e-abb4-25b9ace81e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
652 2025.02.07 10:06:11.884301 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
653 2025.02.07 10:06:11.884340 [ 274 ] {} <Debug> TCP-Session: 2c751d0f-b01f-49e2-b46e-3d8d0c3844d9 Authenticating user 'default' from [fd00:1122:3344:101::a]:34709
654 2025.02.07 10:06:11.884359 [ 274 ] {} <Debug> TCP-Session: 2c751d0f-b01f-49e2-b46e-3d8d0c3844d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
655 2025.02.07 10:06:11.884413 [ 274 ] {} <Debug> TCP-Session: 2c751d0f-b01f-49e2-b46e-3d8d0c3844d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
656 2025.02.07 10:06:11.884876 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
657 2025.02.07 10:06:11.884913 [ 275 ] {} <Debug> TCP-Session: daf1bb06-efd6-4f13-b4e0-c5f7f23864c4 Authenticating user 'default' from [fd00:1122:3344:101::a]:50708
658 2025.02.07 10:06:11.884932 [ 275 ] {} <Debug> TCP-Session: daf1bb06-efd6-4f13-b4e0-c5f7f23864c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
659 2025.02.07 10:06:11.884981 [ 275 ] {} <Debug> TCP-Session: daf1bb06-efd6-4f13-b4e0-c5f7f23864c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
660 2025.02.07 10:06:11.885916 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
661 2025.02.07 10:06:11.885965 [ 276 ] {} <Debug> TCP-Session: 442e334c-fc52-4a1e-8c08-5ebab6ff215d Authenticating user 'default' from [fd00:1122:3344:101::a]:53741
662 2025.02.07 10:06:11.886033 [ 276 ] {} <Debug> TCP-Session: 442e334c-fc52-4a1e-8c08-5ebab6ff215d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
663 2025.02.07 10:06:11.886055 [ 276 ] {} <Debug> TCP-Session: 442e334c-fc52-4a1e-8c08-5ebab6ff215d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
664 2025.02.07 10:06:12.029535 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61221
665 2025.02.07 10:06:12.029750 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
666 2025.02.07 10:06:12.029779 [ 277 ] {} <Debug> TCP-Session: 3aff8252-d5be-47f1-9371-c732e917af0b Authenticating user 'default' from [fd00:1122:3344:101::b]:61221
667 2025.02.07 10:06:12.029802 [ 277 ] {} <Debug> TCP-Session: 3aff8252-d5be-47f1-9371-c732e917af0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
668 2025.02.07 10:06:12.029829 [ 277 ] {} <Debug> TCP-Session: 3aff8252-d5be-47f1-9371-c732e917af0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
669 2025.02.07 10:06:12.029898 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
670 2025.02.07 10:06:12.029923 [ 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
671 2025.02.07 10:06:12.029953 [ 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
672 2025.02.07 10:06:12.030889 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51484
673 2025.02.07 10:06:12.031109 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
674 2025.02.07 10:06:12.031136 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45934
675 2025.02.07 10:06:12.031166 [ 278 ] {} <Debug> TCP-Session: 7fa00f73-e98b-4cf9-918a-7fe87a9682e0 Authenticating user 'default' from [fd00:1122:3344:101::b]:51484
676 2025.02.07 10:06:12.031211 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62990
677 2025.02.07 10:06:12.031134 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36122
678 2025.02.07 10:06:12.031710 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2025.02.07 10:06:12.031773 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64229
680 2025.02.07 10:06:12.031796 [ 279 ] {} <Debug> TCP-Session: 79cab69a-4591-43b5-ba8f-a1f8523cc04a Authenticating user 'default' from [fd00:1122:3344:101::b]:45934
681 2025.02.07 10:06:12.031719 [ 278 ] {} <Debug> TCP-Session: 7fa00f73-e98b-4cf9-918a-7fe87a9682e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
682 2025.02.07 10:06:12.031996 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36189
683 2025.02.07 10:06:12.032031 [ 278 ] {} <Debug> TCP-Session: 7fa00f73-e98b-4cf9-918a-7fe87a9682e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
684 2025.02.07 10:06:12.031993 [ 279 ] {} <Debug> TCP-Session: 79cab69a-4591-43b5-ba8f-a1f8523cc04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
685 2025.02.07 10:06:12.032268 [ 279 ] {} <Debug> TCP-Session: 79cab69a-4591-43b5-ba8f-a1f8523cc04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
686 2025.02.07 10:06:12.032306 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57858
687 2025.02.07 10:06:12.034057 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
688 2025.02.07 10:06:12.034106 [ 280 ] {} <Debug> TCP-Session: 29759420-b546-4d79-a052-3a5161427a43 Authenticating user 'default' from [fd00:1122:3344:101::b]:36122
689 2025.02.07 10:06:12.034136 [ 280 ] {} <Debug> TCP-Session: 29759420-b546-4d79-a052-3a5161427a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
690 2025.02.07 10:06:12.034288 [ 280 ] {} <Debug> TCP-Session: 29759420-b546-4d79-a052-3a5161427a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
691 2025.02.07 10:06:12.034853 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
692 2025.02.07 10:06:12.034900 [ 283 ] {} <Debug> TCP-Session: b0e6aa48-c9c1-4240-8787-8b3d961f9e5b Authenticating user 'default' from [fd00:1122:3344:101::b]:36189
693 2025.02.07 10:06:12.034987 [ 283 ] {} <Debug> TCP-Session: b0e6aa48-c9c1-4240-8787-8b3d961f9e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
694 2025.02.07 10:06:12.035005 [ 283 ] {} <Debug> TCP-Session: b0e6aa48-c9c1-4240-8787-8b3d961f9e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2025.02.07 10:06:12.036358 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
696 2025.02.07 10:06:12.036479 [ 282 ] {} <Debug> TCP-Session: 01af43f2-5d83-4dad-be81-2819dacdc45a Authenticating user 'default' from [fd00:1122:3344:101::b]:64229
697 2025.02.07 10:06:12.036500 [ 282 ] {} <Debug> TCP-Session: 01af43f2-5d83-4dad-be81-2819dacdc45a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
698 2025.02.07 10:06:12.036515 [ 282 ] {} <Debug> TCP-Session: 01af43f2-5d83-4dad-be81-2819dacdc45a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2025.02.07 10:06:12.038155 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
700 2025.02.07 10:06:12.038654 [ 281 ] {} <Debug> TCP-Session: 35e3dc0e-c0be-41ae-b7e5-51cb45d15b16 Authenticating user 'default' from [fd00:1122:3344:101::b]:62990
701 2025.02.07 10:06:12.038680 [ 281 ] {} <Debug> TCP-Session: 35e3dc0e-c0be-41ae-b7e5-51cb45d15b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
702 2025.02.07 10:06:12.038725 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
703 2025.02.07 10:06:12.038747 [ 281 ] {} <Debug> TCP-Session: 35e3dc0e-c0be-41ae-b7e5-51cb45d15b16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
704 2025.02.07 10:06:12.038778 [ 284 ] {} <Debug> TCP-Session: 1d1c6725-f97c-4e70-87a0-d3134f59449f Authenticating user 'default' from [fd00:1122:3344:101::b]:57858
705 2025.02.07 10:06:12.038847 [ 284 ] {} <Debug> TCP-Session: 1d1c6725-f97c-4e70-87a0-d3134f59449f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
706 2025.02.07 10:06:12.038893 [ 284 ] {} <Debug> TCP-Session: 1d1c6725-f97c-4e70-87a0-d3134f59449f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
707 2025.02.07 10:06:16.635380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
708 2025.02.07 10:06:16.635373 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
709 2025.02.07 10:06:16.635534 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
710 2025.02.07 10:06:16.635626 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
711 2025.02.07 10:06:16.651473 [ 244 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Loading data parts
712 2025.02.07 10:06:16.651981 [ 244 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): There are no data parts
713 2025.02.07 10:06:16.661248 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
714 2025.02.07 10:06:16.661354 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
715 2025.02.07 10:06:16.664580 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
716 2025.02.07 10:06:16.664956 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): 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.02.07 10:06:16.665283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
718 2025.02.07 10:06:16.678248 [ 243 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Loading data parts
719 2025.02.07 10:06:16.678714 [ 243 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): There are no data parts
720 2025.02.07 10:06:16.728000 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.02.07 10:06:16.728105 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
722 2025.02.07 10:06:16.738814 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.02.07 10:06:16.740471 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): 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.02.07 10:06:16.746177 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.02.07 10:06:17.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.83 MiB, peak 149.83 MiB, free memory in arenas 0.00 B, will set to 150.64 MiB (RSS), difference: 4.81 MiB
726 2025.02.07 10:06:19.135349 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.02.07 10:06:19.135445 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.02.07 10:06:19.174283 [ 242 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Loading data parts
729 2025.02.07 10:06:19.174534 [ 242 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): There are no data parts
730 2025.02.07 10:06:19.208277 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.02.07 10:06:19.208329 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
732 2025.02.07 10:06:19.210019 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.02.07 10:06:19.210354 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): 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.02.07 10:06:19.210889 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.02.07 10:06:20.000420 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.86 MiB, peak 154.86 MiB, free memory in arenas 0.00 B, will set to 151.15 MiB (RSS), difference: -3.71 MiB
736 2025.02.07 10:06:24.107882 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.02.07 10:06:24.107941 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.02.07 10:06:24.165393 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
739 2025.02.07 10:06:24.166301 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.02.07 10:06:24.166457 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
741 2025.02.07 10:06:24.167250 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.02.07 10:06:24.167766 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): 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.02.07 10:06:24.168026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.02.07 10:06:24.246269 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.02.07 10:06:24.268645 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.02.07 10:06:24.268695 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
747 2025.02.07 10:06:24.275955 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.02.07 10:06:24.277125 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): 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.02.07 10:06:24.279511 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.02.07 10:06:25.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.83 MiB, peak 155.83 MiB, free memory in arenas 0.00 B, will set to 153.80 MiB (RSS), difference: 1.98 MiB
751 2025.02.07 10:06:30.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.82 MiB, peak 155.83 MiB, free memory in arenas 0.00 B, will set to 153.84 MiB (RSS), difference: 4.02 MiB
752 2025.02.07 10:06:31.668212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
753 2025.02.07 10:06:31.668920 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
754 2025.02.07 10:06:31.669051 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
755 2025.02.07 10:06:31.669882 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
756 2025.02.07 10:06:31.670531 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
757 2025.02.07 10:06:31.670832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
758 2025.02.07 10:06:31.779594 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
759 2025.02.07 10:06:31.799128 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2025.02.07 10:06:31.799256 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
761 2025.02.07 10:06:31.805964 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
762 2025.02.07 10:06:31.807278 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
763 2025.02.07 10:06:31.810178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
764 2025.02.07 10:06:39.108002 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
765 2025.02.07 10:06:39.108090 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
766 2025.02.07 10:06:39.170946 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
767 2025.02.07 10:06:39.171590 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
768 2025.02.07 10:06:39.171636 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
769 2025.02.07 10:06:39.172217 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
770 2025.02.07 10:06:39.172470 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
771 2025.02.07 10:06:39.172743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
772 2025.02.07 10:06:39.310262 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
773 2025.02.07 10:06:39.330136 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
774 2025.02.07 10:06:39.330208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
775 2025.02.07 10:06:39.337177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
776 2025.02.07 10:06:39.337977 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
777 2025.02.07 10:06:39.341064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
778 2025.02.07 10:06:40.025811 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
779 2025.02.07 10:06:40.026038 [ 3 ] {ee35223b-c4e9-4e0f-8e6c-40b27113600e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
780 2025.02.07 10:06:40.030402 [ 3 ] {ee35223b-c4e9-4e0f-8e6c-40b27113600e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
781 2025.02.07 10:06:40.043685 [ 3 ] {ee35223b-c4e9-4e0f-8e6c-40b27113600e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
782 2025.02.07 10:06:40.059590 [ 3 ] {ee35223b-c4e9-4e0f-8e6c-40b27113600e} <Debug> TCPHandler: Processed in 0.033914047 sec.
783 2025.02.07 10:06:40.072029 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
784 2025.02.07 10:06:40.072232 [ 255 ] {3fb0cc04-9d32-44e7-a620-527213ff3fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
785 2025.02.07 10:06:40.085790 [ 255 ] {3fb0cc04-9d32-44e7-a620-527213ff3fd6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
786 2025.02.07 10:06:40.085857 [ 255 ] {3fb0cc04-9d32-44e7-a620-527213ff3fd6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
787 2025.02.07 10:06:40.086562 [ 255 ] {3fb0cc04-9d32-44e7-a620-527213ff3fd6} <Debug> TCPHandler: Processed in 0.014609396 sec.
788 2025.02.07 10:06:40.086966 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
789 2025.02.07 10:06:40.087126 [ 3 ] {a803ef71-144b-4a7f-9776-8683b064e6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
790 2025.02.07 10:06:40.089373 [ 3 ] {a803ef71-144b-4a7f-9776-8683b064e6b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
791 2025.02.07 10:06:40.089430 [ 3 ] {a803ef71-144b-4a7f-9776-8683b064e6b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
792 2025.02.07 10:06:40.089932 [ 3 ] {a803ef71-144b-4a7f-9776-8683b064e6b7} <Debug> TCPHandler: Processed in 0.003026501 sec.
793 2025.02.07 10:06:40.090202 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
794 2025.02.07 10:06:40.090344 [ 255 ] {6ec7d789-78be-48af-b345-f00d3d174819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
795 2025.02.07 10:06:40.090666 [ 255 ] {6ec7d789-78be-48af-b345-f00d3d174819} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
796 2025.02.07 10:06:40.090720 [ 255 ] {6ec7d789-78be-48af-b345-f00d3d174819} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
797 2025.02.07 10:06:40.091161 [ 255 ] {6ec7d789-78be-48af-b345-f00d3d174819} <Debug> TCPHandler: Processed in 0.00101278 sec.
798 2025.02.07 10:06:40.092140 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2025.02.07 10:06:40.092263 [ 3 ] {dc33d48f-24be-4097-8a91-616debf5eb7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
800 2025.02.07 10:06:40.092311 [ 3 ] {dc33d48f-24be-4097-8a91-616debf5eb7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2025.02.07 10:06:40.096931 [ 3 ] {dc33d48f-24be-4097-8a91-616debf5eb7c} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
802 2025.02.07 10:06:40.096979 [ 3 ] {dc33d48f-24be-4097-8a91-616debf5eb7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
803 2025.02.07 10:06:40.099396 [ 3 ] {dc33d48f-24be-4097-8a91-616debf5eb7c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
804 2025.02.07 10:06:40.099628 [ 3 ] {dc33d48f-24be-4097-8a91-616debf5eb7c} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
805 2025.02.07 10:06:40.099850 [ 3 ] {dc33d48f-24be-4097-8a91-616debf5eb7c} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.007622 sec., 524.7966413014957 rows/sec., 55.48 KiB/sec.
806 2025.02.07 10:06:40.099905 [ 3 ] {dc33d48f-24be-4097-8a91-616debf5eb7c} <Debug> TCPHandler: Processed in 0.007819308 sec.
807 2025.02.07 10:06:40.100058 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2025.02.07 10:06:40.100175 [ 255 ] {f338abc0-25e2-4d36-aa09-203c00a88833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
809 2025.02.07 10:06:40.100222 [ 255 ] {f338abc0-25e2-4d36-aa09-203c00a88833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
810 2025.02.07 10:06:40.105751 [ 255 ] {f338abc0-25e2-4d36-aa09-203c00a88833} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
811 2025.02.07 10:06:40.105790 [ 255 ] {f338abc0-25e2-4d36-aa09-203c00a88833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
812 2025.02.07 10:06:40.106181 [ 255 ] {f338abc0-25e2-4d36-aa09-203c00a88833} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
813 2025.02.07 10:06:40.106416 [ 255 ] {f338abc0-25e2-4d36-aa09-203c00a88833} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
814 2025.02.07 10:06:40.106620 [ 255 ] {f338abc0-25e2-4d36-aa09-203c00a88833} <Debug> executeQuery: Read 46 rows, 4.32 KiB in 0.006471 sec., 7108.638541183743 rows/sec., 667.04 KiB/sec.
815 2025.02.07 10:06:40.106671 [ 255 ] {f338abc0-25e2-4d36-aa09-203c00a88833} <Debug> TCPHandler: Processed in 0.006669195 sec.
816 2025.02.07 10:06:40.106833 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
817 2025.02.07 10:06:40.106960 [ 3 ] {123d56f3-817f-4260-a935-dffa7dd37e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
818 2025.02.07 10:06:40.107014 [ 3 ] {123d56f3-817f-4260-a935-dffa7dd37e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
819 2025.02.07 10:06:40.107697 [ 3 ] {123d56f3-817f-4260-a935-dffa7dd37e1d} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
820 2025.02.07 10:06:40.107744 [ 3 ] {123d56f3-817f-4260-a935-dffa7dd37e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
821 2025.02.07 10:06:40.108161 [ 3 ] {123d56f3-817f-4260-a935-dffa7dd37e1d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
822 2025.02.07 10:06:40.108410 [ 3 ] {123d56f3-817f-4260-a935-dffa7dd37e1d} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
823 2025.02.07 10:06:40.108629 [ 3 ] {123d56f3-817f-4260-a935-dffa7dd37e1d} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001694 sec., 13577.331759149942 rows/sec., 1020.95 KiB/sec.
824 2025.02.07 10:06:40.108699 [ 3 ] {123d56f3-817f-4260-a935-dffa7dd37e1d} <Debug> TCPHandler: Processed in 0.001920449 sec.
825 2025.02.07 10:06:40.108831 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
826 2025.02.07 10:06:40.108952 [ 255 ] {e20f6f4c-dcfe-49fc-85f3-f457e1d86aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
827 2025.02.07 10:06:40.109005 [ 255 ] {e20f6f4c-dcfe-49fc-85f3-f457e1d86aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
828 2025.02.07 10:06:40.109640 [ 255 ] {e20f6f4c-dcfe-49fc-85f3-f457e1d86aa5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
829 2025.02.07 10:06:40.109687 [ 255 ] {e20f6f4c-dcfe-49fc-85f3-f457e1d86aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
830 2025.02.07 10:06:40.110086 [ 255 ] {e20f6f4c-dcfe-49fc-85f3-f457e1d86aa5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
831 2025.02.07 10:06:40.110322 [ 255 ] {e20f6f4c-dcfe-49fc-85f3-f457e1d86aa5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
832 2025.02.07 10:06:40.110567 [ 255 ] {e20f6f4c-dcfe-49fc-85f3-f457e1d86aa5} <Debug> executeQuery: Read 35 rows, 2.81 KiB in 0.001621 sec., 21591.610117211596 rows/sec., 1.69 MiB/sec.
833 2025.02.07 10:06:40.110675 [ 255 ] {e20f6f4c-dcfe-49fc-85f3-f457e1d86aa5} <Debug> TCPHandler: Processed in 0.001894848 sec.
834 2025.02.07 10:06:40.110820 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
835 2025.02.07 10:06:40.110941 [ 3 ] {c0d870fe-1680-415b-8625-fc412b35cc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
836 2025.02.07 10:06:40.111019 [ 3 ] {c0d870fe-1680-415b-8625-fc412b35cc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
837 2025.02.07 10:06:40.112279 [ 3 ] {c0d870fe-1680-415b-8625-fc412b35cc27} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
838 2025.02.07 10:06:40.112319 [ 3 ] {c0d870fe-1680-415b-8625-fc412b35cc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
839 2025.02.07 10:06:40.116868 [ 3 ] {c0d870fe-1680-415b-8625-fc412b35cc27} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
840 2025.02.07 10:06:40.117201 [ 3 ] {c0d870fe-1680-415b-8625-fc412b35cc27} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
841 2025.02.07 10:06:40.117507 [ 3 ] {c0d870fe-1680-415b-8625-fc412b35cc27} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006594 sec., 3488.0194115862905 rows/sec., 6.25 MiB/sec.
842 2025.02.07 10:06:40.117619 [ 3 ] {c0d870fe-1680-415b-8625-fc412b35cc27} <Debug> TCPHandler: Processed in 0.006852398 sec.
843 2025.02.07 10:06:40.117792 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2025.02.07 10:06:40.117921 [ 255 ] {b773f2d4-09be-4d68-b913-7689c2eee168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
845 2025.02.07 10:06:40.117976 [ 255 ] {b773f2d4-09be-4d68-b913-7689c2eee168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
846 2025.02.07 10:06:40.122298 [ 255 ] {b773f2d4-09be-4d68-b913-7689c2eee168} <Trace> oximeter.measurements_i64 (7fcc0b29-326f-403c-8f61-10d7cbba0953): Trying to reserve 1.00 MiB using storage policy from min volume index 0
847 2025.02.07 10:06:40.122341 [ 255 ] {b773f2d4-09be-4d68-b913-7689c2eee168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
848 2025.02.07 10:06:40.122783 [ 255 ] {b773f2d4-09be-4d68-b913-7689c2eee168} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
849 2025.02.07 10:06:40.123034 [ 255 ] {b773f2d4-09be-4d68-b913-7689c2eee168} <Trace> oximeter.measurements_i64 (7fcc0b29-326f-403c-8f61-10d7cbba0953): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
850 2025.02.07 10:06:40.123311 [ 255 ] {b773f2d4-09be-4d68-b913-7689c2eee168} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.005399 sec., 3889.6091868864605 rows/sec., 290.49 KiB/sec.
851 2025.02.07 10:06:40.123378 [ 255 ] {b773f2d4-09be-4d68-b913-7689c2eee168} <Debug> TCPHandler: Processed in 0.005650344 sec.
852 2025.02.07 10:06:45.024484 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2025.02.07 10:06:45.024777 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
854 2025.02.07 10:06:45.027144 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
855 2025.02.07 10:06:45.027952 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE
856 2025.02.07 10:06:45.028227 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
857 2025.02.07 10:06:45.032441 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
858 2025.02.07 10:06:45.034940 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
859 2025.02.07 10:06:45.040262 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
860 2025.02.07 10:06:45.042323 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
861 2025.02.07 10:06:45.042373 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
862 2025.02.07 10:06:45.042568 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <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', 'http_service:request_latency_histogram'))"
863 2025.02.07 10:06:45.042616 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
864 2025.02.07 10:06:45.064450 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.039778 sec., 100.55809744079642 rows/sec., 4.64 KiB/sec.
865 2025.02.07 10:06:45.064681 [ 3 ] {19c7c3e5-f8f2-4e62-9aff-0075b670f782} <Debug> TCPHandler: Processed in 0.040348636 sec.
866 2025.02.07 10:06:45.064996 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
867 2025.02.07 10:06:45.065160 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) 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_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
868 2025.02.07 10:06:45.065426 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
869 2025.02.07 10:06:45.065461 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <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_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE
870 2025.02.07 10:06:45.065670 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2025.02.07 10:06:45.065736 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
872 2025.02.07 10:06:45.065880 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
873 2025.02.07 10:06:45.065912 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
874 2025.02.07 10:06:45.065936 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
875 2025.02.07 10:06:45.065953 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
876 2025.02.07 10:06:45.065995 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <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_underlay_prefixes', 'http_service:request_latency_histogram'))"
877 2025.02.07 10:06:45.066016 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
878 2025.02.07 10:06:45.066535 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001443 sec., 2772.002772002772 rows/sec., 127.91 KiB/sec.
879 2025.02.07 10:06:45.066615 [ 255 ] {c125f1b4-289e-4373-b5a5-7da170bc6d9f} <Debug> TCPHandler: Processed in 0.001683034 sec.
880 2025.02.07 10:06:45.066861 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2025.02.07 10:06:45.067002 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
882 2025.02.07 10:06:45.067290 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
883 2025.02.07 10:06:45.067330 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <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', 'http_service:request_latency_histogram')" moved to PREWHERE
884 2025.02.07 10:06:45.067592 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
885 2025.02.07 10:06:45.067673 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
886 2025.02.07 10:06:45.067847 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
887 2025.02.07 10:06:45.067886 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
888 2025.02.07 10:06:45.067914 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
889 2025.02.07 10:06:45.067935 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
890 2025.02.07 10:06:45.067987 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <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', 'http_service:request_latency_histogram'))"
891 2025.02.07 10:06:45.068014 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
892 2025.02.07 10:06:45.068499 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001552 sec., 2577.319587628866 rows/sec., 118.92 KiB/sec.
893 2025.02.07 10:06:45.068580 [ 3 ] {dafb3c8d-a64d-42bc-b981-89bf23e16238} <Debug> TCPHandler: Processed in 0.001771856 sec.
894 2025.02.07 10:06:45.068855 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
895 2025.02.07 10:06:45.068996 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) 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:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
896 2025.02.07 10:06:45.069279 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
897 2025.02.07 10:06:45.069321 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <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:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
898 2025.02.07 10:06:45.069586 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
899 2025.02.07 10:06:45.069664 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
900 2025.02.07 10:06:45.069834 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
901 2025.02.07 10:06:45.069874 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
902 2025.02.07 10:06:45.069902 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
903 2025.02.07 10:06:45.069924 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
904 2025.02.07 10:06:45.069975 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <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:solicitations_sent', 'http_service:request_latency_histogram'))"
905 2025.02.07 10:06:45.070001 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
906 2025.02.07 10:06:45.070486 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001545 sec., 2588.9967637540453 rows/sec., 119.46 KiB/sec.
907 2025.02.07 10:06:45.070567 [ 255 ] {20f21285-da80-4b54-b5c9-888c36f59edd} <Debug> TCPHandler: Processed in 0.001764565 sec.
908 2025.02.07 10:06:45.070794 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2025.02.07 10:06:45.070932 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
910 2025.02.07 10:06:45.071199 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
911 2025.02.07 10:06:45.071240 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
912 2025.02.07 10:06:45.071507 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
913 2025.02.07 10:06:45.071585 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
914 2025.02.07 10:06:45.071762 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
915 2025.02.07 10:06:45.071802 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
916 2025.02.07 10:06:45.071829 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
917 2025.02.07 10:06:45.071850 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
918 2025.02.07 10:06:45.071900 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
919 2025.02.07 10:06:45.071925 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
920 2025.02.07 10:06:45.072457 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001579 sec., 2533.24889170361 rows/sec., 116.89 KiB/sec.
921 2025.02.07 10:06:45.072537 [ 3 ] {ef44099a-24ba-4d3c-b1a6-a8ff6d609cb6} <Debug> TCPHandler: Processed in 0.001795646 sec.
922 2025.02.07 10:06:45.072772 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
923 2025.02.07 10:06:45.072919 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
924 2025.02.07 10:06:45.073160 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
925 2025.02.07 10:06:45.073195 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
926 2025.02.07 10:06:45.073420 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
927 2025.02.07 10:06:45.073485 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
928 2025.02.07 10:06:45.073626 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
929 2025.02.07 10:06:45.073659 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
930 2025.02.07 10:06:45.073682 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
931 2025.02.07 10:06:45.073700 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
932 2025.02.07 10:06:45.073742 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
933 2025.02.07 10:06:45.073763 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
934 2025.02.07 10:06:45.074247 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001387 sec., 2883.9221341023795 rows/sec., 133.07 KiB/sec.
935 2025.02.07 10:06:45.074327 [ 255 ] {24f9617d-3ecf-462d-910f-3f4de59bcf3d} <Debug> TCPHandler: Processed in 0.001608092 sec.
936 2025.02.07 10:06:45.074573 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
937 2025.02.07 10:06:45.074716 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
938 2025.02.07 10:06:45.074955 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
939 2025.02.07 10:06:45.074991 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
940 2025.02.07 10:06:45.075216 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
941 2025.02.07 10:06:45.075280 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
942 2025.02.07 10:06:45.075418 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
943 2025.02.07 10:06:45.075451 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
944 2025.02.07 10:06:45.075474 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
945 2025.02.07 10:06:45.075492 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
946 2025.02.07 10:06:45.075533 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
947 2025.02.07 10:06:45.075555 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
948 2025.02.07 10:06:45.076127 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001469 sec., 2722.940776038121 rows/sec., 125.64 KiB/sec.
949 2025.02.07 10:06:45.076206 [ 3 ] {47566c02-3d0d-4da3-ac0b-42a552fe89ac} <Debug> TCPHandler: Processed in 0.001685384 sec.
950 2025.02.07 10:06:45.076470 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
951 2025.02.07 10:06:45.076646 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
952 2025.02.07 10:06:45.076945 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
953 2025.02.07 10:06:45.076990 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
954 2025.02.07 10:06:45.077234 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
955 2025.02.07 10:06:45.077298 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
956 2025.02.07 10:06:45.077436 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
957 2025.02.07 10:06:45.077469 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
958 2025.02.07 10:06:45.077492 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
959 2025.02.07 10:06:45.077509 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
960 2025.02.07 10:06:45.077551 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
961 2025.02.07 10:06:45.077572 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
962 2025.02.07 10:06:45.078031 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001461 sec., 2737.8507871321012 rows/sec., 126.33 KiB/sec.
963 2025.02.07 10:06:45.078109 [ 255 ] {b335d5bf-20eb-469b-8305-5dfdf3360628} <Debug> TCPHandler: Processed in 0.001704334 sec.
964 2025.02.07 10:06:45.078355 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
965 2025.02.07 10:06:45.078530 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
966 2025.02.07 10:06:45.078828 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
967 2025.02.07 10:06:45.078872 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
968 2025.02.07 10:06:45.079132 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
969 2025.02.07 10:06:45.079196 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
970 2025.02.07 10:06:45.079331 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
971 2025.02.07 10:06:45.079363 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
972 2025.02.07 10:06:45.079386 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
973 2025.02.07 10:06:45.079402 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
974 2025.02.07 10:06:45.079443 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
975 2025.02.07 10:06:45.079464 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
976 2025.02.07 10:06:45.079932 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001479 sec., 2704.5300878972275 rows/sec., 124.79 KiB/sec.
977 2025.02.07 10:06:45.080011 [ 3 ] {d08df0ac-0a93-41e0-bcdf-1c34c55e4f4a} <Debug> TCPHandler: Processed in 0.001720344 sec.
978 2025.02.07 10:06:45.080272 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
979 2025.02.07 10:06:45.080419 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
980 2025.02.07 10:06:45.080663 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
981 2025.02.07 10:06:45.080698 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
982 2025.02.07 10:06:45.080932 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
983 2025.02.07 10:06:45.080996 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
984 2025.02.07 10:06:45.081131 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
985 2025.02.07 10:06:45.081162 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
986 2025.02.07 10:06:45.081185 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
987 2025.02.07 10:06:45.081201 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
988 2025.02.07 10:06:45.081242 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
989 2025.02.07 10:06:45.081264 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
990 2025.02.07 10:06:45.081758 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001401 sec., 2855.1034975017847 rows/sec., 131.74 KiB/sec.
991 2025.02.07 10:06:45.081837 [ 255 ] {4b1f14f5-8bcf-4c75-9953-bc3bdc25b460} <Debug> TCPHandler: Processed in 0.001616822 sec.
992 2025.02.07 10:06:45.082081 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
993 2025.02.07 10:06:45.082257 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
994 2025.02.07 10:06:45.082560 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
995 2025.02.07 10:06:45.082606 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
996 2025.02.07 10:06:45.082907 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
997 2025.02.07 10:06:45.082986 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
998 2025.02.07 10:06:45.083132 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
999 2025.02.07 10:06:45.083165 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1000 2025.02.07 10:06:45.083187 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
1001 2025.02.07 10:06:45.083204 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1002 2025.02.07 10:06:45.083245 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1003 2025.02.07 10:06:45.083265 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1004 2025.02.07 10:06:45.083780 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.0016 sec., 2500 rows/sec., 115.36 KiB/sec.
1005 2025.02.07 10:06:45.083860 [ 3 ] {5b8fdd05-35b4-4e88-bf55-e388b5e5f698} <Debug> TCPHandler: Processed in 0.001838377 sec.
1006 2025.02.07 10:06:45.084116 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1007 2025.02.07 10:06:45.084292 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) 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: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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1008 2025.02.07 10:06:45.084598 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1009 2025.02.07 10:06:45.084643 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <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: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', 'http_service:request_latency_histogram')" moved to PREWHERE
1010 2025.02.07 10:06:45.084941 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1011 2025.02.07 10:06:45.085017 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1012 2025.02.07 10:06:45.085159 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1013 2025.02.07 10:06:45.085191 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1014 2025.02.07 10:06:45.085216 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
1015 2025.02.07 10:06:45.085233 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1016 2025.02.07 10:06:45.085274 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <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: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', 'http_service:request_latency_histogram'))"
1017 2025.02.07 10:06:45.085297 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1018 2025.02.07 10:06:45.085873 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001655 sec., 2416.918429003021 rows/sec., 111.52 KiB/sec.
1019 2025.02.07 10:06:45.085974 [ 255 ] {fee06907-29e1-4d72-8a92-4c6717607e95} <Debug> TCPHandler: Processed in 0.001920639 sec.
1020 2025.02.07 10:06:45.086216 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1021 2025.02.07 10:06:45.086396 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1022 2025.02.07 10:06:45.086704 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1023 2025.02.07 10:06:45.086752 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1024 2025.02.07 10:06:45.087054 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1025 2025.02.07 10:06:45.087119 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1026 2025.02.07 10:06:45.087259 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1027 2025.02.07 10:06:45.087292 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1028 2025.02.07 10:06:45.087315 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
1029 2025.02.07 10:06:45.087331 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1030 2025.02.07 10:06:45.087372 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1031 2025.02.07 10:06:45.087394 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1032 2025.02.07 10:06:45.087877 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001564 sec., 2557.544757033248 rows/sec., 118.01 KiB/sec.
1033 2025.02.07 10:06:45.087956 [ 3 ] {35fe9aeb-fcdb-4e92-a8de-9c69f17e0516} <Debug> TCPHandler: Processed in 0.001802666 sec.
1034 2025.02.07 10:06:45.088217 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1035 2025.02.07 10:06:45.088370 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1036 2025.02.07 10:06:45.088625 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1037 2025.02.07 10:06:45.088666 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1038 2025.02.07 10:06:45.088921 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1039 2025.02.07 10:06:45.088987 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1040 2025.02.07 10:06:45.089129 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1041 2025.02.07 10:06:45.089163 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1042 2025.02.07 10:06:45.089186 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
1043 2025.02.07 10:06:45.089203 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1044 2025.02.07 10:06:45.089246 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1045 2025.02.07 10:06:45.089267 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1046 2025.02.07 10:06:45.089765 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001459 sec., 2741.6038382453735 rows/sec., 126.50 KiB/sec.
1047 2025.02.07 10:06:45.089845 [ 255 ] {ad1ae331-66c0-4600-b867-f0087dad9dd4} <Debug> TCPHandler: Processed in 0.001682584 sec.
1048 2025.02.07 10:06:45.090550 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1049 2025.02.07 10:06:45.090702 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) 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') FORMAT Native; (stage: Complete)
1050 2025.02.07 10:06:45.090958 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1051 2025.02.07 10:06:45.090998 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <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')" moved to PREWHERE
1052 2025.02.07 10:06:45.091253 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1053 2025.02.07 10:06:45.091316 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1054 2025.02.07 10:06:45.091452 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1055 2025.02.07 10:06:45.091484 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1056 2025.02.07 10:06:45.091506 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
1057 2025.02.07 10:06:45.091523 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1058 2025.02.07 10:06:45.091565 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <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'))"
1059 2025.02.07 10:06:45.091586 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1060 2025.02.07 10:06:45.092089 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001451 sec., 2756.7195037904894 rows/sec., 127.20 KiB/sec.
1061 2025.02.07 10:06:45.092168 [ 3 ] {76d40883-26d6-485c-9c36-8a7ca0b00b31} <Debug> TCPHandler: Processed in 0.001672963 sec.
1062 2025.02.07 10:06:45.092405 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1063 2025.02.07 10:06:45.092557 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
1064 2025.02.07 10:06:45.092815 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1065 2025.02.07 10:06:45.092856 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <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', 'static_routing_config:static_routes')" moved to PREWHERE
1066 2025.02.07 10:06:45.093115 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1067 2025.02.07 10:06:45.093180 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1068 2025.02.07 10:06:45.093319 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1069 2025.02.07 10:06:45.093351 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1070 2025.02.07 10:06:45.093373 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
1071 2025.02.07 10:06:45.093389 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1072 2025.02.07 10:06:45.093431 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <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', 'static_routing_config:static_routes'))"
1073 2025.02.07 10:06:45.093452 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1074 2025.02.07 10:06:45.093927 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001435 sec., 2787.456445993031 rows/sec., 128.62 KiB/sec.
1075 2025.02.07 10:06:45.094008 [ 255 ] {0f430792-9f49-4261-b3fb-a6c9a274322e} <Debug> TCPHandler: Processed in 0.001657094 sec.
1076 2025.02.07 10:06:45.094258 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1077 2025.02.07 10:06:45.094441 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
1078 2025.02.07 10:06:45.094760 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1079 2025.02.07 10:06:45.094810 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE
1080 2025.02.07 10:06:45.095122 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1081 2025.02.07 10:06:45.095185 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1082 2025.02.07 10:06:45.095320 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1083 2025.02.07 10:06:45.095352 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1084 2025.02.07 10:06:45.095375 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
1085 2025.02.07 10:06:45.095392 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1086 2025.02.07 10:06:45.095433 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))"
1087 2025.02.07 10:06:45.095456 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1088 2025.02.07 10:06:45.095922 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001564 sec., 2557.544757033248 rows/sec., 118.01 KiB/sec.
1089 2025.02.07 10:06:45.096001 [ 3 ] {7c8f4bc2-2bc0-4860-ab3f-cce4cbc9a68b} <Debug> TCPHandler: Processed in 0.001807527 sec.
1090 2025.02.07 10:06:45.096256 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1091 2025.02.07 10:06:45.096441 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1092 2025.02.07 10:06:45.096763 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1093 2025.02.07 10:06:45.096812 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1094 2025.02.07 10:06:45.097127 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1095 2025.02.07 10:06:45.097192 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1096 2025.02.07 10:06:45.097327 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1097 2025.02.07 10:06:45.097359 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1098 2025.02.07 10:06:45.097381 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
1099 2025.02.07 10:06:45.097398 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1100 2025.02.07 10:06:45.097439 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1101 2025.02.07 10:06:45.097460 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1102 2025.02.07 10:06:45.097953 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001596 sec., 2506.2656641604012 rows/sec., 115.65 KiB/sec.
1103 2025.02.07 10:06:45.098033 [ 255 ] {19f86172-e0fd-4305-83de-ec5101d99d1a} <Debug> TCPHandler: Processed in 0.001840977 sec.
1104 2025.02.07 10:06:45.098294 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1105 2025.02.07 10:06:45.098432 [ 3 ] {61e9e2fd-8f06-4c7f-8eb5-2bd20e30dddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1106 2025.02.07 10:06:45.098489 [ 3 ] {61e9e2fd-8f06-4c7f-8eb5-2bd20e30dddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1107 2025.02.07 10:06:45.099225 [ 3 ] {61e9e2fd-8f06-4c7f-8eb5-2bd20e30dddd} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1108 2025.02.07 10:06:45.099266 [ 3 ] {61e9e2fd-8f06-4c7f-8eb5-2bd20e30dddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1109 2025.02.07 10:06:45.099760 [ 3 ] {61e9e2fd-8f06-4c7f-8eb5-2bd20e30dddd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1110 2025.02.07 10:06:45.099981 [ 3 ] {61e9e2fd-8f06-4c7f-8eb5-2bd20e30dddd} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1111 2025.02.07 10:06:45.100193 [ 3 ] {61e9e2fd-8f06-4c7f-8eb5-2bd20e30dddd} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001802 sec., 9988.901220865704 rows/sec., 1.36 MiB/sec.
1112 2025.02.07 10:06:45.100245 [ 3 ] {61e9e2fd-8f06-4c7f-8eb5-2bd20e30dddd} <Debug> TCPHandler: Processed in 0.002014991 sec.
1113 2025.02.07 10:06:45.100393 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1114 2025.02.07 10:06:45.100518 [ 255 ] {c1fa1413-bc59-4166-be99-f1f9f4e82b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1115 2025.02.07 10:06:45.100571 [ 255 ] {c1fa1413-bc59-4166-be99-f1f9f4e82b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1116 2025.02.07 10:06:45.101184 [ 255 ] {c1fa1413-bc59-4166-be99-f1f9f4e82b96} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1117 2025.02.07 10:06:45.101223 [ 255 ] {c1fa1413-bc59-4166-be99-f1f9f4e82b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1118 2025.02.07 10:06:45.101580 [ 255 ] {c1fa1413-bc59-4166-be99-f1f9f4e82b96} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1119 2025.02.07 10:06:45.101819 [ 255 ] {c1fa1413-bc59-4166-be99-f1f9f4e82b96} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1120 2025.02.07 10:06:45.102017 [ 255 ] {c1fa1413-bc59-4166-be99-f1f9f4e82b96} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001527 sec., 19646.36542239686 rows/sec., 1.48 MiB/sec.
1121 2025.02.07 10:06:45.102069 [ 255 ] {c1fa1413-bc59-4166-be99-f1f9f4e82b96} <Debug> TCPHandler: Processed in 0.001738935 sec.
1122 2025.02.07 10:06:45.102217 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1123 2025.02.07 10:06:45.102347 [ 3 ] {b731b776-ab68-4ff1-815e-e7c1d2eb33d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1124 2025.02.07 10:06:45.102399 [ 3 ] {b731b776-ab68-4ff1-815e-e7c1d2eb33d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1125 2025.02.07 10:06:45.103034 [ 3 ] {b731b776-ab68-4ff1-815e-e7c1d2eb33d4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1126 2025.02.07 10:06:45.103074 [ 3 ] {b731b776-ab68-4ff1-815e-e7c1d2eb33d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1127 2025.02.07 10:06:45.103424 [ 3 ] {b731b776-ab68-4ff1-815e-e7c1d2eb33d4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1128 2025.02.07 10:06:45.103658 [ 3 ] {b731b776-ab68-4ff1-815e-e7c1d2eb33d4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1129 2025.02.07 10:06:45.103854 [ 3 ] {b731b776-ab68-4ff1-815e-e7c1d2eb33d4} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001537 sec., 23422.251138581654 rows/sec., 1.83 MiB/sec.
1130 2025.02.07 10:06:45.103905 [ 3 ] {b731b776-ab68-4ff1-815e-e7c1d2eb33d4} <Debug> TCPHandler: Processed in 0.001750116 sec.
1131 2025.02.07 10:06:45.104031 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1132 2025.02.07 10:06:45.104137 [ 255 ] {9c5f0f75-bb36-4beb-965a-75e85b289ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1133 2025.02.07 10:06:45.104184 [ 255 ] {9c5f0f75-bb36-4beb-965a-75e85b289ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1134 2025.02.07 10:06:45.104641 [ 255 ] {9c5f0f75-bb36-4beb-965a-75e85b289ac1} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1135 2025.02.07 10:06:45.104679 [ 255 ] {9c5f0f75-bb36-4beb-965a-75e85b289ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1136 2025.02.07 10:06:45.105048 [ 255 ] {9c5f0f75-bb36-4beb-965a-75e85b289ac1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1137 2025.02.07 10:06:45.105312 [ 255 ] {9c5f0f75-bb36-4beb-965a-75e85b289ac1} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1138 2025.02.07 10:06:45.105514 [ 255 ] {9c5f0f75-bb36-4beb-965a-75e85b289ac1} <Debug> executeQuery: Read 22 rows, 1.57 KiB in 0.001399 sec., 15725.518227305218 rows/sec., 1.10 MiB/sec.
1139 2025.02.07 10:06:45.105564 [ 255 ] {9c5f0f75-bb36-4beb-965a-75e85b289ac1} <Debug> TCPHandler: Processed in 0.001583713 sec.
1140 2025.02.07 10:06:45.105693 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1141 2025.02.07 10:06:45.105798 [ 3 ] {07037781-31a1-4319-a6b2-7f79fb590c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1142 2025.02.07 10:06:45.105843 [ 3 ] {07037781-31a1-4319-a6b2-7f79fb590c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1143 2025.02.07 10:06:45.106495 [ 3 ] {07037781-31a1-4319-a6b2-7f79fb590c46} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1144 2025.02.07 10:06:45.106534 [ 3 ] {07037781-31a1-4319-a6b2-7f79fb590c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1145 2025.02.07 10:06:45.106880 [ 3 ] {07037781-31a1-4319-a6b2-7f79fb590c46} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1146 2025.02.07 10:06:45.107109 [ 3 ] {07037781-31a1-4319-a6b2-7f79fb590c46} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1147 2025.02.07 10:06:45.107376 [ 3 ] {07037781-31a1-4319-a6b2-7f79fb590c46} <Debug> executeQuery: Read 8 rows, 560.00 B in 0.001577 sec., 5072.92327203551 rows/sec., 346.78 KiB/sec.
1148 2025.02.07 10:06:45.107480 [ 3 ] {07037781-31a1-4319-a6b2-7f79fb590c46} <Debug> TCPHandler: Processed in 0.001842497 sec.
1149 2025.02.07 10:06:46.673791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1150 2025.02.07 10:06:46.674655 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1151 2025.02.07 10:06:46.674715 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1152 2025.02.07 10:06:46.675419 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1153 2025.02.07 10:06:46.675760 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1154 2025.02.07 10:06:46.676028 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1155 2025.02.07 10:06:46.842032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1156 2025.02.07 10:06:46.868021 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1157 2025.02.07 10:06:46.868120 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1158 2025.02.07 10:06:46.877193 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1159 2025.02.07 10:06:46.878483 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1160 2025.02.07 10:06:46.884474 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1161 2025.02.07 10:06:47.001117 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.98 MiB, peak 161.98 MiB, free memory in arenas 0.00 B, will set to 159.24 MiB (RSS), difference: 1.26 MiB
1162 2025.02.07 10:06:49.212053 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 154
1163 2025.02.07 10:06:49.216505 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1164 2025.02.07 10:06:49.216557 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1165 2025.02.07 10:06:49.218083 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1166 2025.02.07 10:06:49.218392 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1167 2025.02.07 10:06:49.219066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 154
1168 2025.02.07 10:06:50.030935 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1169 2025.02.07 10:06:50.031129 [ 3 ] {c588898a-1e1e-4829-8662-13c232340221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1170 2025.02.07 10:06:50.031196 [ 3 ] {c588898a-1e1e-4829-8662-13c232340221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1171 2025.02.07 10:06:50.031978 [ 3 ] {c588898a-1e1e-4829-8662-13c232340221} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1172 2025.02.07 10:06:50.032020 [ 3 ] {c588898a-1e1e-4829-8662-13c232340221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1173 2025.02.07 10:06:50.032452 [ 3 ] {c588898a-1e1e-4829-8662-13c232340221} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1174 2025.02.07 10:06:50.032712 [ 3 ] {c588898a-1e1e-4829-8662-13c232340221} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1175 2025.02.07 10:06:50.032922 [ 3 ] {c588898a-1e1e-4829-8662-13c232340221} <Debug> executeQuery: Read 76 rows, 6.63 KiB in 0.001848 sec., 41125.54112554112 rows/sec., 3.51 MiB/sec.
1176 2025.02.07 10:06:50.032977 [ 3 ] {c588898a-1e1e-4829-8662-13c232340221} <Debug> TCPHandler: Processed in 0.002202484 sec.
1177 2025.02.07 10:06:50.033165 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1178 2025.02.07 10:06:50.033277 [ 255 ] {1877cb39-5da5-414b-8210-f99d9723f7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1179 2025.02.07 10:06:50.033323 [ 255 ] {1877cb39-5da5-414b-8210-f99d9723f7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1180 2025.02.07 10:06:50.033872 [ 255 ] {1877cb39-5da5-414b-8210-f99d9723f7b3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1181 2025.02.07 10:06:50.033912 [ 255 ] {1877cb39-5da5-414b-8210-f99d9723f7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1182 2025.02.07 10:06:50.034277 [ 255 ] {1877cb39-5da5-414b-8210-f99d9723f7b3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1183 2025.02.07 10:06:50.034520 [ 255 ] {1877cb39-5da5-414b-8210-f99d9723f7b3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1184 2025.02.07 10:06:50.034721 [ 255 ] {1877cb39-5da5-414b-8210-f99d9723f7b3} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001468 sec., 15667.57493188011 rows/sec., 1.15 MiB/sec.
1185 2025.02.07 10:06:50.034772 [ 255 ] {1877cb39-5da5-414b-8210-f99d9723f7b3} <Debug> TCPHandler: Processed in 0.001666694 sec.
1186 2025.02.07 10:06:50.034929 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1187 2025.02.07 10:06:50.035042 [ 3 ] {561808b7-1622-4170-992a-0413feaf4bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1188 2025.02.07 10:06:50.035087 [ 3 ] {561808b7-1622-4170-992a-0413feaf4bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1189 2025.02.07 10:06:50.035656 [ 3 ] {561808b7-1622-4170-992a-0413feaf4bd2} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1190 2025.02.07 10:06:50.035698 [ 3 ] {561808b7-1622-4170-992a-0413feaf4bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1191 2025.02.07 10:06:50.036075 [ 3 ] {561808b7-1622-4170-992a-0413feaf4bd2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1192 2025.02.07 10:06:50.036322 [ 3 ] {561808b7-1622-4170-992a-0413feaf4bd2} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1193 2025.02.07 10:06:50.036572 [ 3 ] {561808b7-1622-4170-992a-0413feaf4bd2} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001553 sec., 37990.985189954925 rows/sec., 2.97 MiB/sec.
1194 2025.02.07 10:06:50.036705 [ 3 ] {561808b7-1622-4170-992a-0413feaf4bd2} <Debug> TCPHandler: Processed in 0.001832958 sec.
1195 2025.02.07 10:06:50.036879 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1196 2025.02.07 10:06:50.037006 [ 255 ] {6f414000-681e-49af-9701-df9755cfd9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1197 2025.02.07 10:06:50.037064 [ 255 ] {6f414000-681e-49af-9701-df9755cfd9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1198 2025.02.07 10:06:50.037701 [ 255 ] {6f414000-681e-49af-9701-df9755cfd9dd} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1199 2025.02.07 10:06:50.037748 [ 255 ] {6f414000-681e-49af-9701-df9755cfd9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1200 2025.02.07 10:06:50.038164 [ 255 ] {6f414000-681e-49af-9701-df9755cfd9dd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1201 2025.02.07 10:06:50.038407 [ 255 ] {6f414000-681e-49af-9701-df9755cfd9dd} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1202 2025.02.07 10:06:50.038627 [ 255 ] {6f414000-681e-49af-9701-df9755cfd9dd} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001647 sec., 66788.09957498482 rows/sec., 4.66 MiB/sec.
1203 2025.02.07 10:06:50.038694 [ 255 ] {6f414000-681e-49af-9701-df9755cfd9dd} <Debug> TCPHandler: Processed in 0.001874138 sec.
1204 2025.02.07 10:06:50.038841 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1205 2025.02.07 10:06:50.038952 [ 3 ] {306954ea-d077-474d-b79c-eba7b0929d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1206 2025.02.07 10:06:50.039017 [ 3 ] {306954ea-d077-474d-b79c-eba7b0929d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1207 2025.02.07 10:06:50.040094 [ 3 ] {306954ea-d077-474d-b79c-eba7b0929d43} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1208 2025.02.07 10:06:50.040137 [ 3 ] {306954ea-d077-474d-b79c-eba7b0929d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1209 2025.02.07 10:06:50.040783 [ 3 ] {306954ea-d077-474d-b79c-eba7b0929d43} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1210 2025.02.07 10:06:50.041053 [ 3 ] {306954ea-d077-474d-b79c-eba7b0929d43} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1211 2025.02.07 10:06:50.041340 [ 3 ] {306954ea-d077-474d-b79c-eba7b0929d43} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002407 sec., 9555.463232239303 rows/sec., 17.12 MiB/sec.
1212 2025.02.07 10:06:50.041486 [ 3 ] {306954ea-d077-474d-b79c-eba7b0929d43} <Debug> TCPHandler: Processed in 0.002698555 sec.
1213 2025.02.07 10:06:50.041667 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1214 2025.02.07 10:06:50.041795 [ 255 ] {002ef011-1897-402e-8c02-a5bea2270311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1215 2025.02.07 10:06:50.041851 [ 255 ] {002ef011-1897-402e-8c02-a5bea2270311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1216 2025.02.07 10:06:50.042372 [ 255 ] {002ef011-1897-402e-8c02-a5bea2270311} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1217 2025.02.07 10:06:50.042417 [ 255 ] {002ef011-1897-402e-8c02-a5bea2270311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1218 2025.02.07 10:06:50.042855 [ 255 ] {002ef011-1897-402e-8c02-a5bea2270311} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1219 2025.02.07 10:06:50.043121 [ 255 ] {002ef011-1897-402e-8c02-a5bea2270311} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1220 2025.02.07 10:06:50.043331 [ 255 ] {002ef011-1897-402e-8c02-a5bea2270311} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001566 sec., 25542.78416347382 rows/sec., 1.71 MiB/sec.
1221 2025.02.07 10:06:50.043380 [ 255 ] {002ef011-1897-402e-8c02-a5bea2270311} <Debug> TCPHandler: Processed in 0.001778246 sec.
1222 2025.02.07 10:06:54.108141 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
1223 2025.02.07 10:06:54.108214 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
1224 2025.02.07 10:06:54.176872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1225 2025.02.07 10:06:54.177509 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1226 2025.02.07 10:06:54.177551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1227 2025.02.07 10:06:54.178122 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1228 2025.02.07 10:06:54.178381 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1229 2025.02.07 10:06:54.178581 [ 87 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1230 2025.02.07 10:06:54.178613 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1231 2025.02.07 10:06:54.178670 [ 87 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1232 2025.02.07 10:06:54.178715 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1233 2025.02.07 10:06:54.182638 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
1234 2025.02.07 10:06:54.182831 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1235 2025.02.07 10:06:54.182931 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1236 2025.02.07 10:06:54.183062 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1237 2025.02.07 10:06:54.183248 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1238 2025.02.07 10:06:54.183487 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1239 2025.02.07 10:06:54.183682 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1240 2025.02.07 10:06:54.183874 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1241 2025.02.07 10:06:54.209348 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.030540818 sec., 91877.04140733885 rows/sec., 1.31 MiB/sec.
1242 2025.02.07 10:06:54.210043 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1243 2025.02.07 10:06:54.210356 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1244 2025.02.07 10:06:54.210435 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_6_1} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1245 2025.02.07 10:06:54.210558 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1246 2025.02.07 10:06:54.385306 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1247 2025.02.07 10:06:54.405744 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1248 2025.02.07 10:06:54.405789 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1249 2025.02.07 10:06:54.412476 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1250 2025.02.07 10:06:54.413224 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1251 2025.02.07 10:06:54.413493 [ 87 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1252 2025.02.07 10:06:54.413567 [ 87 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1253 2025.02.07 10:06:54.413623 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1254 2025.02.07 10:06:54.414172 [ 192 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
1255 2025.02.07 10:06:54.429036 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1256 2025.02.07 10:06:54.430653 [ 192 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1257 2025.02.07 10:06:54.431786 [ 192 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
1258 2025.02.07 10:06:54.437041 [ 192 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
1259 2025.02.07 10:06:54.442165 [ 192 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
1260 2025.02.07 10:06:54.447257 [ 192 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
1261 2025.02.07 10:06:54.456772 [ 192 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
1262 2025.02.07 10:06:54.461549 [ 192 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
1263 2025.02.07 10:06:54.523430 [ 201 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.109669118 sec., 419.44351189183453 rows/sec., 2.17 MiB/sec.
1264 2025.02.07 10:06:54.525859 [ 187 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1265 2025.02.07 10:06:54.528661 [ 187 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_6_1} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1266 2025.02.07 10:06:54.528745 [ 187 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_6_1} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1267 2025.02.07 10:06:54.531111 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1268 2025.02.07 10:06:55.000240 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.40 MiB, peak 169.94 MiB, free memory in arenas 0.00 B, will set to 163.44 MiB (RSS), difference: 3.04 MiB
1269 2025.02.07 10:06:55.027975 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1270 2025.02.07 10:06:55.028237 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1271 2025.02.07 10:06:55.028685 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1272 2025.02.07 10:06:55.028742 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1273 2025.02.07 10:06:55.029109 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1274 2025.02.07 10:06:55.029191 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1275 2025.02.07 10:06:55.029375 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1276 2025.02.07 10:06:55.029650 [ 287 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1277 2025.02.07 10:06:55.029668 [ 286 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1278 2025.02.07 10:06:55.029821 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1279 2025.02.07 10:06:55.029855 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1280 2025.02.07 10:06:55.033870 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1281 2025.02.07 10:06:55.033905 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1282 2025.02.07 10:06:55.033969 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1283 2025.02.07 10:06:55.034048 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1284 2025.02.07 10:06:55.035465 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.007357 sec., 2990.3493271714015 rows/sec., 125.17 KiB/sec.
1285 2025.02.07 10:06:55.035613 [ 3 ] {cb0e9a98-4c22-4c69-a549-6bbc72aceadc} <Debug> TCPHandler: Processed in 0.007775888 sec.
1286 2025.02.07 10:06:55.036003 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1287 2025.02.07 10:06:55.036176 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1288 2025.02.07 10:06:55.036481 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1289 2025.02.07 10:06:55.036525 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1290 2025.02.07 10:06:55.036809 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1291 2025.02.07 10:06:55.036878 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1292 2025.02.07 10:06:55.037026 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1293 2025.02.07 10:06:55.037140 [ 288 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1294 2025.02.07 10:06:55.037143 [ 286 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1295 2025.02.07 10:06:55.037266 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1296 2025.02.07 10:06:55.037294 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1297 2025.02.07 10:06:55.037383 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1298 2025.02.07 10:06:55.037404 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1299 2025.02.07 10:06:55.037446 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1300 2025.02.07 10:06:55.037488 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1301 2025.02.07 10:06:55.038525 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002425 sec., 9072.164948453608 rows/sec., 379.75 KiB/sec.
1302 2025.02.07 10:06:55.038677 [ 255 ] {72ff7f19-f95a-4905-a7b1-170cfdfdf017} <Debug> TCPHandler: Processed in 0.002745696 sec.
1303 2025.02.07 10:06:55.039262 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1304 2025.02.07 10:06:55.039422 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1305 2025.02.07 10:06:55.039711 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1306 2025.02.07 10:06:55.039756 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1307 2025.02.07 10:06:55.040047 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1308 2025.02.07 10:06:55.040115 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1309 2025.02.07 10:06:55.040261 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1310 2025.02.07 10:06:55.040363 [ 287 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1311 2025.02.07 10:06:55.040385 [ 286 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1312 2025.02.07 10:06:55.040504 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1313 2025.02.07 10:06:55.040533 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1314 2025.02.07 10:06:55.040615 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1315 2025.02.07 10:06:55.040635 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1316 2025.02.07 10:06:55.040675 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1317 2025.02.07 10:06:55.040718 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1318 2025.02.07 10:06:55.041715 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002364 sec., 9306.260575296108 rows/sec., 389.55 KiB/sec.
1319 2025.02.07 10:06:55.041870 [ 3 ] {429d4336-7765-4f73-b203-e4fc7f8450aa} <Debug> TCPHandler: Processed in 0.002662163 sec.
1320 2025.02.07 10:06:55.042141 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1321 2025.02.07 10:06:55.042334 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1322 2025.02.07 10:06:55.042679 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1323 2025.02.07 10:06:55.042732 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1324 2025.02.07 10:06:55.043069 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1325 2025.02.07 10:06:55.043136 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1326 2025.02.07 10:06:55.043278 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1327 2025.02.07 10:06:55.043355 [ 288 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1328 2025.02.07 10:06:55.043374 [ 286 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1329 2025.02.07 10:06:55.043465 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1330 2025.02.07 10:06:55.043492 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1331 2025.02.07 10:06:55.043573 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1332 2025.02.07 10:06:55.043593 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1333 2025.02.07 10:06:55.043634 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1334 2025.02.07 10:06:55.043676 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1335 2025.02.07 10:06:55.044666 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002423 sec., 9079.653322327693 rows/sec., 380.07 KiB/sec.
1336 2025.02.07 10:06:55.044816 [ 255 ] {b5908bdc-d5de-416e-befc-0e159ca3fabe} <Debug> TCPHandler: Processed in 0.002739295 sec.
1337 2025.02.07 10:06:55.045091 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1338 2025.02.07 10:06:55.045253 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1339 2025.02.07 10:06:55.045544 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1340 2025.02.07 10:06:55.045589 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1341 2025.02.07 10:06:55.045880 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1342 2025.02.07 10:06:55.045948 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1343 2025.02.07 10:06:55.046094 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1344 2025.02.07 10:06:55.046165 [ 288 ] {90025dff-4603-4843-92d4-27c981409eb3} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1345 2025.02.07 10:06:55.046188 [ 287 ] {90025dff-4603-4843-92d4-27c981409eb3} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1346 2025.02.07 10:06:55.046282 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1347 2025.02.07 10:06:55.046310 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1348 2025.02.07 10:06:55.046391 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1349 2025.02.07 10:06:55.046413 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1350 2025.02.07 10:06:55.046454 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1351 2025.02.07 10:06:55.046496 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1352 2025.02.07 10:06:55.047502 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00232 sec., 9482.758620689656 rows/sec., 396.94 KiB/sec.
1353 2025.02.07 10:06:55.047655 [ 3 ] {90025dff-4603-4843-92d4-27c981409eb3} <Debug> TCPHandler: Processed in 0.002620713 sec.
1354 2025.02.07 10:06:55.047896 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1355 2025.02.07 10:06:55.048069 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1356 2025.02.07 10:06:55.048416 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1357 2025.02.07 10:06:55.048469 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1358 2025.02.07 10:06:55.048827 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1359 2025.02.07 10:06:55.048908 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1360 2025.02.07 10:06:55.049069 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1361 2025.02.07 10:06:55.049146 [ 288 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1362 2025.02.07 10:06:55.049171 [ 286 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1363 2025.02.07 10:06:55.049281 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1364 2025.02.07 10:06:55.049308 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1365 2025.02.07 10:06:55.049387 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1366 2025.02.07 10:06:55.049408 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1367 2025.02.07 10:06:55.049447 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1368 2025.02.07 10:06:55.049488 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1369 2025.02.07 10:06:55.050497 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002514 sec., 8750.994431185361 rows/sec., 366.31 KiB/sec.
1370 2025.02.07 10:06:55.050648 [ 255 ] {1ecd5f66-d37c-46de-889f-13ccff65457a} <Debug> TCPHandler: Processed in 0.002805487 sec.
1371 2025.02.07 10:06:55.050909 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1372 2025.02.07 10:06:55.051081 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1373 2025.02.07 10:06:55.051375 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1374 2025.02.07 10:06:55.051421 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1375 2025.02.07 10:06:55.051720 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1376 2025.02.07 10:06:55.051788 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1377 2025.02.07 10:06:55.051933 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1378 2025.02.07 10:06:55.051988 [ 288 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1379 2025.02.07 10:06:55.052025 [ 287 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1380 2025.02.07 10:06:55.052115 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1381 2025.02.07 10:06:55.052143 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1382 2025.02.07 10:06:55.052223 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1383 2025.02.07 10:06:55.052244 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1384 2025.02.07 10:06:55.052283 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1385 2025.02.07 10:06:55.052325 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1386 2025.02.07 10:06:55.053352 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00235 sec., 9361.702127659573 rows/sec., 391.87 KiB/sec.
1387 2025.02.07 10:06:55.053499 [ 3 ] {e5480cc8-a428-452e-8eac-727895c73ba5} <Debug> TCPHandler: Processed in 0.002656664 sec.
1388 2025.02.07 10:06:55.053736 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1389 2025.02.07 10:06:55.053889 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1390 2025.02.07 10:06:55.054162 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1391 2025.02.07 10:06:55.054204 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1392 2025.02.07 10:06:55.054559 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1393 2025.02.07 10:06:55.054625 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1394 2025.02.07 10:06:55.054770 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1395 2025.02.07 10:06:55.054885 [ 286 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1396 2025.02.07 10:06:55.054885 [ 288 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1397 2025.02.07 10:06:55.054997 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1398 2025.02.07 10:06:55.055020 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1399 2025.02.07 10:06:55.055099 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1400 2025.02.07 10:06:55.055120 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1401 2025.02.07 10:06:55.055160 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1402 2025.02.07 10:06:55.055202 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1403 2025.02.07 10:06:55.056189 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002335 sec., 9421.84154175589 rows/sec., 394.39 KiB/sec.
1404 2025.02.07 10:06:55.056338 [ 255 ] {f0e7b491-d541-4a60-805a-9aacf1b957f0} <Debug> TCPHandler: Processed in 0.002629433 sec.
1405 2025.02.07 10:06:55.056589 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1406 2025.02.07 10:06:55.056754 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1407 2025.02.07 10:06:55.057049 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1408 2025.02.07 10:06:55.057096 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1409 2025.02.07 10:06:55.057403 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1410 2025.02.07 10:06:55.057472 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1411 2025.02.07 10:06:55.057616 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1412 2025.02.07 10:06:55.057682 [ 288 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1413 2025.02.07 10:06:55.057707 [ 287 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1414 2025.02.07 10:06:55.057809 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1415 2025.02.07 10:06:55.057841 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1416 2025.02.07 10:06:55.057923 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1417 2025.02.07 10:06:55.057945 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1418 2025.02.07 10:06:55.057987 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1419 2025.02.07 10:06:55.058030 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1420 2025.02.07 10:06:55.059067 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002386 sec., 9220.452640402347 rows/sec., 385.96 KiB/sec.
1421 2025.02.07 10:06:55.059216 [ 3 ] {8ddfcb69-30d5-49ad-8f1a-28f1567b5bb4} <Debug> TCPHandler: Processed in 0.002682764 sec.
1422 2025.02.07 10:06:55.059487 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1423 2025.02.07 10:06:55.059683 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1424 2025.02.07 10:06:55.060033 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1425 2025.02.07 10:06:55.060079 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1426 2025.02.07 10:06:55.060377 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1427 2025.02.07 10:06:55.060442 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1428 2025.02.07 10:06:55.060584 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1429 2025.02.07 10:06:55.060643 [ 288 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1430 2025.02.07 10:06:55.060673 [ 286 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1431 2025.02.07 10:06:55.060762 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1432 2025.02.07 10:06:55.060790 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1433 2025.02.07 10:06:55.060869 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1434 2025.02.07 10:06:55.060890 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1435 2025.02.07 10:06:55.060932 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1436 2025.02.07 10:06:55.060976 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1437 2025.02.07 10:06:55.061984 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002395 sec., 9185.80375782881 rows/sec., 384.51 KiB/sec.
1438 2025.02.07 10:06:55.062135 [ 255 ] {378d95a9-66df-4161-98ba-a186baffcdcd} <Debug> TCPHandler: Processed in 0.002712284 sec.
1439 2025.02.07 10:06:55.062365 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1440 2025.02.07 10:06:55.062536 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1441 2025.02.07 10:06:55.062834 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1442 2025.02.07 10:06:55.062882 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1443 2025.02.07 10:06:55.063188 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1444 2025.02.07 10:06:55.063255 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1445 2025.02.07 10:06:55.063406 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1446 2025.02.07 10:06:55.063492 [ 288 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1447 2025.02.07 10:06:55.063511 [ 286 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1448 2025.02.07 10:06:55.063603 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1449 2025.02.07 10:06:55.063631 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1450 2025.02.07 10:06:55.063714 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1451 2025.02.07 10:06:55.063735 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1452 2025.02.07 10:06:55.063777 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1453 2025.02.07 10:06:55.063819 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1454 2025.02.07 10:06:55.064842 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00239 sec., 9205.020920502091 rows/sec., 385.31 KiB/sec.
1455 2025.02.07 10:06:55.064993 [ 3 ] {8cb5b5f8-b293-47cd-a720-99dff4e3ca30} <Debug> TCPHandler: Processed in 0.002681524 sec.
1456 2025.02.07 10:06:55.069135 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1457 2025.02.07 10:06:55.069311 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1458 2025.02.07 10:06:55.069659 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1459 2025.02.07 10:06:55.069708 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1460 2025.02.07 10:06:55.070061 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1461 2025.02.07 10:06:55.070143 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1462 2025.02.07 10:06:55.070312 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1463 2025.02.07 10:06:55.070439 [ 287 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1464 2025.02.07 10:06:55.070443 [ 288 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1465 2025.02.07 10:06:55.070559 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1466 2025.02.07 10:06:55.070586 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
1467 2025.02.07 10:06:55.070668 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1468 2025.02.07 10:06:55.070697 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 22 rows with 2 streams
1469 2025.02.07 10:06:55.070744 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1470 2025.02.07 10:06:55.070795 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1471 2025.02.07 10:06:55.071849 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002618 sec., 8403.361344537814 rows/sec., 351.76 KiB/sec.
1472 2025.02.07 10:06:55.072024 [ 255 ] {86b9fada-e446-46c6-ad04-66682148f97a} <Debug> TCPHandler: Processed in 0.00295421 sec.
1473 2025.02.07 10:06:55.073485 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1474 2025.02.07 10:06:55.073632 [ 3 ] {0362d6f3-41fb-4fa0-9ac9-c96e54e8aadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1475 2025.02.07 10:06:55.073689 [ 3 ] {0362d6f3-41fb-4fa0-9ac9-c96e54e8aadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1476 2025.02.07 10:06:55.074444 [ 3 ] {0362d6f3-41fb-4fa0-9ac9-c96e54e8aadf} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1477 2025.02.07 10:06:55.074488 [ 3 ] {0362d6f3-41fb-4fa0-9ac9-c96e54e8aadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1478 2025.02.07 10:06:55.075078 [ 3 ] {0362d6f3-41fb-4fa0-9ac9-c96e54e8aadf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1479 2025.02.07 10:06:55.075311 [ 3 ] {0362d6f3-41fb-4fa0-9ac9-c96e54e8aadf} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1480 2025.02.07 10:06:55.075524 [ 3 ] {0362d6f3-41fb-4fa0-9ac9-c96e54e8aadf} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001929 sec., 6220.839813374806 rows/sec., 1.26 MiB/sec.
1481 2025.02.07 10:06:55.075707 [ 3 ] {0362d6f3-41fb-4fa0-9ac9-c96e54e8aadf} <Debug> TCPHandler: Processed in 0.002283366 sec.
1482 2025.02.07 10:06:55.075874 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1483 2025.02.07 10:06:55.075987 [ 255 ] {dc9e1333-34ea-4bdd-b580-c60eb5119eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1484 2025.02.07 10:06:55.076034 [ 255 ] {dc9e1333-34ea-4bdd-b580-c60eb5119eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1485 2025.02.07 10:06:55.077222 [ 255 ] {dc9e1333-34ea-4bdd-b580-c60eb5119eab} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1486 2025.02.07 10:06:55.077262 [ 255 ] {dc9e1333-34ea-4bdd-b580-c60eb5119eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1487 2025.02.07 10:06:55.077661 [ 255 ] {dc9e1333-34ea-4bdd-b580-c60eb5119eab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1488 2025.02.07 10:06:55.077912 [ 255 ] {dc9e1333-34ea-4bdd-b580-c60eb5119eab} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): 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.02.07 10:06:55.078153 [ 255 ] {dc9e1333-34ea-4bdd-b580-c60eb5119eab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002174 sec., 6439.742410303587 rows/sec., 463.58 KiB/sec.
1490 2025.02.07 10:06:55.078248 [ 255 ] {dc9e1333-34ea-4bdd-b580-c60eb5119eab} <Debug> TCPHandler: Processed in 0.00243135 sec.
1491 2025.02.07 10:06:55.078410 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1492 2025.02.07 10:06:55.078541 [ 3 ] {d8da9d00-69d5-4f87-a1b0-5e8569e111c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1493 2025.02.07 10:06:55.078594 [ 3 ] {d8da9d00-69d5-4f87-a1b0-5e8569e111c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1494 2025.02.07 10:06:55.079283 [ 3 ] {d8da9d00-69d5-4f87-a1b0-5e8569e111c1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1495 2025.02.07 10:06:55.079321 [ 3 ] {d8da9d00-69d5-4f87-a1b0-5e8569e111c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1496 2025.02.07 10:06:55.079697 [ 3 ] {d8da9d00-69d5-4f87-a1b0-5e8569e111c1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1497 2025.02.07 10:06:55.079943 [ 3 ] {d8da9d00-69d5-4f87-a1b0-5e8569e111c1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1498 2025.02.07 10:06:55.080178 [ 3 ] {d8da9d00-69d5-4f87-a1b0-5e8569e111c1} <Debug> executeQuery: Read 177 rows, 15.89 KiB in 0.001659 sec., 106690.77757685352 rows/sec., 9.35 MiB/sec.
1499 2025.02.07 10:06:55.080331 [ 3 ] {d8da9d00-69d5-4f87-a1b0-5e8569e111c1} <Debug> TCPHandler: Processed in 0.001985071 sec.
1500 2025.02.07 10:06:55.080469 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1501 2025.02.07 10:06:55.080578 [ 255 ] {5693614a-2beb-45c3-b9e4-6d2e900d7aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1502 2025.02.07 10:06:55.080623 [ 255 ] {5693614a-2beb-45c3-b9e4-6d2e900d7aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1503 2025.02.07 10:06:55.081185 [ 255 ] {5693614a-2beb-45c3-b9e4-6d2e900d7aae} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1504 2025.02.07 10:06:55.081224 [ 255 ] {5693614a-2beb-45c3-b9e4-6d2e900d7aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1505 2025.02.07 10:06:55.081582 [ 255 ] {5693614a-2beb-45c3-b9e4-6d2e900d7aae} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1506 2025.02.07 10:06:55.081819 [ 255 ] {5693614a-2beb-45c3-b9e4-6d2e900d7aae} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1507 2025.02.07 10:06:55.082060 [ 255 ] {5693614a-2beb-45c3-b9e4-6d2e900d7aae} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001493 sec., 4688.546550569324 rows/sec., 305.46 KiB/sec.
1508 2025.02.07 10:06:55.082128 [ 255 ] {5693614a-2beb-45c3-b9e4-6d2e900d7aae} <Debug> TCPHandler: Processed in 0.001712965 sec.
1509 2025.02.07 10:06:55.082286 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1510 2025.02.07 10:06:55.082417 [ 3 ] {c2802480-7c83-41bc-85fb-c79b50ea9706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1511 2025.02.07 10:06:55.082469 [ 3 ] {c2802480-7c83-41bc-85fb-c79b50ea9706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1512 2025.02.07 10:06:55.083089 [ 3 ] {c2802480-7c83-41bc-85fb-c79b50ea9706} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1513 2025.02.07 10:06:55.083127 [ 3 ] {c2802480-7c83-41bc-85fb-c79b50ea9706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1514 2025.02.07 10:06:55.083493 [ 3 ] {c2802480-7c83-41bc-85fb-c79b50ea9706} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1515 2025.02.07 10:06:55.083740 [ 3 ] {c2802480-7c83-41bc-85fb-c79b50ea9706} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1516 2025.02.07 10:06:55.083975 [ 3 ] {c2802480-7c83-41bc-85fb-c79b50ea9706} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001569 sec., 8922.880815806246 rows/sec., 624.90 KiB/sec.
1517 2025.02.07 10:06:55.084030 [ 3 ] {c2802480-7c83-41bc-85fb-c79b50ea9706} <Debug> TCPHandler: Processed in 0.001809767 sec.
1518 2025.02.07 10:06:55.084169 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1519 2025.02.07 10:06:55.084277 [ 255 ] {e1a0e3d7-9bb0-49a5-927f-bc65e5e35277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1520 2025.02.07 10:06:55.084324 [ 255 ] {e1a0e3d7-9bb0-49a5-927f-bc65e5e35277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1521 2025.02.07 10:06:55.084862 [ 255 ] {e1a0e3d7-9bb0-49a5-927f-bc65e5e35277} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1522 2025.02.07 10:06:55.084901 [ 255 ] {e1a0e3d7-9bb0-49a5-927f-bc65e5e35277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1523 2025.02.07 10:06:55.085262 [ 255 ] {e1a0e3d7-9bb0-49a5-927f-bc65e5e35277} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1524 2025.02.07 10:06:55.085511 [ 255 ] {e1a0e3d7-9bb0-49a5-927f-bc65e5e35277} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1525 2025.02.07 10:06:55.085743 [ 255 ] {e1a0e3d7-9bb0-49a5-927f-bc65e5e35277} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001472 sec., 8831.521739130434 rows/sec., 550.64 KiB/sec.
1526 2025.02.07 10:06:55.085799 [ 255 ] {e1a0e3d7-9bb0-49a5-927f-bc65e5e35277} <Debug> TCPHandler: Processed in 0.001682484 sec.
1527 2025.02.07 10:06:55.085928 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1528 2025.02.07 10:06:55.086044 [ 3 ] {be506a7f-7073-4abd-bff9-0b89bace5eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1529 2025.02.07 10:06:55.086096 [ 3 ] {be506a7f-7073-4abd-bff9-0b89bace5eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1530 2025.02.07 10:06:55.086873 [ 3 ] {be506a7f-7073-4abd-bff9-0b89bace5eef} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1531 2025.02.07 10:06:55.086918 [ 3 ] {be506a7f-7073-4abd-bff9-0b89bace5eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1532 2025.02.07 10:06:55.087322 [ 3 ] {be506a7f-7073-4abd-bff9-0b89bace5eef} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1533 2025.02.07 10:06:55.087571 [ 3 ] {be506a7f-7073-4abd-bff9-0b89bace5eef} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1534 2025.02.07 10:06:55.087818 [ 3 ] {be506a7f-7073-4abd-bff9-0b89bace5eef} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.001784 sec., 198430.4932735426 rows/sec., 13.93 MiB/sec.
1535 2025.02.07 10:06:55.087894 [ 3 ] {be506a7f-7073-4abd-bff9-0b89bace5eef} <Debug> TCPHandler: Processed in 0.002019341 sec.
1536 2025.02.07 10:06:55.088040 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1537 2025.02.07 10:06:55.088144 [ 255 ] {e038d3b3-ba1b-427b-b897-fa9fac3a2d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1538 2025.02.07 10:06:55.088193 [ 255 ] {e038d3b3-ba1b-427b-b897-fa9fac3a2d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1539 2025.02.07 10:06:55.088639 [ 255 ] {e038d3b3-ba1b-427b-b897-fa9fac3a2d6a} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1540 2025.02.07 10:06:55.088679 [ 255 ] {e038d3b3-ba1b-427b-b897-fa9fac3a2d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1541 2025.02.07 10:06:55.089052 [ 255 ] {e038d3b3-ba1b-427b-b897-fa9fac3a2d6a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1542 2025.02.07 10:06:55.089289 [ 255 ] {e038d3b3-ba1b-427b-b897-fa9fac3a2d6a} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1543 2025.02.07 10:06:55.089498 [ 255 ] {e038d3b3-ba1b-427b-b897-fa9fac3a2d6a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 229.15 KiB/sec.
1544 2025.02.07 10:06:55.089615 [ 255 ] {e038d3b3-ba1b-427b-b897-fa9fac3a2d6a} <Debug> TCPHandler: Processed in 0.001628584 sec.
1545 2025.02.07 10:06:55.089749 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1546 2025.02.07 10:06:55.089858 [ 3 ] {7fa6dc55-11d9-402e-825f-44bf81592c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1547 2025.02.07 10:06:55.089905 [ 3 ] {7fa6dc55-11d9-402e-825f-44bf81592c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1548 2025.02.07 10:06:55.090447 [ 3 ] {7fa6dc55-11d9-402e-825f-44bf81592c27} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1549 2025.02.07 10:06:55.090485 [ 3 ] {7fa6dc55-11d9-402e-825f-44bf81592c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1550 2025.02.07 10:06:55.090868 [ 3 ] {7fa6dc55-11d9-402e-825f-44bf81592c27} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1551 2025.02.07 10:06:55.091112 [ 3 ] {7fa6dc55-11d9-402e-825f-44bf81592c27} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1552 2025.02.07 10:06:55.091363 [ 3 ] {7fa6dc55-11d9-402e-825f-44bf81592c27} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.00151 sec., 123841.059602649 rows/sec., 8.22 MiB/sec.
1553 2025.02.07 10:06:55.091421 [ 3 ] {7fa6dc55-11d9-402e-825f-44bf81592c27} <Debug> TCPHandler: Processed in 0.001730245 sec.
1554 2025.02.07 10:06:55.091549 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1555 2025.02.07 10:06:55.091649 [ 255 ] {8a246f7e-6677-44fe-b159-10b2584c6b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1556 2025.02.07 10:06:55.091693 [ 255 ] {8a246f7e-6677-44fe-b159-10b2584c6b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1557 2025.02.07 10:06:55.092091 [ 255 ] {8a246f7e-6677-44fe-b159-10b2584c6b41} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1558 2025.02.07 10:06:55.092130 [ 255 ] {8a246f7e-6677-44fe-b159-10b2584c6b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1559 2025.02.07 10:06:55.092583 [ 255 ] {8a246f7e-6677-44fe-b159-10b2584c6b41} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1560 2025.02.07 10:06:55.092816 [ 255 ] {8a246f7e-6677-44fe-b159-10b2584c6b41} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1561 2025.02.07 10:06:55.093039 [ 255 ] {8a246f7e-6677-44fe-b159-10b2584c6b41} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00138 sec., 724.6376811594204 rows/sec., 48.83 KiB/sec.
1562 2025.02.07 10:06:55.093148 [ 255 ] {8a246f7e-6677-44fe-b159-10b2584c6b41} <Debug> TCPHandler: Processed in 0.001638573 sec.
1563 2025.02.07 10:06:55.093292 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1564 2025.02.07 10:06:55.093421 [ 3 ] {b8e3d693-ce56-4a6f-8d92-c02a45adf21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1565 2025.02.07 10:06:55.093475 [ 3 ] {b8e3d693-ce56-4a6f-8d92-c02a45adf21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1566 2025.02.07 10:06:55.094010 [ 3 ] {b8e3d693-ce56-4a6f-8d92-c02a45adf21e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1567 2025.02.07 10:06:55.094049 [ 3 ] {b8e3d693-ce56-4a6f-8d92-c02a45adf21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1568 2025.02.07 10:06:55.094422 [ 3 ] {b8e3d693-ce56-4a6f-8d92-c02a45adf21e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1569 2025.02.07 10:06:55.094669 [ 3 ] {b8e3d693-ce56-4a6f-8d92-c02a45adf21e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1570 2025.02.07 10:06:55.094886 [ 3 ] {b8e3d693-ce56-4a6f-8d92-c02a45adf21e} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001495 sec., 41471.57190635451 rows/sec., 2.57 MiB/sec.
1571 2025.02.07 10:06:55.094937 [ 3 ] {b8e3d693-ce56-4a6f-8d92-c02a45adf21e} <Debug> TCPHandler: Processed in 0.001708545 sec.
1572 2025.02.07 10:06:56.000243 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.84 MiB, peak 169.94 MiB, free memory in arenas 0.00 B, will set to 163.76 MiB (RSS), difference: -1.08 MiB
1573 2025.02.07 10:06:59.219427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 212
1574 2025.02.07 10:06:59.222999 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1575 2025.02.07 10:06:59.223041 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1576 2025.02.07 10:06:59.224584 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1577 2025.02.07 10:06:59.224890 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1578 2025.02.07 10:06:59.225434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 212
1579 2025.02.07 10:07:00.031261 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1580 2025.02.07 10:07:00.031465 [ 3 ] {270fce28-ac07-4939-b829-2b1bd5f5b043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1581 2025.02.07 10:07:00.031542 [ 3 ] {270fce28-ac07-4939-b829-2b1bd5f5b043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1582 2025.02.07 10:07:00.032329 [ 3 ] {270fce28-ac07-4939-b829-2b1bd5f5b043} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1583 2025.02.07 10:07:00.032381 [ 3 ] {270fce28-ac07-4939-b829-2b1bd5f5b043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1584 2025.02.07 10:07:00.032838 [ 3 ] {270fce28-ac07-4939-b829-2b1bd5f5b043} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1585 2025.02.07 10:07:00.033101 [ 3 ] {270fce28-ac07-4939-b829-2b1bd5f5b043} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1586 2025.02.07 10:07:00.033348 [ 3 ] {270fce28-ac07-4939-b829-2b1bd5f5b043} <Debug> executeQuery: Read 76 rows, 6.63 KiB in 0.001941 sec., 39155.07470376095 rows/sec., 3.34 MiB/sec.
1587 2025.02.07 10:07:00.033414 [ 3 ] {270fce28-ac07-4939-b829-2b1bd5f5b043} <Debug> TCPHandler: Processed in 0.002299476 sec.
1588 2025.02.07 10:07:00.033615 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1589 2025.02.07 10:07:00.033759 [ 255 ] {ef37d4f4-2dee-4ede-bb89-31605940c5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1590 2025.02.07 10:07:00.033819 [ 255 ] {ef37d4f4-2dee-4ede-bb89-31605940c5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1591 2025.02.07 10:07:00.034458 [ 255 ] {ef37d4f4-2dee-4ede-bb89-31605940c5ed} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1592 2025.02.07 10:07:00.034501 [ 255 ] {ef37d4f4-2dee-4ede-bb89-31605940c5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1593 2025.02.07 10:07:00.034877 [ 255 ] {ef37d4f4-2dee-4ede-bb89-31605940c5ed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1594 2025.02.07 10:07:00.035126 [ 255 ] {ef37d4f4-2dee-4ede-bb89-31605940c5ed} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1595 2025.02.07 10:07:00.035353 [ 255 ] {ef37d4f4-2dee-4ede-bb89-31605940c5ed} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001631 sec., 14101.778050275903 rows/sec., 1.04 MiB/sec.
1596 2025.02.07 10:07:00.035407 [ 255 ] {ef37d4f4-2dee-4ede-bb89-31605940c5ed} <Debug> TCPHandler: Processed in 0.001863728 sec.
1597 2025.02.07 10:07:00.035567 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1598 2025.02.07 10:07:00.035672 [ 3 ] {b1e7acd2-3ec0-4ccd-841d-a9b9f629a0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1599 2025.02.07 10:07:00.035717 [ 3 ] {b1e7acd2-3ec0-4ccd-841d-a9b9f629a0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1600 2025.02.07 10:07:00.036268 [ 3 ] {b1e7acd2-3ec0-4ccd-841d-a9b9f629a0e9} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1601 2025.02.07 10:07:00.036307 [ 3 ] {b1e7acd2-3ec0-4ccd-841d-a9b9f629a0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1602 2025.02.07 10:07:00.036675 [ 3 ] {b1e7acd2-3ec0-4ccd-841d-a9b9f629a0e9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1603 2025.02.07 10:07:00.036925 [ 3 ] {b1e7acd2-3ec0-4ccd-841d-a9b9f629a0e9} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1604 2025.02.07 10:07:00.037167 [ 3 ] {b1e7acd2-3ec0-4ccd-841d-a9b9f629a0e9} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001514 sec., 38969.61690885073 rows/sec., 3.04 MiB/sec.
1605 2025.02.07 10:07:00.037339 [ 3 ] {b1e7acd2-3ec0-4ccd-841d-a9b9f629a0e9} <Debug> TCPHandler: Processed in 0.001821407 sec.
1606 2025.02.07 10:07:00.037502 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1607 2025.02.07 10:07:00.037623 [ 255 ] {8a425b74-927a-4a56-b86d-cfa69113dd1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1608 2025.02.07 10:07:00.037675 [ 255 ] {8a425b74-927a-4a56-b86d-cfa69113dd1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1609 2025.02.07 10:07:00.038226 [ 255 ] {8a425b74-927a-4a56-b86d-cfa69113dd1b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1610 2025.02.07 10:07:00.038266 [ 255 ] {8a425b74-927a-4a56-b86d-cfa69113dd1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1611 2025.02.07 10:07:00.038662 [ 255 ] {8a425b74-927a-4a56-b86d-cfa69113dd1b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1612 2025.02.07 10:07:00.038924 [ 255 ] {8a425b74-927a-4a56-b86d-cfa69113dd1b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1613 2025.02.07 10:07:00.039162 [ 255 ] {8a425b74-927a-4a56-b86d-cfa69113dd1b} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.00156 sec., 70512.82051282052 rows/sec., 4.92 MiB/sec.
1614 2025.02.07 10:07:00.039289 [ 255 ] {8a425b74-927a-4a56-b86d-cfa69113dd1b} <Debug> TCPHandler: Processed in 0.001840457 sec.
1615 2025.02.07 10:07:00.039453 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1616 2025.02.07 10:07:00.039561 [ 3 ] {c14a2527-a42c-4627-a3c5-1e4e8a328e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1617 2025.02.07 10:07:00.039635 [ 3 ] {c14a2527-a42c-4627-a3c5-1e4e8a328e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1618 2025.02.07 10:07:00.040745 [ 3 ] {c14a2527-a42c-4627-a3c5-1e4e8a328e01} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1619 2025.02.07 10:07:00.040785 [ 3 ] {c14a2527-a42c-4627-a3c5-1e4e8a328e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1620 2025.02.07 10:07:00.041401 [ 3 ] {c14a2527-a42c-4627-a3c5-1e4e8a328e01} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1621 2025.02.07 10:07:00.041667 [ 3 ] {c14a2527-a42c-4627-a3c5-1e4e8a328e01} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1622 2025.02.07 10:07:00.041896 [ 3 ] {c14a2527-a42c-4627-a3c5-1e4e8a328e01} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002357 sec., 9758.167161646159 rows/sec., 17.49 MiB/sec.
1623 2025.02.07 10:07:00.042002 [ 3 ] {c14a2527-a42c-4627-a3c5-1e4e8a328e01} <Debug> TCPHandler: Processed in 0.002604442 sec.
1624 2025.02.07 10:07:00.042153 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1625 2025.02.07 10:07:00.042261 [ 255 ] {8c560ab6-7ae2-4af9-a4c7-990a39513160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1626 2025.02.07 10:07:00.042317 [ 255 ] {8c560ab6-7ae2-4af9-a4c7-990a39513160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1627 2025.02.07 10:07:00.042846 [ 255 ] {8c560ab6-7ae2-4af9-a4c7-990a39513160} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1628 2025.02.07 10:07:00.042893 [ 255 ] {8c560ab6-7ae2-4af9-a4c7-990a39513160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1629 2025.02.07 10:07:00.043318 [ 255 ] {8c560ab6-7ae2-4af9-a4c7-990a39513160} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1630 2025.02.07 10:07:00.043554 [ 255 ] {8c560ab6-7ae2-4af9-a4c7-990a39513160} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1631 2025.02.07 10:07:00.043759 [ 255 ] {8c560ab6-7ae2-4af9-a4c7-990a39513160} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001523 sec., 26263.952724885094 rows/sec., 1.75 MiB/sec.
1632 2025.02.07 10:07:00.043809 [ 255 ] {8c560ab6-7ae2-4af9-a4c7-990a39513160} <Debug> TCPHandler: Processed in 0.001709555 sec.
1633 2025.02.07 10:07:01.678859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1634 2025.02.07 10:07:01.679550 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1635 2025.02.07 10:07:01.679602 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1636 2025.02.07 10:07:01.680211 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1637 2025.02.07 10:07:01.680473 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1638 2025.02.07 10:07:01.680700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1639 2025.02.07 10:07:01.929229 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1640 2025.02.07 10:07:01.949099 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1641 2025.02.07 10:07:01.949155 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1642 2025.02.07 10:07:01.956256 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1643 2025.02.07 10:07:01.957015 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1644 2025.02.07 10:07:01.960055 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1645 2025.02.07 10:07:02.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.33 MiB, peak 169.94 MiB, free memory in arenas 0.00 B, will set to 165.38 MiB (RSS), difference: 1.04 MiB
1646 2025.02.07 10:07:05.034540 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1647 2025.02.07 10:07:05.034844 [ 3 ] {568ea493-4e11-4fe1-89ad-14f70b56958d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1648 2025.02.07 10:07:05.034953 [ 3 ] {568ea493-4e11-4fe1-89ad-14f70b56958d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1649 2025.02.07 10:07:05.035900 [ 3 ] {568ea493-4e11-4fe1-89ad-14f70b56958d} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1650 2025.02.07 10:07:05.035941 [ 3 ] {568ea493-4e11-4fe1-89ad-14f70b56958d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1651 2025.02.07 10:07:05.036369 [ 3 ] {568ea493-4e11-4fe1-89ad-14f70b56958d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1652 2025.02.07 10:07:05.036638 [ 3 ] {568ea493-4e11-4fe1-89ad-14f70b56958d} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1653 2025.02.07 10:07:05.036841 [ 3 ] {568ea493-4e11-4fe1-89ad-14f70b56958d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002082 sec., 6724.303554274736 rows/sec., 484.06 KiB/sec.
1654 2025.02.07 10:07:05.036896 [ 3 ] {568ea493-4e11-4fe1-89ad-14f70b56958d} <Debug> TCPHandler: Processed in 0.002544791 sec.
1655 2025.02.07 10:07:05.037082 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1656 2025.02.07 10:07:05.037224 [ 255 ] {ef8350f2-2c58-4130-9b90-7ed13fb3f644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1657 2025.02.07 10:07:05.037280 [ 255 ] {ef8350f2-2c58-4130-9b90-7ed13fb3f644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1658 2025.02.07 10:07:05.037940 [ 255 ] {ef8350f2-2c58-4130-9b90-7ed13fb3f644} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1659 2025.02.07 10:07:05.037980 [ 255 ] {ef8350f2-2c58-4130-9b90-7ed13fb3f644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1660 2025.02.07 10:07:05.038369 [ 255 ] {ef8350f2-2c58-4130-9b90-7ed13fb3f644} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1661 2025.02.07 10:07:05.038621 [ 255 ] {ef8350f2-2c58-4130-9b90-7ed13fb3f644} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1662 2025.02.07 10:07:05.038743 [ 66 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1663 2025.02.07 10:07:05.038798 [ 66 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1664 2025.02.07 10:07:05.038808 [ 255 ] {ef8350f2-2c58-4130-9b90-7ed13fb3f644} <Debug> executeQuery: Read 177 rows, 15.89 KiB in 0.001613 sec., 109733.4159950403 rows/sec., 9.62 MiB/sec.
1665 2025.02.07 10:07:05.038828 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1666 2025.02.07 10:07:05.038877 [ 255 ] {ef8350f2-2c58-4130-9b90-7ed13fb3f644} <Debug> TCPHandler: Processed in 0.001862037 sec.
1667 2025.02.07 10:07:05.038979 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
1668 2025.02.07 10:07:05.039046 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1669 2025.02.07 10:07:05.039090 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1670 2025.02.07 10:07:05.039123 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part
1671 2025.02.07 10:07:05.039193 [ 3 ] {294dddfd-e1ab-4211-846f-06b13e6603e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1672 2025.02.07 10:07:05.039236 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1673 2025.02.07 10:07:05.039273 [ 3 ] {294dddfd-e1ab-4211-846f-06b13e6603e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1674 2025.02.07 10:07:05.039498 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 76 rows starting from the beginning of the part
1675 2025.02.07 10:07:05.039690 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 177 rows starting from the beginning of the part
1676 2025.02.07 10:07:05.039875 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part
1677 2025.02.07 10:07:05.040104 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 177 rows starting from the beginning of the part
1678 2025.02.07 10:07:05.040944 [ 3 ] {294dddfd-e1ab-4211-846f-06b13e6603e8} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1679 2025.02.07 10:07:05.040990 [ 3 ] {294dddfd-e1ab-4211-846f-06b13e6603e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1680 2025.02.07 10:07:05.041641 [ 3 ] {294dddfd-e1ab-4211-846f-06b13e6603e8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1681 2025.02.07 10:07:05.041903 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.00298684 sec., 194854.76289322495 rows/sec., 17.64 MiB/sec.
1682 2025.02.07 10:07:05.042012 [ 3 ] {294dddfd-e1ab-4211-846f-06b13e6603e8} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1683 2025.02.07 10:07:05.042258 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1684 2025.02.07 10:07:05.042327 [ 3 ] {294dddfd-e1ab-4211-846f-06b13e6603e8} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003151 sec., 2221.5169787369086 rows/sec., 144.73 KiB/sec.
1685 2025.02.07 10:07:05.042444 [ 3 ] {294dddfd-e1ab-4211-846f-06b13e6603e8} <Debug> TCPHandler: Processed in 0.00346738 sec.
1686 2025.02.07 10:07:05.042643 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1687 2025.02.07 10:07:05.042822 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1688 2025.02.07 10:07:05.042832 [ 255 ] {3c959639-c8c3-43c8-8a8c-cad137e903da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1689 2025.02.07 10:07:05.042937 [ 255 ] {3c959639-c8c3-43c8-8a8c-cad137e903da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1690 2025.02.07 10:07:05.043004 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_6_1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1691 2025.02.07 10:07:05.043184 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1692 2025.02.07 10:07:05.043653 [ 255 ] {3c959639-c8c3-43c8-8a8c-cad137e903da} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1693 2025.02.07 10:07:05.043699 [ 255 ] {3c959639-c8c3-43c8-8a8c-cad137e903da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1694 2025.02.07 10:07:05.044073 [ 255 ] {3c959639-c8c3-43c8-8a8c-cad137e903da} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1695 2025.02.07 10:07:05.044318 [ 255 ] {3c959639-c8c3-43c8-8a8c-cad137e903da} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1696 2025.02.07 10:07:05.044497 [ 255 ] {3c959639-c8c3-43c8-8a8c-cad137e903da} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001727 sec., 8106.543138390272 rows/sec., 567.73 KiB/sec.
1697 2025.02.07 10:07:05.044551 [ 255 ] {3c959639-c8c3-43c8-8a8c-cad137e903da} <Debug> TCPHandler: Processed in 0.00199948 sec.
1698 2025.02.07 10:07:05.044705 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1699 2025.02.07 10:07:05.044832 [ 3 ] {b0383eee-3b56-4b42-896f-98dd9e557581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1700 2025.02.07 10:07:05.044886 [ 3 ] {b0383eee-3b56-4b42-896f-98dd9e557581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1701 2025.02.07 10:07:05.045497 [ 3 ] {b0383eee-3b56-4b42-896f-98dd9e557581} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1702 2025.02.07 10:07:05.045534 [ 3 ] {b0383eee-3b56-4b42-896f-98dd9e557581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1703 2025.02.07 10:07:05.045868 [ 3 ] {b0383eee-3b56-4b42-896f-98dd9e557581} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1704 2025.02.07 10:07:05.046108 [ 3 ] {b0383eee-3b56-4b42-896f-98dd9e557581} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1705 2025.02.07 10:07:05.046313 [ 3 ] {b0383eee-3b56-4b42-896f-98dd9e557581} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001498 sec., 8678.237650200266 rows/sec., 541.09 KiB/sec.
1706 2025.02.07 10:07:05.046449 [ 3 ] {b0383eee-3b56-4b42-896f-98dd9e557581} <Debug> TCPHandler: Processed in 0.001807847 sec.
1707 2025.02.07 10:07:05.046595 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1708 2025.02.07 10:07:05.046726 [ 255 ] {a7e037d5-1555-47a0-b6bc-9be4905ca51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1709 2025.02.07 10:07:05.046780 [ 255 ] {a7e037d5-1555-47a0-b6bc-9be4905ca51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1710 2025.02.07 10:07:05.047565 [ 255 ] {a7e037d5-1555-47a0-b6bc-9be4905ca51b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1711 2025.02.07 10:07:05.047605 [ 255 ] {a7e037d5-1555-47a0-b6bc-9be4905ca51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1712 2025.02.07 10:07:05.047985 [ 255 ] {a7e037d5-1555-47a0-b6bc-9be4905ca51b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1713 2025.02.07 10:07:05.048224 [ 255 ] {a7e037d5-1555-47a0-b6bc-9be4905ca51b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1714 2025.02.07 10:07:05.048340 [ 66 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1715 2025.02.07 10:07:05.048381 [ 66 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1716 2025.02.07 10:07:05.048408 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1717 2025.02.07 10:07:05.048413 [ 255 ] {a7e037d5-1555-47a0-b6bc-9be4905ca51b} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.001713 sec., 206654.9912434326 rows/sec., 14.51 MiB/sec.
1718 2025.02.07 10:07:05.048533 [ 255 ] {a7e037d5-1555-47a0-b6bc-9be4905ca51b} <Debug> TCPHandler: Processed in 0.002001791 sec.
1719 2025.02.07 10:07:05.048768 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1720 2025.02.07 10:07:05.048826 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
1721 2025.02.07 10:07:05.048955 [ 3 ] {30453eed-b408-4985-a0b8-db4f7a0d449b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1722 2025.02.07 10:07:05.049071 [ 3 ] {30453eed-b408-4985-a0b8-db4f7a0d449b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1723 2025.02.07 10:07:05.049351 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1724 2025.02.07 10:07:05.049486 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 35 rows starting from the beginning of the part
1725 2025.02.07 10:07:05.049862 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part
1726 2025.02.07 10:07:05.050229 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 59 rows starting from the beginning of the part
1727 2025.02.07 10:07:05.050547 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 354 rows starting from the beginning of the part
1728 2025.02.07 10:07:05.050900 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 59 rows starting from the beginning of the part
1729 2025.02.07 10:07:05.051251 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 354 rows starting from the beginning of the part
1730 2025.02.07 10:07:05.051291 [ 3 ] {30453eed-b408-4985-a0b8-db4f7a0d449b} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1731 2025.02.07 10:07:05.051398 [ 3 ] {30453eed-b408-4985-a0b8-db4f7a0d449b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1732 2025.02.07 10:07:05.052399 [ 3 ] {30453eed-b408-4985-a0b8-db4f7a0d449b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1733 2025.02.07 10:07:05.052946 [ 3 ] {30453eed-b408-4985-a0b8-db4f7a0d449b} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1734 2025.02.07 10:07:05.053475 [ 3 ] {30453eed-b408-4985-a0b8-db4f7a0d449b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004574 sec., 1311.7621337997377 rows/sec., 68.53 KiB/sec.
1735 2025.02.07 10:07:05.053660 [ 3 ] {30453eed-b408-4985-a0b8-db4f7a0d449b} <Debug> TCPHandler: Processed in 0.005027151 sec.
1736 2025.02.07 10:07:05.053870 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1737 2025.02.07 10:07:05.054208 [ 255 ] {e58505fd-7049-453e-b86d-3cf2f2206d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1738 2025.02.07 10:07:05.054293 [ 255 ] {e58505fd-7049-453e-b86d-3cf2f2206d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1739 2025.02.07 10:07:05.054308 [ 186 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 897 rows, containing 5 columns (5 merged, 0 gathered) in 0.005767427 sec., 155528.62654351757 rows/sec., 11.77 MiB/sec.
1740 2025.02.07 10:07:05.054549 [ 186 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1741 2025.02.07 10:07:05.054966 [ 186 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1742 2025.02.07 10:07:05.055079 [ 255 ] {e58505fd-7049-453e-b86d-3cf2f2206d78} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1743 2025.02.07 10:07:05.055090 [ 186 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_6_1} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1744 2025.02.07 10:07:05.055122 [ 255 ] {e58505fd-7049-453e-b86d-3cf2f2206d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1745 2025.02.07 10:07:05.055208 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
1746 2025.02.07 10:07:05.055560 [ 255 ] {e58505fd-7049-453e-b86d-3cf2f2206d78} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1747 2025.02.07 10:07:05.055802 [ 255 ] {e58505fd-7049-453e-b86d-3cf2f2206d78} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1748 2025.02.07 10:07:05.056016 [ 255 ] {e58505fd-7049-453e-b86d-3cf2f2206d78} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001929 sec., 96941.42042509072 rows/sec., 6.44 MiB/sec.
1749 2025.02.07 10:07:05.056073 [ 255 ] {e58505fd-7049-453e-b86d-3cf2f2206d78} <Debug> TCPHandler: Processed in 0.002310137 sec.
1750 2025.02.07 10:07:05.056212 [ 3 ] {} <Trace> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1751 2025.02.07 10:07:05.056320 [ 3 ] {a97ae95d-e981-4f82-bed9-dce3c370c6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37263) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1752 2025.02.07 10:07:05.056367 [ 3 ] {a97ae95d-e981-4f82-bed9-dce3c370c6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1753 2025.02.07 10:07:05.056879 [ 3 ] {a97ae95d-e981-4f82-bed9-dce3c370c6f5} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1754 2025.02.07 10:07:05.056926 [ 3 ] {a97ae95d-e981-4f82-bed9-dce3c370c6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1755 2025.02.07 10:07:05.057351 [ 3 ] {a97ae95d-e981-4f82-bed9-dce3c370c6f5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1756 2025.02.07 10:07:05.057604 [ 3 ] {a97ae95d-e981-4f82-bed9-dce3c370c6f5} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1757 2025.02.07 10:07:05.057878 [ 3 ] {a97ae95d-e981-4f82-bed9-dce3c370c6f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001561 sec., 640.6149903907751 rows/sec., 43.17 KiB/sec.
1758 2025.02.07 10:07:05.057956 [ 3 ] {a97ae95d-e981-4f82-bed9-dce3c370c6f5} <Debug> TCPHandler: Processed in 0.001798006 sec.
1759 2025.02.07 10:07:05.058093 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1760 2025.02.07 10:07:05.058201 [ 255 ] {958315c5-e640-4881-82e7-5d1f6b982c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1761 2025.02.07 10:07:05.058245 [ 255 ] {958315c5-e640-4881-82e7-5d1f6b982c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1762 2025.02.07 10:07:05.058702 [ 255 ] {958315c5-e640-4881-82e7-5d1f6b982c17} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1763 2025.02.07 10:07:05.058742 [ 255 ] {958315c5-e640-4881-82e7-5d1f6b982c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1764 2025.02.07 10:07:05.059111 [ 255 ] {958315c5-e640-4881-82e7-5d1f6b982c17} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1765 2025.02.07 10:07:05.059358 [ 255 ] {958315c5-e640-4881-82e7-5d1f6b982c17} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1766 2025.02.07 10:07:05.059637 [ 255 ] {958315c5-e640-4881-82e7-5d1f6b982c17} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001449 sec., 42788.12974465149 rows/sec., 2.65 MiB/sec.
1767 2025.02.07 10:07:05.059802 [ 255 ] {958315c5-e640-4881-82e7-5d1f6b982c17} <Debug> TCPHandler: Processed in 0.001760186 sec.
1768 2025.02.07 10:07:09.108263 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache
1769 2025.02.07 10:07:09.108326 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache
1770 2025.02.07 10:07:09.181781 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1771 2025.02.07 10:07:09.182439 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1772 2025.02.07 10:07:09.182486 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1773 2025.02.07 10:07:09.183025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1774 2025.02.07 10:07:09.183277 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1775 2025.02.07 10:07:09.183500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1776 2025.02.07 10:07:09.226731 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 244
1777 2025.02.07 10:07:09.229823 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1778 2025.02.07 10:07:09.229873 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1779 2025.02.07 10:07:09.231350 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1780 2025.02.07 10:07:09.231685 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1781 2025.02.07 10:07:09.232706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 244
1782 2025.02.07 10:07:09.461096 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1783 2025.02.07 10:07:09.480945 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1784 2025.02.07 10:07:09.480995 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1785 2025.02.07 10:07:09.488038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1786 2025.02.07 10:07:09.488805 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1787 2025.02.07 10:07:09.491464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1788 2025.02.07 10:07:09.780596 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
1789 2025.02.07 10:07:09.780684 [ 3 ] {} <Debug> TCP-Session: 4df86a0a-fd61-4c6e-84fb-d0f8bf355565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1790 2025.02.07 10:07:10.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.02 MiB, peak 170.06 MiB, free memory in arenas 0.00 B, will set to 166.29 MiB (RSS), difference: 2.26 MiB
1791 2025.02.07 10:07:10.031420 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1792 2025.02.07 10:07:10.031607 [ 255 ] {cb17839f-f241-4457-b981-89a5fcf17714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1793 2025.02.07 10:07:10.031679 [ 255 ] {cb17839f-f241-4457-b981-89a5fcf17714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1794 2025.02.07 10:07:10.032505 [ 255 ] {cb17839f-f241-4457-b981-89a5fcf17714} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1795 2025.02.07 10:07:10.032552 [ 255 ] {cb17839f-f241-4457-b981-89a5fcf17714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1796 2025.02.07 10:07:10.033011 [ 255 ] {cb17839f-f241-4457-b981-89a5fcf17714} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1797 2025.02.07 10:07:10.033284 [ 255 ] {cb17839f-f241-4457-b981-89a5fcf17714} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1798 2025.02.07 10:07:10.033538 [ 255 ] {cb17839f-f241-4457-b981-89a5fcf17714} <Debug> executeQuery: Read 92 rows, 8.22 KiB in 0.001987 sec., 46300.956215400096 rows/sec., 4.04 MiB/sec.
1799 2025.02.07 10:07:10.033726 [ 255 ] {cb17839f-f241-4457-b981-89a5fcf17714} <Debug> TCPHandler: Processed in 0.002435669 sec.
1800 2025.02.07 10:07:10.034019 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1801 2025.02.07 10:07:10.034204 [ 256 ] {85085ca2-1cf3-4669-800c-10951f8fdeff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1802 2025.02.07 10:07:10.034297 [ 256 ] {85085ca2-1cf3-4669-800c-10951f8fdeff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1803 2025.02.07 10:07:10.035057 [ 256 ] {85085ca2-1cf3-4669-800c-10951f8fdeff} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1804 2025.02.07 10:07:10.035098 [ 256 ] {85085ca2-1cf3-4669-800c-10951f8fdeff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1805 2025.02.07 10:07:10.035575 [ 256 ] {85085ca2-1cf3-4669-800c-10951f8fdeff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1806 2025.02.07 10:07:10.035837 [ 256 ] {85085ca2-1cf3-4669-800c-10951f8fdeff} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2025.02.07 10:07:10.035965 [ 56 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1808 2025.02.07 10:07:10.036007 [ 56 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1809 2025.02.07 10:07:10.036032 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1810 2025.02.07 10:07:10.036038 [ 256 ] {85085ca2-1cf3-4669-800c-10951f8fdeff} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001884 sec., 16454.352441613588 rows/sec., 1.21 MiB/sec.
1811 2025.02.07 10:07:10.036255 [ 256 ] {85085ca2-1cf3-4669-800c-10951f8fdeff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1812 2025.02.07 10:07:10.036316 [ 256 ] {85085ca2-1cf3-4669-800c-10951f8fdeff} <Debug> TCPHandler: Processed in 0.00244749 sec.
1813 2025.02.07 10:07:10.036461 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
1814 2025.02.07 10:07:10.036566 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1815 2025.02.07 10:07:10.036667 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1816 2025.02.07 10:07:10.036756 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part
1817 2025.02.07 10:07:10.036798 [ 255 ] {1680073f-624e-4691-b932-e275db608c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1818 2025.02.07 10:07:10.036933 [ 255 ] {1680073f-624e-4691-b932-e275db608c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1819 2025.02.07 10:07:10.037093 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part
1820 2025.02.07 10:07:10.037546 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
1821 2025.02.07 10:07:10.037860 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part
1822 2025.02.07 10:07:10.038279 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
1823 2025.02.07 10:07:10.038609 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part
1824 2025.02.07 10:07:10.039662 [ 255 ] {1680073f-624e-4691-b932-e275db608c28} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1825 2025.02.07 10:07:10.039730 [ 255 ] {1680073f-624e-4691-b932-e275db608c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1826 2025.02.07 10:07:10.040716 [ 255 ] {1680073f-624e-4691-b932-e275db608c28} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1827 2025.02.07 10:07:10.041349 [ 255 ] {1680073f-624e-4691-b932-e275db608c28} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1828 2025.02.07 10:07:10.041556 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 5 columns (5 merged, 0 gathered) in 0.005416249 sec., 21047.77679165046 rows/sec., 1.60 MiB/sec.
1829 2025.02.07 10:07:10.041872 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1830 2025.02.07 10:07:10.041885 [ 255 ] {1680073f-624e-4691-b932-e275db608c28} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.005137 sec., 13042.63188631497 rows/sec., 1.02 MiB/sec.
1831 2025.02.07 10:07:10.042143 [ 255 ] {1680073f-624e-4691-b932-e275db608c28} <Debug> TCPHandler: Processed in 0.005668965 sec.
1832 2025.02.07 10:07:10.042335 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1833 2025.02.07 10:07:10.042490 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_6_1} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2025.02.07 10:07:10.042526 [ 256 ] {455682fb-7c23-4b28-8cac-2b3bb26550db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1835 2025.02.07 10:07:10.042636 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_6_1} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1836 2025.02.07 10:07:10.042649 [ 256 ] {455682fb-7c23-4b28-8cac-2b3bb26550db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1837 2025.02.07 10:07:10.042831 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1838 2025.02.07 10:07:10.043478 [ 256 ] {455682fb-7c23-4b28-8cac-2b3bb26550db} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1839 2025.02.07 10:07:10.043528 [ 256 ] {455682fb-7c23-4b28-8cac-2b3bb26550db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1840 2025.02.07 10:07:10.043948 [ 256 ] {455682fb-7c23-4b28-8cac-2b3bb26550db} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1841 2025.02.07 10:07:10.044204 [ 256 ] {455682fb-7c23-4b28-8cac-2b3bb26550db} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1842 2025.02.07 10:07:10.044340 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1843 2025.02.07 10:07:10.044383 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1844 2025.02.07 10:07:10.044396 [ 256 ] {455682fb-7c23-4b28-8cac-2b3bb26550db} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001921 sec., 57261.84279021343 rows/sec., 4.00 MiB/sec.
1845 2025.02.07 10:07:10.044405 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1846 2025.02.07 10:07:10.044536 [ 256 ] {455682fb-7c23-4b28-8cac-2b3bb26550db} <Debug> TCPHandler: Processed in 0.002279746 sec.
1847 2025.02.07 10:07:10.044916 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
1848 2025.02.07 10:07:10.045186 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1849 2025.02.07 10:07:10.045274 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1850 2025.02.07 10:07:10.045347 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part
1851 2025.02.07 10:07:10.045435 [ 255 ] {6c358dab-6876-491a-96c6-3b48fe584d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1852 2025.02.07 10:07:10.045636 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part
1853 2025.02.07 10:07:10.045765 [ 255 ] {6c358dab-6876-491a-96c6-3b48fe584d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1854 2025.02.07 10:07:10.046039 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 187 rows starting from the beginning of the part
1855 2025.02.07 10:07:10.046478 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part
1856 2025.02.07 10:07:10.046838 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 187 rows starting from the beginning of the part
1857 2025.02.07 10:07:10.047202 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part
1858 2025.02.07 10:07:10.051069 [ 255 ] {6c358dab-6876-491a-96c6-3b48fe584d19} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1859 2025.02.07 10:07:10.051092 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 5 columns (5 merged, 0 gathered) in 0.006573604 sec., 110441.69986509683 rows/sec., 7.52 MiB/sec.
1860 2025.02.07 10:07:10.051126 [ 255 ] {6c358dab-6876-491a-96c6-3b48fe584d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1861 2025.02.07 10:07:10.051321 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1862 2025.02.07 10:07:10.051745 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1863 2025.02.07 10:07:10.051857 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1864 2025.02.07 10:07:10.051955 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1865 2025.02.07 10:07:10.052062 [ 255 ] {6c358dab-6876-491a-96c6-3b48fe584d19} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1866 2025.02.07 10:07:10.052336 [ 255 ] {6c358dab-6876-491a-96c6-3b48fe584d19} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1867 2025.02.07 10:07:10.052660 [ 255 ] {6c358dab-6876-491a-96c6-3b48fe584d19} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007278 sec., 4259.411926353394 rows/sec., 7.63 MiB/sec.
1868 2025.02.07 10:07:10.052853 [ 255 ] {6c358dab-6876-491a-96c6-3b48fe584d19} <Debug> TCPHandler: Processed in 0.008175915 sec.
1869 2025.02.07 10:07:10.053033 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1870 2025.02.07 10:07:10.053173 [ 256 ] {ec6b6cdf-4f02-4b7b-9809-d100533d9ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1871 2025.02.07 10:07:10.053234 [ 256 ] {ec6b6cdf-4f02-4b7b-9809-d100533d9ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1872 2025.02.07 10:07:10.053795 [ 256 ] {ec6b6cdf-4f02-4b7b-9809-d100533d9ad8} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1873 2025.02.07 10:07:10.053833 [ 256 ] {ec6b6cdf-4f02-4b7b-9809-d100533d9ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1874 2025.02.07 10:07:10.054219 [ 256 ] {ec6b6cdf-4f02-4b7b-9809-d100533d9ad8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1875 2025.02.07 10:07:10.054481 [ 256 ] {ec6b6cdf-4f02-4b7b-9809-d100533d9ad8} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1876 2025.02.07 10:07:10.054602 [ 56 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1877 2025.02.07 10:07:10.054643 [ 56 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1878 2025.02.07 10:07:10.054668 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1879 2025.02.07 10:07:10.054674 [ 256 ] {ec6b6cdf-4f02-4b7b-9809-d100533d9ad8} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001531 sec., 26126.71456564337 rows/sec., 1.74 MiB/sec.
1880 2025.02.07 10:07:10.054909 [ 256 ] {ec6b6cdf-4f02-4b7b-9809-d100533d9ad8} <Debug> TCPHandler: Processed in 0.00193375 sec.
1881 2025.02.07 10:07:10.055098 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
1882 2025.02.07 10:07:10.055237 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1883 2025.02.07 10:07:10.055273 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
1884 2025.02.07 10:07:10.055364 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part
1885 2025.02.07 10:07:10.055442 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part
1886 2025.02.07 10:07:10.055587 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part
1887 2025.02.07 10:07:10.055666 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 62 rows starting from the beginning of the part
1888 2025.02.07 10:07:10.055740 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part
1889 2025.02.07 10:07:10.056744 [ 196 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.00196262 sec., 128399.7921146223 rows/sec., 8.26 MiB/sec.
1890 2025.02.07 10:07:10.056931 [ 196 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1891 2025.02.07 10:07:10.057282 [ 196 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1892 2025.02.07 10:07:10.057373 [ 196 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_6_1} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1893 2025.02.07 10:07:10.057469 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1894 2025.02.07 10:07:11.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.85 MiB, peak 172.10 MiB, free memory in arenas 0.00 B, will set to 166.43 MiB (RSS), difference: -2.42 MiB
1895 2025.02.07 10:07:15.034306 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1896 2025.02.07 10:07:15.034534 [ 255 ] {959c35d9-53f0-4545-821e-eed959e4d8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1897 2025.02.07 10:07:15.034614 [ 255 ] {959c35d9-53f0-4545-821e-eed959e4d8c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1898 2025.02.07 10:07:15.035389 [ 255 ] {959c35d9-53f0-4545-821e-eed959e4d8c2} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1899 2025.02.07 10:07:15.035439 [ 255 ] {959c35d9-53f0-4545-821e-eed959e4d8c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1900 2025.02.07 10:07:15.035900 [ 255 ] {959c35d9-53f0-4545-821e-eed959e4d8c2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1901 2025.02.07 10:07:15.036163 [ 255 ] {959c35d9-53f0-4545-821e-eed959e4d8c2} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1902 2025.02.07 10:07:15.036447 [ 255 ] {959c35d9-53f0-4545-821e-eed959e4d8c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec.
1903 2025.02.07 10:07:15.036607 [ 255 ] {959c35d9-53f0-4545-821e-eed959e4d8c2} <Debug> TCPHandler: Processed in 0.0024434 sec.
1904 2025.02.07 10:07:15.036873 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1905 2025.02.07 10:07:15.037068 [ 256 ] {9cfce441-748c-469e-b1ef-36ccd3c2d8b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1906 2025.02.07 10:07:15.037143 [ 256 ] {9cfce441-748c-469e-b1ef-36ccd3c2d8b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1907 2025.02.07 10:07:15.037991 [ 256 ] {9cfce441-748c-469e-b1ef-36ccd3c2d8b8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1908 2025.02.07 10:07:15.038039 [ 256 ] {9cfce441-748c-469e-b1ef-36ccd3c2d8b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1909 2025.02.07 10:07:15.038477 [ 256 ] {9cfce441-748c-469e-b1ef-36ccd3c2d8b8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1910 2025.02.07 10:07:15.038734 [ 256 ] {9cfce441-748c-469e-b1ef-36ccd3c2d8b8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1911 2025.02.07 10:07:15.038976 [ 256 ] {9cfce441-748c-469e-b1ef-36ccd3c2d8b8} <Debug> executeQuery: Read 177 rows, 15.89 KiB in 0.001964 sec., 90122.19959266802 rows/sec., 7.90 MiB/sec.
1912 2025.02.07 10:07:15.039035 [ 256 ] {9cfce441-748c-469e-b1ef-36ccd3c2d8b8} <Debug> TCPHandler: Processed in 0.002306257 sec.
1913 2025.02.07 10:07:15.039198 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1914 2025.02.07 10:07:15.039325 [ 255 ] {7236f6ad-fa8f-49c2-a6ff-31dddf06356e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1915 2025.02.07 10:07:15.039373 [ 255 ] {7236f6ad-fa8f-49c2-a6ff-31dddf06356e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1916 2025.02.07 10:07:15.039969 [ 255 ] {7236f6ad-fa8f-49c2-a6ff-31dddf06356e} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1917 2025.02.07 10:07:15.040010 [ 255 ] {7236f6ad-fa8f-49c2-a6ff-31dddf06356e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1918 2025.02.07 10:07:15.040375 [ 255 ] {7236f6ad-fa8f-49c2-a6ff-31dddf06356e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1919 2025.02.07 10:07:15.040623 [ 255 ] {7236f6ad-fa8f-49c2-a6ff-31dddf06356e} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1920 2025.02.07 10:07:15.040900 [ 255 ] {7236f6ad-fa8f-49c2-a6ff-31dddf06356e} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001586 sec., 4413.619167717528 rows/sec., 287.55 KiB/sec.
1921 2025.02.07 10:07:15.041025 [ 255 ] {7236f6ad-fa8f-49c2-a6ff-31dddf06356e} <Debug> TCPHandler: Processed in 0.001887678 sec.
1922 2025.02.07 10:07:15.041208 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1923 2025.02.07 10:07:15.041349 [ 256 ] {08894b9c-4820-4d44-887d-08ccb9738c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1924 2025.02.07 10:07:15.041407 [ 256 ] {08894b9c-4820-4d44-887d-08ccb9738c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1925 2025.02.07 10:07:15.042040 [ 256 ] {08894b9c-4820-4d44-887d-08ccb9738c7e} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1926 2025.02.07 10:07:15.042079 [ 256 ] {08894b9c-4820-4d44-887d-08ccb9738c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1927 2025.02.07 10:07:15.042439 [ 256 ] {08894b9c-4820-4d44-887d-08ccb9738c7e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1928 2025.02.07 10:07:15.042683 [ 256 ] {08894b9c-4820-4d44-887d-08ccb9738c7e} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2025.02.07 10:07:15.042895 [ 256 ] {08894b9c-4820-4d44-887d-08ccb9738c7e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001578 sec., 8871.989860583017 rows/sec., 621.34 KiB/sec.
1930 2025.02.07 10:07:15.042947 [ 256 ] {08894b9c-4820-4d44-887d-08ccb9738c7e} <Debug> TCPHandler: Processed in 0.001806827 sec.
1931 2025.02.07 10:07:15.043090 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1932 2025.02.07 10:07:15.043209 [ 255 ] {c8582473-cdd2-4632-9b9f-046798783f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1933 2025.02.07 10:07:15.043256 [ 255 ] {c8582473-cdd2-4632-9b9f-046798783f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1934 2025.02.07 10:07:15.043842 [ 255 ] {c8582473-cdd2-4632-9b9f-046798783f6c} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1935 2025.02.07 10:07:15.043882 [ 255 ] {c8582473-cdd2-4632-9b9f-046798783f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1936 2025.02.07 10:07:15.044239 [ 255 ] {c8582473-cdd2-4632-9b9f-046798783f6c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1937 2025.02.07 10:07:15.044486 [ 255 ] {c8582473-cdd2-4632-9b9f-046798783f6c} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1938 2025.02.07 10:07:15.044747 [ 255 ] {c8582473-cdd2-4632-9b9f-046798783f6c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001546 sec., 8408.796895213454 rows/sec., 524.29 KiB/sec.
1939 2025.02.07 10:07:15.044879 [ 255 ] {c8582473-cdd2-4632-9b9f-046798783f6c} <Debug> TCPHandler: Processed in 0.001845267 sec.
1940 2025.02.07 10:07:15.045040 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1941 2025.02.07 10:07:15.045181 [ 256 ] {eb3381d6-7e1b-43d8-99e7-b69d0eea7d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1942 2025.02.07 10:07:15.045238 [ 256 ] {eb3381d6-7e1b-43d8-99e7-b69d0eea7d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1943 2025.02.07 10:07:15.046052 [ 256 ] {eb3381d6-7e1b-43d8-99e7-b69d0eea7d7b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1944 2025.02.07 10:07:15.046091 [ 256 ] {eb3381d6-7e1b-43d8-99e7-b69d0eea7d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1945 2025.02.07 10:07:15.046474 [ 256 ] {eb3381d6-7e1b-43d8-99e7-b69d0eea7d7b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1946 2025.02.07 10:07:15.046713 [ 256 ] {eb3381d6-7e1b-43d8-99e7-b69d0eea7d7b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1947 2025.02.07 10:07:15.046933 [ 256 ] {eb3381d6-7e1b-43d8-99e7-b69d0eea7d7b} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.001785 sec., 198319.32773109246 rows/sec., 13.92 MiB/sec.
1948 2025.02.07 10:07:15.046984 [ 256 ] {eb3381d6-7e1b-43d8-99e7-b69d0eea7d7b} <Debug> TCPHandler: Processed in 0.002011481 sec.
1949 2025.02.07 10:07:15.047146 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1950 2025.02.07 10:07:15.047286 [ 255 ] {1a438710-2f12-4856-ac3b-3d9b786f04bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1951 2025.02.07 10:07:15.047345 [ 255 ] {1a438710-2f12-4856-ac3b-3d9b786f04bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1952 2025.02.07 10:07:15.047882 [ 255 ] {1a438710-2f12-4856-ac3b-3d9b786f04bb} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1953 2025.02.07 10:07:15.047943 [ 255 ] {1a438710-2f12-4856-ac3b-3d9b786f04bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1954 2025.02.07 10:07:15.048420 [ 255 ] {1a438710-2f12-4856-ac3b-3d9b786f04bb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1955 2025.02.07 10:07:15.048671 [ 255 ] {1a438710-2f12-4856-ac3b-3d9b786f04bb} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1956 2025.02.07 10:07:15.048879 [ 255 ] {1a438710-2f12-4856-ac3b-3d9b786f04bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 192.91 KiB/sec.
1957 2025.02.07 10:07:15.048929 [ 255 ] {1a438710-2f12-4856-ac3b-3d9b786f04bb} <Debug> TCPHandler: Processed in 0.001854018 sec.
1958 2025.02.07 10:07:15.049085 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1959 2025.02.07 10:07:15.049225 [ 256 ] {775376e0-5f63-4c23-af9f-c6339074014a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1960 2025.02.07 10:07:15.049288 [ 256 ] {775376e0-5f63-4c23-af9f-c6339074014a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1961 2025.02.07 10:07:15.049949 [ 256 ] {775376e0-5f63-4c23-af9f-c6339074014a} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1962 2025.02.07 10:07:15.049989 [ 256 ] {775376e0-5f63-4c23-af9f-c6339074014a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1963 2025.02.07 10:07:15.050395 [ 256 ] {775376e0-5f63-4c23-af9f-c6339074014a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1964 2025.02.07 10:07:15.050632 [ 256 ] {775376e0-5f63-4c23-af9f-c6339074014a} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1965 2025.02.07 10:07:15.050846 [ 256 ] {775376e0-5f63-4c23-af9f-c6339074014a} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001653 sec., 113127.64670296431 rows/sec., 7.51 MiB/sec.
1966 2025.02.07 10:07:15.050899 [ 256 ] {775376e0-5f63-4c23-af9f-c6339074014a} <Debug> TCPHandler: Processed in 0.001883908 sec.
1967 2025.02.07 10:07:15.051054 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1968 2025.02.07 10:07:15.051195 [ 255 ] {ae5933b6-41ea-4edd-8d44-1d33babc8024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1969 2025.02.07 10:07:15.051254 [ 255 ] {ae5933b6-41ea-4edd-8d44-1d33babc8024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1970 2025.02.07 10:07:15.051797 [ 255 ] {ae5933b6-41ea-4edd-8d44-1d33babc8024} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1971 2025.02.07 10:07:15.051836 [ 255 ] {ae5933b6-41ea-4edd-8d44-1d33babc8024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1972 2025.02.07 10:07:15.052190 [ 255 ] {ae5933b6-41ea-4edd-8d44-1d33babc8024} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1973 2025.02.07 10:07:15.052428 [ 255 ] {ae5933b6-41ea-4edd-8d44-1d33babc8024} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1974 2025.02.07 10:07:15.052713 [ 255 ] {ae5933b6-41ea-4edd-8d44-1d33babc8024} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec.
1975 2025.02.07 10:07:15.052804 [ 255 ] {ae5933b6-41ea-4edd-8d44-1d33babc8024} <Debug> TCPHandler: Processed in 0.001821126 sec.
1976 2025.02.07 10:07:15.052963 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1977 2025.02.07 10:07:15.053102 [ 256 ] {42b8c4da-25b5-4965-bd1d-ed39734f41d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1978 2025.02.07 10:07:15.053162 [ 256 ] {42b8c4da-25b5-4965-bd1d-ed39734f41d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1979 2025.02.07 10:07:15.053751 [ 256 ] {42b8c4da-25b5-4965-bd1d-ed39734f41d0} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1980 2025.02.07 10:07:15.053791 [ 256 ] {42b8c4da-25b5-4965-bd1d-ed39734f41d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1981 2025.02.07 10:07:15.054159 [ 256 ] {42b8c4da-25b5-4965-bd1d-ed39734f41d0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1982 2025.02.07 10:07:15.054397 [ 256 ] {42b8c4da-25b5-4965-bd1d-ed39734f41d0} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1983 2025.02.07 10:07:15.054606 [ 256 ] {42b8c4da-25b5-4965-bd1d-ed39734f41d0} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001535 sec., 40390.879478827366 rows/sec., 2.50 MiB/sec.
1984 2025.02.07 10:07:15.054654 [ 256 ] {42b8c4da-25b5-4965-bd1d-ed39734f41d0} <Debug> TCPHandler: Processed in 0.001758326 sec.
1985 2025.02.07 10:07:16.683610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
1986 2025.02.07 10:07:16.684336 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1987 2025.02.07 10:07:16.684412 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1988 2025.02.07 10:07:16.685137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1989 2025.02.07 10:07:16.685476 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1990 2025.02.07 10:07:16.685794 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
1991 2025.02.07 10:07:16.991516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1992 2025.02.07 10:07:17.012523 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1993 2025.02.07 10:07:17.012593 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
1994 2025.02.07 10:07:17.019364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1995 2025.02.07 10:07:17.020129 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1996 2025.02.07 10:07:17.023349 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1997 2025.02.07 10:07:19.232932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 276
1998 2025.02.07 10:07:19.236367 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1999 2025.02.07 10:07:19.236424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2000 2025.02.07 10:07:19.237898 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2001 2025.02.07 10:07:19.238217 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2002 2025.02.07 10:07:19.239306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276
2003 2025.02.07 10:07:20.031166 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2004 2025.02.07 10:07:20.031363 [ 255 ] {a31d064a-0086-467a-b249-f0b69560f095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2005 2025.02.07 10:07:20.031437 [ 255 ] {a31d064a-0086-467a-b249-f0b69560f095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2006 2025.02.07 10:07:20.032276 [ 255 ] {a31d064a-0086-467a-b249-f0b69560f095} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2007 2025.02.07 10:07:20.032336 [ 255 ] {a31d064a-0086-467a-b249-f0b69560f095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2008 2025.02.07 10:07:20.032819 [ 255 ] {a31d064a-0086-467a-b249-f0b69560f095} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2009 2025.02.07 10:07:20.033081 [ 255 ] {a31d064a-0086-467a-b249-f0b69560f095} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2010 2025.02.07 10:07:20.033313 [ 255 ] {a31d064a-0086-467a-b249-f0b69560f095} <Debug> executeQuery: Read 92 rows, 8.22 KiB in 0.002002 sec., 45954.045954045956 rows/sec., 4.01 MiB/sec.
2011 2025.02.07 10:07:20.033378 [ 255 ] {a31d064a-0086-467a-b249-f0b69560f095} <Debug> TCPHandler: Processed in 0.002350088 sec.
2012 2025.02.07 10:07:20.033660 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2013 2025.02.07 10:07:20.033855 [ 256 ] {d429db50-824d-4ff4-92a6-1494b0fed489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2014 2025.02.07 10:07:20.033930 [ 256 ] {d429db50-824d-4ff4-92a6-1494b0fed489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2015 2025.02.07 10:07:20.034719 [ 256 ] {d429db50-824d-4ff4-92a6-1494b0fed489} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2016 2025.02.07 10:07:20.034783 [ 256 ] {d429db50-824d-4ff4-92a6-1494b0fed489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2017 2025.02.07 10:07:20.035298 [ 256 ] {d429db50-824d-4ff4-92a6-1494b0fed489} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2018 2025.02.07 10:07:20.035566 [ 256 ] {d429db50-824d-4ff4-92a6-1494b0fed489} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2019 2025.02.07 10:07:20.035799 [ 256 ] {d429db50-824d-4ff4-92a6-1494b0fed489} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001998 sec., 15515.515515515513 rows/sec., 1.14 MiB/sec.
2020 2025.02.07 10:07:20.035872 [ 256 ] {d429db50-824d-4ff4-92a6-1494b0fed489} <Debug> TCPHandler: Processed in 0.002353847 sec.
2021 2025.02.07 10:07:20.036046 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2022 2025.02.07 10:07:20.036183 [ 255 ] {57021d1a-4e96-4380-ba57-1dc8e8a6eaf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2023 2025.02.07 10:07:20.036238 [ 255 ] {57021d1a-4e96-4380-ba57-1dc8e8a6eaf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2024 2025.02.07 10:07:20.036868 [ 255 ] {57021d1a-4e96-4380-ba57-1dc8e8a6eaf6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2025 2025.02.07 10:07:20.036909 [ 255 ] {57021d1a-4e96-4380-ba57-1dc8e8a6eaf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2026 2025.02.07 10:07:20.037300 [ 255 ] {57021d1a-4e96-4380-ba57-1dc8e8a6eaf6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2027 2025.02.07 10:07:20.037553 [ 255 ] {57021d1a-4e96-4380-ba57-1dc8e8a6eaf6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2028 2025.02.07 10:07:20.037764 [ 255 ] {57021d1a-4e96-4380-ba57-1dc8e8a6eaf6} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001611 sec., 41589.07510862818 rows/sec., 3.25 MiB/sec.
2029 2025.02.07 10:07:20.037865 [ 255 ] {57021d1a-4e96-4380-ba57-1dc8e8a6eaf6} <Debug> TCPHandler: Processed in 0.001885148 sec.
2030 2025.02.07 10:07:20.038053 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2031 2025.02.07 10:07:20.038194 [ 256 ] {f075726e-d3ac-4a93-aaba-1a58f9516350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2032 2025.02.07 10:07:20.038254 [ 256 ] {f075726e-d3ac-4a93-aaba-1a58f9516350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2033 2025.02.07 10:07:20.038904 [ 256 ] {f075726e-d3ac-4a93-aaba-1a58f9516350} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2034 2025.02.07 10:07:20.038946 [ 256 ] {f075726e-d3ac-4a93-aaba-1a58f9516350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2035 2025.02.07 10:07:20.039368 [ 256 ] {f075726e-d3ac-4a93-aaba-1a58f9516350} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2036 2025.02.07 10:07:20.039645 [ 256 ] {f075726e-d3ac-4a93-aaba-1a58f9516350} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2037 2025.02.07 10:07:20.039844 [ 256 ] {f075726e-d3ac-4a93-aaba-1a58f9516350} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001673 sec., 65750.1494321578 rows/sec., 4.59 MiB/sec.
2038 2025.02.07 10:07:20.039952 [ 256 ] {f075726e-d3ac-4a93-aaba-1a58f9516350} <Debug> TCPHandler: Processed in 0.001956399 sec.
2039 2025.02.07 10:07:20.040162 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2040 2025.02.07 10:07:20.040283 [ 255 ] {8f3cc445-b5fd-4762-8a6c-6590a01fdb11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2041 2025.02.07 10:07:20.040370 [ 255 ] {8f3cc445-b5fd-4762-8a6c-6590a01fdb11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2042 2025.02.07 10:07:20.041600 [ 255 ] {8f3cc445-b5fd-4762-8a6c-6590a01fdb11} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2043 2025.02.07 10:07:20.041640 [ 255 ] {8f3cc445-b5fd-4762-8a6c-6590a01fdb11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2044 2025.02.07 10:07:20.042308 [ 255 ] {8f3cc445-b5fd-4762-8a6c-6590a01fdb11} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2045 2025.02.07 10:07:20.042570 [ 255 ] {8f3cc445-b5fd-4762-8a6c-6590a01fdb11} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2046 2025.02.07 10:07:20.042847 [ 255 ] {8f3cc445-b5fd-4762-8a6c-6590a01fdb11} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002586 sec., 11987.625676720803 rows/sec., 21.48 MiB/sec.
2047 2025.02.07 10:07:20.042988 [ 255 ] {8f3cc445-b5fd-4762-8a6c-6590a01fdb11} <Debug> TCPHandler: Processed in 0.002881888 sec.
2048 2025.02.07 10:07:20.043151 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2049 2025.02.07 10:07:20.043279 [ 256 ] {f62559df-2f25-4b79-84f1-15b29c926bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2050 2025.02.07 10:07:20.043333 [ 256 ] {f62559df-2f25-4b79-84f1-15b29c926bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2051 2025.02.07 10:07:20.043873 [ 256 ] {f62559df-2f25-4b79-84f1-15b29c926bdd} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2052 2025.02.07 10:07:20.043914 [ 256 ] {f62559df-2f25-4b79-84f1-15b29c926bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2053 2025.02.07 10:07:20.044314 [ 256 ] {f62559df-2f25-4b79-84f1-15b29c926bdd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2054 2025.02.07 10:07:20.044560 [ 256 ] {f62559df-2f25-4b79-84f1-15b29c926bdd} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2055 2025.02.07 10:07:20.044784 [ 256 ] {f62559df-2f25-4b79-84f1-15b29c926bdd} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001532 sec., 26109.660574412534 rows/sec., 1.74 MiB/sec.
2056 2025.02.07 10:07:20.044845 [ 256 ] {f62559df-2f25-4b79-84f1-15b29c926bdd} <Debug> TCPHandler: Processed in 0.001755816 sec.
2057 2025.02.07 10:07:24.108365 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
2058 2025.02.07 10:07:24.108428 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
2059 2025.02.07 10:07:24.186888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2060 2025.02.07 10:07:24.187541 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2061 2025.02.07 10:07:24.187587 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2062 2025.02.07 10:07:24.188101 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2063 2025.02.07 10:07:24.188357 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2064 2025.02.07 10:07:24.188592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2065 2025.02.07 10:07:24.524383 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2066 2025.02.07 10:07:24.545105 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2067 2025.02.07 10:07:24.545166 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2068 2025.02.07 10:07:24.552165 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2069 2025.02.07 10:07:24.552957 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2070 2025.02.07 10:07:24.555615 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2071 2025.02.07 10:07:25.033609 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2072 2025.02.07 10:07:25.033907 [ 255 ] {7b57d100-2dfb-4309-b998-6baba154b3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2073 2025.02.07 10:07:25.034009 [ 255 ] {7b57d100-2dfb-4309-b998-6baba154b3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2074 2025.02.07 10:07:25.034741 [ 255 ] {7b57d100-2dfb-4309-b998-6baba154b3d9} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2075 2025.02.07 10:07:25.034780 [ 255 ] {7b57d100-2dfb-4309-b998-6baba154b3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2076 2025.02.07 10:07:25.035206 [ 255 ] {7b57d100-2dfb-4309-b998-6baba154b3d9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2077 2025.02.07 10:07:25.035451 [ 255 ] {7b57d100-2dfb-4309-b998-6baba154b3d9} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2078 2025.02.07 10:07:25.035664 [ 255 ] {7b57d100-2dfb-4309-b998-6baba154b3d9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001839 sec., 7612.8330614464385 rows/sec., 548.02 KiB/sec.
2079 2025.02.07 10:07:25.035720 [ 255 ] {7b57d100-2dfb-4309-b998-6baba154b3d9} <Debug> TCPHandler: Processed in 0.002299766 sec.
2080 2025.02.07 10:07:25.035981 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2081 2025.02.07 10:07:25.036178 [ 256 ] {06b20bb1-52c2-48ac-8aa9-9bd9130c1310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2082 2025.02.07 10:07:25.036249 [ 256 ] {06b20bb1-52c2-48ac-8aa9-9bd9130c1310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2083 2025.02.07 10:07:25.037081 [ 256 ] {06b20bb1-52c2-48ac-8aa9-9bd9130c1310} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2084 2025.02.07 10:07:25.037134 [ 256 ] {06b20bb1-52c2-48ac-8aa9-9bd9130c1310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2085 2025.02.07 10:07:25.037592 [ 256 ] {06b20bb1-52c2-48ac-8aa9-9bd9130c1310} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2086 2025.02.07 10:07:25.037857 [ 256 ] {06b20bb1-52c2-48ac-8aa9-9bd9130c1310} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2087 2025.02.07 10:07:25.038088 [ 256 ] {06b20bb1-52c2-48ac-8aa9-9bd9130c1310} <Debug> executeQuery: Read 177 rows, 15.89 KiB in 0.001964 sec., 90122.19959266802 rows/sec., 7.90 MiB/sec.
2088 2025.02.07 10:07:25.038145 [ 256 ] {06b20bb1-52c2-48ac-8aa9-9bd9130c1310} <Debug> TCPHandler: Processed in 0.002300346 sec.
2089 2025.02.07 10:07:25.038311 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2090 2025.02.07 10:07:25.038456 [ 255 ] {b2227c0e-66ee-4ca1-8942-46d123696e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2091 2025.02.07 10:07:25.038511 [ 255 ] {b2227c0e-66ee-4ca1-8942-46d123696e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2092 2025.02.07 10:07:25.039165 [ 255 ] {b2227c0e-66ee-4ca1-8942-46d123696e29} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2093 2025.02.07 10:07:25.039205 [ 255 ] {b2227c0e-66ee-4ca1-8942-46d123696e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2094 2025.02.07 10:07:25.039560 [ 255 ] {b2227c0e-66ee-4ca1-8942-46d123696e29} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2095 2025.02.07 10:07:25.039796 [ 255 ] {b2227c0e-66ee-4ca1-8942-46d123696e29} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2096 2025.02.07 10:07:25.040000 [ 255 ] {b2227c0e-66ee-4ca1-8942-46d123696e29} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001574 sec., 4447.268106734435 rows/sec., 289.74 KiB/sec.
2097 2025.02.07 10:07:25.040051 [ 255 ] {b2227c0e-66ee-4ca1-8942-46d123696e29} <Debug> TCPHandler: Processed in 0.001811547 sec.
2098 2025.02.07 10:07:25.040226 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2099 2025.02.07 10:07:25.040368 [ 256 ] {9d4132b1-d496-4c79-bab1-2bf2c0c86323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2100 2025.02.07 10:07:25.040427 [ 256 ] {9d4132b1-d496-4c79-bab1-2bf2c0c86323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2101 2025.02.07 10:07:25.041098 [ 256 ] {9d4132b1-d496-4c79-bab1-2bf2c0c86323} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2102 2025.02.07 10:07:25.041139 [ 256 ] {9d4132b1-d496-4c79-bab1-2bf2c0c86323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2103 2025.02.07 10:07:25.041514 [ 256 ] {9d4132b1-d496-4c79-bab1-2bf2c0c86323} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2104 2025.02.07 10:07:25.041792 [ 256 ] {9d4132b1-d496-4c79-bab1-2bf2c0c86323} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2105 2025.02.07 10:07:25.042007 [ 256 ] {9d4132b1-d496-4c79-bab1-2bf2c0c86323} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00167 sec., 8383.233532934131 rows/sec., 587.11 KiB/sec.
2106 2025.02.07 10:07:25.042060 [ 256 ] {9d4132b1-d496-4c79-bab1-2bf2c0c86323} <Debug> TCPHandler: Processed in 0.001903309 sec.
2107 2025.02.07 10:07:25.042224 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2108 2025.02.07 10:07:25.042363 [ 255 ] {fcf4a316-445e-4fec-bb73-7dc7e0f6764c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2109 2025.02.07 10:07:25.042419 [ 255 ] {fcf4a316-445e-4fec-bb73-7dc7e0f6764c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2110 2025.02.07 10:07:25.043075 [ 255 ] {fcf4a316-445e-4fec-bb73-7dc7e0f6764c} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2111 2025.02.07 10:07:25.043114 [ 255 ] {fcf4a316-445e-4fec-bb73-7dc7e0f6764c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2112 2025.02.07 10:07:25.043463 [ 255 ] {fcf4a316-445e-4fec-bb73-7dc7e0f6764c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2113 2025.02.07 10:07:25.043707 [ 255 ] {fcf4a316-445e-4fec-bb73-7dc7e0f6764c} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2114 2025.02.07 10:07:25.043909 [ 255 ] {fcf4a316-445e-4fec-bb73-7dc7e0f6764c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec.
2115 2025.02.07 10:07:25.043962 [ 255 ] {fcf4a316-445e-4fec-bb73-7dc7e0f6764c} <Debug> TCPHandler: Processed in 0.001807797 sec.
2116 2025.02.07 10:07:25.044121 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2117 2025.02.07 10:07:25.044261 [ 256 ] {ef86d914-4759-4554-8e51-796fdbdf3643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2118 2025.02.07 10:07:25.044317 [ 256 ] {ef86d914-4759-4554-8e51-796fdbdf3643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2119 2025.02.07 10:07:25.045142 [ 256 ] {ef86d914-4759-4554-8e51-796fdbdf3643} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2120 2025.02.07 10:07:25.045182 [ 256 ] {ef86d914-4759-4554-8e51-796fdbdf3643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2121 2025.02.07 10:07:25.045576 [ 256 ] {ef86d914-4759-4554-8e51-796fdbdf3643} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2122 2025.02.07 10:07:25.045835 [ 256 ] {ef86d914-4759-4554-8e51-796fdbdf3643} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2123 2025.02.07 10:07:25.046047 [ 256 ] {ef86d914-4759-4554-8e51-796fdbdf3643} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.001817 sec., 194826.63731425427 rows/sec., 13.68 MiB/sec.
2124 2025.02.07 10:07:25.046100 [ 256 ] {ef86d914-4759-4554-8e51-796fdbdf3643} <Debug> TCPHandler: Processed in 0.002048401 sec.
2125 2025.02.07 10:07:25.046259 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2126 2025.02.07 10:07:25.046398 [ 255 ] {6e0c2ba2-bad8-4514-a8f4-5ef7de6ba513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2127 2025.02.07 10:07:25.046456 [ 255 ] {6e0c2ba2-bad8-4514-a8f4-5ef7de6ba513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2128 2025.02.07 10:07:25.047015 [ 255 ] {6e0c2ba2-bad8-4514-a8f4-5ef7de6ba513} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2129 2025.02.07 10:07:25.047054 [ 255 ] {6e0c2ba2-bad8-4514-a8f4-5ef7de6ba513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2130 2025.02.07 10:07:25.047415 [ 255 ] {6e0c2ba2-bad8-4514-a8f4-5ef7de6ba513} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2131 2025.02.07 10:07:25.047647 [ 255 ] {6e0c2ba2-bad8-4514-a8f4-5ef7de6ba513} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2132 2025.02.07 10:07:25.047847 [ 255 ] {6e0c2ba2-bad8-4514-a8f4-5ef7de6ba513} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec.
2133 2025.02.07 10:07:25.047896 [ 255 ] {6e0c2ba2-bad8-4514-a8f4-5ef7de6ba513} <Debug> TCPHandler: Processed in 0.001707215 sec.
2134 2025.02.07 10:07:25.048047 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2135 2025.02.07 10:07:25.048187 [ 256 ] {02fcdf61-27c2-42e0-8ff3-959440781bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2136 2025.02.07 10:07:25.048250 [ 256 ] {02fcdf61-27c2-42e0-8ff3-959440781bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2137 2025.02.07 10:07:25.048935 [ 256 ] {02fcdf61-27c2-42e0-8ff3-959440781bb0} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2138 2025.02.07 10:07:25.048980 [ 256 ] {02fcdf61-27c2-42e0-8ff3-959440781bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2139 2025.02.07 10:07:25.049379 [ 256 ] {02fcdf61-27c2-42e0-8ff3-959440781bb0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2140 2025.02.07 10:07:25.049634 [ 256 ] {02fcdf61-27c2-42e0-8ff3-959440781bb0} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2141 2025.02.07 10:07:25.049841 [ 256 ] {02fcdf61-27c2-42e0-8ff3-959440781bb0} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001686 sec., 110913.40450771055 rows/sec., 7.37 MiB/sec.
2142 2025.02.07 10:07:25.049894 [ 256 ] {02fcdf61-27c2-42e0-8ff3-959440781bb0} <Debug> TCPHandler: Processed in 0.001913989 sec.
2143 2025.02.07 10:07:25.050037 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2144 2025.02.07 10:07:25.050174 [ 255 ] {07dc3025-f488-47d9-bab4-4c7739542f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2145 2025.02.07 10:07:25.050232 [ 255 ] {07dc3025-f488-47d9-bab4-4c7739542f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2146 2025.02.07 10:07:25.050789 [ 255 ] {07dc3025-f488-47d9-bab4-4c7739542f8f} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2147 2025.02.07 10:07:25.050834 [ 255 ] {07dc3025-f488-47d9-bab4-4c7739542f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2148 2025.02.07 10:07:25.051206 [ 255 ] {07dc3025-f488-47d9-bab4-4c7739542f8f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2149 2025.02.07 10:07:25.051443 [ 255 ] {07dc3025-f488-47d9-bab4-4c7739542f8f} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2150 2025.02.07 10:07:25.051648 [ 255 ] {07dc3025-f488-47d9-bab4-4c7739542f8f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec.
2151 2025.02.07 10:07:25.051696 [ 255 ] {07dc3025-f488-47d9-bab4-4c7739542f8f} <Debug> TCPHandler: Processed in 0.001727734 sec.
2152 2025.02.07 10:07:25.051842 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2153 2025.02.07 10:07:25.051963 [ 256 ] {e54ca1e2-3bd6-4179-b128-84cabc6e2120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2154 2025.02.07 10:07:25.052022 [ 256 ] {e54ca1e2-3bd6-4179-b128-84cabc6e2120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2155 2025.02.07 10:07:25.052602 [ 256 ] {e54ca1e2-3bd6-4179-b128-84cabc6e2120} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2025.02.07 10:07:25.052649 [ 256 ] {e54ca1e2-3bd6-4179-b128-84cabc6e2120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2157 2025.02.07 10:07:25.053078 [ 256 ] {e54ca1e2-3bd6-4179-b128-84cabc6e2120} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2158 2025.02.07 10:07:25.053346 [ 256 ] {e54ca1e2-3bd6-4179-b128-84cabc6e2120} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2025.02.07 10:07:25.053557 [ 256 ] {e54ca1e2-3bd6-4179-b128-84cabc6e2120} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001621 sec., 38247.99506477483 rows/sec., 2.37 MiB/sec.
2160 2025.02.07 10:07:25.053608 [ 256 ] {e54ca1e2-3bd6-4179-b128-84cabc6e2120} <Debug> TCPHandler: Processed in 0.001825197 sec.
2161 2025.02.07 10:07:29.240414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 308
2162 2025.02.07 10:07:29.243395 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2163 2025.02.07 10:07:29.243437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2164 2025.02.07 10:07:29.244898 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2165 2025.02.07 10:07:29.245231 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2166 2025.02.07 10:07:29.245399 [ 30 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2167 2025.02.07 10:07:29.245466 [ 30 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2168 2025.02.07 10:07:29.245515 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2169 2025.02.07 10:07:29.246016 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
2170 2025.02.07 10:07:29.246593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 308
2171 2025.02.07 10:07:29.246971 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2172 2025.02.07 10:07:29.247099 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
2173 2025.02.07 10:07:29.247557 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 66 rows starting from the beginning of the part
2174 2025.02.07 10:07:29.247966 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part
2175 2025.02.07 10:07:29.248376 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part
2176 2025.02.07 10:07:29.248791 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part
2177 2025.02.07 10:07:29.249226 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part
2178 2025.02.07 10:07:29.259106 [ 197 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 72 columns (72 merged, 0 gathered) in 0.013486793 sec., 22837.156320260863 rows/sec., 22.61 MiB/sec.
2179 2025.02.07 10:07:29.259858 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2180 2025.02.07 10:07:29.260531 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2181 2025.02.07 10:07:29.260606 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_6_1} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2182 2025.02.07 10:07:29.260797 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB.
2183 2025.02.07 10:07:30.027184 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2184 2025.02.07 10:07:30.027473 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2185 2025.02.07 10:07:30.027948 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2186 2025.02.07 10:07:30.028010 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2187 2025.02.07 10:07:30.028381 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2188 2025.02.07 10:07:30.028462 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2189 2025.02.07 10:07:30.028640 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2190 2025.02.07 10:07:30.028740 [ 288 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2191 2025.02.07 10:07:30.028836 [ 286 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2192 2025.02.07 10:07:30.028843 [ 287 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2193 2025.02.07 10:07:30.029006 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2194 2025.02.07 10:07:30.029044 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
2195 2025.02.07 10:07:30.029203 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2196 2025.02.07 10:07:30.029236 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 34 rows with 3 streams
2197 2025.02.07 10:07:30.029295 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2198 2025.02.07 10:07:30.029359 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2199 2025.02.07 10:07:30.029419 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2200 2025.02.07 10:07:30.031261 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003923 sec., 8666.836604639306 rows/sec., 333.57 KiB/sec.
2201 2025.02.07 10:07:30.031493 [ 255 ] {7206af7d-c8b2-4682-839e-0e19b13b4832} <Debug> TCPHandler: Processed in 0.00444817 sec.
2202 2025.02.07 10:07:30.036389 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2203 2025.02.07 10:07:30.036553 [ 256 ] {297e480d-fca7-4572-bff9-5acb62a7884e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2204 2025.02.07 10:07:30.036627 [ 256 ] {297e480d-fca7-4572-bff9-5acb62a7884e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2205 2025.02.07 10:07:30.037473 [ 256 ] {297e480d-fca7-4572-bff9-5acb62a7884e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2206 2025.02.07 10:07:30.037518 [ 256 ] {297e480d-fca7-4572-bff9-5acb62a7884e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2207 2025.02.07 10:07:30.038043 [ 256 ] {297e480d-fca7-4572-bff9-5acb62a7884e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2208 2025.02.07 10:07:30.038276 [ 256 ] {297e480d-fca7-4572-bff9-5acb62a7884e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2209 2025.02.07 10:07:30.038480 [ 256 ] {297e480d-fca7-4572-bff9-5acb62a7884e} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001973 sec., 506.8423720223011 rows/sec., 114.83 KiB/sec.
2210 2025.02.07 10:07:30.038558 [ 256 ] {297e480d-fca7-4572-bff9-5acb62a7884e} <Debug> TCPHandler: Processed in 0.002296687 sec.
2211 2025.02.07 10:07:30.038742 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2212 2025.02.07 10:07:30.038906 [ 255 ] {6d3ebe45-1d10-400d-ba36-3d75471a665e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2213 2025.02.07 10:07:30.038969 [ 255 ] {6d3ebe45-1d10-400d-ba36-3d75471a665e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2214 2025.02.07 10:07:30.039614 [ 255 ] {6d3ebe45-1d10-400d-ba36-3d75471a665e} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2215 2025.02.07 10:07:30.039662 [ 255 ] {6d3ebe45-1d10-400d-ba36-3d75471a665e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2216 2025.02.07 10:07:30.040087 [ 255 ] {6d3ebe45-1d10-400d-ba36-3d75471a665e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2217 2025.02.07 10:07:30.040369 [ 255 ] {6d3ebe45-1d10-400d-ba36-3d75471a665e} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2218 2025.02.07 10:07:30.040626 [ 255 ] {6d3ebe45-1d10-400d-ba36-3d75471a665e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001763 sec., 1134.4299489506523 rows/sec., 92.50 KiB/sec.
2219 2025.02.07 10:07:30.040772 [ 255 ] {6d3ebe45-1d10-400d-ba36-3d75471a665e} <Debug> TCPHandler: Processed in 0.002104432 sec.
2220 2025.02.07 10:07:30.040964 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2221 2025.02.07 10:07:30.041104 [ 256 ] {716eb8b4-71ad-408d-ae22-da19cbd3176c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2222 2025.02.07 10:07:30.041167 [ 256 ] {716eb8b4-71ad-408d-ae22-da19cbd3176c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2223 2025.02.07 10:07:30.041874 [ 256 ] {716eb8b4-71ad-408d-ae22-da19cbd3176c} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2224 2025.02.07 10:07:30.041916 [ 256 ] {716eb8b4-71ad-408d-ae22-da19cbd3176c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2225 2025.02.07 10:07:30.042325 [ 256 ] {716eb8b4-71ad-408d-ae22-da19cbd3176c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2226 2025.02.07 10:07:30.042592 [ 256 ] {716eb8b4-71ad-408d-ae22-da19cbd3176c} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2227 2025.02.07 10:07:30.042718 [ 28 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2228 2025.02.07 10:07:30.042757 [ 28 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2229 2025.02.07 10:07:30.042780 [ 256 ] {716eb8b4-71ad-408d-ae22-da19cbd3176c} <Debug> executeQuery: Read 119 rows, 10.35 KiB in 0.001705 sec., 69794.72140762463 rows/sec., 5.93 MiB/sec.
2230 2025.02.07 10:07:30.042784 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2231 2025.02.07 10:07:30.042878 [ 256 ] {716eb8b4-71ad-408d-ae22-da19cbd3176c} <Debug> TCPHandler: Processed in 0.00198462 sec.
2232 2025.02.07 10:07:30.043049 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
2233 2025.02.07 10:07:30.043077 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2234 2025.02.07 10:07:30.043323 [ 255 ] {e6c40bac-ba0b-4946-85c1-24aa28b77767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2235 2025.02.07 10:07:30.043340 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2236 2025.02.07 10:07:30.043424 [ 255 ] {e6c40bac-ba0b-4946-85c1-24aa28b77767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2237 2025.02.07 10:07:30.043424 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 223 rows starting from the beginning of the part
2238 2025.02.07 10:07:30.043793 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 92 rows starting from the beginning of the part
2239 2025.02.07 10:07:30.044158 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 177 rows starting from the beginning of the part
2240 2025.02.07 10:07:30.044583 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 92 rows starting from the beginning of the part
2241 2025.02.07 10:07:30.044936 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 177 rows starting from the beginning of the part
2242 2025.02.07 10:07:30.045187 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 119 rows starting from the beginning of the part
2243 2025.02.07 10:07:30.046138 [ 255 ] {e6c40bac-ba0b-4946-85c1-24aa28b77767} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2244 2025.02.07 10:07:30.046201 [ 255 ] {e6c40bac-ba0b-4946-85c1-24aa28b77767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2245 2025.02.07 10:07:30.047148 [ 255 ] {e6c40bac-ba0b-4946-85c1-24aa28b77767} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2246 2025.02.07 10:07:30.047657 [ 255 ] {e6c40bac-ba0b-4946-85c1-24aa28b77767} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2247 2025.02.07 10:07:30.048067 [ 255 ] {e6c40bac-ba0b-4946-85c1-24aa28b77767} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.00481 sec., 6860.70686070686 rows/sec., 513.66 KiB/sec.
2248 2025.02.07 10:07:30.048392 [ 255 ] {e6c40bac-ba0b-4946-85c1-24aa28b77767} <Debug> TCPHandler: Processed in 0.005399899 sec.
2249 2025.02.07 10:07:30.048461 [ 197 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 880 rows, containing 5 columns (5 merged, 0 gathered) in 0.005561253 sec., 158237.7208877208 rows/sec., 14.44 MiB/sec.
2250 2025.02.07 10:07:30.048580 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2251 2025.02.07 10:07:30.048693 [ 197 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2252 2025.02.07 10:07:30.048800 [ 256 ] {b6008d7c-2d04-43f2-95fd-5c9beb1fb249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2253 2025.02.07 10:07:30.048878 [ 256 ] {b6008d7c-2d04-43f2-95fd-5c9beb1fb249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2254 2025.02.07 10:07:30.049305 [ 197 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2025.02.07 10:07:30.049579 [ 197 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_11_2} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2256 2025.02.07 10:07:30.049714 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2257 2025.02.07 10:07:30.050023 [ 256 ] {b6008d7c-2d04-43f2-95fd-5c9beb1fb249} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2258 2025.02.07 10:07:30.050066 [ 256 ] {b6008d7c-2d04-43f2-95fd-5c9beb1fb249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2259 2025.02.07 10:07:30.050449 [ 256 ] {b6008d7c-2d04-43f2-95fd-5c9beb1fb249} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2260 2025.02.07 10:07:30.050697 [ 256 ] {b6008d7c-2d04-43f2-95fd-5c9beb1fb249} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2261 2025.02.07 10:07:30.050821 [ 28 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2262 2025.02.07 10:07:30.050860 [ 28 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2263 2025.02.07 10:07:30.050884 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2264 2025.02.07 10:07:30.050888 [ 256 ] {b6008d7c-2d04-43f2-95fd-5c9beb1fb249} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00217 sec., 44700.46082949309 rows/sec., 3.49 MiB/sec.
2265 2025.02.07 10:07:30.051052 [ 256 ] {b6008d7c-2d04-43f2-95fd-5c9beb1fb249} <Debug> TCPHandler: Processed in 0.002550441 sec.
2266 2025.02.07 10:07:30.051111 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
2267 2025.02.07 10:07:30.051278 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2268 2025.02.07 10:07:30.051286 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2269 2025.02.07 10:07:30.051351 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 389 rows starting from the beginning of the part
2270 2025.02.07 10:07:30.051552 [ 255 ] {0b5068d5-fdda-4d3e-b14a-c86bebbedd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2271 2025.02.07 10:07:30.051686 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 67 rows starting from the beginning of the part
2272 2025.02.07 10:07:30.051723 [ 255 ] {0b5068d5-fdda-4d3e-b14a-c86bebbedd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2273 2025.02.07 10:07:30.052068 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 354 rows starting from the beginning of the part
2274 2025.02.07 10:07:30.052391 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 67 rows starting from the beginning of the part
2275 2025.02.07 10:07:30.052761 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 354 rows starting from the beginning of the part
2276 2025.02.07 10:07:30.053103 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 97 rows starting from the beginning of the part
2277 2025.02.07 10:07:30.054240 [ 255 ] {0b5068d5-fdda-4d3e-b14a-c86bebbedd3c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2278 2025.02.07 10:07:30.054299 [ 255 ] {0b5068d5-fdda-4d3e-b14a-c86bebbedd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2279 2025.02.07 10:07:30.055381 [ 255 ] {0b5068d5-fdda-4d3e-b14a-c86bebbedd3c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2280 2025.02.07 10:07:30.055887 [ 255 ] {0b5068d5-fdda-4d3e-b14a-c86bebbedd3c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2281 2025.02.07 10:07:30.056116 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1328 rows, containing 5 columns (5 merged, 0 gathered) in 0.005146455 sec., 258041.70054921298 rows/sec., 19.51 MiB/sec.
2282 2025.02.07 10:07:30.056364 [ 255 ] {0b5068d5-fdda-4d3e-b14a-c86bebbedd3c} <Debug> executeQuery: Read 121 rows, 8.64 KiB in 0.004925 sec., 24568.52791878173 rows/sec., 1.71 MiB/sec.
2283 2025.02.07 10:07:30.056411 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2284 2025.02.07 10:07:30.056536 [ 255 ] {0b5068d5-fdda-4d3e-b14a-c86bebbedd3c} <Debug> TCPHandler: Processed in 0.005367749 sec.
2285 2025.02.07 10:07:30.056752 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2286 2025.02.07 10:07:30.056940 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2287 2025.02.07 10:07:30.056976 [ 256 ] {86baa4ba-d545-4611-b2bc-0a91f582c26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2288 2025.02.07 10:07:30.057091 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_11_2} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2289 2025.02.07 10:07:30.057145 [ 256 ] {86baa4ba-d545-4611-b2bc-0a91f582c26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2290 2025.02.07 10:07:30.057271 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
2291 2025.02.07 10:07:30.058548 [ 256 ] {86baa4ba-d545-4611-b2bc-0a91f582c26c} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2292 2025.02.07 10:07:30.058593 [ 256 ] {86baa4ba-d545-4611-b2bc-0a91f582c26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2293 2025.02.07 10:07:30.059266 [ 256 ] {86baa4ba-d545-4611-b2bc-0a91f582c26c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2294 2025.02.07 10:07:30.059536 [ 256 ] {86baa4ba-d545-4611-b2bc-0a91f582c26c} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2295 2025.02.07 10:07:30.059710 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2296 2025.02.07 10:07:30.059783 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2297 2025.02.07 10:07:30.059818 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
2298 2025.02.07 10:07:30.059832 [ 256 ] {86baa4ba-d545-4611-b2bc-0a91f582c26c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002904 sec., 10674.931129476585 rows/sec., 19.13 MiB/sec.
2299 2025.02.07 10:07:30.060082 [ 256 ] {86baa4ba-d545-4611-b2bc-0a91f582c26c} <Debug> TCPHandler: Processed in 0.003432549 sec.
2300 2025.02.07 10:07:30.060082 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
2301 2025.02.07 10:07:30.060289 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2302 2025.02.07 10:07:30.060489 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2303 2025.02.07 10:07:30.060575 [ 255 ] {dfa5ed4c-48b1-4b91-92a6-efcfc45a49e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2304 2025.02.07 10:07:30.060637 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part
2305 2025.02.07 10:07:30.060690 [ 255 ] {dfa5ed4c-48b1-4b91-92a6-efcfc45a49e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2306 2025.02.07 10:07:30.061607 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part
2307 2025.02.07 10:07:30.062305 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part
2308 2025.02.07 10:07:30.063040 [ 255 ] {dfa5ed4c-48b1-4b91-92a6-efcfc45a49e4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2309 2025.02.07 10:07:30.063066 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part
2310 2025.02.07 10:07:30.063115 [ 255 ] {dfa5ed4c-48b1-4b91-92a6-efcfc45a49e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2311 2025.02.07 10:07:30.063653 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part
2312 2025.02.07 10:07:30.064409 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part
2313 2025.02.07 10:07:30.064579 [ 255 ] {dfa5ed4c-48b1-4b91-92a6-efcfc45a49e4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2314 2025.02.07 10:07:30.065272 [ 255 ] {dfa5ed4c-48b1-4b91-92a6-efcfc45a49e4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2315 2025.02.07 10:07:30.065826 [ 255 ] {dfa5ed4c-48b1-4b91-92a6-efcfc45a49e4} <Debug> executeQuery: Read 44 rows, 3.02 KiB in 0.005312 sec., 8283.132530120482 rows/sec., 567.70 KiB/sec.
2316 2025.02.07 10:07:30.065989 [ 255 ] {dfa5ed4c-48b1-4b91-92a6-efcfc45a49e4} <Debug> TCPHandler: Processed in 0.005803398 sec.
2317 2025.02.07 10:07:30.068932 [ 197 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 19 columns (19 merged, 0 gathered) in 0.008999092 sec., 18001.81618323271 rows/sec., 32.26 MiB/sec.
2318 2025.02.07 10:07:30.069398 [ 198 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2319 2025.02.07 10:07:30.069894 [ 198 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2320 2025.02.07 10:07:30.069986 [ 198 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2321 2025.02.07 10:07:30.070143 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB.
2322 2025.02.07 10:07:31.689655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2323 2025.02.07 10:07:31.690293 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2324 2025.02.07 10:07:31.690340 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2325 2025.02.07 10:07:31.690870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2326 2025.02.07 10:07:31.691124 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2327 2025.02.07 10:07:31.691321 [ 25 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2328 2025.02.07 10:07:31.691370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2329 2025.02.07 10:07:31.691415 [ 25 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2330 2025.02.07 10:07:31.691447 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2331 2025.02.07 10:07:31.691589 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
2332 2025.02.07 10:07:31.691734 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2333 2025.02.07 10:07:31.691781 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
2334 2025.02.07 10:07:31.691901 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2335 2025.02.07 10:07:31.692141 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2336 2025.02.07 10:07:31.692354 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2337 2025.02.07 10:07:31.692482 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2338 2025.02.07 10:07:31.692677 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2339 2025.02.07 10:07:31.694474 [ 198 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.00294149 sec., 1721236.5161873742 rows/sec., 24.62 MiB/sec.
2340 2025.02.07 10:07:31.695306 [ 199 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2341 2025.02.07 10:07:31.695676 [ 199 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2342 2025.02.07 10:07:31.695771 [ 199 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_11_2} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2343 2025.02.07 10:07:31.695884 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2344 2025.02.07 10:07:32.056618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2345 2025.02.07 10:07:32.077877 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2346 2025.02.07 10:07:32.077933 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2347 2025.02.07 10:07:32.085364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2348 2025.02.07 10:07:32.086125 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2349 2025.02.07 10:07:32.086417 [ 23 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2350 2025.02.07 10:07:32.086476 [ 23 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2351 2025.02.07 10:07:32.086513 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2352 2025.02.07 10:07:32.087146 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
2353 2025.02.07 10:07:32.101756 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2354 2025.02.07 10:07:32.103410 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2355 2025.02.07 10:07:32.104597 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
2356 2025.02.07 10:07:32.109444 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
2357 2025.02.07 10:07:32.114597 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
2358 2025.02.07 10:07:32.119870 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
2359 2025.02.07 10:07:32.125248 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
2360 2025.02.07 10:07:32.129878 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
2361 2025.02.07 10:07:32.186755 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.100111376 sec., 829.0766076374777 rows/sec., 4.29 MiB/sec.
2362 2025.02.07 10:07:32.188979 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2363 2025.02.07 10:07:32.191905 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_11_2} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2364 2025.02.07 10:07:32.192003 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_11_2} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2365 2025.02.07 10:07:32.194463 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2366 2025.02.07 10:07:35.036054 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2367 2025.02.07 10:07:35.036247 [ 255 ] {40558e62-1e91-4e3b-a0bd-4ec291c61be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2368 2025.02.07 10:07:35.036323 [ 255 ] {40558e62-1e91-4e3b-a0bd-4ec291c61be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2369 2025.02.07 10:07:35.037083 [ 255 ] {40558e62-1e91-4e3b-a0bd-4ec291c61be4} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2370 2025.02.07 10:07:35.037133 [ 255 ] {40558e62-1e91-4e3b-a0bd-4ec291c61be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2371 2025.02.07 10:07:35.037589 [ 255 ] {40558e62-1e91-4e3b-a0bd-4ec291c61be4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2372 2025.02.07 10:07:35.037862 [ 255 ] {40558e62-1e91-4e3b-a0bd-4ec291c61be4} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2373 2025.02.07 10:07:35.038076 [ 92 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2374 2025.02.07 10:07:35.038147 [ 255 ] {40558e62-1e91-4e3b-a0bd-4ec291c61be4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001951 sec., 7175.807278318811 rows/sec., 516.56 KiB/sec.
2375 2025.02.07 10:07:35.038174 [ 92 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2376 2025.02.07 10:07:35.038251 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2377 2025.02.07 10:07:35.038290 [ 255 ] {40558e62-1e91-4e3b-a0bd-4ec291c61be4} <Debug> TCPHandler: Processed in 0.002367298 sec.
2378 2025.02.07 10:07:35.038608 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::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
2379 2025.02.07 10:07:35.038643 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2380 2025.02.07 10:07:35.038880 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2381 2025.02.07 10:07:35.038934 [ 256 ] {da439c86-5e33-41fb-9e93-ed4131c04181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2382 2025.02.07 10:07:35.038958 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2383 2025.02.07 10:07:35.039027 [ 256 ] {da439c86-5e33-41fb-9e93-ed4131c04181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2384 2025.02.07 10:07:35.039251 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2385 2025.02.07 10:07:35.039675 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2386 2025.02.07 10:07:35.039988 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2387 2025.02.07 10:07:35.040463 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2388 2025.02.07 10:07:35.042139 [ 256 ] {da439c86-5e33-41fb-9e93-ed4131c04181} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2389 2025.02.07 10:07:35.042212 [ 256 ] {da439c86-5e33-41fb-9e93-ed4131c04181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2390 2025.02.07 10:07:35.043496 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005088273 sec., 13757.123487674502 rows/sec., 1.02 MiB/sec.
2391 2025.02.07 10:07:35.043739 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2392 2025.02.07 10:07:35.043784 [ 256 ] {da439c86-5e33-41fb-9e93-ed4131c04181} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2393 2025.02.07 10:07:35.044228 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2394 2025.02.07 10:07:35.044296 [ 256 ] {da439c86-5e33-41fb-9e93-ed4131c04181} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2395 2025.02.07 10:07:35.044419 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_5_1} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2396 2025.02.07 10:07:35.044614 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2397 2025.02.07 10:07:35.044732 [ 256 ] {da439c86-5e33-41fb-9e93-ed4131c04181} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.0059 sec., 34406.77966101695 rows/sec., 2.97 MiB/sec.
2398 2025.02.07 10:07:35.044809 [ 256 ] {da439c86-5e33-41fb-9e93-ed4131c04181} <Debug> TCPHandler: Processed in 0.006377929 sec.
2399 2025.02.07 10:07:35.045046 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2400 2025.02.07 10:07:35.045257 [ 255 ] {3c5aed10-68b9-4b38-993b-2e426b033eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2401 2025.02.07 10:07:35.045321 [ 255 ] {3c5aed10-68b9-4b38-993b-2e426b033eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2402 2025.02.07 10:07:35.046052 [ 255 ] {3c5aed10-68b9-4b38-993b-2e426b033eaf} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2403 2025.02.07 10:07:35.046103 [ 255 ] {3c5aed10-68b9-4b38-993b-2e426b033eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2404 2025.02.07 10:07:35.046510 [ 255 ] {3c5aed10-68b9-4b38-993b-2e426b033eaf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2405 2025.02.07 10:07:35.046770 [ 255 ] {3c5aed10-68b9-4b38-993b-2e426b033eaf} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2406 2025.02.07 10:07:35.046948 [ 92 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2407 2025.02.07 10:07:35.047015 [ 92 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2408 2025.02.07 10:07:35.047039 [ 255 ] {3c5aed10-68b9-4b38-993b-2e426b033eaf} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001812 sec., 3863.1346578366447 rows/sec., 251.69 KiB/sec.
2409 2025.02.07 10:07:35.047084 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2410 2025.02.07 10:07:35.047196 [ 255 ] {3c5aed10-68b9-4b38-993b-2e426b033eaf} <Debug> TCPHandler: Processed in 0.002253916 sec.
2411 2025.02.07 10:07:35.047323 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
2412 2025.02.07 10:07:35.047428 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2413 2025.02.07 10:07:35.047493 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2414 2025.02.07 10:07:35.047533 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 38 rows starting from the beginning of the part
2415 2025.02.07 10:07:35.047661 [ 256 ] {65e38fdb-ee20-4b91-97f6-0378b75b406b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2416 2025.02.07 10:07:35.047848 [ 256 ] {65e38fdb-ee20-4b91-97f6-0378b75b406b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2417 2025.02.07 10:07:35.047895 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
2418 2025.02.07 10:07:35.048242 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part
2419 2025.02.07 10:07:35.048613 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
2420 2025.02.07 10:07:35.049005 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 33 rows starting from the beginning of the part
2421 2025.02.07 10:07:35.049407 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
2422 2025.02.07 10:07:35.050581 [ 256 ] {65e38fdb-ee20-4b91-97f6-0378b75b406b} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2423 2025.02.07 10:07:35.050661 [ 256 ] {65e38fdb-ee20-4b91-97f6-0378b75b406b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2424 2025.02.07 10:07:35.051811 [ 256 ] {65e38fdb-ee20-4b91-97f6-0378b75b406b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2425 2025.02.07 10:07:35.052143 [ 191 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 5 columns (5 merged, 0 gathered) in 0.00492753 sec., 24961.796275212935 rows/sec., 1.87 MiB/sec.
2426 2025.02.07 10:07:35.052343 [ 191 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2427 2025.02.07 10:07:35.052419 [ 256 ] {65e38fdb-ee20-4b91-97f6-0378b75b406b} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2428 2025.02.07 10:07:35.052704 [ 92 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2429 2025.02.07 10:07:35.052796 [ 92 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2430 2025.02.07 10:07:35.052854 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2431 2025.02.07 10:07:35.052877 [ 256 ] {65e38fdb-ee20-4b91-97f6-0378b75b406b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005287 sec., 2648.0045394363533 rows/sec., 185.45 KiB/sec.
2432 2025.02.07 10:07:35.053029 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_11_2} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2433 2025.02.07 10:07:35.053262 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::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
2434 2025.02.07 10:07:35.053284 [ 256 ] {65e38fdb-ee20-4b91-97f6-0378b75b406b} <Debug> TCPHandler: Processed in 0.00594914 sec.
2435 2025.02.07 10:07:35.053362 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_11_2} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2436 2025.02.07 10:07:35.053660 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2437 2025.02.07 10:07:35.053653 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2438 2025.02.07 10:07:35.053693 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2439 2025.02.07 10:07:35.053744 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2440 2025.02.07 10:07:35.053947 [ 255 ] {c5007bf8-97a1-4670-b5d5-3b3237e2aec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2441 2025.02.07 10:07:35.054058 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2442 2025.02.07 10:07:35.054090 [ 255 ] {c5007bf8-97a1-4670-b5d5-3b3237e2aec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2443 2025.02.07 10:07:35.054458 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2444 2025.02.07 10:07:35.054734 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2445 2025.02.07 10:07:35.055135 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2446 2025.02.07 10:07:35.056771 [ 255 ] {c5007bf8-97a1-4670-b5d5-3b3237e2aec5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2447 2025.02.07 10:07:35.056847 [ 255 ] {c5007bf8-97a1-4670-b5d5-3b3237e2aec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2448 2025.02.07 10:07:35.057715 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004725046 sec., 14814.670587333963 rows/sec., 1.07 MiB/sec.
2449 2025.02.07 10:07:35.057874 [ 255 ] {c5007bf8-97a1-4670-b5d5-3b3237e2aec5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2450 2025.02.07 10:07:35.057930 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2451 2025.02.07 10:07:35.058336 [ 255 ] {c5007bf8-97a1-4670-b5d5-3b3237e2aec5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2452 2025.02.07 10:07:35.058485 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2453 2025.02.07 10:07:35.058595 [ 92 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2454 2025.02.07 10:07:35.058701 [ 92 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2455 2025.02.07 10:07:35.058795 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2456 2025.02.07 10:07:35.058838 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_5_1} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2457 2025.02.07 10:07:35.058930 [ 255 ] {c5007bf8-97a1-4670-b5d5-3b3237e2aec5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005098 sec., 2550.0196155355043 rows/sec., 158.99 KiB/sec.
2458 2025.02.07 10:07:35.059199 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2459 2025.02.07 10:07:35.059235 [ 255 ] {c5007bf8-97a1-4670-b5d5-3b3237e2aec5} <Debug> TCPHandler: Processed in 0.005821648 sec.
2460 2025.02.07 10:07:35.059313 [ 192 ] {dd0523a0-8f25-4597-9cef-310042345b9c::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
2461 2025.02.07 10:07:35.059459 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2462 2025.02.07 10:07:35.059487 [ 192 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2463 2025.02.07 10:07:35.059528 [ 192 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part
2464 2025.02.07 10:07:35.059682 [ 256 ] {3a80c8f6-505a-4bf2-b3a3-34ab40f5a43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2465 2025.02.07 10:07:35.059746 [ 192 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2466 2025.02.07 10:07:35.059858 [ 256 ] {3a80c8f6-505a-4bf2-b3a3-34ab40f5a43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2467 2025.02.07 10:07:35.060146 [ 192 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part
2468 2025.02.07 10:07:35.060422 [ 192 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part
2469 2025.02.07 10:07:35.060730 [ 192 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part
2470 2025.02.07 10:07:35.062103 [ 256 ] {3a80c8f6-505a-4bf2-b3a3-34ab40f5a43e} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2471 2025.02.07 10:07:35.062147 [ 256 ] {3a80c8f6-505a-4bf2-b3a3-34ab40f5a43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2472 2025.02.07 10:07:35.062375 [ 187 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00345527 sec., 18811.8439369427 rows/sec., 1.22 MiB/sec.
2473 2025.02.07 10:07:35.062603 [ 187 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2474 2025.02.07 10:07:35.062911 [ 256 ] {3a80c8f6-505a-4bf2-b3a3-34ab40f5a43e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2475 2025.02.07 10:07:35.063065 [ 187 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2476 2025.02.07 10:07:35.063255 [ 187 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_5_1} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2477 2025.02.07 10:07:35.063421 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
2478 2025.02.07 10:07:35.063464 [ 256 ] {3a80c8f6-505a-4bf2-b3a3-34ab40f5a43e} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2479 2025.02.07 10:07:35.063732 [ 256 ] {3a80c8f6-505a-4bf2-b3a3-34ab40f5a43e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004142 sec., 92225.97778850797 rows/sec., 6.53 MiB/sec.
2480 2025.02.07 10:07:35.063956 [ 256 ] {3a80c8f6-505a-4bf2-b3a3-34ab40f5a43e} <Debug> TCPHandler: Processed in 0.004585223 sec.
2481 2025.02.07 10:07:35.064138 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2482 2025.02.07 10:07:35.064285 [ 255 ] {ca75c875-976f-4c89-a36f-26829fad3d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2483 2025.02.07 10:07:35.064353 [ 255 ] {ca75c875-976f-4c89-a36f-26829fad3d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2484 2025.02.07 10:07:35.064948 [ 255 ] {ca75c875-976f-4c89-a36f-26829fad3d56} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2485 2025.02.07 10:07:35.064997 [ 255 ] {ca75c875-976f-4c89-a36f-26829fad3d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2486 2025.02.07 10:07:35.065417 [ 255 ] {ca75c875-976f-4c89-a36f-26829fad3d56} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2487 2025.02.07 10:07:35.065667 [ 255 ] {ca75c875-976f-4c89-a36f-26829fad3d56} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2488 2025.02.07 10:07:35.065891 [ 255 ] {ca75c875-976f-4c89-a36f-26829fad3d56} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001641 sec., 3656.3071297989027 rows/sec., 191.03 KiB/sec.
2489 2025.02.07 10:07:35.065948 [ 255 ] {ca75c875-976f-4c89-a36f-26829fad3d56} <Debug> TCPHandler: Processed in 0.001880038 sec.
2490 2025.02.07 10:07:35.066118 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2491 2025.02.07 10:07:35.066245 [ 256 ] {788ddae4-5adf-4d62-a5c0-b80142d307a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2492 2025.02.07 10:07:35.066306 [ 256 ] {788ddae4-5adf-4d62-a5c0-b80142d307a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2493 2025.02.07 10:07:35.066911 [ 256 ] {788ddae4-5adf-4d62-a5c0-b80142d307a0} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2494 2025.02.07 10:07:35.066951 [ 256 ] {788ddae4-5adf-4d62-a5c0-b80142d307a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2495 2025.02.07 10:07:35.067365 [ 256 ] {788ddae4-5adf-4d62-a5c0-b80142d307a0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2496 2025.02.07 10:07:35.067609 [ 256 ] {788ddae4-5adf-4d62-a5c0-b80142d307a0} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2497 2025.02.07 10:07:35.067773 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2498 2025.02.07 10:07:35.067841 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2499 2025.02.07 10:07:35.067858 [ 256 ] {788ddae4-5adf-4d62-a5c0-b80142d307a0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001638 sec., 144688.6446886447 rows/sec., 9.70 MiB/sec.
2500 2025.02.07 10:07:35.067874 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2501 2025.02.07 10:07:35.068038 [ 256 ] {788ddae4-5adf-4d62-a5c0-b80142d307a0} <Debug> TCPHandler: Processed in 0.00197776 sec.
2502 2025.02.07 10:07:35.068331 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
2503 2025.02.07 10:07:35.068404 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2504 2025.02.07 10:07:35.068622 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2505 2025.02.07 10:07:35.068695 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 726 rows starting from the beginning of the part
2506 2025.02.07 10:07:35.068699 [ 255 ] {cf9049c7-f441-46e2-8e03-3c60dacc572e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2507 2025.02.07 10:07:35.068892 [ 255 ] {cf9049c7-f441-46e2-8e03-3c60dacc572e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2508 2025.02.07 10:07:35.068916 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 187 rows starting from the beginning of the part
2509 2025.02.07 10:07:35.069359 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 110 rows starting from the beginning of the part
2510 2025.02.07 10:07:35.069803 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 187 rows starting from the beginning of the part
2511 2025.02.07 10:07:35.070174 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 121 rows starting from the beginning of the part
2512 2025.02.07 10:07:35.070463 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part
2513 2025.02.07 10:07:35.071257 [ 255 ] {cf9049c7-f441-46e2-8e03-3c60dacc572e} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2514 2025.02.07 10:07:35.071316 [ 255 ] {cf9049c7-f441-46e2-8e03-3c60dacc572e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2515 2025.02.07 10:07:35.072264 [ 255 ] {cf9049c7-f441-46e2-8e03-3c60dacc572e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2516 2025.02.07 10:07:35.072769 [ 255 ] {cf9049c7-f441-46e2-8e03-3c60dacc572e} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2517 2025.02.07 10:07:35.072991 [ 115 ] {} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2518 2025.02.07 10:07:35.073153 [ 115 ] {} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2519 2025.02.07 10:07:35.073287 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2520 2025.02.07 10:07:35.073544 [ 255 ] {cf9049c7-f441-46e2-8e03-3c60dacc572e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004854 sec., 206.01565718994644 rows/sec., 13.88 KiB/sec.
2521 2025.02.07 10:07:35.073714 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
2522 2025.02.07 10:07:35.073808 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.005788127 sec., 270899.3772942439 rows/sec., 18.36 MiB/sec.
2523 2025.02.07 10:07:35.073833 [ 255 ] {cf9049c7-f441-46e2-8e03-3c60dacc572e} <Debug> TCPHandler: Processed in 0.005677405 sec.
2524 2025.02.07 10:07:35.074057 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2525 2025.02.07 10:07:35.074092 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2526 2025.02.07 10:07:35.074135 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2527 2025.02.07 10:07:35.074204 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2528 2025.02.07 10:07:35.074467 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
2529 2025.02.07 10:07:35.074545 [ 256 ] {4bf584b2-58a1-476c-af03-bbdae2f3dab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2530 2025.02.07 10:07:35.074869 [ 256 ] {4bf584b2-58a1-476c-af03-bbdae2f3dab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2531 2025.02.07 10:07:35.075029 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
2532 2025.02.07 10:07:35.075438 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
2533 2025.02.07 10:07:35.075947 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
2534 2025.02.07 10:07:35.076339 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2535 2025.02.07 10:07:35.076841 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2536 2025.02.07 10:07:35.077046 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
2537 2025.02.07 10:07:35.077890 [ 256 ] {4bf584b2-58a1-476c-af03-bbdae2f3dab5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2538 2025.02.07 10:07:35.077976 [ 256 ] {4bf584b2-58a1-476c-af03-bbdae2f3dab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2539 2025.02.07 10:07:35.079117 [ 256 ] {4bf584b2-58a1-476c-af03-bbdae2f3dab5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2540 2025.02.07 10:07:35.079135 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005753586 sec., 869.0232491527893 rows/sec., 58.56 KiB/sec.
2541 2025.02.07 10:07:35.079291 [ 192 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2542 2025.02.07 10:07:35.079437 [ 256 ] {4bf584b2-58a1-476c-af03-bbdae2f3dab5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2543 2025.02.07 10:07:35.079628 [ 115 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2544 2025.02.07 10:07:35.079724 [ 115 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2545 2025.02.07 10:07:35.079809 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2546 2025.02.07 10:07:35.079839 [ 192 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_5_1} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2547 2025.02.07 10:07:35.079861 [ 256 ] {4bf584b2-58a1-476c-af03-bbdae2f3dab5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005508 sec., 14887.436456063908 rows/sec., 968.23 KiB/sec.
2548 2025.02.07 10:07:35.080179 [ 256 ] {4bf584b2-58a1-476c-af03-bbdae2f3dab5} <Debug> TCPHandler: Processed in 0.006224106 sec.
2549 2025.02.07 10:07:35.080216 [ 192 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_5_1} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2550 2025.02.07 10:07:35.080529 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
2551 2025.02.07 10:07:35.080576 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
2552 2025.02.07 10:07:35.080664 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2553 2025.02.07 10:07:35.080693 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 252 rows starting from the beginning of the part
2554 2025.02.07 10:07:35.080777 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 62 rows starting from the beginning of the part
2555 2025.02.07 10:07:35.080991 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part
2556 2025.02.07 10:07:35.081197 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 62 rows starting from the beginning of the part
2557 2025.02.07 10:07:35.081398 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
2558 2025.02.07 10:07:35.081565 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part
2559 2025.02.07 10:07:35.082687 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 4 columns (4 merged, 0 gathered) in 0.002701485 sec., 200630.3940240275 rows/sec., 12.85 MiB/sec.
2560 2025.02.07 10:07:35.082884 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2561 2025.02.07 10:07:35.083229 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2562 2025.02.07 10:07:35.083316 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_11_2} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2563 2025.02.07 10:07:35.083401 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2564 2025.02.07 10:07:39.108464 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache
2565 2025.02.07 10:07:39.108528 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache
2566 2025.02.07 10:07:39.192424 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2567 2025.02.07 10:07:39.193088 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2568 2025.02.07 10:07:39.193134 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2569 2025.02.07 10:07:39.193674 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2570 2025.02.07 10:07:39.193931 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2571 2025.02.07 10:07:39.194144 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2572 2025.02.07 10:07:39.247678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 346
2573 2025.02.07 10:07:39.250825 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2574 2025.02.07 10:07:39.250875 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2575 2025.02.07 10:07:39.252378 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2576 2025.02.07 10:07:39.252695 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2577 2025.02.07 10:07:39.253237 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 346
2578 2025.02.07 10:07:39.602765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2579 2025.02.07 10:07:39.622027 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2580 2025.02.07 10:07:39.622075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2581 2025.02.07 10:07:39.629384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2582 2025.02.07 10:07:39.630181 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2583 2025.02.07 10:07:39.632582 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2584 2025.02.07 10:07:40.033863 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2585 2025.02.07 10:07:40.034074 [ 255 ] {5edda389-c552-4deb-aa29-638054efe8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2586 2025.02.07 10:07:40.034154 [ 255 ] {5edda389-c552-4deb-aa29-638054efe8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2587 2025.02.07 10:07:40.035020 [ 255 ] {5edda389-c552-4deb-aa29-638054efe8ad} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2588 2025.02.07 10:07:40.035065 [ 255 ] {5edda389-c552-4deb-aa29-638054efe8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2589 2025.02.07 10:07:40.035545 [ 255 ] {5edda389-c552-4deb-aa29-638054efe8ad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2590 2025.02.07 10:07:40.035831 [ 255 ] {5edda389-c552-4deb-aa29-638054efe8ad} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2591 2025.02.07 10:07:40.036097 [ 255 ] {5edda389-c552-4deb-aa29-638054efe8ad} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00207 sec., 64734.29951690822 rows/sec., 5.57 MiB/sec.
2592 2025.02.07 10:07:40.036328 [ 255 ] {5edda389-c552-4deb-aa29-638054efe8ad} <Debug> TCPHandler: Processed in 0.002606193 sec.
2593 2025.02.07 10:07:40.036620 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2594 2025.02.07 10:07:40.036810 [ 256 ] {db53957c-6fa8-4222-86e2-d60a94caafbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2595 2025.02.07 10:07:40.036880 [ 256 ] {db53957c-6fa8-4222-86e2-d60a94caafbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2596 2025.02.07 10:07:40.037615 [ 256 ] {db53957c-6fa8-4222-86e2-d60a94caafbe} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2597 2025.02.07 10:07:40.037655 [ 256 ] {db53957c-6fa8-4222-86e2-d60a94caafbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2598 2025.02.07 10:07:40.038118 [ 256 ] {db53957c-6fa8-4222-86e2-d60a94caafbe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2599 2025.02.07 10:07:40.038386 [ 256 ] {db53957c-6fa8-4222-86e2-d60a94caafbe} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2600 2025.02.07 10:07:40.038646 [ 256 ] {db53957c-6fa8-4222-86e2-d60a94caafbe} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001878 sec., 20766.7731629393 rows/sec., 1.52 MiB/sec.
2601 2025.02.07 10:07:40.038818 [ 256 ] {db53957c-6fa8-4222-86e2-d60a94caafbe} <Debug> TCPHandler: Processed in 0.002333707 sec.
2602 2025.02.07 10:07:40.038973 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2603 2025.02.07 10:07:40.039094 [ 255 ] {124eef08-5171-420f-9f9d-8b39c13ae8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2604 2025.02.07 10:07:40.039147 [ 255 ] {124eef08-5171-420f-9f9d-8b39c13ae8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2605 2025.02.07 10:07:40.039777 [ 255 ] {124eef08-5171-420f-9f9d-8b39c13ae8d8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2606 2025.02.07 10:07:40.039818 [ 255 ] {124eef08-5171-420f-9f9d-8b39c13ae8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2607 2025.02.07 10:07:40.040206 [ 255 ] {124eef08-5171-420f-9f9d-8b39c13ae8d8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2608 2025.02.07 10:07:40.040466 [ 255 ] {124eef08-5171-420f-9f9d-8b39c13ae8d8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2609 2025.02.07 10:07:40.040709 [ 255 ] {124eef08-5171-420f-9f9d-8b39c13ae8d8} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.00164 sec., 66463.41463414635 rows/sec., 5.19 MiB/sec.
2610 2025.02.07 10:07:40.040766 [ 255 ] {124eef08-5171-420f-9f9d-8b39c13ae8d8} <Debug> TCPHandler: Processed in 0.001849448 sec.
2611 2025.02.07 10:07:40.040932 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2612 2025.02.07 10:07:40.041092 [ 256 ] {70fc1d82-277e-40f8-a77e-6f86960ff293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2613 2025.02.07 10:07:40.041167 [ 256 ] {70fc1d82-277e-40f8-a77e-6f86960ff293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2614 2025.02.07 10:07:40.041792 [ 256 ] {70fc1d82-277e-40f8-a77e-6f86960ff293} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2615 2025.02.07 10:07:40.041829 [ 256 ] {70fc1d82-277e-40f8-a77e-6f86960ff293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2616 2025.02.07 10:07:40.042246 [ 256 ] {70fc1d82-277e-40f8-a77e-6f86960ff293} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2617 2025.02.07 10:07:40.042515 [ 256 ] {70fc1d82-277e-40f8-a77e-6f86960ff293} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2618 2025.02.07 10:07:40.042695 [ 256 ] {70fc1d82-277e-40f8-a77e-6f86960ff293} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec.
2619 2025.02.07 10:07:40.042753 [ 256 ] {70fc1d82-277e-40f8-a77e-6f86960ff293} <Debug> TCPHandler: Processed in 0.001891268 sec.
2620 2025.02.07 10:07:40.042951 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2621 2025.02.07 10:07:40.043104 [ 255 ] {8a52f898-057b-4148-a65a-0c2d21b9e8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2622 2025.02.07 10:07:40.043203 [ 255 ] {8a52f898-057b-4148-a65a-0c2d21b9e8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2623 2025.02.07 10:07:40.044531 [ 255 ] {8a52f898-057b-4148-a65a-0c2d21b9e8da} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2624 2025.02.07 10:07:40.044575 [ 255 ] {8a52f898-057b-4148-a65a-0c2d21b9e8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2625 2025.02.07 10:07:40.045321 [ 255 ] {8a52f898-057b-4148-a65a-0c2d21b9e8da} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2626 2025.02.07 10:07:40.045600 [ 255 ] {8a52f898-057b-4148-a65a-0c2d21b9e8da} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2627 2025.02.07 10:07:40.045953 [ 255 ] {8a52f898-057b-4148-a65a-0c2d21b9e8da} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002859 sec., 13641.133263378804 rows/sec., 24.44 MiB/sec.
2628 2025.02.07 10:07:40.046122 [ 255 ] {8a52f898-057b-4148-a65a-0c2d21b9e8da} <Debug> TCPHandler: Processed in 0.003241875 sec.
2629 2025.02.07 10:07:40.046285 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2630 2025.02.07 10:07:40.046428 [ 256 ] {144c6f89-0d63-4fa4-8aed-92c1778ed3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2631 2025.02.07 10:07:40.046489 [ 256 ] {144c6f89-0d63-4fa4-8aed-92c1778ed3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2632 2025.02.07 10:07:40.047071 [ 256 ] {144c6f89-0d63-4fa4-8aed-92c1778ed3e7} <Trace> oximeter.measurements_i64 (7fcc0b29-326f-403c-8f61-10d7cbba0953): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2633 2025.02.07 10:07:40.047116 [ 256 ] {144c6f89-0d63-4fa4-8aed-92c1778ed3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2634 2025.02.07 10:07:40.047518 [ 256 ] {144c6f89-0d63-4fa4-8aed-92c1778ed3e7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2635 2025.02.07 10:07:40.047759 [ 256 ] {144c6f89-0d63-4fa4-8aed-92c1778ed3e7} <Trace> oximeter.measurements_i64 (7fcc0b29-326f-403c-8f61-10d7cbba0953): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2636 2025.02.07 10:07:40.047935 [ 256 ] {144c6f89-0d63-4fa4-8aed-92c1778ed3e7} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 275.39 KiB/sec.
2637 2025.02.07 10:07:40.047985 [ 256 ] {144c6f89-0d63-4fa4-8aed-92c1778ed3e7} <Debug> TCPHandler: Processed in 0.001763866 sec.
2638 2025.02.07 10:07:40.048140 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2639 2025.02.07 10:07:40.048261 [ 255 ] {9cf9548e-a6e8-42af-9a63-60b91a5bc96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2640 2025.02.07 10:07:40.048312 [ 255 ] {9cf9548e-a6e8-42af-9a63-60b91a5bc96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2641 2025.02.07 10:07:40.048814 [ 255 ] {9cf9548e-a6e8-42af-9a63-60b91a5bc96c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2642 2025.02.07 10:07:40.048856 [ 255 ] {9cf9548e-a6e8-42af-9a63-60b91a5bc96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2643 2025.02.07 10:07:40.049244 [ 255 ] {9cf9548e-a6e8-42af-9a63-60b91a5bc96c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2644 2025.02.07 10:07:40.049497 [ 255 ] {9cf9548e-a6e8-42af-9a63-60b91a5bc96c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2645 2025.02.07 10:07:40.049715 [ 255 ] {9cf9548e-a6e8-42af-9a63-60b91a5bc96c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec.
2646 2025.02.07 10:07:40.049768 [ 255 ] {9cf9548e-a6e8-42af-9a63-60b91a5bc96c} <Debug> TCPHandler: Processed in 0.001691894 sec.
2647 2025.02.07 10:07:44.257365 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2648 2025.02.07 10:07:44.257687 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2649 2025.02.07 10:07:44.258181 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2650 2025.02.07 10:07:44.258244 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2651 2025.02.07 10:07:44.258624 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2652 2025.02.07 10:07:44.258706 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2653 2025.02.07 10:07:44.258884 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2654 2025.02.07 10:07:44.259084 [ 286 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2655 2025.02.07 10:07:44.259083 [ 290 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2656 2025.02.07 10:07:44.259154 [ 288 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2657 2025.02.07 10:07:44.259255 [ 291 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2658 2025.02.07 10:07:44.259388 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
2659 2025.02.07 10:07:44.259421 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
2660 2025.02.07 10:07:44.259549 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2661 2025.02.07 10:07:44.259575 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 34 rows with 3 streams
2662 2025.02.07 10:07:44.259622 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2663 2025.02.07 10:07:44.259670 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2664 2025.02.07 10:07:44.259715 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2665 2025.02.07 10:07:44.261216 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003675 sec., 9251.70068027211 rows/sec., 356.08 KiB/sec.
2666 2025.02.07 10:07:44.261409 [ 255 ] {b9f5a5a2-ecab-4068-9b84-7d7c03cc35fb} <Debug> TCPHandler: Processed in 0.004185435 sec.
2667 2025.02.07 10:07:44.261775 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2668 2025.02.07 10:07:44.262023 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2669 2025.02.07 10:07:44.262456 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2670 2025.02.07 10:07:44.262511 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2671 2025.02.07 10:07:44.262890 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2672 2025.02.07 10:07:44.262976 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2673 2025.02.07 10:07:44.263159 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2674 2025.02.07 10:07:44.263325 [ 286 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2675 2025.02.07 10:07:44.263346 [ 290 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2676 2025.02.07 10:07:44.263353 [ 291 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2677 2025.02.07 10:07:44.263412 [ 288 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2678 2025.02.07 10:07:44.263533 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
2679 2025.02.07 10:07:44.263564 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
2680 2025.02.07 10:07:44.263688 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2681 2025.02.07 10:07:44.263712 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 34 rows with 3 streams
2682 2025.02.07 10:07:44.263758 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2683 2025.02.07 10:07:44.263808 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2684 2025.02.07 10:07:44.263856 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2685 2025.02.07 10:07:44.265347 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003444 sec., 9872.241579558653 rows/sec., 379.96 KiB/sec.
2686 2025.02.07 10:07:44.265555 [ 256 ] {b07ce80f-961f-4eca-8d00-9eaccefc3b9e} <Debug> TCPHandler: Processed in 0.003909999 sec.
2687 2025.02.07 10:07:44.265824 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2688 2025.02.07 10:07:44.266024 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2689 2025.02.07 10:07:44.266381 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2690 2025.02.07 10:07:44.266431 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2691 2025.02.07 10:07:44.266762 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2692 2025.02.07 10:07:44.266829 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2693 2025.02.07 10:07:44.266980 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2694 2025.02.07 10:07:44.267170 [ 286 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2695 2025.02.07 10:07:44.267197 [ 290 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2696 2025.02.07 10:07:44.267205 [ 291 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2697 2025.02.07 10:07:44.267224 [ 288 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2698 2025.02.07 10:07:44.267367 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
2699 2025.02.07 10:07:44.267392 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
2700 2025.02.07 10:07:44.267501 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2701 2025.02.07 10:07:44.267525 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 34 rows with 3 streams
2702 2025.02.07 10:07:44.267567 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2703 2025.02.07 10:07:44.267613 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2704 2025.02.07 10:07:44.267656 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2705 2025.02.07 10:07:44.269035 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003112 sec., 10925.449871465295 rows/sec., 420.50 KiB/sec.
2706 2025.02.07 10:07:44.269220 [ 255 ] {0ad11e89-29d1-4227-8fd7-d82a8be0c788} <Debug> TCPHandler: Processed in 0.00345339 sec.
2707 2025.02.07 10:07:44.269599 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2708 2025.02.07 10:07:44.269816 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2709 2025.02.07 10:07:44.270194 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2710 2025.02.07 10:07:44.270246 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2711 2025.02.07 10:07:44.270594 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2712 2025.02.07 10:07:44.270666 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2713 2025.02.07 10:07:44.270824 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2714 2025.02.07 10:07:44.270966 [ 286 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2715 2025.02.07 10:07:44.270997 [ 290 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2716 2025.02.07 10:07:44.271056 [ 291 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2717 2025.02.07 10:07:44.271067 [ 288 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2718 2025.02.07 10:07:44.271202 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
2719 2025.02.07 10:07:44.271233 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
2720 2025.02.07 10:07:44.271346 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2721 2025.02.07 10:07:44.271371 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 34 rows with 3 streams
2722 2025.02.07 10:07:44.271415 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2723 2025.02.07 10:07:44.271464 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2724 2025.02.07 10:07:44.271508 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2725 2025.02.07 10:07:44.272954 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003246 sec., 10474.430067775724 rows/sec., 403.14 KiB/sec.
2726 2025.02.07 10:07:44.273154 [ 256 ] {75016903-1f6b-4bc8-9a9a-e9cc483de185} <Debug> TCPHandler: Processed in 0.003627254 sec.
2727 2025.02.07 10:07:44.273510 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2728 2025.02.07 10:07:44.273743 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2729 2025.02.07 10:07:44.274165 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2730 2025.02.07 10:07:44.274234 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2731 2025.02.07 10:07:44.274598 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2732 2025.02.07 10:07:44.274664 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2733 2025.02.07 10:07:44.274816 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2734 2025.02.07 10:07:44.274977 [ 290 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2735 2025.02.07 10:07:44.275015 [ 286 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2736 2025.02.07 10:07:44.275033 [ 291 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2737 2025.02.07 10:07:44.275046 [ 288 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2738 2025.02.07 10:07:44.275196 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
2739 2025.02.07 10:07:44.275221 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
2740 2025.02.07 10:07:44.275331 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2741 2025.02.07 10:07:44.275354 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 34 rows with 3 streams
2742 2025.02.07 10:07:44.275398 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2743 2025.02.07 10:07:44.275446 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2744 2025.02.07 10:07:44.275490 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2745 2025.02.07 10:07:44.276928 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003304 sec., 10290.556900726391 rows/sec., 396.06 KiB/sec.
2746 2025.02.07 10:07:44.277116 [ 255 ] {5db59546-8e6f-4d84-8d2e-fec369d51617} <Debug> TCPHandler: Processed in 0.003689955 sec.
2747 2025.02.07 10:07:44.277415 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2748 2025.02.07 10:07:44.277665 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2749 2025.02.07 10:07:44.278115 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2750 2025.02.07 10:07:44.278177 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2751 2025.02.07 10:07:44.278565 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2752 2025.02.07 10:07:44.278640 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2753 2025.02.07 10:07:44.278801 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2754 2025.02.07 10:07:44.278952 [ 286 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2755 2025.02.07 10:07:44.278977 [ 290 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2756 2025.02.07 10:07:44.278988 [ 291 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2757 2025.02.07 10:07:44.279056 [ 288 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2758 2025.02.07 10:07:44.279171 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
2759 2025.02.07 10:07:44.279202 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
2760 2025.02.07 10:07:44.279315 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2761 2025.02.07 10:07:44.279338 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 34 rows with 3 streams
2762 2025.02.07 10:07:44.279381 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2763 2025.02.07 10:07:44.279430 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2764 2025.02.07 10:07:44.279475 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2765 2025.02.07 10:07:44.280872 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003335 sec., 10194.902548725637 rows/sec., 392.38 KiB/sec.
2766 2025.02.07 10:07:44.281065 [ 256 ] {b4e64473-eaec-432e-9dff-9af050143a8e} <Debug> TCPHandler: Processed in 0.003732916 sec.
2767 2025.02.07 10:07:44.383878 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2768 2025.02.07 10:07:44.384182 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2769 2025.02.07 10:07:44.384696 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2770 2025.02.07 10:07:44.384753 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2771 2025.02.07 10:07:44.385187 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2772 2025.02.07 10:07:44.385279 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2773 2025.02.07 10:07:44.385464 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2774 2025.02.07 10:07:44.385697 [ 286 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2775 2025.02.07 10:07:44.385733 [ 291 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2776 2025.02.07 10:07:44.385747 [ 288 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2777 2025.02.07 10:07:44.385695 [ 290 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2778 2025.02.07 10:07:44.385920 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (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
2779 2025.02.07 10:07:44.385951 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Spreading mark ranges among streams (default reading)
2780 2025.02.07 10:07:44.386074 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2781 2025.02.07 10:07:44.386098 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (SelectExecutor): Reading approx. 34 rows with 3 streams
2782 2025.02.07 10:07:44.386144 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2783 2025.02.07 10:07:44.386195 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2784 2025.02.07 10:07:44.386241 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2785 2025.02.07 10:07:44.387752 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003718 sec., 9144.70145239376 rows/sec., 351.96 KiB/sec.
2786 2025.02.07 10:07:44.387948 [ 255 ] {d8064cf6-2c60-4582-898e-e5939285aa9a} <Debug> TCPHandler: Processed in 0.004206025 sec.
2787 2025.02.07 10:07:44.388579 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2788 2025.02.07 10:07:44.388745 [ 256 ] {a8f8e9c7-f1ee-439e-ab0f-a7ba0787e78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2789 2025.02.07 10:07:44.388820 [ 256 ] {a8f8e9c7-f1ee-439e-ab0f-a7ba0787e78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2790 2025.02.07 10:07:44.389660 [ 256 ] {a8f8e9c7-f1ee-439e-ab0f-a7ba0787e78d} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2791 2025.02.07 10:07:44.389707 [ 256 ] {a8f8e9c7-f1ee-439e-ab0f-a7ba0787e78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2792 2025.02.07 10:07:44.390239 [ 256 ] {a8f8e9c7-f1ee-439e-ab0f-a7ba0787e78d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2793 2025.02.07 10:07:44.390480 [ 256 ] {a8f8e9c7-f1ee-439e-ab0f-a7ba0787e78d} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2794 2025.02.07 10:07:44.390701 [ 256 ] {a8f8e9c7-f1ee-439e-ab0f-a7ba0787e78d} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001996 sec., 3507.0140280561122 rows/sec., 713.34 KiB/sec.
2795 2025.02.07 10:07:44.390900 [ 256 ] {a8f8e9c7-f1ee-439e-ab0f-a7ba0787e78d} <Debug> TCPHandler: Processed in 0.00244828 sec.
2796 2025.02.07 10:07:44.391068 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2797 2025.02.07 10:07:44.391227 [ 255 ] {224330ae-9041-49cc-ba77-a81960ba24be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2798 2025.02.07 10:07:44.391290 [ 255 ] {224330ae-9041-49cc-ba77-a81960ba24be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2799 2025.02.07 10:07:44.391920 [ 255 ] {224330ae-9041-49cc-ba77-a81960ba24be} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2800 2025.02.07 10:07:44.391966 [ 255 ] {224330ae-9041-49cc-ba77-a81960ba24be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2801 2025.02.07 10:07:44.392388 [ 255 ] {224330ae-9041-49cc-ba77-a81960ba24be} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2802 2025.02.07 10:07:44.392640 [ 255 ] {224330ae-9041-49cc-ba77-a81960ba24be} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2803 2025.02.07 10:07:44.392866 [ 255 ] {224330ae-9041-49cc-ba77-a81960ba24be} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001686 sec., 8303.67734282325 rows/sec., 597.75 KiB/sec.
2804 2025.02.07 10:07:44.392924 [ 255 ] {224330ae-9041-49cc-ba77-a81960ba24be} <Debug> TCPHandler: Processed in 0.001927459 sec.
2805 2025.02.07 10:07:44.393064 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2806 2025.02.07 10:07:44.393192 [ 256 ] {1a86eafa-045d-48e2-9ed1-eb0718a26cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2807 2025.02.07 10:07:44.393246 [ 256 ] {1a86eafa-045d-48e2-9ed1-eb0718a26cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2808 2025.02.07 10:07:44.393862 [ 256 ] {1a86eafa-045d-48e2-9ed1-eb0718a26cbf} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2809 2025.02.07 10:07:44.393902 [ 256 ] {1a86eafa-045d-48e2-9ed1-eb0718a26cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2810 2025.02.07 10:07:44.394274 [ 256 ] {1a86eafa-045d-48e2-9ed1-eb0718a26cbf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2811 2025.02.07 10:07:44.394516 [ 256 ] {1a86eafa-045d-48e2-9ed1-eb0718a26cbf} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2812 2025.02.07 10:07:44.394717 [ 256 ] {1a86eafa-045d-48e2-9ed1-eb0718a26cbf} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 314.84 KiB/sec.
2813 2025.02.07 10:07:44.394843 [ 256 ] {1a86eafa-045d-48e2-9ed1-eb0718a26cbf} <Debug> TCPHandler: Processed in 0.001839667 sec.
2814 2025.02.07 10:07:44.394987 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2815 2025.02.07 10:07:44.395113 [ 255 ] {dd65984c-1fb0-4bba-9e1d-73069fd37bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2816 2025.02.07 10:07:44.395165 [ 255 ] {dd65984c-1fb0-4bba-9e1d-73069fd37bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2817 2025.02.07 10:07:44.396432 [ 255 ] {dd65984c-1fb0-4bba-9e1d-73069fd37bc1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2818 2025.02.07 10:07:44.396473 [ 255 ] {dd65984c-1fb0-4bba-9e1d-73069fd37bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2819 2025.02.07 10:07:44.396923 [ 255 ] {dd65984c-1fb0-4bba-9e1d-73069fd37bc1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2820 2025.02.07 10:07:44.397170 [ 255 ] {dd65984c-1fb0-4bba-9e1d-73069fd37bc1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2821 2025.02.07 10:07:44.397407 [ 255 ] {dd65984c-1fb0-4bba-9e1d-73069fd37bc1} <Debug> executeQuery: Read 1347 rows, 114.36 KiB in 0.002324 sec., 579604.13080895 rows/sec., 48.06 MiB/sec.
2822 2025.02.07 10:07:44.397464 [ 255 ] {dd65984c-1fb0-4bba-9e1d-73069fd37bc1} <Debug> TCPHandler: Processed in 0.002536701 sec.
2823 2025.02.07 10:07:44.397608 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2824 2025.02.07 10:07:44.397731 [ 256 ] {aa713990-1dea-4da2-a7e5-ab94026054ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2825 2025.02.07 10:07:44.397782 [ 256 ] {aa713990-1dea-4da2-a7e5-ab94026054ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2826 2025.02.07 10:07:44.398370 [ 256 ] {aa713990-1dea-4da2-a7e5-ab94026054ae} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2827 2025.02.07 10:07:44.398409 [ 256 ] {aa713990-1dea-4da2-a7e5-ab94026054ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2828 2025.02.07 10:07:44.398800 [ 256 ] {aa713990-1dea-4da2-a7e5-ab94026054ae} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2829 2025.02.07 10:07:44.399040 [ 256 ] {aa713990-1dea-4da2-a7e5-ab94026054ae} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2830 2025.02.07 10:07:44.399264 [ 256 ] {aa713990-1dea-4da2-a7e5-ab94026054ae} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001555 sec., 8360.128617363343 rows/sec., 562.70 KiB/sec.
2831 2025.02.07 10:07:44.399443 [ 256 ] {aa713990-1dea-4da2-a7e5-ab94026054ae} <Debug> TCPHandler: Processed in 0.001888808 sec.
2832 2025.02.07 10:07:44.399597 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2833 2025.02.07 10:07:44.399738 [ 255 ] {4b122832-8af0-406a-b37f-1279c1658b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2834 2025.02.07 10:07:44.399795 [ 255 ] {4b122832-8af0-406a-b37f-1279c1658b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2835 2025.02.07 10:07:44.400549 [ 255 ] {4b122832-8af0-406a-b37f-1279c1658b68} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2836 2025.02.07 10:07:44.400589 [ 255 ] {4b122832-8af0-406a-b37f-1279c1658b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2837 2025.02.07 10:07:44.400953 [ 255 ] {4b122832-8af0-406a-b37f-1279c1658b68} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2838 2025.02.07 10:07:44.401199 [ 255 ] {4b122832-8af0-406a-b37f-1279c1658b68} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2839 2025.02.07 10:07:44.401400 [ 255 ] {4b122832-8af0-406a-b37f-1279c1658b68} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001693 sec., 142941.5239220319 rows/sec., 9.68 MiB/sec.
2840 2025.02.07 10:07:44.401453 [ 255 ] {4b122832-8af0-406a-b37f-1279c1658b68} <Debug> TCPHandler: Processed in 0.001926999 sec.
2841 2025.02.07 10:07:44.401600 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2842 2025.02.07 10:07:44.401740 [ 256 ] {422a8081-1b71-4285-af6e-744060e5a13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2843 2025.02.07 10:07:44.401799 [ 256 ] {422a8081-1b71-4285-af6e-744060e5a13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2844 2025.02.07 10:07:44.402462 [ 256 ] {422a8081-1b71-4285-af6e-744060e5a13d} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2845 2025.02.07 10:07:44.402500 [ 256 ] {422a8081-1b71-4285-af6e-744060e5a13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2846 2025.02.07 10:07:44.402860 [ 256 ] {422a8081-1b71-4285-af6e-744060e5a13d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2847 2025.02.07 10:07:44.403117 [ 256 ] {422a8081-1b71-4285-af6e-744060e5a13d} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2848 2025.02.07 10:07:44.403398 [ 256 ] {422a8081-1b71-4285-af6e-744060e5a13d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001662 sec., 7821.901323706377 rows/sec., 487.69 KiB/sec.
2849 2025.02.07 10:07:44.403504 [ 256 ] {422a8081-1b71-4285-af6e-744060e5a13d} <Debug> TCPHandler: Processed in 0.00197234 sec.
2850 2025.02.07 10:07:44.403652 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2851 2025.02.07 10:07:44.403793 [ 255 ] {0eb68794-6dce-4f11-b34d-d3f2e1516e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2852 2025.02.07 10:07:44.403850 [ 255 ] {0eb68794-6dce-4f11-b34d-d3f2e1516e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2853 2025.02.07 10:07:44.404869 [ 255 ] {0eb68794-6dce-4f11-b34d-d3f2e1516e3b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2854 2025.02.07 10:07:44.404914 [ 255 ] {0eb68794-6dce-4f11-b34d-d3f2e1516e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2855 2025.02.07 10:07:44.405348 [ 255 ] {0eb68794-6dce-4f11-b34d-d3f2e1516e3b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2856 2025.02.07 10:07:44.405607 [ 255 ] {0eb68794-6dce-4f11-b34d-d3f2e1516e3b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2857 2025.02.07 10:07:44.405823 [ 255 ] {0eb68794-6dce-4f11-b34d-d3f2e1516e3b} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.002062 sec., 409311.3482056256 rows/sec., 29.58 MiB/sec.
2858 2025.02.07 10:07:44.405876 [ 255 ] {0eb68794-6dce-4f11-b34d-d3f2e1516e3b} <Debug> TCPHandler: Processed in 0.002292146 sec.
2859 2025.02.07 10:07:44.406017 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2860 2025.02.07 10:07:44.406139 [ 256 ] {ef4bea2a-5c0c-414b-b8e8-b44803ad0ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2861 2025.02.07 10:07:44.406191 [ 256 ] {ef4bea2a-5c0c-414b-b8e8-b44803ad0ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2862 2025.02.07 10:07:44.406675 [ 256 ] {ef4bea2a-5c0c-414b-b8e8-b44803ad0ae2} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2863 2025.02.07 10:07:44.406712 [ 256 ] {ef4bea2a-5c0c-414b-b8e8-b44803ad0ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2864 2025.02.07 10:07:44.407078 [ 256 ] {ef4bea2a-5c0c-414b-b8e8-b44803ad0ae2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2865 2025.02.07 10:07:44.407318 [ 256 ] {ef4bea2a-5c0c-414b-b8e8-b44803ad0ae2} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2866 2025.02.07 10:07:44.407439 [ 148 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2867 2025.02.07 10:07:44.407488 [ 148 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2868 2025.02.07 10:07:44.407508 [ 256 ] {ef4bea2a-5c0c-414b-b8e8-b44803ad0ae2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 225.20 KiB/sec.
2869 2025.02.07 10:07:44.407520 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2870 2025.02.07 10:07:44.407592 [ 256 ] {ef4bea2a-5c0c-414b-b8e8-b44803ad0ae2} <Debug> TCPHandler: Processed in 0.001627813 sec.
2871 2025.02.07 10:07:44.407920 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2872 2025.02.07 10:07:44.408028 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::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
2873 2025.02.07 10:07:44.408142 [ 255 ] {88d64f80-b352-4700-bfa5-80f529e510e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2874 2025.02.07 10:07:44.408271 [ 255 ] {88d64f80-b352-4700-bfa5-80f529e510e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2875 2025.02.07 10:07:44.408365 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2876 2025.02.07 10:07:44.408484 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
2877 2025.02.07 10:07:44.408793 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2878 2025.02.07 10:07:44.409162 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2879 2025.02.07 10:07:44.409526 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2880 2025.02.07 10:07:44.409781 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2881 2025.02.07 10:07:44.409879 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
2882 2025.02.07 10:07:44.411601 [ 255 ] {88d64f80-b352-4700-bfa5-80f529e510e1} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2883 2025.02.07 10:07:44.411703 [ 255 ] {88d64f80-b352-4700-bfa5-80f529e510e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2884 2025.02.07 10:07:44.411823 [ 192 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004163805 sec., 8645.93803023917 rows/sec., 451.72 KiB/sec.
2885 2025.02.07 10:07:44.412079 [ 192 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2886 2025.02.07 10:07:44.412717 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2887 2025.02.07 10:07:44.412813 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_6_1} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2888 2025.02.07 10:07:44.412886 [ 255 ] {88d64f80-b352-4700-bfa5-80f529e510e1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2889 2025.02.07 10:07:44.412941 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2890 2025.02.07 10:07:44.413203 [ 255 ] {88d64f80-b352-4700-bfa5-80f529e510e1} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2891 2025.02.07 10:07:44.413433 [ 255 ] {88d64f80-b352-4700-bfa5-80f529e510e1} <Debug> executeQuery: Read 2945 rows, 201.30 KiB in 0.005362 sec., 549235.3599403208 rows/sec., 36.66 MiB/sec.
2892 2025.02.07 10:07:44.413494 [ 255 ] {88d64f80-b352-4700-bfa5-80f529e510e1} <Debug> TCPHandler: Processed in 0.005811228 sec.
2893 2025.02.07 10:07:44.413633 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2894 2025.02.07 10:07:44.413754 [ 256 ] {ad8dd638-069b-4b71-8c0e-4fe8422e5867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2895 2025.02.07 10:07:44.413806 [ 256 ] {ad8dd638-069b-4b71-8c0e-4fe8422e5867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2896 2025.02.07 10:07:44.414286 [ 256 ] {ad8dd638-069b-4b71-8c0e-4fe8422e5867} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2897 2025.02.07 10:07:44.414324 [ 256 ] {ad8dd638-069b-4b71-8c0e-4fe8422e5867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2898 2025.02.07 10:07:44.414691 [ 256 ] {ad8dd638-069b-4b71-8c0e-4fe8422e5867} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2899 2025.02.07 10:07:44.414931 [ 256 ] {ad8dd638-069b-4b71-8c0e-4fe8422e5867} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2900 2025.02.07 10:07:44.415103 [ 256 ] {ad8dd638-069b-4b71-8c0e-4fe8422e5867} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec.
2901 2025.02.07 10:07:44.415155 [ 256 ] {ad8dd638-069b-4b71-8c0e-4fe8422e5867} <Debug> TCPHandler: Processed in 0.001581592 sec.
2902 2025.02.07 10:07:44.415293 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2903 2025.02.07 10:07:44.415414 [ 255 ] {899ea5a6-faa8-4b3c-b47b-580c0c9cc94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2904 2025.02.07 10:07:44.415465 [ 255 ] {899ea5a6-faa8-4b3c-b47b-580c0c9cc94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2905 2025.02.07 10:07:44.415955 [ 255 ] {899ea5a6-faa8-4b3c-b47b-580c0c9cc94a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2906 2025.02.07 10:07:44.415996 [ 255 ] {899ea5a6-faa8-4b3c-b47b-580c0c9cc94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2907 2025.02.07 10:07:44.416380 [ 255 ] {899ea5a6-faa8-4b3c-b47b-580c0c9cc94a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2908 2025.02.07 10:07:44.416626 [ 255 ] {899ea5a6-faa8-4b3c-b47b-580c0c9cc94a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2909 2025.02.07 10:07:44.416834 [ 255 ] {899ea5a6-faa8-4b3c-b47b-580c0c9cc94a} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001445 sec., 48442.90657439446 rows/sec., 3.04 MiB/sec.
2910 2025.02.07 10:07:44.416887 [ 255 ] {899ea5a6-faa8-4b3c-b47b-580c0c9cc94a} <Debug> TCPHandler: Processed in 0.001652713 sec.
2911 2025.02.07 10:07:45.001140 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.74 MiB, peak 178.34 MiB, free memory in arenas 0.00 B, will set to 170.64 MiB (RSS), difference: -1.10 MiB
2912 2025.02.07 10:07:45.025044 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2913 2025.02.07 10:07:45.025208 [ 255 ] {c3ca36c2-0ac8-48e3-b901-89e7ef5d4a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2914 2025.02.07 10:07:45.025275 [ 255 ] {c3ca36c2-0ac8-48e3-b901-89e7ef5d4a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2915 2025.02.07 10:07:45.026007 [ 255 ] {c3ca36c2-0ac8-48e3-b901-89e7ef5d4a3a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2916 2025.02.07 10:07:45.026050 [ 255 ] {c3ca36c2-0ac8-48e3-b901-89e7ef5d4a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2917 2025.02.07 10:07:45.026484 [ 255 ] {c3ca36c2-0ac8-48e3-b901-89e7ef5d4a3a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2918 2025.02.07 10:07:45.026911 [ 255 ] {c3ca36c2-0ac8-48e3-b901-89e7ef5d4a3a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2919 2025.02.07 10:07:45.027176 [ 255 ] {c3ca36c2-0ac8-48e3-b901-89e7ef5d4a3a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002016 sec., 27777.777777777777 rows/sec., 2.12 MiB/sec.
2920 2025.02.07 10:07:45.027281 [ 255 ] {c3ca36c2-0ac8-48e3-b901-89e7ef5d4a3a} <Debug> TCPHandler: Processed in 0.002364188 sec.
2921 2025.02.07 10:07:45.027594 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2922 2025.02.07 10:07:45.027884 [ 256 ] {678df0d6-8c3e-4feb-b0ac-fb72420a967e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2923 2025.02.07 10:07:45.027994 [ 256 ] {678df0d6-8c3e-4feb-b0ac-fb72420a967e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2924 2025.02.07 10:07:45.028920 [ 256 ] {678df0d6-8c3e-4feb-b0ac-fb72420a967e} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2925 2025.02.07 10:07:45.028975 [ 256 ] {678df0d6-8c3e-4feb-b0ac-fb72420a967e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2926 2025.02.07 10:07:45.029418 [ 256 ] {678df0d6-8c3e-4feb-b0ac-fb72420a967e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2927 2025.02.07 10:07:45.029673 [ 256 ] {678df0d6-8c3e-4feb-b0ac-fb72420a967e} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2928 2025.02.07 10:07:45.029944 [ 256 ] {678df0d6-8c3e-4feb-b0ac-fb72420a967e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002139 sec., 29920.523609163163 rows/sec., 2.34 MiB/sec.
2929 2025.02.07 10:07:45.030015 [ 256 ] {678df0d6-8c3e-4feb-b0ac-fb72420a967e} <Debug> TCPHandler: Processed in 0.002607283 sec.
2930 2025.02.07 10:07:45.030196 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2931 2025.02.07 10:07:45.030341 [ 255 ] {5d01c83d-9a39-49fc-bb9d-1f2dddc29e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2932 2025.02.07 10:07:45.030403 [ 255 ] {5d01c83d-9a39-49fc-bb9d-1f2dddc29e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2933 2025.02.07 10:07:45.031035 [ 255 ] {5d01c83d-9a39-49fc-bb9d-1f2dddc29e1b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2934 2025.02.07 10:07:45.031084 [ 255 ] {5d01c83d-9a39-49fc-bb9d-1f2dddc29e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2935 2025.02.07 10:07:45.031516 [ 255 ] {5d01c83d-9a39-49fc-bb9d-1f2dddc29e1b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2936 2025.02.07 10:07:45.031778 [ 255 ] {5d01c83d-9a39-49fc-bb9d-1f2dddc29e1b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2937 2025.02.07 10:07:45.031994 [ 255 ] {5d01c83d-9a39-49fc-bb9d-1f2dddc29e1b} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001686 sec., 18979.833926453142 rows/sec., 1.32 MiB/sec.
2938 2025.02.07 10:07:45.032047 [ 255 ] {5d01c83d-9a39-49fc-bb9d-1f2dddc29e1b} <Debug> TCPHandler: Processed in 0.001922129 sec.
2939 2025.02.07 10:07:45.032204 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2940 2025.02.07 10:07:45.032344 [ 256 ] {7f03ec6d-fcab-4cdb-a9b6-fedab7e04f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2941 2025.02.07 10:07:45.032437 [ 256 ] {7f03ec6d-fcab-4cdb-a9b6-fedab7e04f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2942 2025.02.07 10:07:45.033271 [ 256 ] {7f03ec6d-fcab-4cdb-a9b6-fedab7e04f47} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2943 2025.02.07 10:07:45.033344 [ 256 ] {7f03ec6d-fcab-4cdb-a9b6-fedab7e04f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2944 2025.02.07 10:07:45.033745 [ 256 ] {7f03ec6d-fcab-4cdb-a9b6-fedab7e04f47} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2945 2025.02.07 10:07:45.033980 [ 256 ] {7f03ec6d-fcab-4cdb-a9b6-fedab7e04f47} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2946 2025.02.07 10:07:45.034280 [ 256 ] {7f03ec6d-fcab-4cdb-a9b6-fedab7e04f47} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001952 sec., 6147.540983606557 rows/sec., 424.24 KiB/sec.
2947 2025.02.07 10:07:45.034443 [ 256 ] {7f03ec6d-fcab-4cdb-a9b6-fedab7e04f47} <Debug> TCPHandler: Processed in 0.002299506 sec.
2948 2025.02.07 10:07:46.695173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2949 2025.02.07 10:07:46.696059 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2950 2025.02.07 10:07:46.696110 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2951 2025.02.07 10:07:46.696764 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2952 2025.02.07 10:07:46.697074 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2953 2025.02.07 10:07:46.697360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
2954 2025.02.07 10:07:47.133473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2955 2025.02.07 10:07:47.155467 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2956 2025.02.07 10:07:47.155556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2957 2025.02.07 10:07:47.163668 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2958 2025.02.07 10:07:47.164503 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2959 2025.02.07 10:07:47.168630 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2960 2025.02.07 10:07:48.001146 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.16 MiB, peak 178.34 MiB, free memory in arenas 0.00 B, will set to 172.35 MiB (RSS), difference: 1.19 MiB
2961 2025.02.07 10:07:49.254229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 406
2962 2025.02.07 10:07:49.257791 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2963 2025.02.07 10:07:49.257837 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2964 2025.02.07 10:07:49.259381 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2965 2025.02.07 10:07:49.259690 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2966 2025.02.07 10:07:49.260212 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406
2967 2025.02.07 10:07:50.034367 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2968 2025.02.07 10:07:50.034556 [ 255 ] {fa50dc01-69d8-4195-b345-ca6e204b9abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2969 2025.02.07 10:07:50.034633 [ 255 ] {fa50dc01-69d8-4195-b345-ca6e204b9abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2970 2025.02.07 10:07:50.035412 [ 255 ] {fa50dc01-69d8-4195-b345-ca6e204b9abb} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2971 2025.02.07 10:07:50.035454 [ 255 ] {fa50dc01-69d8-4195-b345-ca6e204b9abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2972 2025.02.07 10:07:50.035924 [ 255 ] {fa50dc01-69d8-4195-b345-ca6e204b9abb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2973 2025.02.07 10:07:50.036205 [ 255 ] {fa50dc01-69d8-4195-b345-ca6e204b9abb} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2974 2025.02.07 10:07:50.036347 [ 134 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2975 2025.02.07 10:07:50.036386 [ 134 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2976 2025.02.07 10:07:50.036415 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2977 2025.02.07 10:07:50.036416 [ 255 ] {fa50dc01-69d8-4195-b345-ca6e204b9abb} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001908 sec., 70230.60796645703 rows/sec., 6.04 MiB/sec.
2978 2025.02.07 10:07:50.036608 [ 255 ] {fa50dc01-69d8-4195-b345-ca6e204b9abb} <Debug> TCPHandler: Processed in 0.002369978 sec.
2979 2025.02.07 10:07:50.036690 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
2980 2025.02.07 10:07:50.036872 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2981 2025.02.07 10:07:50.036887 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2982 2025.02.07 10:07:50.036928 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 266 rows starting from the beginning of the part
2983 2025.02.07 10:07:50.037099 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 203 rows starting from the beginning of the part
2984 2025.02.07 10:07:50.037220 [ 256 ] {43aeb041-13b6-4547-82fe-dfdf00c9fca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2985 2025.02.07 10:07:50.037440 [ 256 ] {43aeb041-13b6-4547-82fe-dfdf00c9fca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2986 2025.02.07 10:07:50.037462 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 134 rows starting from the beginning of the part
2987 2025.02.07 10:07:50.037816 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1347 rows starting from the beginning of the part
2988 2025.02.07 10:07:50.038187 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2989 2025.02.07 10:07:50.038532 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 134 rows starting from the beginning of the part
2990 2025.02.07 10:07:50.039908 [ 256 ] {43aeb041-13b6-4547-82fe-dfdf00c9fca4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2991 2025.02.07 10:07:50.039959 [ 256 ] {43aeb041-13b6-4547-82fe-dfdf00c9fca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
2992 2025.02.07 10:07:50.040641 [ 256 ] {43aeb041-13b6-4547-82fe-dfdf00c9fca4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2993 2025.02.07 10:07:50.040957 [ 256 ] {43aeb041-13b6-4547-82fe-dfdf00c9fca4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2994 2025.02.07 10:07:50.041136 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2140 rows, containing 5 columns (5 merged, 0 gathered) in 0.004622243 sec., 462978.6880525321 rows/sec., 40.69 MiB/sec.
2995 2025.02.07 10:07:50.041308 [ 256 ] {43aeb041-13b6-4547-82fe-dfdf00c9fca4} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004256 sec., 9163.533834586466 rows/sec., 689.05 KiB/sec.
2996 2025.02.07 10:07:50.041391 [ 256 ] {43aeb041-13b6-4547-82fe-dfdf00c9fca4} <Debug> TCPHandler: Processed in 0.004652664 sec.
2997 2025.02.07 10:07:50.041446 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2998 2025.02.07 10:07:50.041561 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2999 2025.02.07 10:07:50.041772 [ 255 ] {b143489c-6c54-4faf-aec8-6ba7e21207d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3000 2025.02.07 10:07:50.041864 [ 255 ] {b143489c-6c54-4faf-aec8-6ba7e21207d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3001 2025.02.07 10:07:50.041908 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3002 2025.02.07 10:07:50.042140 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_16_3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3003 2025.02.07 10:07:50.042318 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
3004 2025.02.07 10:07:50.042834 [ 255 ] {b143489c-6c54-4faf-aec8-6ba7e21207d3} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3005 2025.02.07 10:07:50.042881 [ 255 ] {b143489c-6c54-4faf-aec8-6ba7e21207d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3006 2025.02.07 10:07:50.043269 [ 255 ] {b143489c-6c54-4faf-aec8-6ba7e21207d3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3007 2025.02.07 10:07:50.043525 [ 255 ] {b143489c-6c54-4faf-aec8-6ba7e21207d3} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3008 2025.02.07 10:07:50.043650 [ 134 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3009 2025.02.07 10:07:50.043691 [ 134 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3010 2025.02.07 10:07:50.043712 [ 255 ] {b143489c-6c54-4faf-aec8-6ba7e21207d3} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001994 sec., 51654.964894684046 rows/sec., 4.03 MiB/sec.
3011 2025.02.07 10:07:50.043723 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3012 2025.02.07 10:07:50.043850 [ 255 ] {b143489c-6c54-4faf-aec8-6ba7e21207d3} <Debug> TCPHandler: Processed in 0.002369419 sec.
3013 2025.02.07 10:07:50.044173 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3014 2025.02.07 10:07:50.044279 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
3015 2025.02.07 10:07:50.044465 [ 256 ] {5a0f39a4-96bc-4b3a-9a17-fa3566cf8a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3016 2025.02.07 10:07:50.044603 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3017 2025.02.07 10:07:50.044614 [ 256 ] {5a0f39a4-96bc-4b3a-9a17-fa3566cf8a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3018 2025.02.07 10:07:50.044673 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 427 rows starting from the beginning of the part
3019 2025.02.07 10:07:50.045092 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 382 rows starting from the beginning of the part
3020 2025.02.07 10:07:50.045541 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 109 rows starting from the beginning of the part
3021 2025.02.07 10:07:50.045840 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 844 rows starting from the beginning of the part
3022 2025.02.07 10:07:50.046108 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
3023 2025.02.07 10:07:50.046490 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 103 rows starting from the beginning of the part
3024 2025.02.07 10:07:50.047352 [ 256 ] {5a0f39a4-96bc-4b3a-9a17-fa3566cf8a9c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3025 2025.02.07 10:07:50.047430 [ 256 ] {5a0f39a4-96bc-4b3a-9a17-fa3566cf8a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3026 2025.02.07 10:07:50.048537 [ 256 ] {5a0f39a4-96bc-4b3a-9a17-fa3566cf8a9c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3027 2025.02.07 10:07:50.049009 [ 256 ] {5a0f39a4-96bc-4b3a-9a17-fa3566cf8a9c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3028 2025.02.07 10:07:50.049633 [ 256 ] {5a0f39a4-96bc-4b3a-9a17-fa3566cf8a9c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005133 sec., 31170.85525034093 rows/sec., 2.17 MiB/sec.
3029 2025.02.07 10:07:50.050110 [ 256 ] {5a0f39a4-96bc-4b3a-9a17-fa3566cf8a9c} <Debug> TCPHandler: Processed in 0.006127604 sec.
3030 2025.02.07 10:07:50.050138 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1929 rows, containing 5 columns (5 merged, 0 gathered) in 0.006307117 sec., 305844.9684697462 rows/sec., 23.39 MiB/sec.
3031 2025.02.07 10:07:50.050318 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3032 2025.02.07 10:07:50.050353 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3033 2025.02.07 10:07:50.050521 [ 255 ] {e853e63b-9d5c-47ef-a37a-118e2c45f2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3034 2025.02.07 10:07:50.050707 [ 255 ] {e853e63b-9d5c-47ef-a37a-118e2c45f2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3035 2025.02.07 10:07:50.050848 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3036 2025.02.07 10:07:50.051198 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_16_3} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3037 2025.02.07 10:07:50.051559 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3038 2025.02.07 10:07:50.052679 [ 255 ] {e853e63b-9d5c-47ef-a37a-118e2c45f2c3} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3039 2025.02.07 10:07:50.052723 [ 255 ] {e853e63b-9d5c-47ef-a37a-118e2c45f2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3040 2025.02.07 10:07:50.053422 [ 255 ] {e853e63b-9d5c-47ef-a37a-118e2c45f2c3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3041 2025.02.07 10:07:50.053694 [ 255 ] {e853e63b-9d5c-47ef-a37a-118e2c45f2c3} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3042 2025.02.07 10:07:50.053886 [ 255 ] {e853e63b-9d5c-47ef-a37a-118e2c45f2c3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003428 sec., 11376.896149358226 rows/sec., 20.39 MiB/sec.
3043 2025.02.07 10:07:50.053981 [ 255 ] {e853e63b-9d5c-47ef-a37a-118e2c45f2c3} <Debug> TCPHandler: Processed in 0.003746675 sec.
3044 2025.02.07 10:07:50.054149 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3045 2025.02.07 10:07:50.054292 [ 256 ] {8e73ad1e-c552-44cd-bc0a-2b550d0dc6d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3046 2025.02.07 10:07:50.054353 [ 256 ] {8e73ad1e-c552-44cd-bc0a-2b550d0dc6d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3047 2025.02.07 10:07:50.054947 [ 256 ] {8e73ad1e-c552-44cd-bc0a-2b550d0dc6d5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3048 2025.02.07 10:07:50.054995 [ 256 ] {8e73ad1e-c552-44cd-bc0a-2b550d0dc6d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3049 2025.02.07 10:07:50.055454 [ 256 ] {8e73ad1e-c552-44cd-bc0a-2b550d0dc6d5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3050 2025.02.07 10:07:50.055695 [ 256 ] {8e73ad1e-c552-44cd-bc0a-2b550d0dc6d5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3051 2025.02.07 10:07:50.055917 [ 256 ] {8e73ad1e-c552-44cd-bc0a-2b550d0dc6d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001657 sec., 36210.018105009054 rows/sec., 2.44 MiB/sec.
3052 2025.02.07 10:07:50.055967 [ 256 ] {8e73ad1e-c552-44cd-bc0a-2b550d0dc6d5} <Debug> TCPHandler: Processed in 0.001885568 sec.
3053 2025.02.07 10:07:54.108593 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
3054 2025.02.07 10:07:54.108660 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
3055 2025.02.07 10:07:54.198408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3056 2025.02.07 10:07:54.199071 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3057 2025.02.07 10:07:54.199119 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3058 2025.02.07 10:07:54.199652 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3059 2025.02.07 10:07:54.199903 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3060 2025.02.07 10:07:54.200152 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3061 2025.02.07 10:07:54.669642 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3062 2025.02.07 10:07:54.691243 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3063 2025.02.07 10:07:54.691301 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3064 2025.02.07 10:07:54.698930 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3065 2025.02.07 10:07:54.699703 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3066 2025.02.07 10:07:54.702326 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3067 2025.02.07 10:07:55.036004 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3068 2025.02.07 10:07:55.036222 [ 255 ] {f7d364d4-4269-4ac5-bab0-49ef8dac58ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3069 2025.02.07 10:07:55.036305 [ 255 ] {f7d364d4-4269-4ac5-bab0-49ef8dac58ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3070 2025.02.07 10:07:55.037102 [ 255 ] {f7d364d4-4269-4ac5-bab0-49ef8dac58ff} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3071 2025.02.07 10:07:55.037151 [ 255 ] {f7d364d4-4269-4ac5-bab0-49ef8dac58ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3072 2025.02.07 10:07:55.037597 [ 255 ] {f7d364d4-4269-4ac5-bab0-49ef8dac58ff} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3073 2025.02.07 10:07:55.037860 [ 255 ] {f7d364d4-4269-4ac5-bab0-49ef8dac58ff} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3074 2025.02.07 10:07:55.038174 [ 255 ] {f7d364d4-4269-4ac5-bab0-49ef8dac58ff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001992 sec., 7028.112449799198 rows/sec., 505.93 KiB/sec.
3075 2025.02.07 10:07:55.038337 [ 255 ] {f7d364d4-4269-4ac5-bab0-49ef8dac58ff} <Debug> TCPHandler: Processed in 0.002483491 sec.
3076 2025.02.07 10:07:55.038590 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3077 2025.02.07 10:07:55.038780 [ 256 ] {8ccacfe5-6a6d-41c3-b092-fcfa91327ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3078 2025.02.07 10:07:55.038852 [ 256 ] {8ccacfe5-6a6d-41c3-b092-fcfa91327ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3079 2025.02.07 10:07:55.039682 [ 256 ] {8ccacfe5-6a6d-41c3-b092-fcfa91327ef4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3080 2025.02.07 10:07:55.039723 [ 256 ] {8ccacfe5-6a6d-41c3-b092-fcfa91327ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3081 2025.02.07 10:07:55.040167 [ 256 ] {8ccacfe5-6a6d-41c3-b092-fcfa91327ef4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3082 2025.02.07 10:07:55.040417 [ 256 ] {8ccacfe5-6a6d-41c3-b092-fcfa91327ef4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3083 2025.02.07 10:07:55.040648 [ 256 ] {8ccacfe5-6a6d-41c3-b092-fcfa91327ef4} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.001917 sec., 105894.62702138758 rows/sec., 9.14 MiB/sec.
3084 2025.02.07 10:07:55.040736 [ 256 ] {8ccacfe5-6a6d-41c3-b092-fcfa91327ef4} <Debug> TCPHandler: Processed in 0.002280616 sec.
3085 2025.02.07 10:07:55.040921 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3086 2025.02.07 10:07:55.041075 [ 255 ] {e483fd49-8c34-4174-bfa5-8b2619a57033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3087 2025.02.07 10:07:55.041136 [ 255 ] {e483fd49-8c34-4174-bfa5-8b2619a57033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3088 2025.02.07 10:07:55.041787 [ 255 ] {e483fd49-8c34-4174-bfa5-8b2619a57033} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3089 2025.02.07 10:07:55.041830 [ 255 ] {e483fd49-8c34-4174-bfa5-8b2619a57033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3090 2025.02.07 10:07:55.042211 [ 255 ] {e483fd49-8c34-4174-bfa5-8b2619a57033} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3091 2025.02.07 10:07:55.042468 [ 255 ] {e483fd49-8c34-4174-bfa5-8b2619a57033} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3092 2025.02.07 10:07:55.042733 [ 255 ] {e483fd49-8c34-4174-bfa5-8b2619a57033} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00169 sec., 4142.011834319526 rows/sec., 269.85 KiB/sec.
3093 2025.02.07 10:07:55.042934 [ 255 ] {e483fd49-8c34-4174-bfa5-8b2619a57033} <Debug> TCPHandler: Processed in 0.002084063 sec.
3094 2025.02.07 10:07:55.043109 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3095 2025.02.07 10:07:55.043248 [ 256 ] {ed92eb31-fa46-40a9-bc56-01d7cbf1be4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3096 2025.02.07 10:07:55.043306 [ 256 ] {ed92eb31-fa46-40a9-bc56-01d7cbf1be4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3097 2025.02.07 10:07:55.043924 [ 256 ] {ed92eb31-fa46-40a9-bc56-01d7cbf1be4f} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3098 2025.02.07 10:07:55.043963 [ 256 ] {ed92eb31-fa46-40a9-bc56-01d7cbf1be4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3099 2025.02.07 10:07:55.044324 [ 256 ] {ed92eb31-fa46-40a9-bc56-01d7cbf1be4f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3100 2025.02.07 10:07:55.044563 [ 256 ] {ed92eb31-fa46-40a9-bc56-01d7cbf1be4f} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3101 2025.02.07 10:07:55.044776 [ 256 ] {ed92eb31-fa46-40a9-bc56-01d7cbf1be4f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001559 sec., 8980.115458627324 rows/sec., 628.91 KiB/sec.
3102 2025.02.07 10:07:55.044829 [ 256 ] {ed92eb31-fa46-40a9-bc56-01d7cbf1be4f} <Debug> TCPHandler: Processed in 0.001796126 sec.
3103 2025.02.07 10:07:55.044995 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3104 2025.02.07 10:07:55.045144 [ 255 ] {d1d099f9-8ec9-4715-a742-c097a6e897e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3105 2025.02.07 10:07:55.045203 [ 255 ] {d1d099f9-8ec9-4715-a742-c097a6e897e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3106 2025.02.07 10:07:55.045836 [ 255 ] {d1d099f9-8ec9-4715-a742-c097a6e897e5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3107 2025.02.07 10:07:55.045878 [ 255 ] {d1d099f9-8ec9-4715-a742-c097a6e897e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3108 2025.02.07 10:07:55.046251 [ 255 ] {d1d099f9-8ec9-4715-a742-c097a6e897e5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3109 2025.02.07 10:07:55.046514 [ 255 ] {d1d099f9-8ec9-4715-a742-c097a6e897e5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3110 2025.02.07 10:07:55.046727 [ 255 ] {d1d099f9-8ec9-4715-a742-c097a6e897e5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001619 sec., 8029.647930821495 rows/sec., 500.65 KiB/sec.
3111 2025.02.07 10:07:55.046786 [ 255 ] {d1d099f9-8ec9-4715-a742-c097a6e897e5} <Debug> TCPHandler: Processed in 0.001860058 sec.
3112 2025.02.07 10:07:55.046932 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3113 2025.02.07 10:07:55.047071 [ 256 ] {f97ee68c-1ad1-4901-a8db-27755a2ea026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3114 2025.02.07 10:07:55.047128 [ 256 ] {f97ee68c-1ad1-4901-a8db-27755a2ea026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3115 2025.02.07 10:07:55.047904 [ 256 ] {f97ee68c-1ad1-4901-a8db-27755a2ea026} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3116 2025.02.07 10:07:55.047944 [ 256 ] {f97ee68c-1ad1-4901-a8db-27755a2ea026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3117 2025.02.07 10:07:55.048320 [ 256 ] {f97ee68c-1ad1-4901-a8db-27755a2ea026} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3118 2025.02.07 10:07:55.048569 [ 256 ] {f97ee68c-1ad1-4901-a8db-27755a2ea026} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3119 2025.02.07 10:07:55.048779 [ 256 ] {f97ee68c-1ad1-4901-a8db-27755a2ea026} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001739 sec., 219666.4749856239 rows/sec., 15.55 MiB/sec.
3120 2025.02.07 10:07:55.048832 [ 256 ] {f97ee68c-1ad1-4901-a8db-27755a2ea026} <Debug> TCPHandler: Processed in 0.00196847 sec.
3121 2025.02.07 10:07:55.048983 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3122 2025.02.07 10:07:55.049119 [ 255 ] {59e7b848-0b33-4c5e-88b0-0a81de9f43fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3123 2025.02.07 10:07:55.049173 [ 255 ] {59e7b848-0b33-4c5e-88b0-0a81de9f43fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3124 2025.02.07 10:07:55.049663 [ 255 ] {59e7b848-0b33-4c5e-88b0-0a81de9f43fa} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3125 2025.02.07 10:07:55.049704 [ 255 ] {59e7b848-0b33-4c5e-88b0-0a81de9f43fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3126 2025.02.07 10:07:55.050084 [ 255 ] {59e7b848-0b33-4c5e-88b0-0a81de9f43fa} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3127 2025.02.07 10:07:55.050335 [ 255 ] {59e7b848-0b33-4c5e-88b0-0a81de9f43fa} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3128 2025.02.07 10:07:55.050545 [ 255 ] {59e7b848-0b33-4c5e-88b0-0a81de9f43fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec.
3129 2025.02.07 10:07:55.050601 [ 255 ] {59e7b848-0b33-4c5e-88b0-0a81de9f43fa} <Debug> TCPHandler: Processed in 0.001682794 sec.
3130 2025.02.07 10:07:55.050799 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3131 2025.02.07 10:07:55.051023 [ 256 ] {ff3cbf08-72a8-4e14-a4c8-539b2d56d5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3132 2025.02.07 10:07:55.051121 [ 256 ] {ff3cbf08-72a8-4e14-a4c8-539b2d56d5af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3133 2025.02.07 10:07:55.051908 [ 256 ] {ff3cbf08-72a8-4e14-a4c8-539b2d56d5af} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2025.02.07 10:07:55.051949 [ 256 ] {ff3cbf08-72a8-4e14-a4c8-539b2d56d5af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3135 2025.02.07 10:07:55.052344 [ 256 ] {ff3cbf08-72a8-4e14-a4c8-539b2d56d5af} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3136 2025.02.07 10:07:55.052578 [ 256 ] {ff3cbf08-72a8-4e14-a4c8-539b2d56d5af} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3137 2025.02.07 10:07:55.052743 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3138 2025.02.07 10:07:55.052808 [ 256 ] {ff3cbf08-72a8-4e14-a4c8-539b2d56d5af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001838 sec., 128944.50489662676 rows/sec., 8.64 MiB/sec.
3139 2025.02.07 10:07:55.052826 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3140 2025.02.07 10:07:55.052892 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3141 2025.02.07 10:07:55.052943 [ 256 ] {ff3cbf08-72a8-4e14-a4c8-539b2d56d5af} <Debug> TCPHandler: Processed in 0.002255706 sec.
3142 2025.02.07 10:07:55.053264 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3143 2025.02.07 10:07:55.053404 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
3144 2025.02.07 10:07:55.053667 [ 255 ] {bca58a33-f649-4e1e-92d1-739b4322cc82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3145 2025.02.07 10:07:55.053825 [ 255 ] {bca58a33-f649-4e1e-92d1-739b4322cc82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3146 2025.02.07 10:07:55.053894 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3147 2025.02.07 10:07:55.053978 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1568 rows starting from the beginning of the part
3148 2025.02.07 10:07:55.054205 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
3149 2025.02.07 10:07:55.054657 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2945 rows starting from the beginning of the part
3150 2025.02.07 10:07:55.054897 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part
3151 2025.02.07 10:07:55.055034 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
3152 2025.02.07 10:07:55.055267 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part
3153 2025.02.07 10:07:55.055668 [ 255 ] {bca58a33-f649-4e1e-92d1-739b4322cc82} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3154 2025.02.07 10:07:55.055713 [ 255 ] {bca58a33-f649-4e1e-92d1-739b4322cc82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3155 2025.02.07 10:07:55.056228 [ 255 ] {bca58a33-f649-4e1e-92d1-739b4322cc82} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3156 2025.02.07 10:07:55.056567 [ 255 ] {bca58a33-f649-4e1e-92d1-739b4322cc82} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3157 2025.02.07 10:07:55.056920 [ 255 ] {bca58a33-f649-4e1e-92d1-739b4322cc82} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003376 sec., 296.2085308056872 rows/sec., 19.96 KiB/sec.
3158 2025.02.07 10:07:55.056992 [ 255 ] {bca58a33-f649-4e1e-92d1-739b4322cc82} <Debug> TCPHandler: Processed in 0.003928089 sec.
3159 2025.02.07 10:07:55.057173 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3160 2025.02.07 10:07:55.057400 [ 256 ] {9e1550d0-4175-4187-8ed9-a1079ae5d855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3161 2025.02.07 10:07:55.057451 [ 256 ] {9e1550d0-4175-4187-8ed9-a1079ae5d855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3162 2025.02.07 10:07:55.058012 [ 200 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5102 rows, containing 5 columns (5 merged, 0 gathered) in 0.005010102 sec., 1018342.5407307077 rows/sec., 68.51 MiB/sec.
3163 2025.02.07 10:07:55.058240 [ 256 ] {9e1550d0-4175-4187-8ed9-a1079ae5d855} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3164 2025.02.07 10:07:55.058280 [ 256 ] {9e1550d0-4175-4187-8ed9-a1079ae5d855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3165 2025.02.07 10:07:55.058499 [ 200 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3166 2025.02.07 10:07:55.058738 [ 256 ] {9e1550d0-4175-4187-8ed9-a1079ae5d855} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3167 2025.02.07 10:07:55.058898 [ 200 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3168 2025.02.07 10:07:55.058991 [ 200 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3169 2025.02.07 10:07:55.059035 [ 256 ] {9e1550d0-4175-4187-8ed9-a1079ae5d855} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3170 2025.02.07 10:07:55.059095 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB.
3171 2025.02.07 10:07:55.059246 [ 131 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3172 2025.02.07 10:07:55.059322 [ 256 ] {9e1550d0-4175-4187-8ed9-a1079ae5d855} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001965 sec., 41730.279898218825 rows/sec., 2.65 MiB/sec.
3173 2025.02.07 10:07:55.059324 [ 131 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3174 2025.02.07 10:07:55.059413 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3175 2025.02.07 10:07:55.059470 [ 256 ] {9e1550d0-4175-4187-8ed9-a1079ae5d855} <Debug> TCPHandler: Processed in 0.002367508 sec.
3176 2025.02.07 10:07:55.059659 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
3177 2025.02.07 10:07:55.059778 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3178 2025.02.07 10:07:55.059807 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 542 rows starting from the beginning of the part
3179 2025.02.07 10:07:55.059880 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
3180 2025.02.07 10:07:55.060017 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 70 rows starting from the beginning of the part
3181 2025.02.07 10:07:55.060219 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
3182 2025.02.07 10:07:55.060317 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
3183 2025.02.07 10:07:55.060432 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part
3184 2025.02.07 10:07:55.061643 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 826 rows, containing 4 columns (4 merged, 0 gathered) in 0.002107343 sec., 391962.77018026967 rows/sec., 25.25 MiB/sec.
3185 2025.02.07 10:07:55.061895 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3186 2025.02.07 10:07:55.062296 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3187 2025.02.07 10:07:55.062405 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_16_3} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3188 2025.02.07 10:07:55.062517 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
3189 2025.02.07 10:07:55.243194 [ 131 ] {} <Debug> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3190 2025.02.07 10:07:55.243272 [ 131 ] {} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3191 2025.02.07 10:07:55.243312 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3192 2025.02.07 10:07:55.243615 [ 201 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::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
3193 2025.02.07 10:07:55.244170 [ 201 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3194 2025.02.07 10:07:55.244239 [ 201 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
3195 2025.02.07 10:07:55.244449 [ 201 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 18 rows starting from the beginning of the part
3196 2025.02.07 10:07:55.244616 [ 201 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::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
3197 2025.02.07 10:07:55.244725 [ 201 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
3198 2025.02.07 10:07:55.244840 [ 201 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part
3199 2025.02.07 10:07:55.247086 [ 189 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003672344 sec., 11436.837071908296 rows/sec., 1.88 MiB/sec.
3200 2025.02.07 10:07:55.247247 [ 189 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3201 2025.02.07 10:07:55.247677 [ 189 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::all_1_5_1} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3202 2025.02.07 10:07:55.247753 [ 189 ] {ea35414c-1c20-4949-8e1a-5b027179eafb::all_1_5_1} <Trace> oximeter.timeseries_schema (ea35414c-1c20-4949-8e1a-5b027179eafb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3203 2025.02.07 10:07:55.247822 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
3204 2025.02.07 10:07:59.261464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 438
3205 2025.02.07 10:07:59.264564 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3206 2025.02.07 10:07:59.264626 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3207 2025.02.07 10:07:59.266147 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3208 2025.02.07 10:07:59.266470 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3209 2025.02.07 10:07:59.267553 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 438
3210 2025.02.07 10:08:00.034849 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3211 2025.02.07 10:08:00.035058 [ 255 ] {b799a325-e85f-4e27-be11-c57548a14661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3212 2025.02.07 10:08:00.035136 [ 255 ] {b799a325-e85f-4e27-be11-c57548a14661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3213 2025.02.07 10:08:00.035920 [ 255 ] {b799a325-e85f-4e27-be11-c57548a14661} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3214 2025.02.07 10:08:00.035978 [ 255 ] {b799a325-e85f-4e27-be11-c57548a14661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3215 2025.02.07 10:08:00.036438 [ 255 ] {b799a325-e85f-4e27-be11-c57548a14661} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3216 2025.02.07 10:08:00.036722 [ 255 ] {b799a325-e85f-4e27-be11-c57548a14661} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3217 2025.02.07 10:08:00.036960 [ 255 ] {b799a325-e85f-4e27-be11-c57548a14661} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001959 sec., 1020.9290454313426 rows/sec., 83.25 KiB/sec.
3218 2025.02.07 10:08:00.037160 [ 255 ] {b799a325-e85f-4e27-be11-c57548a14661} <Debug> TCPHandler: Processed in 0.002445359 sec.
3219 2025.02.07 10:08:00.037427 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3220 2025.02.07 10:08:00.037623 [ 256 ] {c579041a-9b12-418a-97b4-5847f0d68102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3221 2025.02.07 10:08:00.037699 [ 256 ] {c579041a-9b12-418a-97b4-5847f0d68102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3222 2025.02.07 10:08:00.038547 [ 256 ] {c579041a-9b12-418a-97b4-5847f0d68102} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3223 2025.02.07 10:08:00.038603 [ 256 ] {c579041a-9b12-418a-97b4-5847f0d68102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3224 2025.02.07 10:08:00.039063 [ 256 ] {c579041a-9b12-418a-97b4-5847f0d68102} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3225 2025.02.07 10:08:00.039333 [ 256 ] {c579041a-9b12-418a-97b4-5847f0d68102} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3226 2025.02.07 10:08:00.039578 [ 256 ] {c579041a-9b12-418a-97b4-5847f0d68102} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.002009 sec., 67197.61075161773 rows/sec., 5.77 MiB/sec.
3227 2025.02.07 10:08:00.039650 [ 256 ] {c579041a-9b12-418a-97b4-5847f0d68102} <Debug> TCPHandler: Processed in 0.002359447 sec.
3228 2025.02.07 10:08:00.039807 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3229 2025.02.07 10:08:00.039948 [ 255 ] {38bde517-7f2a-435f-840e-4ad0d633fefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3230 2025.02.07 10:08:00.040004 [ 255 ] {38bde517-7f2a-435f-840e-4ad0d633fefe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3231 2025.02.07 10:08:00.040644 [ 255 ] {38bde517-7f2a-435f-840e-4ad0d633fefe} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3232 2025.02.07 10:08:00.040687 [ 255 ] {38bde517-7f2a-435f-840e-4ad0d633fefe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3233 2025.02.07 10:08:00.041099 [ 255 ] {38bde517-7f2a-435f-840e-4ad0d633fefe} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3234 2025.02.07 10:08:00.041362 [ 255 ] {38bde517-7f2a-435f-840e-4ad0d633fefe} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3235 2025.02.07 10:08:00.041500 [ 126 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3236 2025.02.07 10:08:00.041542 [ 126 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3237 2025.02.07 10:08:00.041556 [ 255 ] {38bde517-7f2a-435f-840e-4ad0d633fefe} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001639 sec., 25015.253203172666 rows/sec., 1.83 MiB/sec.
3238 2025.02.07 10:08:00.041566 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3239 2025.02.07 10:08:00.041667 [ 255 ] {38bde517-7f2a-435f-840e-4ad0d633fefe} <Debug> TCPHandler: Processed in 0.001922349 sec.
3240 2025.02.07 10:08:00.041780 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
3241 2025.02.07 10:08:00.041852 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3242 2025.02.07 10:08:00.041910 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3243 2025.02.07 10:08:00.041953 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 40 rows starting from the beginning of the part
3244 2025.02.07 10:08:00.041988 [ 256 ] {bc68f36f-91df-49ec-bf26-8ea513f09f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3245 2025.02.07 10:08:00.042082 [ 256 ] {bc68f36f-91df-49ec-bf26-8ea513f09f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3246 2025.02.07 10:08:00.042085 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
3247 2025.02.07 10:08:00.042544 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part
3248 2025.02.07 10:08:00.042970 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
3249 2025.02.07 10:08:00.043402 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
3250 2025.02.07 10:08:00.043792 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part
3251 2025.02.07 10:08:00.044750 [ 256 ] {bc68f36f-91df-49ec-bf26-8ea513f09f2c} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3252 2025.02.07 10:08:00.044793 [ 256 ] {bc68f36f-91df-49ec-bf26-8ea513f09f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3253 2025.02.07 10:08:00.045381 [ 256 ] {bc68f36f-91df-49ec-bf26-8ea513f09f2c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3254 2025.02.07 10:08:00.045531 [ 189 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.003850028 sec., 46493.168361372955 rows/sec., 3.52 MiB/sec.
3255 2025.02.07 10:08:00.045748 [ 256 ] {bc68f36f-91df-49ec-bf26-8ea513f09f2c} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3256 2025.02.07 10:08:00.045778 [ 189 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3257 2025.02.07 10:08:00.046135 [ 256 ] {bc68f36f-91df-49ec-bf26-8ea513f09f2c} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.004182 sec., 25107.604017216643 rows/sec., 1.96 MiB/sec.
3258 2025.02.07 10:08:00.046272 [ 256 ] {bc68f36f-91df-49ec-bf26-8ea513f09f2c} <Debug> TCPHandler: Processed in 0.004489681 sec.
3259 2025.02.07 10:08:00.046405 [ 189 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3260 2025.02.07 10:08:00.046475 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3261 2025.02.07 10:08:00.046541 [ 189 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_16_3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3262 2025.02.07 10:08:00.046681 [ 255 ] {9b8f8b89-8005-4414-8602-0b3a50269157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3263 2025.02.07 10:08:00.046697 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3264 2025.02.07 10:08:00.046772 [ 255 ] {9b8f8b89-8005-4414-8602-0b3a50269157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3265 2025.02.07 10:08:00.047376 [ 255 ] {9b8f8b89-8005-4414-8602-0b3a50269157} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3266 2025.02.07 10:08:00.047420 [ 255 ] {9b8f8b89-8005-4414-8602-0b3a50269157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3267 2025.02.07 10:08:00.047848 [ 255 ] {9b8f8b89-8005-4414-8602-0b3a50269157} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3268 2025.02.07 10:08:00.048112 [ 255 ] {9b8f8b89-8005-4414-8602-0b3a50269157} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3269 2025.02.07 10:08:00.048331 [ 255 ] {9b8f8b89-8005-4414-8602-0b3a50269157} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001733 sec., 92902.48124639354 rows/sec., 6.47 MiB/sec.
3270 2025.02.07 10:08:00.048397 [ 255 ] {9b8f8b89-8005-4414-8602-0b3a50269157} <Debug> TCPHandler: Processed in 0.002033951 sec.
3271 2025.02.07 10:08:00.048536 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3272 2025.02.07 10:08:00.048656 [ 256 ] {5e8b3c3d-7398-4107-a18f-0b8385dd1b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3273 2025.02.07 10:08:00.048742 [ 256 ] {5e8b3c3d-7398-4107-a18f-0b8385dd1b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3274 2025.02.07 10:08:00.049994 [ 256 ] {5e8b3c3d-7398-4107-a18f-0b8385dd1b3f} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3275 2025.02.07 10:08:00.050035 [ 256 ] {5e8b3c3d-7398-4107-a18f-0b8385dd1b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3276 2025.02.07 10:08:00.050711 [ 256 ] {5e8b3c3d-7398-4107-a18f-0b8385dd1b3f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3277 2025.02.07 10:08:00.050973 [ 256 ] {5e8b3c3d-7398-4107-a18f-0b8385dd1b3f} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3278 2025.02.07 10:08:00.051224 [ 256 ] {5e8b3c3d-7398-4107-a18f-0b8385dd1b3f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002593 sec., 15040.49363671423 rows/sec., 26.95 MiB/sec.
3279 2025.02.07 10:08:00.051316 [ 256 ] {5e8b3c3d-7398-4107-a18f-0b8385dd1b3f} <Debug> TCPHandler: Processed in 0.002836298 sec.
3280 2025.02.07 10:08:00.051490 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3281 2025.02.07 10:08:00.051636 [ 255 ] {933bf59e-3d63-4657-a119-056bd1dea716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3282 2025.02.07 10:08:00.051698 [ 255 ] {933bf59e-3d63-4657-a119-056bd1dea716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3283 2025.02.07 10:08:00.052302 [ 255 ] {933bf59e-3d63-4657-a119-056bd1dea716} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3284 2025.02.07 10:08:00.052355 [ 255 ] {933bf59e-3d63-4657-a119-056bd1dea716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3285 2025.02.07 10:08:00.052801 [ 255 ] {933bf59e-3d63-4657-a119-056bd1dea716} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3286 2025.02.07 10:08:00.053069 [ 255 ] {933bf59e-3d63-4657-a119-056bd1dea716} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3287 2025.02.07 10:08:00.053341 [ 255 ] {933bf59e-3d63-4657-a119-056bd1dea716} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001737 sec., 34542.31433506045 rows/sec., 2.33 MiB/sec.
3288 2025.02.07 10:08:00.053541 [ 255 ] {933bf59e-3d63-4657-a119-056bd1dea716} <Debug> TCPHandler: Processed in 0.002118992 sec.
3289 2025.02.07 10:08:01.701282 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3290 2025.02.07 10:08:01.702118 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3291 2025.02.07 10:08:01.702162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3292 2025.02.07 10:08:01.702696 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3293 2025.02.07 10:08:01.702953 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3294 2025.02.07 10:08:01.703205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3295 2025.02.07 10:08:02.202383 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3296 2025.02.07 10:08:02.224027 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3297 2025.02.07 10:08:02.224095 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3298 2025.02.07 10:08:02.231767 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3299 2025.02.07 10:08:02.232533 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3300 2025.02.07 10:08:02.235236 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3301 2025.02.07 10:08:05.036599 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3302 2025.02.07 10:08:05.036815 [ 255 ] {050ec91f-ad75-44ee-9cf9-c1971d4657e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3303 2025.02.07 10:08:05.036887 [ 255 ] {050ec91f-ad75-44ee-9cf9-c1971d4657e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3304 2025.02.07 10:08:05.037659 [ 255 ] {050ec91f-ad75-44ee-9cf9-c1971d4657e6} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3305 2025.02.07 10:08:05.037713 [ 255 ] {050ec91f-ad75-44ee-9cf9-c1971d4657e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3306 2025.02.07 10:08:05.038212 [ 255 ] {050ec91f-ad75-44ee-9cf9-c1971d4657e6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3307 2025.02.07 10:08:05.038480 [ 255 ] {050ec91f-ad75-44ee-9cf9-c1971d4657e6} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3308 2025.02.07 10:08:05.038803 [ 255 ] {050ec91f-ad75-44ee-9cf9-c1971d4657e6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002041 sec., 6859.382655561 rows/sec., 493.78 KiB/sec.
3309 2025.02.07 10:08:05.038959 [ 255 ] {050ec91f-ad75-44ee-9cf9-c1971d4657e6} <Debug> TCPHandler: Processed in 0.00250195 sec.
3310 2025.02.07 10:08:05.039211 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3311 2025.02.07 10:08:05.039400 [ 256 ] {e9f0a484-46ff-4b1c-b1de-9cd427005636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3312 2025.02.07 10:08:05.039471 [ 256 ] {e9f0a484-46ff-4b1c-b1de-9cd427005636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3313 2025.02.07 10:08:05.040290 [ 256 ] {e9f0a484-46ff-4b1c-b1de-9cd427005636} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3314 2025.02.07 10:08:05.040338 [ 256 ] {e9f0a484-46ff-4b1c-b1de-9cd427005636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3315 2025.02.07 10:08:05.040792 [ 256 ] {e9f0a484-46ff-4b1c-b1de-9cd427005636} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3316 2025.02.07 10:08:05.041047 [ 256 ] {e9f0a484-46ff-4b1c-b1de-9cd427005636} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3317 2025.02.07 10:08:05.041335 [ 256 ] {e9f0a484-46ff-4b1c-b1de-9cd427005636} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.001987 sec., 102164.06643180674 rows/sec., 8.82 MiB/sec.
3318 2025.02.07 10:08:05.041572 [ 256 ] {e9f0a484-46ff-4b1c-b1de-9cd427005636} <Debug> TCPHandler: Processed in 0.00249445 sec.
3319 2025.02.07 10:08:05.041738 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3320 2025.02.07 10:08:05.041862 [ 255 ] {cfd05c9e-8f85-4d7d-8d2e-85df7027310c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3321 2025.02.07 10:08:05.041910 [ 255 ] {cfd05c9e-8f85-4d7d-8d2e-85df7027310c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3322 2025.02.07 10:08:05.042493 [ 255 ] {cfd05c9e-8f85-4d7d-8d2e-85df7027310c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3323 2025.02.07 10:08:05.042533 [ 255 ] {cfd05c9e-8f85-4d7d-8d2e-85df7027310c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3324 2025.02.07 10:08:05.042906 [ 255 ] {cfd05c9e-8f85-4d7d-8d2e-85df7027310c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3325 2025.02.07 10:08:05.043154 [ 255 ] {cfd05c9e-8f85-4d7d-8d2e-85df7027310c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3326 2025.02.07 10:08:05.043420 [ 255 ] {cfd05c9e-8f85-4d7d-8d2e-85df7027310c} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001575 sec., 4444.444444444444 rows/sec., 289.56 KiB/sec.
3327 2025.02.07 10:08:05.043633 [ 255 ] {cfd05c9e-8f85-4d7d-8d2e-85df7027310c} <Debug> TCPHandler: Processed in 0.00196403 sec.
3328 2025.02.07 10:08:05.043780 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3329 2025.02.07 10:08:05.043918 [ 256 ] {53e1d15d-8747-4637-857e-19909ce2f615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3330 2025.02.07 10:08:05.043974 [ 256 ] {53e1d15d-8747-4637-857e-19909ce2f615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3331 2025.02.07 10:08:05.044695 [ 256 ] {53e1d15d-8747-4637-857e-19909ce2f615} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3332 2025.02.07 10:08:05.044743 [ 256 ] {53e1d15d-8747-4637-857e-19909ce2f615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3333 2025.02.07 10:08:05.045108 [ 256 ] {53e1d15d-8747-4637-857e-19909ce2f615} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3334 2025.02.07 10:08:05.045352 [ 256 ] {53e1d15d-8747-4637-857e-19909ce2f615} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3335 2025.02.07 10:08:05.045556 [ 256 ] {53e1d15d-8747-4637-857e-19909ce2f615} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00167 sec., 8383.233532934131 rows/sec., 587.11 KiB/sec.
3336 2025.02.07 10:08:05.045608 [ 256 ] {53e1d15d-8747-4637-857e-19909ce2f615} <Debug> TCPHandler: Processed in 0.001885338 sec.
3337 2025.02.07 10:08:05.045790 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3338 2025.02.07 10:08:05.045928 [ 255 ] {62c84a8e-483f-4216-882e-4fb2147f17d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3339 2025.02.07 10:08:05.045985 [ 255 ] {62c84a8e-483f-4216-882e-4fb2147f17d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3340 2025.02.07 10:08:05.046687 [ 255 ] {62c84a8e-483f-4216-882e-4fb2147f17d6} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3341 2025.02.07 10:08:05.046734 [ 255 ] {62c84a8e-483f-4216-882e-4fb2147f17d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3342 2025.02.07 10:08:05.047104 [ 255 ] {62c84a8e-483f-4216-882e-4fb2147f17d6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3343 2025.02.07 10:08:05.047343 [ 255 ] {62c84a8e-483f-4216-882e-4fb2147f17d6} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3344 2025.02.07 10:08:05.047548 [ 255 ] {62c84a8e-483f-4216-882e-4fb2147f17d6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00165 sec., 7878.787878787879 rows/sec., 491.24 KiB/sec.
3345 2025.02.07 10:08:05.047599 [ 255 ] {62c84a8e-483f-4216-882e-4fb2147f17d6} <Debug> TCPHandler: Processed in 0.001868248 sec.
3346 2025.02.07 10:08:05.047754 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3347 2025.02.07 10:08:05.047886 [ 256 ] {fca9f613-adbf-466e-b8b0-89bb20ffeeb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3348 2025.02.07 10:08:05.047943 [ 256 ] {fca9f613-adbf-466e-b8b0-89bb20ffeeb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3349 2025.02.07 10:08:05.048772 [ 256 ] {fca9f613-adbf-466e-b8b0-89bb20ffeeb3} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3350 2025.02.07 10:08:05.048816 [ 256 ] {fca9f613-adbf-466e-b8b0-89bb20ffeeb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3351 2025.02.07 10:08:05.049197 [ 256 ] {fca9f613-adbf-466e-b8b0-89bb20ffeeb3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3352 2025.02.07 10:08:05.049448 [ 256 ] {fca9f613-adbf-466e-b8b0-89bb20ffeeb3} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3353 2025.02.07 10:08:05.049690 [ 256 ] {fca9f613-adbf-466e-b8b0-89bb20ffeeb3} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001833 sec., 208401.5275504637 rows/sec., 14.75 MiB/sec.
3354 2025.02.07 10:08:05.049912 [ 256 ] {fca9f613-adbf-466e-b8b0-89bb20ffeeb3} <Debug> TCPHandler: Processed in 0.002213805 sec.
3355 2025.02.07 10:08:05.050082 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3356 2025.02.07 10:08:05.050218 [ 255 ] {ec01da00-aa79-4c21-805e-5061e0af6465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3357 2025.02.07 10:08:05.050278 [ 255 ] {ec01da00-aa79-4c21-805e-5061e0af6465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3358 2025.02.07 10:08:05.050833 [ 255 ] {ec01da00-aa79-4c21-805e-5061e0af6465} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3359 2025.02.07 10:08:05.050872 [ 255 ] {ec01da00-aa79-4c21-805e-5061e0af6465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3360 2025.02.07 10:08:05.051252 [ 255 ] {ec01da00-aa79-4c21-805e-5061e0af6465} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3361 2025.02.07 10:08:05.051490 [ 255 ] {ec01da00-aa79-4c21-805e-5061e0af6465} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3362 2025.02.07 10:08:05.051706 [ 255 ] {ec01da00-aa79-4c21-805e-5061e0af6465} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec.
3363 2025.02.07 10:08:05.051755 [ 255 ] {ec01da00-aa79-4c21-805e-5061e0af6465} <Debug> TCPHandler: Processed in 0.001741785 sec.
3364 2025.02.07 10:08:05.051904 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3365 2025.02.07 10:08:05.052048 [ 256 ] {c7288555-7337-464c-b161-4ed3d6bfb340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3366 2025.02.07 10:08:05.052110 [ 256 ] {c7288555-7337-464c-b161-4ed3d6bfb340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3367 2025.02.07 10:08:05.052798 [ 256 ] {c7288555-7337-464c-b161-4ed3d6bfb340} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3368 2025.02.07 10:08:05.052837 [ 256 ] {c7288555-7337-464c-b161-4ed3d6bfb340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3369 2025.02.07 10:08:05.053235 [ 256 ] {c7288555-7337-464c-b161-4ed3d6bfb340} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3370 2025.02.07 10:08:05.053474 [ 256 ] {c7288555-7337-464c-b161-4ed3d6bfb340} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3371 2025.02.07 10:08:05.053681 [ 256 ] {c7288555-7337-464c-b161-4ed3d6bfb340} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001671 sec., 141831.23877917416 rows/sec., 9.51 MiB/sec.
3372 2025.02.07 10:08:05.053734 [ 256 ] {c7288555-7337-464c-b161-4ed3d6bfb340} <Debug> TCPHandler: Processed in 0.001898588 sec.
3373 2025.02.07 10:08:05.053881 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3374 2025.02.07 10:08:05.054017 [ 255 ] {722fce49-bb3f-4aa4-a6fe-780fbda900da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3375 2025.02.07 10:08:05.054076 [ 255 ] {722fce49-bb3f-4aa4-a6fe-780fbda900da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3376 2025.02.07 10:08:05.054621 [ 255 ] {722fce49-bb3f-4aa4-a6fe-780fbda900da} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3377 2025.02.07 10:08:05.054667 [ 255 ] {722fce49-bb3f-4aa4-a6fe-780fbda900da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3378 2025.02.07 10:08:05.055051 [ 255 ] {722fce49-bb3f-4aa4-a6fe-780fbda900da} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3379 2025.02.07 10:08:05.055291 [ 255 ] {722fce49-bb3f-4aa4-a6fe-780fbda900da} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3380 2025.02.07 10:08:05.055497 [ 255 ] {722fce49-bb3f-4aa4-a6fe-780fbda900da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 44.59 KiB/sec.
3381 2025.02.07 10:08:05.055547 [ 255 ] {722fce49-bb3f-4aa4-a6fe-780fbda900da} <Debug> TCPHandler: Processed in 0.001735045 sec.
3382 2025.02.07 10:08:05.055685 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3383 2025.02.07 10:08:05.055803 [ 256 ] {28457798-006f-4a5b-92fa-64442aff6f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3384 2025.02.07 10:08:05.055852 [ 256 ] {28457798-006f-4a5b-92fa-64442aff6f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3385 2025.02.07 10:08:05.056348 [ 256 ] {28457798-006f-4a5b-92fa-64442aff6f6e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3386 2025.02.07 10:08:05.056389 [ 256 ] {28457798-006f-4a5b-92fa-64442aff6f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3387 2025.02.07 10:08:05.056767 [ 256 ] {28457798-006f-4a5b-92fa-64442aff6f6e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3388 2025.02.07 10:08:05.056997 [ 256 ] {28457798-006f-4a5b-92fa-64442aff6f6e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3389 2025.02.07 10:08:05.057222 [ 256 ] {28457798-006f-4a5b-92fa-64442aff6f6e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec.
3390 2025.02.07 10:08:05.057273 [ 256 ] {28457798-006f-4a5b-92fa-64442aff6f6e} <Debug> TCPHandler: Processed in 0.001646453 sec.
3391 2025.02.07 10:08:09.108707 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
3392 2025.02.07 10:08:09.108804 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
3393 2025.02.07 10:08:09.203369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3394 2025.02.07 10:08:09.204336 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3395 2025.02.07 10:08:09.204376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3396 2025.02.07 10:08:09.204933 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3397 2025.02.07 10:08:09.205205 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3398 2025.02.07 10:08:09.205355 [ 48 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3399 2025.02.07 10:08:09.205411 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3400 2025.02.07 10:08:09.205415 [ 48 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3401 2025.02.07 10:08:09.205451 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3402 2025.02.07 10:08:09.205604 [ 189 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
3403 2025.02.07 10:08:09.205763 [ 189 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3404 2025.02.07 10:08:09.205807 [ 189 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
3405 2025.02.07 10:08:09.205889 [ 189 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
3406 2025.02.07 10:08:09.206160 [ 189 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
3407 2025.02.07 10:08:09.206321 [ 189 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
3408 2025.02.07 10:08:09.206452 [ 189 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
3409 2025.02.07 10:08:09.206639 [ 189 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
3410 2025.02.07 10:08:09.208438 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002912679 sec., 2534093.183629229 rows/sec., 36.25 MiB/sec.
3411 2025.02.07 10:08:09.209249 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3412 2025.02.07 10:08:09.209576 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3413 2025.02.07 10:08:09.209654 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_16_3} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3414 2025.02.07 10:08:09.209750 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
3415 2025.02.07 10:08:09.267762 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 472
3416 2025.02.07 10:08:09.270945 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3417 2025.02.07 10:08:09.271009 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3418 2025.02.07 10:08:09.272510 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3419 2025.02.07 10:08:09.272832 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3420 2025.02.07 10:08:09.273795 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 472
3421 2025.02.07 10:08:09.735317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3422 2025.02.07 10:08:09.758194 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3423 2025.02.07 10:08:09.758258 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3424 2025.02.07 10:08:09.765975 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3425 2025.02.07 10:08:09.766778 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3426 2025.02.07 10:08:09.767082 [ 27 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3427 2025.02.07 10:08:09.767140 [ 27 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3428 2025.02.07 10:08:09.767184 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3429 2025.02.07 10:08:09.767673 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
3430 2025.02.07 10:08:09.782805 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3431 2025.02.07 10:08:09.784682 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3432 2025.02.07 10:08:09.786465 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
3433 2025.02.07 10:08:09.795240 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
3434 2025.02.07 10:08:09.801246 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
3435 2025.02.07 10:08:09.806911 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
3436 2025.02.07 10:08:09.812900 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
3437 2025.02.07 10:08:09.817640 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3438 2025.02.07 10:08:09.883285 [ 200 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.115961816 sec., 1043.4469222179137 rows/sec., 5.40 MiB/sec.
3439 2025.02.07 10:08:09.885872 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3440 2025.02.07 10:08:09.888837 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_16_3} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3441 2025.02.07 10:08:09.888974 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_16_3} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3442 2025.02.07 10:08:09.891200 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3443 2025.02.07 10:08:10.000148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.00 MiB, peak 184.95 MiB, free memory in arenas 0.00 B, will set to 176.96 MiB (RSS), difference: 1.96 MiB
3444 2025.02.07 10:08:10.001308 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000921398 sec.
3445 2025.02.07 10:08:10.034181 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3446 2025.02.07 10:08:10.034367 [ 255 ] {234e566a-061c-4e8f-8639-c9736ea56e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3447 2025.02.07 10:08:10.034442 [ 255 ] {234e566a-061c-4e8f-8639-c9736ea56e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3448 2025.02.07 10:08:10.035304 [ 255 ] {234e566a-061c-4e8f-8639-c9736ea56e5d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3449 2025.02.07 10:08:10.035348 [ 255 ] {234e566a-061c-4e8f-8639-c9736ea56e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3450 2025.02.07 10:08:10.035801 [ 255 ] {234e566a-061c-4e8f-8639-c9736ea56e5d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3451 2025.02.07 10:08:10.036067 [ 255 ] {234e566a-061c-4e8f-8639-c9736ea56e5d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3452 2025.02.07 10:08:10.036398 [ 255 ] {234e566a-061c-4e8f-8639-c9736ea56e5d} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002077 sec., 64516.12903225807 rows/sec., 5.55 MiB/sec.
3453 2025.02.07 10:08:10.036770 [ 255 ] {234e566a-061c-4e8f-8639-c9736ea56e5d} <Debug> TCPHandler: Processed in 0.002720944 sec.
3454 2025.02.07 10:08:10.037061 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3455 2025.02.07 10:08:10.037240 [ 256 ] {d1759f0c-c80d-4b71-94f8-009ba95d5e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3456 2025.02.07 10:08:10.037325 [ 256 ] {d1759f0c-c80d-4b71-94f8-009ba95d5e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3457 2025.02.07 10:08:10.038093 [ 256 ] {d1759f0c-c80d-4b71-94f8-009ba95d5e81} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3458 2025.02.07 10:08:10.038139 [ 256 ] {d1759f0c-c80d-4b71-94f8-009ba95d5e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3459 2025.02.07 10:08:10.038594 [ 256 ] {d1759f0c-c80d-4b71-94f8-009ba95d5e81} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3460 2025.02.07 10:08:10.038859 [ 256 ] {d1759f0c-c80d-4b71-94f8-009ba95d5e81} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3461 2025.02.07 10:08:10.039208 [ 256 ] {d1759f0c-c80d-4b71-94f8-009ba95d5e81} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001993 sec., 19568.489713998995 rows/sec., 1.44 MiB/sec.
3462 2025.02.07 10:08:10.039526 [ 256 ] {d1759f0c-c80d-4b71-94f8-009ba95d5e81} <Debug> TCPHandler: Processed in 0.002590172 sec.
3463 2025.02.07 10:08:10.039764 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3464 2025.02.07 10:08:10.039894 [ 255 ] {29aa9ba1-673c-4cb5-8e31-e30855302e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3465 2025.02.07 10:08:10.039942 [ 255 ] {29aa9ba1-673c-4cb5-8e31-e30855302e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3466 2025.02.07 10:08:10.040603 [ 255 ] {29aa9ba1-673c-4cb5-8e31-e30855302e63} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3467 2025.02.07 10:08:10.040651 [ 255 ] {29aa9ba1-673c-4cb5-8e31-e30855302e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3468 2025.02.07 10:08:10.041088 [ 255 ] {29aa9ba1-673c-4cb5-8e31-e30855302e63} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3469 2025.02.07 10:08:10.041340 [ 255 ] {29aa9ba1-673c-4cb5-8e31-e30855302e63} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3470 2025.02.07 10:08:10.041704 [ 255 ] {29aa9ba1-673c-4cb5-8e31-e30855302e63} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001792 sec., 57477.67857142857 rows/sec., 4.49 MiB/sec.
3471 2025.02.07 10:08:10.042100 [ 255 ] {29aa9ba1-673c-4cb5-8e31-e30855302e63} <Debug> TCPHandler: Processed in 0.00245457 sec.
3472 2025.02.07 10:08:10.042299 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3473 2025.02.07 10:08:10.042420 [ 256 ] {a792c025-6f17-4707-9395-96bb858955e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3474 2025.02.07 10:08:10.042474 [ 256 ] {a792c025-6f17-4707-9395-96bb858955e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3475 2025.02.07 10:08:10.043056 [ 256 ] {a792c025-6f17-4707-9395-96bb858955e4} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3476 2025.02.07 10:08:10.043096 [ 256 ] {a792c025-6f17-4707-9395-96bb858955e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3477 2025.02.07 10:08:10.043510 [ 256 ] {a792c025-6f17-4707-9395-96bb858955e4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3478 2025.02.07 10:08:10.043766 [ 256 ] {a792c025-6f17-4707-9395-96bb858955e4} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3479 2025.02.07 10:08:10.043981 [ 256 ] {a792c025-6f17-4707-9395-96bb858955e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec.
3480 2025.02.07 10:08:10.044035 [ 256 ] {a792c025-6f17-4707-9395-96bb858955e4} <Debug> TCPHandler: Processed in 0.001825387 sec.
3481 2025.02.07 10:08:10.044211 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3482 2025.02.07 10:08:10.044349 [ 255 ] {287c72c2-ac42-4470-9f1f-568ed62066ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3483 2025.02.07 10:08:10.044442 [ 255 ] {287c72c2-ac42-4470-9f1f-568ed62066ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3484 2025.02.07 10:08:10.045762 [ 255 ] {287c72c2-ac42-4470-9f1f-568ed62066ea} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2025.02.07 10:08:10.045801 [ 255 ] {287c72c2-ac42-4470-9f1f-568ed62066ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3486 2025.02.07 10:08:10.046518 [ 255 ] {287c72c2-ac42-4470-9f1f-568ed62066ea} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3487 2025.02.07 10:08:10.046778 [ 255 ] {287c72c2-ac42-4470-9f1f-568ed62066ea} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3488 2025.02.07 10:08:10.047059 [ 255 ] {287c72c2-ac42-4470-9f1f-568ed62066ea} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002734 sec., 14264.813460131676 rows/sec., 25.56 MiB/sec.
3489 2025.02.07 10:08:10.047208 [ 255 ] {287c72c2-ac42-4470-9f1f-568ed62066ea} <Debug> TCPHandler: Processed in 0.003068192 sec.
3490 2025.02.07 10:08:10.047405 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3491 2025.02.07 10:08:10.047611 [ 256 ] {809ba630-883b-44cf-9df6-207310959c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3492 2025.02.07 10:08:10.047698 [ 256 ] {809ba630-883b-44cf-9df6-207310959c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3493 2025.02.07 10:08:10.048329 [ 256 ] {809ba630-883b-44cf-9df6-207310959c4c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3494 2025.02.07 10:08:10.048369 [ 256 ] {809ba630-883b-44cf-9df6-207310959c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3495 2025.02.07 10:08:10.048762 [ 256 ] {809ba630-883b-44cf-9df6-207310959c4c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3496 2025.02.07 10:08:10.049015 [ 256 ] {809ba630-883b-44cf-9df6-207310959c4c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3497 2025.02.07 10:08:10.049229 [ 256 ] {809ba630-883b-44cf-9df6-207310959c4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001669 sec., 35949.67046135411 rows/sec., 2.42 MiB/sec.
3498 2025.02.07 10:08:10.049278 [ 256 ] {809ba630-883b-44cf-9df6-207310959c4c} <Debug> TCPHandler: Processed in 0.00197577 sec.
3499 2025.02.07 10:08:13.942118 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3500 2025.02.07 10:08:13.942353 [ 255 ] {5b3d5d4a-b0a8-42c1-9697-2020da5552ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3501 2025.02.07 10:08:13.942439 [ 255 ] {5b3d5d4a-b0a8-42c1-9697-2020da5552ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3502 2025.02.07 10:08:13.943299 [ 255 ] {5b3d5d4a-b0a8-42c1-9697-2020da5552ff} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3503 2025.02.07 10:08:13.943352 [ 255 ] {5b3d5d4a-b0a8-42c1-9697-2020da5552ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3504 2025.02.07 10:08:13.943798 [ 255 ] {5b3d5d4a-b0a8-42c1-9697-2020da5552ff} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3505 2025.02.07 10:08:13.944058 [ 255 ] {5b3d5d4a-b0a8-42c1-9697-2020da5552ff} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3506 2025.02.07 10:08:13.944244 [ 38 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3507 2025.02.07 10:08:13.944292 [ 38 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3508 2025.02.07 10:08:13.944307 [ 255 ] {5b3d5d4a-b0a8-42c1-9697-2020da5552ff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002016 sec., 6944.444444444444 rows/sec., 499.91 KiB/sec.
3509 2025.02.07 10:08:13.944317 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3510 2025.02.07 10:08:13.944440 [ 255 ] {5b3d5d4a-b0a8-42c1-9697-2020da5552ff} <Debug> TCPHandler: Processed in 0.00246202 sec.
3511 2025.02.07 10:08:13.944687 [ 200 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::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
3512 2025.02.07 10:08:13.944823 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3513 2025.02.07 10:08:13.944893 [ 200 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3514 2025.02.07 10:08:13.944943 [ 200 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
3515 2025.02.07 10:08:13.945012 [ 256 ] {4dad3f71-f6ab-49ee-815f-f5a25941315b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3516 2025.02.07 10:08:13.945088 [ 200 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
3517 2025.02.07 10:08:13.945103 [ 256 ] {4dad3f71-f6ab-49ee-815f-f5a25941315b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3518 2025.02.07 10:08:13.945506 [ 200 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3519 2025.02.07 10:08:13.945926 [ 200 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3520 2025.02.07 10:08:13.946187 [ 200 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3521 2025.02.07 10:08:13.947216 [ 256 ] {4dad3f71-f6ab-49ee-815f-f5a25941315b} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3522 2025.02.07 10:08:13.947266 [ 256 ] {4dad3f71-f6ab-49ee-815f-f5a25941315b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3523 2025.02.07 10:08:13.947975 [ 256 ] {4dad3f71-f6ab-49ee-815f-f5a25941315b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3524 2025.02.07 10:08:13.947983 [ 198 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003545052 sec., 19745.831654937643 rows/sec., 1.46 MiB/sec.
3525 2025.02.07 10:08:13.948203 [ 198 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3526 2025.02.07 10:08:13.948458 [ 256 ] {4dad3f71-f6ab-49ee-815f-f5a25941315b} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3527 2025.02.07 10:08:13.948894 [ 198 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3528 2025.02.07 10:08:13.948981 [ 256 ] {4dad3f71-f6ab-49ee-815f-f5a25941315b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003994 sec., 500.75112669003505 rows/sec., 40.83 KiB/sec.
3529 2025.02.07 10:08:13.949238 [ 198 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_9_2} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3530 2025.02.07 10:08:13.949265 [ 256 ] {4dad3f71-f6ab-49ee-815f-f5a25941315b} <Debug> TCPHandler: Processed in 0.004680405 sec.
3531 2025.02.07 10:08:13.949469 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3532 2025.02.07 10:08:13.949507 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3533 2025.02.07 10:08:13.949633 [ 255 ] {51888180-4ecf-43e0-9b1b-1d0697091470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3534 2025.02.07 10:08:13.949688 [ 255 ] {51888180-4ecf-43e0-9b1b-1d0697091470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3535 2025.02.07 10:08:13.950936 [ 255 ] {51888180-4ecf-43e0-9b1b-1d0697091470} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3536 2025.02.07 10:08:13.950976 [ 255 ] {51888180-4ecf-43e0-9b1b-1d0697091470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3537 2025.02.07 10:08:13.951464 [ 255 ] {51888180-4ecf-43e0-9b1b-1d0697091470} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3538 2025.02.07 10:08:13.951733 [ 255 ] {51888180-4ecf-43e0-9b1b-1d0697091470} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3539 2025.02.07 10:08:13.951858 [ 38 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3540 2025.02.07 10:08:13.951895 [ 38 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3541 2025.02.07 10:08:13.951919 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3542 2025.02.07 10:08:13.951930 [ 255 ] {51888180-4ecf-43e0-9b1b-1d0697091470} <Debug> executeQuery: Read 1344 rows, 114.14 KiB in 0.002327 sec., 577567.6837129351 rows/sec., 47.90 MiB/sec.
3543 2025.02.07 10:08:13.952076 [ 255 ] {51888180-4ecf-43e0-9b1b-1d0697091470} <Debug> TCPHandler: Processed in 0.002663224 sec.
3544 2025.02.07 10:08:13.952176 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
3545 2025.02.07 10:08:13.952267 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3546 2025.02.07 10:08:13.952412 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3547 2025.02.07 10:08:13.952500 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1426 rows starting from the beginning of the part
3548 2025.02.07 10:08:13.952516 [ 256 ] {9041aa74-764f-4944-a65a-89f7cd1c19a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3549 2025.02.07 10:08:13.952682 [ 256 ] {9041aa74-764f-4944-a65a-89f7cd1c19a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3550 2025.02.07 10:08:13.952765 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 203 rows starting from the beginning of the part
3551 2025.02.07 10:08:13.953261 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 135 rows starting from the beginning of the part
3552 2025.02.07 10:08:13.953697 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 203 rows starting from the beginning of the part
3553 2025.02.07 10:08:13.954118 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 134 rows starting from the beginning of the part
3554 2025.02.07 10:08:13.954405 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1344 rows starting from the beginning of the part
3555 2025.02.07 10:08:13.955294 [ 256 ] {9041aa74-764f-4944-a65a-89f7cd1c19a5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3556 2025.02.07 10:08:13.955364 [ 256 ] {9041aa74-764f-4944-a65a-89f7cd1c19a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3557 2025.02.07 10:08:13.956248 [ 256 ] {9041aa74-764f-4944-a65a-89f7cd1c19a5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3558 2025.02.07 10:08:13.956802 [ 256 ] {9041aa74-764f-4944-a65a-89f7cd1c19a5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3559 2025.02.07 10:08:13.957184 [ 256 ] {9041aa74-764f-4944-a65a-89f7cd1c19a5} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.004741 sec., 1898.3336848766082 rows/sec., 125.65 KiB/sec.
3560 2025.02.07 10:08:13.957333 [ 256 ] {9041aa74-764f-4944-a65a-89f7cd1c19a5} <Debug> TCPHandler: Processed in 0.005148984 sec.
3561 2025.02.07 10:08:13.957603 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3562 2025.02.07 10:08:13.957861 [ 255 ] {e926cf99-9455-4b27-b2e1-78ef1074cd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3563 2025.02.07 10:08:13.958024 [ 255 ] {e926cf99-9455-4b27-b2e1-78ef1074cd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3564 2025.02.07 10:08:13.958389 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3445 rows, containing 5 columns (5 merged, 0 gathered) in 0.006378239 sec., 540117.7346913466 rows/sec., 47.32 MiB/sec.
3565 2025.02.07 10:08:13.958740 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3566 2025.02.07 10:08:13.959301 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3567 2025.02.07 10:08:13.959487 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_21_4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3568 2025.02.07 10:08:13.959673 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
3569 2025.02.07 10:08:13.959827 [ 255 ] {e926cf99-9455-4b27-b2e1-78ef1074cd08} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3570 2025.02.07 10:08:13.959872 [ 255 ] {e926cf99-9455-4b27-b2e1-78ef1074cd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3571 2025.02.07 10:08:13.960258 [ 255 ] {e926cf99-9455-4b27-b2e1-78ef1074cd08} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3572 2025.02.07 10:08:13.960503 [ 255 ] {e926cf99-9455-4b27-b2e1-78ef1074cd08} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3573 2025.02.07 10:08:13.960729 [ 255 ] {e926cf99-9455-4b27-b2e1-78ef1074cd08} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002962 sec., 81701.55300472653 rows/sec., 5.54 MiB/sec.
3574 2025.02.07 10:08:13.960900 [ 255 ] {e926cf99-9455-4b27-b2e1-78ef1074cd08} <Debug> TCPHandler: Processed in 0.003368588 sec.
3575 2025.02.07 10:08:13.961064 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3576 2025.02.07 10:08:13.961185 [ 256 ] {808cdcd1-c51c-4fb2-b118-e40500efdc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3577 2025.02.07 10:08:13.961236 [ 256 ] {808cdcd1-c51c-4fb2-b118-e40500efdc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3578 2025.02.07 10:08:13.961829 [ 256 ] {808cdcd1-c51c-4fb2-b118-e40500efdc6b} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3579 2025.02.07 10:08:13.961870 [ 256 ] {808cdcd1-c51c-4fb2-b118-e40500efdc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3580 2025.02.07 10:08:13.962248 [ 256 ] {808cdcd1-c51c-4fb2-b118-e40500efdc6b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3581 2025.02.07 10:08:13.962505 [ 256 ] {808cdcd1-c51c-4fb2-b118-e40500efdc6b} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3582 2025.02.07 10:08:13.962683 [ 38 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3583 2025.02.07 10:08:13.962743 [ 38 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3584 2025.02.07 10:08:13.962776 [ 256 ] {808cdcd1-c51c-4fb2-b118-e40500efdc6b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec.
3585 2025.02.07 10:08:13.962785 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3586 2025.02.07 10:08:13.962935 [ 256 ] {808cdcd1-c51c-4fb2-b118-e40500efdc6b} <Debug> TCPHandler: Processed in 0.001928139 sec.
3587 2025.02.07 10:08:13.963244 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3588 2025.02.07 10:08:13.963254 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::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
3589 2025.02.07 10:08:13.963529 [ 255 ] {08b6a4ea-9324-444a-b686-763375b38d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3590 2025.02.07 10:08:13.963544 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3591 2025.02.07 10:08:13.963622 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part
3592 2025.02.07 10:08:13.963631 [ 255 ] {08b6a4ea-9324-444a-b686-763375b38d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3593 2025.02.07 10:08:13.963946 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part
3594 2025.02.07 10:08:13.964311 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part
3595 2025.02.07 10:08:13.964694 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part
3596 2025.02.07 10:08:13.965077 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part
3597 2025.02.07 10:08:13.967020 [ 255 ] {08b6a4ea-9324-444a-b686-763375b38d59} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3598 2025.02.07 10:08:13.967086 [ 255 ] {08b6a4ea-9324-444a-b686-763375b38d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3599 2025.02.07 10:08:13.967107 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004174155 sec., 15572.013976481468 rows/sec., 1.01 MiB/sec.
3600 2025.02.07 10:08:13.967348 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3601 2025.02.07 10:08:13.967873 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3602 2025.02.07 10:08:13.967934 [ 255 ] {08b6a4ea-9324-444a-b686-763375b38d59} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3603 2025.02.07 10:08:13.968007 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_9_2} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3604 2025.02.07 10:08:13.968153 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3605 2025.02.07 10:08:13.968323 [ 255 ] {08b6a4ea-9324-444a-b686-763375b38d59} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2025.02.07 10:08:13.968476 [ 38 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3607 2025.02.07 10:08:13.968527 [ 38 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3608 2025.02.07 10:08:13.968552 [ 255 ] {08b6a4ea-9324-444a-b686-763375b38d59} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005122 sec., 163998.43811011323 rows/sec., 11.85 MiB/sec.
3609 2025.02.07 10:08:13.968557 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3610 2025.02.07 10:08:13.968732 [ 255 ] {08b6a4ea-9324-444a-b686-763375b38d59} <Debug> TCPHandler: Processed in 0.005670365 sec.
3611 2025.02.07 10:08:13.968925 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
3612 2025.02.07 10:08:13.969025 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3613 2025.02.07 10:08:13.969246 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3614 2025.02.07 10:08:13.969272 [ 256 ] {bd02e6e1-2d8f-45b3-ae2e-93f80bab30a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3615 2025.02.07 10:08:13.969282 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 903 rows starting from the beginning of the part
3616 2025.02.07 10:08:13.969353 [ 256 ] {bd02e6e1-2d8f-45b3-ae2e-93f80bab30a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3617 2025.02.07 10:08:13.969492 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 382 rows starting from the beginning of the part
3618 2025.02.07 10:08:13.969887 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 105 rows starting from the beginning of the part
3619 2025.02.07 10:08:13.970337 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 382 rows starting from the beginning of the part
3620 2025.02.07 10:08:13.970726 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 103 rows starting from the beginning of the part
3621 2025.02.07 10:08:13.971044 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 840 rows starting from the beginning of the part
3622 2025.02.07 10:08:13.971849 [ 256 ] {bd02e6e1-2d8f-45b3-ae2e-93f80bab30a8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3623 2025.02.07 10:08:13.971893 [ 256 ] {bd02e6e1-2d8f-45b3-ae2e-93f80bab30a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3624 2025.02.07 10:08:13.972415 [ 256 ] {bd02e6e1-2d8f-45b3-ae2e-93f80bab30a8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3625 2025.02.07 10:08:13.972720 [ 256 ] {bd02e6e1-2d8f-45b3-ae2e-93f80bab30a8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3626 2025.02.07 10:08:13.972962 [ 256 ] {bd02e6e1-2d8f-45b3-ae2e-93f80bab30a8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003742 sec., 1603.4206306787814 rows/sec., 83.77 KiB/sec.
3627 2025.02.07 10:08:13.973030 [ 256 ] {bd02e6e1-2d8f-45b3-ae2e-93f80bab30a8} <Debug> TCPHandler: Processed in 0.004165455 sec.
3628 2025.02.07 10:08:13.973264 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3629 2025.02.07 10:08:13.973289 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2715 rows, containing 5 columns (5 merged, 0 gathered) in 0.004625004 sec., 587026.5193284156 rows/sec., 44.75 MiB/sec.
3630 2025.02.07 10:08:13.973450 [ 255 ] {612959c1-f621-4748-b2ae-6dd29ea529df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3631 2025.02.07 10:08:13.973537 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3632 2025.02.07 10:08:13.973548 [ 255 ] {612959c1-f621-4748-b2ae-6dd29ea529df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3633 2025.02.07 10:08:13.974196 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3634 2025.02.07 10:08:13.974318 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_21_4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3635 2025.02.07 10:08:13.974408 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
3636 2025.02.07 10:08:13.974869 [ 255 ] {612959c1-f621-4748-b2ae-6dd29ea529df} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3637 2025.02.07 10:08:13.974912 [ 255 ] {612959c1-f621-4748-b2ae-6dd29ea529df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3638 2025.02.07 10:08:13.975366 [ 255 ] {612959c1-f621-4748-b2ae-6dd29ea529df} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3639 2025.02.07 10:08:13.975612 [ 255 ] {612959c1-f621-4748-b2ae-6dd29ea529df} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3640 2025.02.07 10:08:13.975792 [ 255 ] {612959c1-f621-4748-b2ae-6dd29ea529df} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002408 sec., 384551.4950166113 rows/sec., 25.66 MiB/sec.
3641 2025.02.07 10:08:13.975846 [ 255 ] {612959c1-f621-4748-b2ae-6dd29ea529df} <Debug> TCPHandler: Processed in 0.002712685 sec.
3642 2025.02.07 10:08:13.976046 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3643 2025.02.07 10:08:13.976218 [ 256 ] {f3c8f5c2-ca44-4c8a-bc3c-0d5050e04c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3644 2025.02.07 10:08:13.976279 [ 256 ] {f3c8f5c2-ca44-4c8a-bc3c-0d5050e04c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3645 2025.02.07 10:08:13.976851 [ 256 ] {f3c8f5c2-ca44-4c8a-bc3c-0d5050e04c29} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3646 2025.02.07 10:08:13.976898 [ 256 ] {f3c8f5c2-ca44-4c8a-bc3c-0d5050e04c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3647 2025.02.07 10:08:13.977311 [ 256 ] {f3c8f5c2-ca44-4c8a-bc3c-0d5050e04c29} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3648 2025.02.07 10:08:13.977567 [ 256 ] {f3c8f5c2-ca44-4c8a-bc3c-0d5050e04c29} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3649 2025.02.07 10:08:13.977781 [ 256 ] {f3c8f5c2-ca44-4c8a-bc3c-0d5050e04c29} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001595 sec., 626.9592476489028 rows/sec., 42.25 KiB/sec.
3650 2025.02.07 10:08:13.977833 [ 256 ] {f3c8f5c2-ca44-4c8a-bc3c-0d5050e04c29} <Debug> TCPHandler: Processed in 0.001891428 sec.
3651 2025.02.07 10:08:13.977977 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3652 2025.02.07 10:08:13.978095 [ 255 ] {abb39f12-ead2-450c-965f-21b8e92cdeaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3653 2025.02.07 10:08:13.978155 [ 255 ] {abb39f12-ead2-450c-965f-21b8e92cdeaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3654 2025.02.07 10:08:13.978758 [ 255 ] {abb39f12-ead2-450c-965f-21b8e92cdeaf} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3655 2025.02.07 10:08:13.978806 [ 255 ] {abb39f12-ead2-450c-965f-21b8e92cdeaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3656 2025.02.07 10:08:13.979251 [ 255 ] {abb39f12-ead2-450c-965f-21b8e92cdeaf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3657 2025.02.07 10:08:13.979494 [ 255 ] {abb39f12-ead2-450c-965f-21b8e92cdeaf} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3658 2025.02.07 10:08:13.979679 [ 255 ] {abb39f12-ead2-450c-965f-21b8e92cdeaf} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001607 sec., 43559.42750466708 rows/sec., 2.74 MiB/sec.
3659 2025.02.07 10:08:13.979741 [ 255 ] {abb39f12-ead2-450c-965f-21b8e92cdeaf} <Debug> TCPHandler: Processed in 0.001821926 sec.
3660 2025.02.07 10:08:15.025594 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3661 2025.02.07 10:08:15.025788 [ 255 ] {2377c6ed-e2d9-4a81-a0af-f9f99c6d7a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3662 2025.02.07 10:08:15.025861 [ 255 ] {2377c6ed-e2d9-4a81-a0af-f9f99c6d7a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3663 2025.02.07 10:08:15.026657 [ 255 ] {2377c6ed-e2d9-4a81-a0af-f9f99c6d7a10} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3664 2025.02.07 10:08:15.026705 [ 255 ] {2377c6ed-e2d9-4a81-a0af-f9f99c6d7a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3665 2025.02.07 10:08:15.027142 [ 255 ] {2377c6ed-e2d9-4a81-a0af-f9f99c6d7a10} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3666 2025.02.07 10:08:15.027399 [ 255 ] {2377c6ed-e2d9-4a81-a0af-f9f99c6d7a10} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3667 2025.02.07 10:08:15.027650 [ 255 ] {2377c6ed-e2d9-4a81-a0af-f9f99c6d7a10} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001915 sec., 29242.819843342037 rows/sec., 2.23 MiB/sec.
3668 2025.02.07 10:08:15.027715 [ 255 ] {2377c6ed-e2d9-4a81-a0af-f9f99c6d7a10} <Debug> TCPHandler: Processed in 0.002263666 sec.
3669 2025.02.07 10:08:15.027991 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3670 2025.02.07 10:08:15.028190 [ 256 ] {f4cbd60a-8db9-4b09-8876-ffe0f73ddf5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3671 2025.02.07 10:08:15.028266 [ 256 ] {f4cbd60a-8db9-4b09-8876-ffe0f73ddf5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3672 2025.02.07 10:08:15.029060 [ 256 ] {f4cbd60a-8db9-4b09-8876-ffe0f73ddf5a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3673 2025.02.07 10:08:15.029114 [ 256 ] {f4cbd60a-8db9-4b09-8876-ffe0f73ddf5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3674 2025.02.07 10:08:15.029567 [ 256 ] {f4cbd60a-8db9-4b09-8876-ffe0f73ddf5a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3675 2025.02.07 10:08:15.029842 [ 256 ] {f4cbd60a-8db9-4b09-8876-ffe0f73ddf5a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3676 2025.02.07 10:08:15.030149 [ 256 ] {f4cbd60a-8db9-4b09-8876-ffe0f73ddf5a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002005 sec., 31920.199501246887 rows/sec., 2.49 MiB/sec.
3677 2025.02.07 10:08:15.030391 [ 256 ] {f4cbd60a-8db9-4b09-8876-ffe0f73ddf5a} <Debug> TCPHandler: Processed in 0.002530541 sec.
3678 2025.02.07 10:08:15.030612 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3679 2025.02.07 10:08:15.030760 [ 255 ] {70d710c6-e9c4-4a43-ab71-48bbba676c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3680 2025.02.07 10:08:15.030827 [ 255 ] {70d710c6-e9c4-4a43-ab71-48bbba676c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3681 2025.02.07 10:08:15.031433 [ 255 ] {70d710c6-e9c4-4a43-ab71-48bbba676c52} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3682 2025.02.07 10:08:15.031473 [ 255 ] {70d710c6-e9c4-4a43-ab71-48bbba676c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3683 2025.02.07 10:08:15.031875 [ 255 ] {70d710c6-e9c4-4a43-ab71-48bbba676c52} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3684 2025.02.07 10:08:15.032126 [ 255 ] {70d710c6-e9c4-4a43-ab71-48bbba676c52} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3685 2025.02.07 10:08:15.032309 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3686 2025.02.07 10:08:15.032379 [ 255 ] {70d710c6-e9c4-4a43-ab71-48bbba676c52} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001645 sec., 19452.88753799392 rows/sec., 1.35 MiB/sec.
3687 2025.02.07 10:08:15.032390 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3688 2025.02.07 10:08:15.032465 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3689 2025.02.07 10:08:15.032520 [ 255 ] {70d710c6-e9c4-4a43-ab71-48bbba676c52} <Debug> TCPHandler: Processed in 0.00197919 sec.
3690 2025.02.07 10:08:15.032823 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3691 2025.02.07 10:08:15.032914 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
3692 2025.02.07 10:08:15.033195 [ 256 ] {2b919113-3701-4a78-b0a2-4e1175d19b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3693 2025.02.07 10:08:15.033273 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3694 2025.02.07 10:08:15.033301 [ 256 ] {2b919113-3701-4a78-b0a2-4e1175d19b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3695 2025.02.07 10:08:15.033341 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5102 rows starting from the beginning of the part
3696 2025.02.07 10:08:15.033638 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 161 rows starting from the beginning of the part
3697 2025.02.07 10:08:15.034058 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part
3698 2025.02.07 10:08:15.034426 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
3699 2025.02.07 10:08:15.034754 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 926 rows starting from the beginning of the part
3700 2025.02.07 10:08:15.035038 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part
3701 2025.02.07 10:08:15.035816 [ 256 ] {2b919113-3701-4a78-b0a2-4e1175d19b33} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3702 2025.02.07 10:08:15.035883 [ 256 ] {2b919113-3701-4a78-b0a2-4e1175d19b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3703 2025.02.07 10:08:15.036602 [ 256 ] {2b919113-3701-4a78-b0a2-4e1175d19b33} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3704 2025.02.07 10:08:15.037209 [ 256 ] {2b919113-3701-4a78-b0a2-4e1175d19b33} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3705 2025.02.07 10:08:15.037607 [ 119 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3706 2025.02.07 10:08:15.037739 [ 119 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3707 2025.02.07 10:08:15.037788 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
3708 2025.02.07 10:08:15.037813 [ 256 ] {2b919113-3701-4a78-b0a2-4e1175d19b33} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.0047 sec., 2553.191489361702 rows/sec., 176.20 KiB/sec.
3709 2025.02.07 10:08:15.038182 [ 256 ] {2b919113-3701-4a78-b0a2-4e1175d19b33} <Debug> TCPHandler: Processed in 0.005521492 sec.
3710 2025.02.07 10:08:15.038435 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
3711 2025.02.07 10:08:15.038731 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3712 2025.02.07 10:08:15.038766 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 826 rows starting from the beginning of the part
3713 2025.02.07 10:08:15.038857 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
3714 2025.02.07 10:08:15.038978 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part
3715 2025.02.07 10:08:15.039447 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
3716 2025.02.07 10:08:15.039699 [ 191 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6618 rows, containing 5 columns (5 merged, 0 gathered) in 0.007112174 sec., 930517.1667622306 rows/sec., 62.64 MiB/sec.
3717 2025.02.07 10:08:15.039695 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 70 rows starting from the beginning of the part
3718 2025.02.07 10:08:15.039865 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part
3719 2025.02.07 10:08:15.040444 [ 191 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3720 2025.02.07 10:08:15.041093 [ 191 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3721 2025.02.07 10:08:15.041338 [ 191 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3722 2025.02.07 10:08:15.041515 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB.
3723 2025.02.07 10:08:15.041715 [ 196 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 4 columns (4 merged, 0 gathered) in 0.003808857 sec., 291426.01048030943 rows/sec., 18.83 MiB/sec.
3724 2025.02.07 10:08:15.041922 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3725 2025.02.07 10:08:15.042220 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_21_4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3726 2025.02.07 10:08:15.042296 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_21_4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3727 2025.02.07 10:08:15.042373 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
3728 2025.02.07 10:08:16.705592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3729 2025.02.07 10:08:16.706486 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3730 2025.02.07 10:08:16.706549 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3731 2025.02.07 10:08:16.707228 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3732 2025.02.07 10:08:16.707559 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3733 2025.02.07 10:08:16.707836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3734 2025.02.07 10:08:17.282905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3735 2025.02.07 10:08:17.302369 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3736 2025.02.07 10:08:17.302433 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3737 2025.02.07 10:08:17.310208 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3738 2025.02.07 10:08:17.310962 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3739 2025.02.07 10:08:17.313615 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3740 2025.02.07 10:08:19.274015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 514
3741 2025.02.07 10:08:19.277228 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3742 2025.02.07 10:08:19.277273 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3743 2025.02.07 10:08:19.278787 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3744 2025.02.07 10:08:19.279092 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2025.02.07 10:08:19.279325 [ 101 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3746 2025.02.07 10:08:19.279446 [ 101 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3747 2025.02.07 10:08:19.279533 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3748 2025.02.07 10:08:19.280208 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
3749 2025.02.07 10:08:19.281105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 514
3750 2025.02.07 10:08:19.281569 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3751 2025.02.07 10:08:19.281755 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part
3752 2025.02.07 10:08:19.282443 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part
3753 2025.02.07 10:08:19.283084 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part
3754 2025.02.07 10:08:19.283695 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part
3755 2025.02.07 10:08:19.284302 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
3756 2025.02.07 10:08:19.284907 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part
3757 2025.02.07 10:08:19.293278 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 72 columns (72 merged, 0 gathered) in 0.013574184 sec., 37865.996217525855 rows/sec., 34.75 MiB/sec.
3758 2025.02.07 10:08:19.294647 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3759 2025.02.07 10:08:19.295515 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3760 2025.02.07 10:08:19.295623 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_11_2} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3761 2025.02.07 10:08:19.295963 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB.
3762 2025.02.07 10:08:20.033091 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3763 2025.02.07 10:08:20.033279 [ 255 ] {58e58887-3eab-4667-99c5-56cbfeabe951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3764 2025.02.07 10:08:20.033350 [ 255 ] {58e58887-3eab-4667-99c5-56cbfeabe951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3765 2025.02.07 10:08:20.034147 [ 255 ] {58e58887-3eab-4667-99c5-56cbfeabe951} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3766 2025.02.07 10:08:20.034197 [ 255 ] {58e58887-3eab-4667-99c5-56cbfeabe951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3767 2025.02.07 10:08:20.034652 [ 255 ] {58e58887-3eab-4667-99c5-56cbfeabe951} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3768 2025.02.07 10:08:20.034913 [ 255 ] {58e58887-3eab-4667-99c5-56cbfeabe951} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3769 2025.02.07 10:08:20.035133 [ 255 ] {58e58887-3eab-4667-99c5-56cbfeabe951} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001903 sec., 70415.13399894902 rows/sec., 6.06 MiB/sec.
3770 2025.02.07 10:08:20.035255 [ 255 ] {58e58887-3eab-4667-99c5-56cbfeabe951} <Debug> TCPHandler: Processed in 0.002292116 sec.
3771 2025.02.07 10:08:20.035587 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3772 2025.02.07 10:08:20.035778 [ 256 ] {a056d5cc-c85b-4cb9-a180-0378bf5411aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3773 2025.02.07 10:08:20.035851 [ 256 ] {a056d5cc-c85b-4cb9-a180-0378bf5411aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3774 2025.02.07 10:08:20.036717 [ 256 ] {a056d5cc-c85b-4cb9-a180-0378bf5411aa} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3775 2025.02.07 10:08:20.036768 [ 256 ] {a056d5cc-c85b-4cb9-a180-0378bf5411aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3776 2025.02.07 10:08:20.037252 [ 256 ] {a056d5cc-c85b-4cb9-a180-0378bf5411aa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3777 2025.02.07 10:08:20.037522 [ 256 ] {a056d5cc-c85b-4cb9-a180-0378bf5411aa} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3778 2025.02.07 10:08:20.037789 [ 256 ] {a056d5cc-c85b-4cb9-a180-0378bf5411aa} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002063 sec., 18904.507998061075 rows/sec., 1.39 MiB/sec.
3779 2025.02.07 10:08:20.037851 [ 256 ] {a056d5cc-c85b-4cb9-a180-0378bf5411aa} <Debug> TCPHandler: Processed in 0.00248007 sec.
3780 2025.02.07 10:08:20.038001 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3781 2025.02.07 10:08:20.038122 [ 255 ] {65c49a71-9ec9-4a27-9709-fe01d58fab25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3782 2025.02.07 10:08:20.038172 [ 255 ] {65c49a71-9ec9-4a27-9709-fe01d58fab25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3783 2025.02.07 10:08:20.038833 [ 255 ] {65c49a71-9ec9-4a27-9709-fe01d58fab25} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3784 2025.02.07 10:08:20.038873 [ 255 ] {65c49a71-9ec9-4a27-9709-fe01d58fab25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3785 2025.02.07 10:08:20.039252 [ 255 ] {65c49a71-9ec9-4a27-9709-fe01d58fab25} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3786 2025.02.07 10:08:20.039495 [ 255 ] {65c49a71-9ec9-4a27-9709-fe01d58fab25} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3787 2025.02.07 10:08:20.039721 [ 255 ] {65c49a71-9ec9-4a27-9709-fe01d58fab25} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001614 sec., 63816.60470879802 rows/sec., 4.98 MiB/sec.
3788 2025.02.07 10:08:20.039890 [ 255 ] {65c49a71-9ec9-4a27-9709-fe01d58fab25} <Debug> TCPHandler: Processed in 0.001943609 sec.
3789 2025.02.07 10:08:20.040094 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3790 2025.02.07 10:08:20.040216 [ 256 ] {88c1c9bc-86b0-4764-89b6-ba2059cc5a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3791 2025.02.07 10:08:20.040273 [ 256 ] {88c1c9bc-86b0-4764-89b6-ba2059cc5a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3792 2025.02.07 10:08:20.040876 [ 256 ] {88c1c9bc-86b0-4764-89b6-ba2059cc5a85} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3793 2025.02.07 10:08:20.040915 [ 256 ] {88c1c9bc-86b0-4764-89b6-ba2059cc5a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3794 2025.02.07 10:08:20.041322 [ 256 ] {88c1c9bc-86b0-4764-89b6-ba2059cc5a85} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3795 2025.02.07 10:08:20.041565 [ 256 ] {88c1c9bc-86b0-4764-89b6-ba2059cc5a85} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3796 2025.02.07 10:08:20.041823 [ 256 ] {88c1c9bc-86b0-4764-89b6-ba2059cc5a85} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec.
3797 2025.02.07 10:08:20.042036 [ 256 ] {88c1c9bc-86b0-4764-89b6-ba2059cc5a85} <Debug> TCPHandler: Processed in 0.00200837 sec.
3798 2025.02.07 10:08:20.042204 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3799 2025.02.07 10:08:20.042320 [ 255 ] {424c8bd8-b229-45f0-9e01-9708599c3c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3800 2025.02.07 10:08:20.042401 [ 255 ] {424c8bd8-b229-45f0-9e01-9708599c3c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3801 2025.02.07 10:08:20.043602 [ 255 ] {424c8bd8-b229-45f0-9e01-9708599c3c7a} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3802 2025.02.07 10:08:20.043642 [ 255 ] {424c8bd8-b229-45f0-9e01-9708599c3c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3803 2025.02.07 10:08:20.044306 [ 255 ] {424c8bd8-b229-45f0-9e01-9708599c3c7a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3804 2025.02.07 10:08:20.044578 [ 255 ] {424c8bd8-b229-45f0-9e01-9708599c3c7a} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3805 2025.02.07 10:08:20.044766 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3806 2025.02.07 10:08:20.044840 [ 255 ] {424c8bd8-b229-45f0-9e01-9708599c3c7a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00254 sec., 15354.330708661417 rows/sec., 27.51 MiB/sec.
3807 2025.02.07 10:08:20.044848 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3808 2025.02.07 10:08:20.044926 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3809 2025.02.07 10:08:20.045199 [ 255 ] {424c8bd8-b229-45f0-9e01-9708599c3c7a} <Debug> TCPHandler: Processed in 0.003044821 sec.
3810 2025.02.07 10:08:20.045265 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
3811 2025.02.07 10:08:20.045401 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3812 2025.02.07 10:08:20.045669 [ 256 ] {32321e02-8490-41d8-b5ed-09cb62332b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3813 2025.02.07 10:08:20.045810 [ 256 ] {32321e02-8490-41d8-b5ed-09cb62332b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3814 2025.02.07 10:08:20.046077 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3815 2025.02.07 10:08:20.046359 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 162 rows starting from the beginning of the part
3816 2025.02.07 10:08:20.047174 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
3817 2025.02.07 10:08:20.047966 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3818 2025.02.07 10:08:20.048118 [ 256 ] {32321e02-8490-41d8-b5ed-09cb62332b58} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3819 2025.02.07 10:08:20.048257 [ 256 ] {32321e02-8490-41d8-b5ed-09cb62332b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3820 2025.02.07 10:08:20.048658 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part
3821 2025.02.07 10:08:20.049330 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part
3822 2025.02.07 10:08:20.049902 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
3823 2025.02.07 10:08:20.049902 [ 256 ] {32321e02-8490-41d8-b5ed-09cb62332b58} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3824 2025.02.07 10:08:20.050711 [ 256 ] {32321e02-8490-41d8-b5ed-09cb62332b58} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3825 2025.02.07 10:08:20.051191 [ 256 ] {32321e02-8490-41d8-b5ed-09cb62332b58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005613 sec., 10689.470871191876 rows/sec., 737.68 KiB/sec.
3826 2025.02.07 10:08:20.051332 [ 256 ] {32321e02-8490-41d8-b5ed-09cb62332b58} <Debug> TCPHandler: Processed in 0.006012111 sec.
3827 2025.02.07 10:08:20.054167 [ 192 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 357 rows, containing 19 columns (19 merged, 0 gathered) in 0.009078044 sec., 39325.65208981142 rows/sec., 70.47 MiB/sec.
3828 2025.02.07 10:08:20.054793 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3829 2025.02.07 10:08:20.055254 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3830 2025.02.07 10:08:20.055340 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3831 2025.02.07 10:08:20.055495 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB.
3832 2025.02.07 10:08:24.109059 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
3833 2025.02.07 10:08:24.109122 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
3834 2025.02.07 10:08:24.207953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3835 2025.02.07 10:08:24.208627 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3836 2025.02.07 10:08:24.208679 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3837 2025.02.07 10:08:24.209299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3838 2025.02.07 10:08:24.209567 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3839 2025.02.07 10:08:24.209844 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3840 2025.02.07 10:08:24.813676 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3841 2025.02.07 10:08:24.834980 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3842 2025.02.07 10:08:24.835035 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3843 2025.02.07 10:08:24.842811 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3844 2025.02.07 10:08:24.843587 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3845 2025.02.07 10:08:24.846371 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3846 2025.02.07 10:08:25.035450 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3847 2025.02.07 10:08:25.035657 [ 255 ] {72887bed-6c7f-4a1e-81d9-875b4279d4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3848 2025.02.07 10:08:25.035733 [ 255 ] {72887bed-6c7f-4a1e-81d9-875b4279d4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3849 2025.02.07 10:08:25.036546 [ 255 ] {72887bed-6c7f-4a1e-81d9-875b4279d4ba} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3850 2025.02.07 10:08:25.036587 [ 255 ] {72887bed-6c7f-4a1e-81d9-875b4279d4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3851 2025.02.07 10:08:25.037007 [ 255 ] {72887bed-6c7f-4a1e-81d9-875b4279d4ba} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3852 2025.02.07 10:08:25.037266 [ 255 ] {72887bed-6c7f-4a1e-81d9-875b4279d4ba} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3853 2025.02.07 10:08:25.037461 [ 255 ] {72887bed-6c7f-4a1e-81d9-875b4279d4ba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec.
3854 2025.02.07 10:08:25.037517 [ 255 ] {72887bed-6c7f-4a1e-81d9-875b4279d4ba} <Debug> TCPHandler: Processed in 0.002204965 sec.
3855 2025.02.07 10:08:25.037775 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3856 2025.02.07 10:08:25.037989 [ 256 ] {c664a7da-8ed6-45bc-b24b-177d9ad9609d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3857 2025.02.07 10:08:25.038073 [ 256 ] {c664a7da-8ed6-45bc-b24b-177d9ad9609d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3858 2025.02.07 10:08:25.038932 [ 256 ] {c664a7da-8ed6-45bc-b24b-177d9ad9609d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3859 2025.02.07 10:08:25.038984 [ 256 ] {c664a7da-8ed6-45bc-b24b-177d9ad9609d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3860 2025.02.07 10:08:25.039433 [ 256 ] {c664a7da-8ed6-45bc-b24b-177d9ad9609d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3861 2025.02.07 10:08:25.039683 [ 256 ] {c664a7da-8ed6-45bc-b24b-177d9ad9609d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3862 2025.02.07 10:08:25.039943 [ 256 ] {c664a7da-8ed6-45bc-b24b-177d9ad9609d} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002004 sec., 101297.40518962075 rows/sec., 8.75 MiB/sec.
3863 2025.02.07 10:08:25.040021 [ 256 ] {c664a7da-8ed6-45bc-b24b-177d9ad9609d} <Debug> TCPHandler: Processed in 0.002392668 sec.
3864 2025.02.07 10:08:25.040245 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3865 2025.02.07 10:08:25.040372 [ 255 ] {cd8b030f-a3a0-4eab-95f2-adbb626e4828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3866 2025.02.07 10:08:25.040421 [ 255 ] {cd8b030f-a3a0-4eab-95f2-adbb626e4828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3867 2025.02.07 10:08:25.040998 [ 255 ] {cd8b030f-a3a0-4eab-95f2-adbb626e4828} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3868 2025.02.07 10:08:25.041036 [ 255 ] {cd8b030f-a3a0-4eab-95f2-adbb626e4828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3869 2025.02.07 10:08:25.041400 [ 255 ] {cd8b030f-a3a0-4eab-95f2-adbb626e4828} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3870 2025.02.07 10:08:25.041647 [ 255 ] {cd8b030f-a3a0-4eab-95f2-adbb626e4828} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3871 2025.02.07 10:08:25.041773 [ 90 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3872 2025.02.07 10:08:25.041819 [ 90 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3873 2025.02.07 10:08:25.041839 [ 255 ] {cd8b030f-a3a0-4eab-95f2-adbb626e4828} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001487 sec., 4707.464694014795 rows/sec., 306.69 KiB/sec.
3874 2025.02.07 10:08:25.041844 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3875 2025.02.07 10:08:25.041936 [ 255 ] {cd8b030f-a3a0-4eab-95f2-adbb626e4828} <Debug> TCPHandler: Processed in 0.001804466 sec.
3876 2025.02.07 10:08:25.042132 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3877 2025.02.07 10:08:25.042154 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
3878 2025.02.07 10:08:25.042315 [ 256 ] {3955b122-510e-4db3-ba60-fbb50d84dbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3879 2025.02.07 10:08:25.042416 [ 256 ] {3955b122-510e-4db3-ba60-fbb50d84dbc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3880 2025.02.07 10:08:25.042464 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3881 2025.02.07 10:08:25.042572 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 56 rows starting from the beginning of the part
3882 2025.02.07 10:08:25.042824 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part
3883 2025.02.07 10:08:25.043156 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part
3884 2025.02.07 10:08:25.043497 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 9 rows starting from the beginning of the part
3885 2025.02.07 10:08:25.043896 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
3886 2025.02.07 10:08:25.044380 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part
3887 2025.02.07 10:08:25.045469 [ 256 ] {3955b122-510e-4db3-ba60-fbb50d84dbc7} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3888 2025.02.07 10:08:25.045540 [ 256 ] {3955b122-510e-4db3-ba60-fbb50d84dbc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3889 2025.02.07 10:08:25.046487 [ 256 ] {3955b122-510e-4db3-ba60-fbb50d84dbc7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3890 2025.02.07 10:08:25.047128 [ 256 ] {3955b122-510e-4db3-ba60-fbb50d84dbc7} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3891 2025.02.07 10:08:25.047233 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005276716 sec., 29753.354169525137 rows/sec., 2.23 MiB/sec.
3892 2025.02.07 10:08:25.047439 [ 90 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3893 2025.02.07 10:08:25.047537 [ 90 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3894 2025.02.07 10:08:25.047538 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3895 2025.02.07 10:08:25.047596 [ 256 ] {3955b122-510e-4db3-ba60-fbb50d84dbc7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005312 sec., 2635.542168674699 rows/sec., 184.58 KiB/sec.
3896 2025.02.07 10:08:25.047616 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3897 2025.02.07 10:08:25.047961 [ 256 ] {3955b122-510e-4db3-ba60-fbb50d84dbc7} <Debug> TCPHandler: Processed in 0.00592061 sec.
3898 2025.02.07 10:08:25.048219 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::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
3899 2025.02.07 10:08:25.048333 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3900 2025.02.07 10:08:25.048486 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3901 2025.02.07 10:08:25.048589 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3902 2025.02.07 10:08:25.048716 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
3903 2025.02.07 10:08:25.048794 [ 201 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_21_4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3904 2025.02.07 10:08:25.048815 [ 255 ] {50b5c9f7-e37b-410c-9a74-844cf281a518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3905 2025.02.07 10:08:25.049038 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part
3906 2025.02.07 10:08:25.049044 [ 255 ] {50b5c9f7-e37b-410c-9a74-844cf281a518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3907 2025.02.07 10:08:25.049069 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3908 2025.02.07 10:08:25.049512 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::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
3909 2025.02.07 10:08:25.049972 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3910 2025.02.07 10:08:25.050349 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part
3911 2025.02.07 10:08:25.050844 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::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
3912 2025.02.07 10:08:25.052097 [ 255 ] {50b5c9f7-e37b-410c-9a74-844cf281a518} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3913 2025.02.07 10:08:25.052169 [ 255 ] {50b5c9f7-e37b-410c-9a74-844cf281a518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3914 2025.02.07 10:08:25.053178 [ 255 ] {50b5c9f7-e37b-410c-9a74-844cf281a518} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3915 2025.02.07 10:08:25.053758 [ 255 ] {50b5c9f7-e37b-410c-9a74-844cf281a518} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3916 2025.02.07 10:08:25.053758 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.00593151 sec., 91039.21261196559 rows/sec., 6.52 MiB/sec.
3917 2025.02.07 10:08:25.054122 [ 197 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3918 2025.02.07 10:08:25.054161 [ 255 ] {50b5c9f7-e37b-410c-9a74-844cf281a518} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005502 sec., 2362.7771719374773 rows/sec., 147.32 KiB/sec.
3919 2025.02.07 10:08:25.054408 [ 255 ] {50b5c9f7-e37b-410c-9a74-844cf281a518} <Debug> TCPHandler: Processed in 0.006304217 sec.
3920 2025.02.07 10:08:25.054599 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3921 2025.02.07 10:08:25.054758 [ 197 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_10_2} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3922 2025.02.07 10:08:25.054798 [ 256 ] {f01a2713-7d64-449a-bb8f-7feb7809af11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3923 2025.02.07 10:08:25.054880 [ 256 ] {f01a2713-7d64-449a-bb8f-7feb7809af11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3924 2025.02.07 10:08:25.054892 [ 197 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_10_2} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3925 2025.02.07 10:08:25.055062 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
3926 2025.02.07 10:08:25.055776 [ 256 ] {f01a2713-7d64-449a-bb8f-7feb7809af11} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3927 2025.02.07 10:08:25.055819 [ 256 ] {f01a2713-7d64-449a-bb8f-7feb7809af11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3928 2025.02.07 10:08:25.056198 [ 256 ] {f01a2713-7d64-449a-bb8f-7feb7809af11} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3929 2025.02.07 10:08:25.056439 [ 256 ] {f01a2713-7d64-449a-bb8f-7feb7809af11} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3930 2025.02.07 10:08:25.056654 [ 256 ] {f01a2713-7d64-449a-bb8f-7feb7809af11} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001911 sec., 199895.34275248562 rows/sec., 14.15 MiB/sec.
3931 2025.02.07 10:08:25.056709 [ 256 ] {f01a2713-7d64-449a-bb8f-7feb7809af11} <Debug> TCPHandler: Processed in 0.002189214 sec.
3932 2025.02.07 10:08:25.056863 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3933 2025.02.07 10:08:25.057004 [ 255 ] {e043c097-23b8-4413-9991-eaa2f6b02e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3934 2025.02.07 10:08:25.057063 [ 255 ] {e043c097-23b8-4413-9991-eaa2f6b02e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3935 2025.02.07 10:08:25.057605 [ 255 ] {e043c097-23b8-4413-9991-eaa2f6b02e97} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3936 2025.02.07 10:08:25.057642 [ 255 ] {e043c097-23b8-4413-9991-eaa2f6b02e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3937 2025.02.07 10:08:25.058018 [ 255 ] {e043c097-23b8-4413-9991-eaa2f6b02e97} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3938 2025.02.07 10:08:25.058273 [ 255 ] {e043c097-23b8-4413-9991-eaa2f6b02e97} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3939 2025.02.07 10:08:25.058533 [ 255 ] {e043c097-23b8-4413-9991-eaa2f6b02e97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 201.20 KiB/sec.
3940 2025.02.07 10:08:25.058716 [ 255 ] {e043c097-23b8-4413-9991-eaa2f6b02e97} <Debug> TCPHandler: Processed in 0.001916469 sec.
3941 2025.02.07 10:08:25.058899 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3942 2025.02.07 10:08:25.059038 [ 256 ] {d665e6eb-a962-44e8-9f98-8d2309a4e1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3943 2025.02.07 10:08:25.059102 [ 256 ] {d665e6eb-a962-44e8-9f98-8d2309a4e1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3944 2025.02.07 10:08:25.059730 [ 256 ] {d665e6eb-a962-44e8-9f98-8d2309a4e1ff} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3945 2025.02.07 10:08:25.059769 [ 256 ] {d665e6eb-a962-44e8-9f98-8d2309a4e1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3946 2025.02.07 10:08:25.060185 [ 256 ] {d665e6eb-a962-44e8-9f98-8d2309a4e1ff} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3947 2025.02.07 10:08:25.060430 [ 256 ] {d665e6eb-a962-44e8-9f98-8d2309a4e1ff} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3948 2025.02.07 10:08:25.060645 [ 256 ] {d665e6eb-a962-44e8-9f98-8d2309a4e1ff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001638 sec., 144688.6446886447 rows/sec., 9.70 MiB/sec.
3949 2025.02.07 10:08:25.060697 [ 256 ] {d665e6eb-a962-44e8-9f98-8d2309a4e1ff} <Debug> TCPHandler: Processed in 0.001867908 sec.
3950 2025.02.07 10:08:25.060852 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3951 2025.02.07 10:08:25.060992 [ 255 ] {f31a94c4-7658-4cc3-8e00-3929cd4af7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3952 2025.02.07 10:08:25.061050 [ 255 ] {f31a94c4-7658-4cc3-8e00-3929cd4af7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3953 2025.02.07 10:08:25.061582 [ 255 ] {f31a94c4-7658-4cc3-8e00-3929cd4af7f5} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3954 2025.02.07 10:08:25.061620 [ 255 ] {f31a94c4-7658-4cc3-8e00-3929cd4af7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3955 2025.02.07 10:08:25.061971 [ 255 ] {f31a94c4-7658-4cc3-8e00-3929cd4af7f5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3956 2025.02.07 10:08:25.062213 [ 255 ] {f31a94c4-7658-4cc3-8e00-3929cd4af7f5} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3957 2025.02.07 10:08:25.062333 [ 90 ] {} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3958 2025.02.07 10:08:25.062372 [ 90 ] {} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3959 2025.02.07 10:08:25.062397 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3960 2025.02.07 10:08:25.062404 [ 255 ] {f31a94c4-7658-4cc3-8e00-3929cd4af7f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.76 KiB/sec.
3961 2025.02.07 10:08:25.062648 [ 255 ] {f31a94c4-7658-4cc3-8e00-3929cd4af7f5} <Debug> TCPHandler: Processed in 0.001858368 sec.
3962 2025.02.07 10:08:25.062962 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
3963 2025.02.07 10:08:25.062968 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3964 2025.02.07 10:08:25.063201 [ 256 ] {e6f760bf-4c37-4ea5-a938-3489b158ecc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3965 2025.02.07 10:08:25.063204 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3966 2025.02.07 10:08:25.063254 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3967 2025.02.07 10:08:25.063271 [ 256 ] {e6f760bf-4c37-4ea5-a938-3489b158ecc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3968 2025.02.07 10:08:25.063524 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3969 2025.02.07 10:08:25.063860 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3970 2025.02.07 10:08:25.064222 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3971 2025.02.07 10:08:25.064516 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3972 2025.02.07 10:08:25.064675 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
3973 2025.02.07 10:08:25.065146 [ 256 ] {e6f760bf-4c37-4ea5-a938-3489b158ecc4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3974 2025.02.07 10:08:25.065188 [ 256 ] {e6f760bf-4c37-4ea5-a938-3489b158ecc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3975 2025.02.07 10:08:25.065762 [ 256 ] {e6f760bf-4c37-4ea5-a938-3489b158ecc4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3976 2025.02.07 10:08:25.066159 [ 256 ] {e6f760bf-4c37-4ea5-a938-3489b158ecc4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3977 2025.02.07 10:08:25.066230 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.003711625 sec., 2694.237699121005 rows/sec., 181.55 KiB/sec.
3978 2025.02.07 10:08:25.066411 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3979 2025.02.07 10:08:25.066527 [ 256 ] {e6f760bf-4c37-4ea5-a938-3489b158ecc4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003356 sec., 24433.849821215732 rows/sec., 1.55 MiB/sec.
3980 2025.02.07 10:08:25.066748 [ 256 ] {e6f760bf-4c37-4ea5-a938-3489b158ecc4} <Debug> TCPHandler: Processed in 0.00397543 sec.
3981 2025.02.07 10:08:25.066959 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3982 2025.02.07 10:08:25.067042 [ 188 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_10_2} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3983 2025.02.07 10:08:25.067110 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
3984 2025.02.07 10:08:29.281329 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 546
3985 2025.02.07 10:08:29.284320 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3986 2025.02.07 10:08:29.284366 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3987 2025.02.07 10:08:29.285834 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3988 2025.02.07 10:08:29.286135 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3989 2025.02.07 10:08:29.286652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 546
3990 2025.02.07 10:08:30.033710 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3991 2025.02.07 10:08:30.033895 [ 255 ] {969a22b6-5d0e-4e17-817f-b9570b923180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3992 2025.02.07 10:08:30.033967 [ 255 ] {969a22b6-5d0e-4e17-817f-b9570b923180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3993 2025.02.07 10:08:30.034699 [ 255 ] {969a22b6-5d0e-4e17-817f-b9570b923180} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3994 2025.02.07 10:08:30.034743 [ 255 ] {969a22b6-5d0e-4e17-817f-b9570b923180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
3995 2025.02.07 10:08:30.035164 [ 255 ] {969a22b6-5d0e-4e17-817f-b9570b923180} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3996 2025.02.07 10:08:30.035417 [ 255 ] {969a22b6-5d0e-4e17-817f-b9570b923180} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3997 2025.02.07 10:08:30.035665 [ 255 ] {969a22b6-5d0e-4e17-817f-b9570b923180} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001815 sec., 4407.713498622589 rows/sec., 359.42 KiB/sec.
3998 2025.02.07 10:08:30.035823 [ 255 ] {969a22b6-5d0e-4e17-817f-b9570b923180} <Debug> TCPHandler: Processed in 0.002242556 sec.
3999 2025.02.07 10:08:30.036111 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4000 2025.02.07 10:08:30.036307 [ 256 ] {9e8b5c60-5d68-4abf-8ad8-f7d7742677c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4001 2025.02.07 10:08:30.036383 [ 256 ] {9e8b5c60-5d68-4abf-8ad8-f7d7742677c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4002 2025.02.07 10:08:30.037270 [ 256 ] {9e8b5c60-5d68-4abf-8ad8-f7d7742677c4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4003 2025.02.07 10:08:30.037319 [ 256 ] {9e8b5c60-5d68-4abf-8ad8-f7d7742677c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4004 2025.02.07 10:08:30.037790 [ 256 ] {9e8b5c60-5d68-4abf-8ad8-f7d7742677c4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4005 2025.02.07 10:08:30.038053 [ 256 ] {9e8b5c60-5d68-4abf-8ad8-f7d7742677c4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4006 2025.02.07 10:08:30.038296 [ 256 ] {9e8b5c60-5d68-4abf-8ad8-f7d7742677c4} <Debug> executeQuery: Read 138 rows, 12.10 KiB in 0.002032 sec., 67913.38582677166 rows/sec., 5.81 MiB/sec.
4007 2025.02.07 10:08:30.038524 [ 256 ] {9e8b5c60-5d68-4abf-8ad8-f7d7742677c4} <Debug> TCPHandler: Processed in 0.002550251 sec.
4008 2025.02.07 10:08:30.038718 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4009 2025.02.07 10:08:30.038858 [ 255 ] {72aa9309-6f23-4380-ac31-fb66192239aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4010 2025.02.07 10:08:30.038915 [ 255 ] {72aa9309-6f23-4380-ac31-fb66192239aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4011 2025.02.07 10:08:30.039667 [ 255 ] {72aa9309-6f23-4380-ac31-fb66192239aa} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4012 2025.02.07 10:08:30.039707 [ 255 ] {72aa9309-6f23-4380-ac31-fb66192239aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4013 2025.02.07 10:08:30.040084 [ 255 ] {72aa9309-6f23-4380-ac31-fb66192239aa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4014 2025.02.07 10:08:30.040330 [ 255 ] {72aa9309-6f23-4380-ac31-fb66192239aa} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4015 2025.02.07 10:08:30.040577 [ 255 ] {72aa9309-6f23-4380-ac31-fb66192239aa} <Debug> executeQuery: Read 47 rows, 3.49 KiB in 0.001743 sec., 26965.00286861733 rows/sec., 1.96 MiB/sec.
4016 2025.02.07 10:08:30.040783 [ 255 ] {72aa9309-6f23-4380-ac31-fb66192239aa} <Debug> TCPHandler: Processed in 0.002134673 sec.
4017 2025.02.07 10:08:30.040977 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4018 2025.02.07 10:08:30.041109 [ 256 ] {384de5fc-30ed-41c9-a031-c567fa683be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4019 2025.02.07 10:08:30.041165 [ 256 ] {384de5fc-30ed-41c9-a031-c567fa683be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4020 2025.02.07 10:08:30.041829 [ 256 ] {384de5fc-30ed-41c9-a031-c567fa683be9} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4021 2025.02.07 10:08:30.041870 [ 256 ] {384de5fc-30ed-41c9-a031-c567fa683be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4022 2025.02.07 10:08:30.042278 [ 256 ] {384de5fc-30ed-41c9-a031-c567fa683be9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4023 2025.02.07 10:08:30.042524 [ 256 ] {384de5fc-30ed-41c9-a031-c567fa683be9} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4024 2025.02.07 10:08:30.042758 [ 256 ] {384de5fc-30ed-41c9-a031-c567fa683be9} <Debug> executeQuery: Read 111 rows, 8.89 KiB in 0.001678 sec., 66150.17878426699 rows/sec., 5.17 MiB/sec.
4025 2025.02.07 10:08:30.042962 [ 256 ] {384de5fc-30ed-41c9-a031-c567fa683be9} <Debug> TCPHandler: Processed in 0.002045011 sec.
4026 2025.02.07 10:08:30.043142 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4027 2025.02.07 10:08:30.043258 [ 255 ] {80394628-670a-48c3-9cb5-4e104dfd2487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4028 2025.02.07 10:08:30.043310 [ 255 ] {80394628-670a-48c3-9cb5-4e104dfd2487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4029 2025.02.07 10:08:30.043885 [ 255 ] {80394628-670a-48c3-9cb5-4e104dfd2487} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4030 2025.02.07 10:08:30.043925 [ 255 ] {80394628-670a-48c3-9cb5-4e104dfd2487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4031 2025.02.07 10:08:30.044332 [ 255 ] {80394628-670a-48c3-9cb5-4e104dfd2487} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4032 2025.02.07 10:08:30.044566 [ 255 ] {80394628-670a-48c3-9cb5-4e104dfd2487} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4033 2025.02.07 10:08:30.044774 [ 255 ] {80394628-670a-48c3-9cb5-4e104dfd2487} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00154 sec., 106493.5064935065 rows/sec., 7.41 MiB/sec.
4034 2025.02.07 10:08:30.044826 [ 255 ] {80394628-670a-48c3-9cb5-4e104dfd2487} <Debug> TCPHandler: Processed in 0.001761346 sec.
4035 2025.02.07 10:08:30.044982 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4036 2025.02.07 10:08:30.045126 [ 256 ] {1e033491-03d1-4da9-8d20-e43328a71d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4037 2025.02.07 10:08:30.045222 [ 256 ] {1e033491-03d1-4da9-8d20-e43328a71d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4038 2025.02.07 10:08:30.046536 [ 256 ] {1e033491-03d1-4da9-8d20-e43328a71d8b} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4039 2025.02.07 10:08:30.046574 [ 256 ] {1e033491-03d1-4da9-8d20-e43328a71d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4040 2025.02.07 10:08:30.047249 [ 256 ] {1e033491-03d1-4da9-8d20-e43328a71d8b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4041 2025.02.07 10:08:30.047514 [ 256 ] {1e033491-03d1-4da9-8d20-e43328a71d8b} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4042 2025.02.07 10:08:30.047819 [ 256 ] {1e033491-03d1-4da9-8d20-e43328a71d8b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002698 sec., 14455.151964418088 rows/sec., 25.90 MiB/sec.
4043 2025.02.07 10:08:30.048005 [ 256 ] {1e033491-03d1-4da9-8d20-e43328a71d8b} <Debug> TCPHandler: Processed in 0.003089812 sec.
4044 2025.02.07 10:08:30.048157 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4045 2025.02.07 10:08:30.048295 [ 255 ] {eca3615f-5bd9-4029-8d5a-f94cae13846c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4046 2025.02.07 10:08:30.048353 [ 255 ] {eca3615f-5bd9-4029-8d5a-f94cae13846c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4047 2025.02.07 10:08:30.048881 [ 255 ] {eca3615f-5bd9-4029-8d5a-f94cae13846c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4048 2025.02.07 10:08:30.048920 [ 255 ] {eca3615f-5bd9-4029-8d5a-f94cae13846c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4049 2025.02.07 10:08:30.049298 [ 255 ] {eca3615f-5bd9-4029-8d5a-f94cae13846c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4050 2025.02.07 10:08:30.049534 [ 255 ] {eca3615f-5bd9-4029-8d5a-f94cae13846c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4051 2025.02.07 10:08:30.049744 [ 255 ] {eca3615f-5bd9-4029-8d5a-f94cae13846c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec.
4052 2025.02.07 10:08:30.049795 [ 255 ] {eca3615f-5bd9-4029-8d5a-f94cae13846c} <Debug> TCPHandler: Processed in 0.001708464 sec.
4053 2025.02.07 10:08:31.709958 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
4054 2025.02.07 10:08:31.710597 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4055 2025.02.07 10:08:31.710641 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4056 2025.02.07 10:08:31.711149 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4057 2025.02.07 10:08:31.711398 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4058 2025.02.07 10:08:31.711619 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
4059 2025.02.07 10:08:32.346421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4060 2025.02.07 10:08:32.368364 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4061 2025.02.07 10:08:32.368434 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4062 2025.02.07 10:08:32.376174 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4063 2025.02.07 10:08:32.376962 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4064 2025.02.07 10:08:32.379899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4065 2025.02.07 10:08:35.036648 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4066 2025.02.07 10:08:35.036839 [ 255 ] {08e95f97-5ab3-4a63-8bbf-4f54241aca8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4067 2025.02.07 10:08:35.036909 [ 255 ] {08e95f97-5ab3-4a63-8bbf-4f54241aca8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4068 2025.02.07 10:08:35.037669 [ 255 ] {08e95f97-5ab3-4a63-8bbf-4f54241aca8c} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4069 2025.02.07 10:08:35.037715 [ 255 ] {08e95f97-5ab3-4a63-8bbf-4f54241aca8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4070 2025.02.07 10:08:35.038167 [ 255 ] {08e95f97-5ab3-4a63-8bbf-4f54241aca8c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4071 2025.02.07 10:08:35.038433 [ 255 ] {08e95f97-5ab3-4a63-8bbf-4f54241aca8c} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4072 2025.02.07 10:08:35.038640 [ 255 ] {08e95f97-5ab3-4a63-8bbf-4f54241aca8c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001853 sec., 7555.315704263357 rows/sec., 543.88 KiB/sec.
4073 2025.02.07 10:08:35.038704 [ 255 ] {08e95f97-5ab3-4a63-8bbf-4f54241aca8c} <Debug> TCPHandler: Processed in 0.002189945 sec.
4074 2025.02.07 10:08:35.038977 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4075 2025.02.07 10:08:35.039201 [ 256 ] {f62a3710-82c1-4672-bd31-b23ba90a2891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4076 2025.02.07 10:08:35.039286 [ 256 ] {f62a3710-82c1-4672-bd31-b23ba90a2891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4077 2025.02.07 10:08:35.040217 [ 256 ] {f62a3710-82c1-4672-bd31-b23ba90a2891} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4078 2025.02.07 10:08:35.040272 [ 256 ] {f62a3710-82c1-4672-bd31-b23ba90a2891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4079 2025.02.07 10:08:35.040737 [ 256 ] {f62a3710-82c1-4672-bd31-b23ba90a2891} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4080 2025.02.07 10:08:35.041001 [ 256 ] {f62a3710-82c1-4672-bd31-b23ba90a2891} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4081 2025.02.07 10:08:35.041196 [ 110 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4082 2025.02.07 10:08:35.041262 [ 110 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4083 2025.02.07 10:08:35.041282 [ 256 ] {f62a3710-82c1-4672-bd31-b23ba90a2891} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002129 sec., 95349.92954438705 rows/sec., 8.23 MiB/sec.
4084 2025.02.07 10:08:35.041304 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4085 2025.02.07 10:08:35.041459 [ 256 ] {f62a3710-82c1-4672-bd31-b23ba90a2891} <Debug> TCPHandler: Processed in 0.002629583 sec.
4086 2025.02.07 10:08:35.041525 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
4087 2025.02.07 10:08:35.041674 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4088 2025.02.07 10:08:35.041700 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4089 2025.02.07 10:08:35.041751 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part
4090 2025.02.07 10:08:35.041945 [ 255 ] {e4a62eb7-6aaf-4014-9c76-ec3f29c856c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4091 2025.02.07 10:08:35.042014 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
4092 2025.02.07 10:08:35.042090 [ 255 ] {e4a62eb7-6aaf-4014-9c76-ec3f29c856c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4093 2025.02.07 10:08:35.042357 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 134 rows starting from the beginning of the part
4094 2025.02.07 10:08:35.042649 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 203 rows starting from the beginning of the part
4095 2025.02.07 10:08:35.042948 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 138 rows starting from the beginning of the part
4096 2025.02.07 10:08:35.043312 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 203 rows starting from the beginning of the part
4097 2025.02.07 10:08:35.044939 [ 255 ] {e4a62eb7-6aaf-4014-9c76-ec3f29c856c4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4098 2025.02.07 10:08:35.045008 [ 255 ] {e4a62eb7-6aaf-4014-9c76-ec3f29c856c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4099 2025.02.07 10:08:35.046053 [ 255 ] {e4a62eb7-6aaf-4014-9c76-ec3f29c856c4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4100 2025.02.07 10:08:35.046454 [ 255 ] {e4a62eb7-6aaf-4014-9c76-ec3f29c856c4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4101 2025.02.07 10:08:35.046845 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2162 rows, containing 5 columns (5 merged, 0 gathered) in 0.005396509 sec., 400629.36983890884 rows/sec., 35.22 MiB/sec.
4102 2025.02.07 10:08:35.046944 [ 255 ] {e4a62eb7-6aaf-4014-9c76-ec3f29c856c4} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005107 sec., 1370.6677109849225 rows/sec., 89.30 KiB/sec.
4103 2025.02.07 10:08:35.047072 [ 255 ] {e4a62eb7-6aaf-4014-9c76-ec3f29c856c4} <Debug> TCPHandler: Processed in 0.005496271 sec.
4104 2025.02.07 10:08:35.047165 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4105 2025.02.07 10:08:35.047249 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4106 2025.02.07 10:08:35.047414 [ 256 ] {ed3d176f-c3e2-4168-a38a-77bacc88e849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4107 2025.02.07 10:08:35.047493 [ 256 ] {ed3d176f-c3e2-4168-a38a-77bacc88e849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4108 2025.02.07 10:08:35.047498 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4109 2025.02.07 10:08:35.047627 [ 188 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_26_5} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4110 2025.02.07 10:08:35.047715 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
4111 2025.02.07 10:08:35.048197 [ 256 ] {ed3d176f-c3e2-4168-a38a-77bacc88e849} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4112 2025.02.07 10:08:35.048239 [ 256 ] {ed3d176f-c3e2-4168-a38a-77bacc88e849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4113 2025.02.07 10:08:35.048598 [ 256 ] {ed3d176f-c3e2-4168-a38a-77bacc88e849} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4114 2025.02.07 10:08:35.048846 [ 256 ] {ed3d176f-c3e2-4168-a38a-77bacc88e849} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4115 2025.02.07 10:08:35.049067 [ 256 ] {ed3d176f-c3e2-4168-a38a-77bacc88e849} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001697 sec., 8249.852681202121 rows/sec., 577.77 KiB/sec.
4116 2025.02.07 10:08:35.049125 [ 256 ] {ed3d176f-c3e2-4168-a38a-77bacc88e849} <Debug> TCPHandler: Processed in 0.00195232 sec.
4117 2025.02.07 10:08:35.049280 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4118 2025.02.07 10:08:35.049419 [ 255 ] {7d5f5c82-757c-417a-84bc-9649ab4f30ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4119 2025.02.07 10:08:35.049477 [ 255 ] {7d5f5c82-757c-417a-84bc-9649ab4f30ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4120 2025.02.07 10:08:35.050101 [ 255 ] {7d5f5c82-757c-417a-84bc-9649ab4f30ff} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4121 2025.02.07 10:08:35.050138 [ 255 ] {7d5f5c82-757c-417a-84bc-9649ab4f30ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4122 2025.02.07 10:08:35.050495 [ 255 ] {7d5f5c82-757c-417a-84bc-9649ab4f30ff} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4123 2025.02.07 10:08:35.050737 [ 255 ] {7d5f5c82-757c-417a-84bc-9649ab4f30ff} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4124 2025.02.07 10:08:35.050912 [ 255 ] {7d5f5c82-757c-417a-84bc-9649ab4f30ff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec.
4125 2025.02.07 10:08:35.050964 [ 255 ] {7d5f5c82-757c-417a-84bc-9649ab4f30ff} <Debug> TCPHandler: Processed in 0.001755355 sec.
4126 2025.02.07 10:08:35.051129 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4127 2025.02.07 10:08:35.051270 [ 256 ] {9a0e2d8a-ea03-4ba3-9c89-641b466a3f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4128 2025.02.07 10:08:35.051330 [ 256 ] {9a0e2d8a-ea03-4ba3-9c89-641b466a3f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4129 2025.02.07 10:08:35.052115 [ 256 ] {9a0e2d8a-ea03-4ba3-9c89-641b466a3f8c} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4130 2025.02.07 10:08:35.052156 [ 256 ] {9a0e2d8a-ea03-4ba3-9c89-641b466a3f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4131 2025.02.07 10:08:35.052536 [ 256 ] {9a0e2d8a-ea03-4ba3-9c89-641b466a3f8c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4132 2025.02.07 10:08:35.052776 [ 256 ] {9a0e2d8a-ea03-4ba3-9c89-641b466a3f8c} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4133 2025.02.07 10:08:35.052951 [ 110 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4134 2025.02.07 10:08:35.053014 [ 110 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4135 2025.02.07 10:08:35.053036 [ 256 ] {9a0e2d8a-ea03-4ba3-9c89-641b466a3f8c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001786 sec., 213885.77827547592 rows/sec., 15.14 MiB/sec.
4136 2025.02.07 10:08:35.053049 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4137 2025.02.07 10:08:35.053194 [ 256 ] {9a0e2d8a-ea03-4ba3-9c89-641b466a3f8c} <Debug> TCPHandler: Processed in 0.002137903 sec.
4138 2025.02.07 10:08:35.053338 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
4139 2025.02.07 10:08:35.053375 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4140 2025.02.07 10:08:35.053653 [ 255 ] {fc80b5ca-344e-439f-947b-126e1416ba90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4141 2025.02.07 10:08:35.053669 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4142 2025.02.07 10:08:35.053759 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part
4143 2025.02.07 10:08:35.053769 [ 255 ] {fc80b5ca-344e-439f-947b-126e1416ba90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4144 2025.02.07 10:08:35.054068 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
4145 2025.02.07 10:08:35.054489 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 103 rows starting from the beginning of the part
4146 2025.02.07 10:08:35.054946 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 382 rows starting from the beginning of the part
4147 2025.02.07 10:08:35.055210 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 111 rows starting from the beginning of the part
4148 2025.02.07 10:08:35.055519 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 382 rows starting from the beginning of the part
4149 2025.02.07 10:08:35.056207 [ 255 ] {fc80b5ca-344e-439f-947b-126e1416ba90} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4150 2025.02.07 10:08:35.056262 [ 255 ] {fc80b5ca-344e-439f-947b-126e1416ba90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4151 2025.02.07 10:08:35.057182 [ 255 ] {fc80b5ca-344e-439f-947b-126e1416ba90} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4152 2025.02.07 10:08:35.057715 [ 255 ] {fc80b5ca-344e-439f-947b-126e1416ba90} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4153 2025.02.07 10:08:35.058012 [ 110 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4154 2025.02.07 10:08:35.058114 [ 110 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4155 2025.02.07 10:08:35.058195 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4156 2025.02.07 10:08:35.058360 [ 255 ] {fc80b5ca-344e-439f-947b-126e1416ba90} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004772 sec., 1257.3344509639564 rows/sec., 65.69 KiB/sec.
4157 2025.02.07 10:08:35.058565 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::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
4158 2025.02.07 10:08:35.058588 [ 255 ] {fc80b5ca-344e-439f-947b-126e1416ba90} <Debug> TCPHandler: Processed in 0.005290847 sec.
4159 2025.02.07 10:08:35.058925 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4160 2025.02.07 10:08:35.059114 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4161 2025.02.07 10:08:35.059231 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
4162 2025.02.07 10:08:35.059369 [ 256 ] {24de6daa-ec19-4a81-8414-bd677017c881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4163 2025.02.07 10:08:35.059498 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
4164 2025.02.07 10:08:35.059595 [ 256 ] {24de6daa-ec19-4a81-8414-bd677017c881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4165 2025.02.07 10:08:35.059949 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
4166 2025.02.07 10:08:35.059875 [ 199 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.006633814 sec., 293797.8062092184 rows/sec., 22.48 MiB/sec.
4167 2025.02.07 10:08:35.060494 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
4168 2025.02.07 10:08:35.060799 [ 199 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4169 2025.02.07 10:08:35.061137 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
4170 2025.02.07 10:08:35.061554 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
4171 2025.02.07 10:08:35.062279 [ 199 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4172 2025.02.07 10:08:35.062586 [ 199 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_26_5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4173 2025.02.07 10:08:35.062909 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4174 2025.02.07 10:08:35.063394 [ 256 ] {24de6daa-ec19-4a81-8414-bd677017c881} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4175 2025.02.07 10:08:35.063443 [ 256 ] {24de6daa-ec19-4a81-8414-bd677017c881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4176 2025.02.07 10:08:35.063958 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005607394 sec., 11770.173453122788 rows/sec., 614.95 KiB/sec.
4177 2025.02.07 10:08:35.064147 [ 256 ] {24de6daa-ec19-4a81-8414-bd677017c881} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4178 2025.02.07 10:08:35.064165 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4179 2025.02.07 10:08:35.064747 [ 256 ] {24de6daa-ec19-4a81-8414-bd677017c881} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4180 2025.02.07 10:08:35.064752 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4181 2025.02.07 10:08:35.064962 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_11_2} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4182 2025.02.07 10:08:35.065227 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4183 2025.02.07 10:08:35.065322 [ 256 ] {24de6daa-ec19-4a81-8414-bd677017c881} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006089 sec., 38922.647396945315 rows/sec., 2.61 MiB/sec.
4184 2025.02.07 10:08:35.065566 [ 256 ] {24de6daa-ec19-4a81-8414-bd677017c881} <Debug> TCPHandler: Processed in 0.006830628 sec.
4185 2025.02.07 10:08:35.065743 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4186 2025.02.07 10:08:35.065886 [ 255 ] {9660abeb-ef53-424c-87f9-f151fd9293e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4187 2025.02.07 10:08:35.065976 [ 255 ] {9660abeb-ef53-424c-87f9-f151fd9293e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4188 2025.02.07 10:08:35.066533 [ 255 ] {9660abeb-ef53-424c-87f9-f151fd9293e8} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4189 2025.02.07 10:08:35.066579 [ 255 ] {9660abeb-ef53-424c-87f9-f151fd9293e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4190 2025.02.07 10:08:35.066969 [ 255 ] {9660abeb-ef53-424c-87f9-f151fd9293e8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4191 2025.02.07 10:08:35.067206 [ 255 ] {9660abeb-ef53-424c-87f9-f151fd9293e8} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4192 2025.02.07 10:08:35.067385 [ 255 ] {9660abeb-ef53-424c-87f9-f151fd9293e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001531 sec., 653.1678641410842 rows/sec., 44.01 KiB/sec.
4193 2025.02.07 10:08:35.067434 [ 255 ] {9660abeb-ef53-424c-87f9-f151fd9293e8} <Debug> TCPHandler: Processed in 0.001762625 sec.
4194 2025.02.07 10:08:35.067567 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4195 2025.02.07 10:08:35.067715 [ 256 ] {a6e510ae-e7c6-4cd5-bd6e-fe5d5ffce6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4196 2025.02.07 10:08:35.067776 [ 256 ] {a6e510ae-e7c6-4cd5-bd6e-fe5d5ffce6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4197 2025.02.07 10:08:35.068728 [ 256 ] {a6e510ae-e7c6-4cd5-bd6e-fe5d5ffce6fe} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4198 2025.02.07 10:08:35.068806 [ 256 ] {a6e510ae-e7c6-4cd5-bd6e-fe5d5ffce6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4199 2025.02.07 10:08:35.069199 [ 256 ] {a6e510ae-e7c6-4cd5-bd6e-fe5d5ffce6fe} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4200 2025.02.07 10:08:35.069436 [ 256 ] {a6e510ae-e7c6-4cd5-bd6e-fe5d5ffce6fe} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4201 2025.02.07 10:08:35.069692 [ 256 ] {a6e510ae-e7c6-4cd5-bd6e-fe5d5ffce6fe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001998 sec., 41041.04104104103 rows/sec., 2.61 MiB/sec.
4202 2025.02.07 10:08:35.069870 [ 256 ] {a6e510ae-e7c6-4cd5-bd6e-fe5d5ffce6fe} <Debug> TCPHandler: Processed in 0.002357017 sec.
4203 2025.02.07 10:08:39.109380 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
4204 2025.02.07 10:08:39.109458 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
4205 2025.02.07 10:08:39.211753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4206 2025.02.07 10:08:39.212882 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4207 2025.02.07 10:08:39.212956 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4208 2025.02.07 10:08:39.213490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4209 2025.02.07 10:08:39.213748 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4210 2025.02.07 10:08:39.213985 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4211 2025.02.07 10:08:39.286845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 580
4212 2025.02.07 10:08:39.289941 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4213 2025.02.07 10:08:39.289990 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4214 2025.02.07 10:08:39.291477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4215 2025.02.07 10:08:39.291785 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4216 2025.02.07 10:08:39.292326 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 580
4217 2025.02.07 10:08:39.879978 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4218 2025.02.07 10:08:39.901019 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4219 2025.02.07 10:08:39.901073 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4220 2025.02.07 10:08:39.909509 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4221 2025.02.07 10:08:39.910299 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4222 2025.02.07 10:08:39.912826 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4223 2025.02.07 10:08:40.035529 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4224 2025.02.07 10:08:40.035744 [ 255 ] {7df707fd-e713-493d-813f-ebd392e23228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4225 2025.02.07 10:08:40.035826 [ 255 ] {7df707fd-e713-493d-813f-ebd392e23228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4226 2025.02.07 10:08:40.036783 [ 255 ] {7df707fd-e713-493d-813f-ebd392e23228} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4227 2025.02.07 10:08:40.036836 [ 255 ] {7df707fd-e713-493d-813f-ebd392e23228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4228 2025.02.07 10:08:40.037314 [ 255 ] {7df707fd-e713-493d-813f-ebd392e23228} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4229 2025.02.07 10:08:40.037570 [ 255 ] {7df707fd-e713-493d-813f-ebd392e23228} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4230 2025.02.07 10:08:40.037798 [ 255 ] {7df707fd-e713-493d-813f-ebd392e23228} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00208 sec., 64423.07692307693 rows/sec., 5.54 MiB/sec.
4231 2025.02.07 10:08:40.037855 [ 255 ] {7df707fd-e713-493d-813f-ebd392e23228} <Debug> TCPHandler: Processed in 0.00248844 sec.
4232 2025.02.07 10:08:40.038130 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4233 2025.02.07 10:08:40.038327 [ 256 ] {58895639-ddc7-4fb6-9928-36cf9458dd45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4234 2025.02.07 10:08:40.038402 [ 256 ] {58895639-ddc7-4fb6-9928-36cf9458dd45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4235 2025.02.07 10:08:40.039191 [ 256 ] {58895639-ddc7-4fb6-9928-36cf9458dd45} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4236 2025.02.07 10:08:40.039244 [ 256 ] {58895639-ddc7-4fb6-9928-36cf9458dd45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4237 2025.02.07 10:08:40.039695 [ 256 ] {58895639-ddc7-4fb6-9928-36cf9458dd45} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4238 2025.02.07 10:08:40.039957 [ 256 ] {58895639-ddc7-4fb6-9928-36cf9458dd45} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4239 2025.02.07 10:08:40.040198 [ 256 ] {58895639-ddc7-4fb6-9928-36cf9458dd45} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001922 sec., 20291.363163371487 rows/sec., 1.49 MiB/sec.
4240 2025.02.07 10:08:40.040265 [ 256 ] {58895639-ddc7-4fb6-9928-36cf9458dd45} <Debug> TCPHandler: Processed in 0.002278766 sec.
4241 2025.02.07 10:08:40.040424 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4242 2025.02.07 10:08:40.040543 [ 255 ] {e16674a3-a921-4e00-b77a-7aea411ee8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4243 2025.02.07 10:08:40.040591 [ 255 ] {e16674a3-a921-4e00-b77a-7aea411ee8c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4244 2025.02.07 10:08:40.041212 [ 255 ] {e16674a3-a921-4e00-b77a-7aea411ee8c5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4245 2025.02.07 10:08:40.041250 [ 255 ] {e16674a3-a921-4e00-b77a-7aea411ee8c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4246 2025.02.07 10:08:40.041630 [ 255 ] {e16674a3-a921-4e00-b77a-7aea411ee8c5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4247 2025.02.07 10:08:40.041885 [ 255 ] {e16674a3-a921-4e00-b77a-7aea411ee8c5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4248 2025.02.07 10:08:40.042061 [ 255 ] {e16674a3-a921-4e00-b77a-7aea411ee8c5} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001543 sec., 66753.07841866494 rows/sec., 5.21 MiB/sec.
4249 2025.02.07 10:08:40.042113 [ 255 ] {e16674a3-a921-4e00-b77a-7aea411ee8c5} <Debug> TCPHandler: Processed in 0.001745385 sec.
4250 2025.02.07 10:08:40.042286 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4251 2025.02.07 10:08:40.042435 [ 256 ] {81fe3df1-b4e5-463c-b10e-7100d3456ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4252 2025.02.07 10:08:40.042504 [ 256 ] {81fe3df1-b4e5-463c-b10e-7100d3456ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4253 2025.02.07 10:08:40.043193 [ 256 ] {81fe3df1-b4e5-463c-b10e-7100d3456ce7} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4254 2025.02.07 10:08:40.043235 [ 256 ] {81fe3df1-b4e5-463c-b10e-7100d3456ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4255 2025.02.07 10:08:40.043655 [ 256 ] {81fe3df1-b4e5-463c-b10e-7100d3456ce7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4256 2025.02.07 10:08:40.043920 [ 256 ] {81fe3df1-b4e5-463c-b10e-7100d3456ce7} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4257 2025.02.07 10:08:40.044094 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4258 2025.02.07 10:08:40.044156 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4259 2025.02.07 10:08:40.044182 [ 256 ] {81fe3df1-b4e5-463c-b10e-7100d3456ce7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec.
4260 2025.02.07 10:08:40.044198 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4261 2025.02.07 10:08:40.044327 [ 256 ] {81fe3df1-b4e5-463c-b10e-7100d3456ce7} <Debug> TCPHandler: Processed in 0.002111943 sec.
4262 2025.02.07 10:08:40.044403 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
4263 2025.02.07 10:08:40.044501 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4264 2025.02.07 10:08:40.044576 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4265 2025.02.07 10:08:40.044685 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6618 rows starting from the beginning of the part
4266 2025.02.07 10:08:40.044697 [ 255 ] {dba4165f-643d-4787-b7cd-02509f2eb3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4267 2025.02.07 10:08:40.045006 [ 255 ] {dba4165f-643d-4787-b7cd-02509f2eb3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4268 2025.02.07 10:08:40.045129 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part
4269 2025.02.07 10:08:40.045702 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part
4270 2025.02.07 10:08:40.046165 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 164 rows starting from the beginning of the part
4271 2025.02.07 10:08:40.046683 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part
4272 2025.02.07 10:08:40.047020 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
4273 2025.02.07 10:08:40.050288 [ 255 ] {dba4165f-643d-4787-b7cd-02509f2eb3f4} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4274 2025.02.07 10:08:40.050369 [ 255 ] {dba4165f-643d-4787-b7cd-02509f2eb3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4275 2025.02.07 10:08:40.051654 [ 255 ] {dba4165f-643d-4787-b7cd-02509f2eb3f4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4276 2025.02.07 10:08:40.052214 [ 255 ] {dba4165f-643d-4787-b7cd-02509f2eb3f4} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4277 2025.02.07 10:08:40.052241 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7576 rows, containing 5 columns (5 merged, 0 gathered) in 0.00792005 sec., 956559.6176791814 rows/sec., 64.52 MiB/sec.
4278 2025.02.07 10:08:40.052513 [ 255 ] {dba4165f-643d-4787-b7cd-02509f2eb3f4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007882 sec., 4947.982745496067 rows/sec., 8.87 MiB/sec.
4279 2025.02.07 10:08:40.052763 [ 255 ] {dba4165f-643d-4787-b7cd-02509f2eb3f4} <Debug> TCPHandler: Processed in 0.008335939 sec.
4280 2025.02.07 10:08:40.052807 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4281 2025.02.07 10:08:40.052965 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4282 2025.02.07 10:08:40.053111 [ 256 ] {c9fc430a-826f-4d18-ac35-c01bd5784128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4283 2025.02.07 10:08:40.053175 [ 256 ] {c9fc430a-826f-4d18-ac35-c01bd5784128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4284 2025.02.07 10:08:40.053239 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4285 2025.02.07 10:08:40.053371 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4286 2025.02.07 10:08:40.053486 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB.
4287 2025.02.07 10:08:40.053805 [ 256 ] {c9fc430a-826f-4d18-ac35-c01bd5784128} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4288 2025.02.07 10:08:40.053844 [ 256 ] {c9fc430a-826f-4d18-ac35-c01bd5784128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4289 2025.02.07 10:08:40.054239 [ 256 ] {c9fc430a-826f-4d18-ac35-c01bd5784128} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4290 2025.02.07 10:08:40.054479 [ 256 ] {c9fc430a-826f-4d18-ac35-c01bd5784128} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4291 2025.02.07 10:08:40.054656 [ 98 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4292 2025.02.07 10:08:40.054715 [ 98 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4293 2025.02.07 10:08:40.054739 [ 256 ] {c9fc430a-826f-4d18-ac35-c01bd5784128} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001659 sec., 36166.36528028933 rows/sec., 2.44 MiB/sec.
4294 2025.02.07 10:08:40.054752 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4295 2025.02.07 10:08:40.054883 [ 256 ] {c9fc430a-826f-4d18-ac35-c01bd5784128} <Debug> TCPHandler: Processed in 0.002010561 sec.
4296 2025.02.07 10:08:40.054941 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
4297 2025.02.07 10:08:40.055032 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4298 2025.02.07 10:08:40.055060 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1110 rows starting from the beginning of the part
4299 2025.02.07 10:08:40.055121 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
4300 2025.02.07 10:08:40.055364 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part
4301 2025.02.07 10:08:40.055567 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
4302 2025.02.07 10:08:40.055753 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
4303 2025.02.07 10:08:40.055888 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
4304 2025.02.07 10:08:40.057083 [ 195 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1454 rows, containing 4 columns (4 merged, 0 gathered) in 0.002197985 sec., 661514.9784916639 rows/sec., 42.88 MiB/sec.
4305 2025.02.07 10:08:40.057319 [ 200 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4306 2025.02.07 10:08:40.057676 [ 200 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_26_5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4307 2025.02.07 10:08:40.057767 [ 200 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_26_5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4308 2025.02.07 10:08:40.057845 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4309 2025.02.07 10:08:42.860738 [ 94 ] {} <Debug> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4310 2025.02.07 10:08:42.860818 [ 94 ] {} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4311 2025.02.07 10:08:42.860840 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4312 2025.02.07 10:08:42.861001 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::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
4313 2025.02.07 10:08:42.861153 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4314 2025.02.07 10:08:42.861195 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
4315 2025.02.07 10:08:42.861292 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
4316 2025.02.07 10:08:42.861564 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
4317 2025.02.07 10:08:42.861691 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
4318 2025.02.07 10:08:42.861953 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
4319 2025.02.07 10:08:42.862988 [ 200 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.002076122 sec., 9633.345246570289 rows/sec., 823.16 KiB/sec.
4320 2025.02.07 10:08:42.863206 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4321 2025.02.07 10:08:42.863586 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4322 2025.02.07 10:08:42.863677 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_5_1} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4323 2025.02.07 10:08:42.863783 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4324 2025.02.07 10:08:43.938645 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4325 2025.02.07 10:08:43.938953 [ 255 ] {b42de06d-253a-43f7-bcb0-8fde98f2ce13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4326 2025.02.07 10:08:43.939068 [ 255 ] {b42de06d-253a-43f7-bcb0-8fde98f2ce13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4327 2025.02.07 10:08:43.939848 [ 255 ] {b42de06d-253a-43f7-bcb0-8fde98f2ce13} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4328 2025.02.07 10:08:43.939899 [ 255 ] {b42de06d-253a-43f7-bcb0-8fde98f2ce13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4329 2025.02.07 10:08:43.940321 [ 255 ] {b42de06d-253a-43f7-bcb0-8fde98f2ce13} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4330 2025.02.07 10:08:43.940572 [ 255 ] {b42de06d-253a-43f7-bcb0-8fde98f2ce13} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4331 2025.02.07 10:08:43.940815 [ 255 ] {b42de06d-253a-43f7-bcb0-8fde98f2ce13} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec.
4332 2025.02.07 10:08:43.940945 [ 255 ] {b42de06d-253a-43f7-bcb0-8fde98f2ce13} <Debug> TCPHandler: Processed in 0.00249472 sec.
4333 2025.02.07 10:08:43.941204 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4334 2025.02.07 10:08:43.941389 [ 256 ] {2639df12-ce2c-4cca-960c-ba4881676a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4335 2025.02.07 10:08:43.941463 [ 256 ] {2639df12-ce2c-4cca-960c-ba4881676a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4336 2025.02.07 10:08:43.942231 [ 256 ] {2639df12-ce2c-4cca-960c-ba4881676a6d} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4337 2025.02.07 10:08:43.942281 [ 256 ] {2639df12-ce2c-4cca-960c-ba4881676a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4338 2025.02.07 10:08:43.942699 [ 256 ] {2639df12-ce2c-4cca-960c-ba4881676a6d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4339 2025.02.07 10:08:43.942955 [ 256 ] {2639df12-ce2c-4cca-960c-ba4881676a6d} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4340 2025.02.07 10:08:43.943259 [ 256 ] {2639df12-ce2c-4cca-960c-ba4881676a6d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001902 sec., 3154.5741324921137 rows/sec., 257.23 KiB/sec.
4341 2025.02.07 10:08:43.943390 [ 256 ] {2639df12-ce2c-4cca-960c-ba4881676a6d} <Debug> TCPHandler: Processed in 0.002325148 sec.
4342 2025.02.07 10:08:43.943570 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4343 2025.02.07 10:08:43.943709 [ 255 ] {7a9ead21-f34e-4d06-8a0e-c12562d973e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4344 2025.02.07 10:08:43.943767 [ 255 ] {7a9ead21-f34e-4d06-8a0e-c12562d973e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4345 2025.02.07 10:08:43.945208 [ 255 ] {7a9ead21-f34e-4d06-8a0e-c12562d973e5} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4346 2025.02.07 10:08:43.945247 [ 255 ] {7a9ead21-f34e-4d06-8a0e-c12562d973e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4347 2025.02.07 10:08:43.945689 [ 255 ] {7a9ead21-f34e-4d06-8a0e-c12562d973e5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4348 2025.02.07 10:08:43.945939 [ 255 ] {7a9ead21-f34e-4d06-8a0e-c12562d973e5} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4349 2025.02.07 10:08:43.946157 [ 255 ] {7a9ead21-f34e-4d06-8a0e-c12562d973e5} <Debug> executeQuery: Read 1346 rows, 114.29 KiB in 0.002475 sec., 543838.3838383838 rows/sec., 45.09 MiB/sec.
4350 2025.02.07 10:08:43.946281 [ 255 ] {7a9ead21-f34e-4d06-8a0e-c12562d973e5} <Debug> TCPHandler: Processed in 0.002776536 sec.
4351 2025.02.07 10:08:43.946465 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4352 2025.02.07 10:08:43.946585 [ 256 ] {0e6624c7-c19c-4a3b-b688-d8a51d43f404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4353 2025.02.07 10:08:43.946635 [ 256 ] {0e6624c7-c19c-4a3b-b688-d8a51d43f404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4354 2025.02.07 10:08:43.947254 [ 256 ] {0e6624c7-c19c-4a3b-b688-d8a51d43f404} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4355 2025.02.07 10:08:43.947296 [ 256 ] {0e6624c7-c19c-4a3b-b688-d8a51d43f404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4356 2025.02.07 10:08:43.947678 [ 256 ] {0e6624c7-c19c-4a3b-b688-d8a51d43f404} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4357 2025.02.07 10:08:43.947942 [ 256 ] {0e6624c7-c19c-4a3b-b688-d8a51d43f404} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4358 2025.02.07 10:08:43.948168 [ 256 ] {0e6624c7-c19c-4a3b-b688-d8a51d43f404} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 544.15 KiB/sec.
4359 2025.02.07 10:08:43.948232 [ 256 ] {0e6624c7-c19c-4a3b-b688-d8a51d43f404} <Debug> TCPHandler: Processed in 0.001842747 sec.
4360 2025.02.07 10:08:43.948398 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4361 2025.02.07 10:08:43.948518 [ 255 ] {15490bf8-8210-4448-aec4-2f78dd614718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4362 2025.02.07 10:08:43.948566 [ 255 ] {15490bf8-8210-4448-aec4-2f78dd614718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4363 2025.02.07 10:08:43.949276 [ 255 ] {15490bf8-8210-4448-aec4-2f78dd614718} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4364 2025.02.07 10:08:43.949318 [ 255 ] {15490bf8-8210-4448-aec4-2f78dd614718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4365 2025.02.07 10:08:43.949693 [ 255 ] {15490bf8-8210-4448-aec4-2f78dd614718} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4366 2025.02.07 10:08:43.949944 [ 255 ] {15490bf8-8210-4448-aec4-2f78dd614718} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4367 2025.02.07 10:08:43.950175 [ 255 ] {15490bf8-8210-4448-aec4-2f78dd614718} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001678 sec., 144219.3087008343 rows/sec., 9.77 MiB/sec.
4368 2025.02.07 10:08:43.950258 [ 255 ] {15490bf8-8210-4448-aec4-2f78dd614718} <Debug> TCPHandler: Processed in 0.001932699 sec.
4369 2025.02.07 10:08:43.950409 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4370 2025.02.07 10:08:43.950520 [ 256 ] {5b7e16ec-4cd5-425e-8e7b-e5decd884877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4371 2025.02.07 10:08:43.950568 [ 256 ] {5b7e16ec-4cd5-425e-8e7b-e5decd884877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4372 2025.02.07 10:08:43.951197 [ 256 ] {5b7e16ec-4cd5-425e-8e7b-e5decd884877} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4373 2025.02.07 10:08:43.951238 [ 256 ] {5b7e16ec-4cd5-425e-8e7b-e5decd884877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4374 2025.02.07 10:08:43.951609 [ 256 ] {5b7e16ec-4cd5-425e-8e7b-e5decd884877} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4375 2025.02.07 10:08:43.951868 [ 256 ] {5b7e16ec-4cd5-425e-8e7b-e5decd884877} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4376 2025.02.07 10:08:43.952122 [ 256 ] {5b7e16ec-4cd5-425e-8e7b-e5decd884877} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec.
4377 2025.02.07 10:08:43.952254 [ 256 ] {5b7e16ec-4cd5-425e-8e7b-e5decd884877} <Debug> TCPHandler: Processed in 0.001879438 sec.
4378 2025.02.07 10:08:43.952452 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4379 2025.02.07 10:08:43.952575 [ 255 ] {d0a69268-50ce-4c4f-9fc5-3ef47e949535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4380 2025.02.07 10:08:43.952625 [ 255 ] {d0a69268-50ce-4c4f-9fc5-3ef47e949535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4381 2025.02.07 10:08:43.953649 [ 255 ] {d0a69268-50ce-4c4f-9fc5-3ef47e949535} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4382 2025.02.07 10:08:43.953691 [ 255 ] {d0a69268-50ce-4c4f-9fc5-3ef47e949535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4383 2025.02.07 10:08:43.954105 [ 255 ] {d0a69268-50ce-4c4f-9fc5-3ef47e949535} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4384 2025.02.07 10:08:43.954353 [ 255 ] {d0a69268-50ce-4c4f-9fc5-3ef47e949535} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4385 2025.02.07 10:08:43.954562 [ 255 ] {d0a69268-50ce-4c4f-9fc5-3ef47e949535} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.002012 sec., 419483.1013916501 rows/sec., 30.32 MiB/sec.
4386 2025.02.07 10:08:43.954616 [ 255 ] {d0a69268-50ce-4c4f-9fc5-3ef47e949535} <Debug> TCPHandler: Processed in 0.002232466 sec.
4387 2025.02.07 10:08:43.954761 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4388 2025.02.07 10:08:43.954880 [ 256 ] {8100b286-2da6-4714-a0da-4ce756e34d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4389 2025.02.07 10:08:43.954930 [ 256 ] {8100b286-2da6-4714-a0da-4ce756e34d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4390 2025.02.07 10:08:43.955430 [ 256 ] {8100b286-2da6-4714-a0da-4ce756e34d2a} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4391 2025.02.07 10:08:43.955469 [ 256 ] {8100b286-2da6-4714-a0da-4ce756e34d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4392 2025.02.07 10:08:43.955857 [ 256 ] {8100b286-2da6-4714-a0da-4ce756e34d2a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4393 2025.02.07 10:08:43.956093 [ 256 ] {8100b286-2da6-4714-a0da-4ce756e34d2a} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4394 2025.02.07 10:08:43.956384 [ 256 ] {8100b286-2da6-4714-a0da-4ce756e34d2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec.
4395 2025.02.07 10:08:43.956542 [ 256 ] {8100b286-2da6-4714-a0da-4ce756e34d2a} <Debug> TCPHandler: Processed in 0.001834427 sec.
4396 2025.02.07 10:08:43.956678 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4397 2025.02.07 10:08:43.956799 [ 255 ] {b1ce7dca-7f79-42e0-a2df-2e19403f6592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4398 2025.02.07 10:08:43.956854 [ 255 ] {b1ce7dca-7f79-42e0-a2df-2e19403f6592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4399 2025.02.07 10:08:43.957660 [ 255 ] {b1ce7dca-7f79-42e0-a2df-2e19403f6592} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4400 2025.02.07 10:08:43.957699 [ 255 ] {b1ce7dca-7f79-42e0-a2df-2e19403f6592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4401 2025.02.07 10:08:43.958145 [ 255 ] {b1ce7dca-7f79-42e0-a2df-2e19403f6592} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4402 2025.02.07 10:08:43.958398 [ 255 ] {b1ce7dca-7f79-42e0-a2df-2e19403f6592} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4403 2025.02.07 10:08:43.958626 [ 255 ] {b1ce7dca-7f79-42e0-a2df-2e19403f6592} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.001851 sec., 501350.62128579145 rows/sec., 33.46 MiB/sec.
4404 2025.02.07 10:08:43.958681 [ 255 ] {b1ce7dca-7f79-42e0-a2df-2e19403f6592} <Debug> TCPHandler: Processed in 0.002062342 sec.
4405 2025.02.07 10:08:43.958822 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4406 2025.02.07 10:08:43.958940 [ 256 ] {043287a0-e395-4ccc-8504-77a0c0dcd1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4407 2025.02.07 10:08:43.958994 [ 256 ] {043287a0-e395-4ccc-8504-77a0c0dcd1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4408 2025.02.07 10:08:43.959546 [ 256 ] {043287a0-e395-4ccc-8504-77a0c0dcd1e2} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4409 2025.02.07 10:08:43.959590 [ 256 ] {043287a0-e395-4ccc-8504-77a0c0dcd1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4410 2025.02.07 10:08:43.959990 [ 256 ] {043287a0-e395-4ccc-8504-77a0c0dcd1e2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4411 2025.02.07 10:08:43.960239 [ 256 ] {043287a0-e395-4ccc-8504-77a0c0dcd1e2} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4412 2025.02.07 10:08:43.960458 [ 256 ] {043287a0-e395-4ccc-8504-77a0c0dcd1e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec.
4413 2025.02.07 10:08:43.960509 [ 256 ] {043287a0-e395-4ccc-8504-77a0c0dcd1e2} <Debug> TCPHandler: Processed in 0.001744646 sec.
4414 2025.02.07 10:08:43.960651 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4415 2025.02.07 10:08:43.960769 [ 255 ] {87945f64-7a40-4ca0-a2f7-049e10b81f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4416 2025.02.07 10:08:43.960821 [ 255 ] {87945f64-7a40-4ca0-a2f7-049e10b81f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4417 2025.02.07 10:08:43.961312 [ 255 ] {87945f64-7a40-4ca0-a2f7-049e10b81f95} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4418 2025.02.07 10:08:43.961354 [ 255 ] {87945f64-7a40-4ca0-a2f7-049e10b81f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4419 2025.02.07 10:08:43.961741 [ 255 ] {87945f64-7a40-4ca0-a2f7-049e10b81f95} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4420 2025.02.07 10:08:43.962012 [ 255 ] {87945f64-7a40-4ca0-a2f7-049e10b81f95} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4421 2025.02.07 10:08:43.962228 [ 255 ] {87945f64-7a40-4ca0-a2f7-049e10b81f95} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001484 sec., 47169.811320754714 rows/sec., 2.96 MiB/sec.
4422 2025.02.07 10:08:43.962279 [ 255 ] {87945f64-7a40-4ca0-a2f7-049e10b81f95} <Debug> TCPHandler: Processed in 0.001691214 sec.
4423 2025.02.07 10:08:45.025819 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4424 2025.02.07 10:08:45.026025 [ 255 ] {abd7bd00-6798-4056-a437-9ba6ddd49ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4425 2025.02.07 10:08:45.026101 [ 255 ] {abd7bd00-6798-4056-a437-9ba6ddd49ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4426 2025.02.07 10:08:45.026829 [ 255 ] {abd7bd00-6798-4056-a437-9ba6ddd49ef2} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4427 2025.02.07 10:08:45.026871 [ 255 ] {abd7bd00-6798-4056-a437-9ba6ddd49ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4428 2025.02.07 10:08:45.027298 [ 255 ] {abd7bd00-6798-4056-a437-9ba6ddd49ef2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4429 2025.02.07 10:08:45.027548 [ 255 ] {abd7bd00-6798-4056-a437-9ba6ddd49ef2} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4430 2025.02.07 10:08:45.027780 [ 255 ] {abd7bd00-6798-4056-a437-9ba6ddd49ef2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001814 sec., 30871.003307607494 rows/sec., 2.36 MiB/sec.
4431 2025.02.07 10:08:45.027836 [ 255 ] {abd7bd00-6798-4056-a437-9ba6ddd49ef2} <Debug> TCPHandler: Processed in 0.002155194 sec.
4432 2025.02.07 10:08:45.028092 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4433 2025.02.07 10:08:45.028311 [ 256 ] {99d47282-88e5-45cc-b448-859c6bbc19a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4434 2025.02.07 10:08:45.028396 [ 256 ] {99d47282-88e5-45cc-b448-859c6bbc19a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4435 2025.02.07 10:08:45.029263 [ 256 ] {99d47282-88e5-45cc-b448-859c6bbc19a1} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4436 2025.02.07 10:08:45.029317 [ 256 ] {99d47282-88e5-45cc-b448-859c6bbc19a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4437 2025.02.07 10:08:45.029758 [ 256 ] {99d47282-88e5-45cc-b448-859c6bbc19a1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4438 2025.02.07 10:08:45.030009 [ 256 ] {99d47282-88e5-45cc-b448-859c6bbc19a1} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4439 2025.02.07 10:08:45.030281 [ 256 ] {99d47282-88e5-45cc-b448-859c6bbc19a1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002024 sec., 31620.553359683792 rows/sec., 2.47 MiB/sec.
4440 2025.02.07 10:08:45.030489 [ 256 ] {99d47282-88e5-45cc-b448-859c6bbc19a1} <Debug> TCPHandler: Processed in 0.002546692 sec.
4441 2025.02.07 10:08:45.030708 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4442 2025.02.07 10:08:45.030847 [ 255 ] {3d810f95-f3c7-4635-8d98-5bdef9b8c330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4443 2025.02.07 10:08:45.030906 [ 255 ] {3d810f95-f3c7-4635-8d98-5bdef9b8c330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4444 2025.02.07 10:08:45.031465 [ 255 ] {3d810f95-f3c7-4635-8d98-5bdef9b8c330} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4445 2025.02.07 10:08:45.031503 [ 255 ] {3d810f95-f3c7-4635-8d98-5bdef9b8c330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4446 2025.02.07 10:08:45.031869 [ 255 ] {3d810f95-f3c7-4635-8d98-5bdef9b8c330} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4447 2025.02.07 10:08:45.032109 [ 255 ] {3d810f95-f3c7-4635-8d98-5bdef9b8c330} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4448 2025.02.07 10:08:45.032348 [ 255 ] {3d810f95-f3c7-4635-8d98-5bdef9b8c330} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00153 sec., 20915.032679738564 rows/sec., 1.46 MiB/sec.
4449 2025.02.07 10:08:45.032402 [ 255 ] {3d810f95-f3c7-4635-8d98-5bdef9b8c330} <Debug> TCPHandler: Processed in 0.001806767 sec.
4450 2025.02.07 10:08:45.032597 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4451 2025.02.07 10:08:45.032826 [ 256 ] {0147da7b-9924-40b3-8d45-64477d19f062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4452 2025.02.07 10:08:45.032924 [ 256 ] {0147da7b-9924-40b3-8d45-64477d19f062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4453 2025.02.07 10:08:45.033588 [ 256 ] {0147da7b-9924-40b3-8d45-64477d19f062} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4454 2025.02.07 10:08:45.033628 [ 256 ] {0147da7b-9924-40b3-8d45-64477d19f062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4455 2025.02.07 10:08:45.034006 [ 256 ] {0147da7b-9924-40b3-8d45-64477d19f062} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4456 2025.02.07 10:08:45.034240 [ 256 ] {0147da7b-9924-40b3-8d45-64477d19f062} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4457 2025.02.07 10:08:45.034442 [ 256 ] {0147da7b-9924-40b3-8d45-64477d19f062} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001672 sec., 7177.033492822966 rows/sec., 495.29 KiB/sec.
4458 2025.02.07 10:08:45.034493 [ 256 ] {0147da7b-9924-40b3-8d45-64477d19f062} <Debug> TCPHandler: Processed in 0.00200888 sec.
4459 2025.02.07 10:08:46.714270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4460 2025.02.07 10:08:46.714974 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4461 2025.02.07 10:08:46.715035 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4462 2025.02.07 10:08:46.715576 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4463 2025.02.07 10:08:46.715841 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4464 2025.02.07 10:08:46.716008 [ 88 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4465 2025.02.07 10:08:46.716068 [ 88 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4466 2025.02.07 10:08:46.716072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4467 2025.02.07 10:08:46.716094 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4468 2025.02.07 10:08:46.716254 [ 190 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
4469 2025.02.07 10:08:46.716430 [ 190 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4470 2025.02.07 10:08:46.716473 [ 190 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
4471 2025.02.07 10:08:46.716554 [ 190 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
4472 2025.02.07 10:08:46.716648 [ 190 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
4473 2025.02.07 10:08:46.716893 [ 190 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
4474 2025.02.07 10:08:46.717139 [ 190 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
4475 2025.02.07 10:08:46.717391 [ 190 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
4476 2025.02.07 10:08:46.719931 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003757256 sec., 2565169.900587024 rows/sec., 36.70 MiB/sec.
4477 2025.02.07 10:08:46.720323 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4478 2025.02.07 10:08:46.720714 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4479 2025.02.07 10:08:46.720830 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_21_4} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4480 2025.02.07 10:08:46.720961 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
4481 2025.02.07 10:08:47.413008 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4482 2025.02.07 10:08:47.435154 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4483 2025.02.07 10:08:47.435210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4484 2025.02.07 10:08:47.443132 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4485 2025.02.07 10:08:47.443913 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4486 2025.02.07 10:08:47.444209 [ 87 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4487 2025.02.07 10:08:47.444286 [ 87 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4488 2025.02.07 10:08:47.444334 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4489 2025.02.07 10:08:47.444593 [ 191 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
4490 2025.02.07 10:08:47.452490 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4491 2025.02.07 10:08:47.453783 [ 191 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4492 2025.02.07 10:08:47.454690 [ 191 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
4493 2025.02.07 10:08:47.459093 [ 191 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
4494 2025.02.07 10:08:47.463529 [ 191 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
4495 2025.02.07 10:08:47.468287 [ 191 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
4496 2025.02.07 10:08:47.473677 [ 191 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
4497 2025.02.07 10:08:47.478371 [ 191 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
4498 2025.02.07 10:08:47.535527 [ 196 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.091100553 sec., 1745.3242023679045 rows/sec., 9.02 MiB/sec.
4499 2025.02.07 10:08:47.538283 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4500 2025.02.07 10:08:47.541288 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_21_4} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4501 2025.02.07 10:08:47.541427 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_21_4} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4502 2025.02.07 10:08:47.544031 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4503 2025.02.07 10:08:48.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.80 MiB, peak 193.34 MiB, free memory in arenas 0.00 B, will set to 185.14 MiB (RSS), difference: 2.34 MiB
4504 2025.02.07 10:08:49.292658 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 622
4505 2025.02.07 10:08:49.296064 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4506 2025.02.07 10:08:49.296124 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4507 2025.02.07 10:08:49.297645 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4508 2025.02.07 10:08:49.297973 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4509 2025.02.07 10:08:49.298631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 622
4510 2025.02.07 10:08:50.033713 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4511 2025.02.07 10:08:50.033932 [ 255 ] {5c4bb39c-8418-41bc-8321-b03276f20a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4512 2025.02.07 10:08:50.034017 [ 255 ] {5c4bb39c-8418-41bc-8321-b03276f20a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4513 2025.02.07 10:08:50.035028 [ 255 ] {5c4bb39c-8418-41bc-8321-b03276f20a32} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4514 2025.02.07 10:08:50.035094 [ 255 ] {5c4bb39c-8418-41bc-8321-b03276f20a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4515 2025.02.07 10:08:50.035714 [ 255 ] {5c4bb39c-8418-41bc-8321-b03276f20a32} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4516 2025.02.07 10:08:50.036087 [ 255 ] {5c4bb39c-8418-41bc-8321-b03276f20a32} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4517 2025.02.07 10:08:50.036365 [ 255 ] {5c4bb39c-8418-41bc-8321-b03276f20a32} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002494 sec., 53728.949478749 rows/sec., 4.62 MiB/sec.
4518 2025.02.07 10:08:50.036443 [ 255 ] {5c4bb39c-8418-41bc-8321-b03276f20a32} <Debug> TCPHandler: Processed in 0.002877538 sec.
4519 2025.02.07 10:08:50.036724 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4520 2025.02.07 10:08:50.036983 [ 256 ] {917a24e8-1078-4d42-8abe-1dbcd90830a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4521 2025.02.07 10:08:50.037087 [ 256 ] {917a24e8-1078-4d42-8abe-1dbcd90830a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4522 2025.02.07 10:08:50.037955 [ 256 ] {917a24e8-1078-4d42-8abe-1dbcd90830a2} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4523 2025.02.07 10:08:50.038013 [ 256 ] {917a24e8-1078-4d42-8abe-1dbcd90830a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4524 2025.02.07 10:08:50.038493 [ 256 ] {917a24e8-1078-4d42-8abe-1dbcd90830a2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4525 2025.02.07 10:08:50.038785 [ 256 ] {917a24e8-1078-4d42-8abe-1dbcd90830a2} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4526 2025.02.07 10:08:50.039000 [ 85 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4527 2025.02.07 10:08:50.039036 [ 256 ] {917a24e8-1078-4d42-8abe-1dbcd90830a2} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002122 sec., 18378.887841658812 rows/sec., 1.35 MiB/sec.
4528 2025.02.07 10:08:50.039074 [ 85 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4529 2025.02.07 10:08:50.039146 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4530 2025.02.07 10:08:50.039197 [ 256 ] {917a24e8-1078-4d42-8abe-1dbcd90830a2} <Debug> TCPHandler: Processed in 0.002616813 sec.
4531 2025.02.07 10:08:50.039435 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
4532 2025.02.07 10:08:50.039452 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4533 2025.02.07 10:08:50.039730 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4534 2025.02.07 10:08:50.039740 [ 255 ] {071a2e02-74b7-4213-acca-28af8410693b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4535 2025.02.07 10:08:50.039795 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 58 rows starting from the beginning of the part
4536 2025.02.07 10:08:50.039842 [ 255 ] {071a2e02-74b7-4213-acca-28af8410693b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4537 2025.02.07 10:08:50.040158 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 47 rows starting from the beginning of the part
4538 2025.02.07 10:08:50.040430 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 7 rows starting from the beginning of the part
4539 2025.02.07 10:08:50.040835 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part
4540 2025.02.07 10:08:50.041218 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part
4541 2025.02.07 10:08:50.041608 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part
4542 2025.02.07 10:08:50.042843 [ 255 ] {071a2e02-74b7-4213-acca-28af8410693b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4543 2025.02.07 10:08:50.042909 [ 255 ] {071a2e02-74b7-4213-acca-28af8410693b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4544 2025.02.07 10:08:50.044055 [ 255 ] {071a2e02-74b7-4213-acca-28af8410693b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4545 2025.02.07 10:08:50.044523 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.005249707 sec., 38668.82475536253 rows/sec., 2.92 MiB/sec.
4546 2025.02.07 10:08:50.044607 [ 255 ] {071a2e02-74b7-4213-acca-28af8410693b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4547 2025.02.07 10:08:50.044735 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4548 2025.02.07 10:08:50.045071 [ 255 ] {071a2e02-74b7-4213-acca-28af8410693b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005411 sec., 19035.2984660876 rows/sec., 1.49 MiB/sec.
4549 2025.02.07 10:08:50.045261 [ 255 ] {071a2e02-74b7-4213-acca-28af8410693b} <Debug> TCPHandler: Processed in 0.005925979 sec.
4550 2025.02.07 10:08:50.045417 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4551 2025.02.07 10:08:50.045511 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4552 2025.02.07 10:08:50.045523 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_26_5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4553 2025.02.07 10:08:50.045681 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4554 2025.02.07 10:08:50.045744 [ 256 ] {ba9f8089-9907-4b80-be74-93ec621b9964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4555 2025.02.07 10:08:50.045807 [ 256 ] {ba9f8089-9907-4b80-be74-93ec621b9964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4556 2025.02.07 10:08:50.046421 [ 256 ] {ba9f8089-9907-4b80-be74-93ec621b9964} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4557 2025.02.07 10:08:50.046464 [ 256 ] {ba9f8089-9907-4b80-be74-93ec621b9964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4558 2025.02.07 10:08:50.046884 [ 256 ] {ba9f8089-9907-4b80-be74-93ec621b9964} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4559 2025.02.07 10:08:50.047134 [ 256 ] {ba9f8089-9907-4b80-be74-93ec621b9964} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4560 2025.02.07 10:08:50.047381 [ 256 ] {ba9f8089-9907-4b80-be74-93ec621b9964} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec.
4561 2025.02.07 10:08:50.047521 [ 256 ] {ba9f8089-9907-4b80-be74-93ec621b9964} <Debug> TCPHandler: Processed in 0.002078212 sec.
4562 2025.02.07 10:08:50.047727 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4563 2025.02.07 10:08:50.047863 [ 255 ] {92ab0253-6a44-44f3-b527-fc9497162d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4564 2025.02.07 10:08:50.047948 [ 255 ] {92ab0253-6a44-44f3-b527-fc9497162d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4565 2025.02.07 10:08:50.049222 [ 255 ] {92ab0253-6a44-44f3-b527-fc9497162d05} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4566 2025.02.07 10:08:50.049261 [ 255 ] {92ab0253-6a44-44f3-b527-fc9497162d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4567 2025.02.07 10:08:50.049944 [ 255 ] {92ab0253-6a44-44f3-b527-fc9497162d05} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4568 2025.02.07 10:08:50.050207 [ 255 ] {92ab0253-6a44-44f3-b527-fc9497162d05} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4569 2025.02.07 10:08:50.050448 [ 255 ] {92ab0253-6a44-44f3-b527-fc9497162d05} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00262 sec., 14885.496183206107 rows/sec., 26.67 MiB/sec.
4570 2025.02.07 10:08:50.050541 [ 255 ] {92ab0253-6a44-44f3-b527-fc9497162d05} <Debug> TCPHandler: Processed in 0.002909609 sec.
4571 2025.02.07 10:08:50.050710 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4572 2025.02.07 10:08:50.050852 [ 256 ] {42cbde7e-4405-407b-8f5b-81a9b65b40f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4573 2025.02.07 10:08:50.050913 [ 256 ] {42cbde7e-4405-407b-8f5b-81a9b65b40f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4574 2025.02.07 10:08:50.051490 [ 256 ] {42cbde7e-4405-407b-8f5b-81a9b65b40f6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4575 2025.02.07 10:08:50.051530 [ 256 ] {42cbde7e-4405-407b-8f5b-81a9b65b40f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4576 2025.02.07 10:08:50.051923 [ 256 ] {42cbde7e-4405-407b-8f5b-81a9b65b40f6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4577 2025.02.07 10:08:50.052166 [ 256 ] {42cbde7e-4405-407b-8f5b-81a9b65b40f6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4578 2025.02.07 10:08:50.052387 [ 256 ] {42cbde7e-4405-407b-8f5b-81a9b65b40f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec.
4579 2025.02.07 10:08:50.052447 [ 256 ] {42cbde7e-4405-407b-8f5b-81a9b65b40f6} <Debug> TCPHandler: Processed in 0.001804907 sec.
4580 2025.02.07 10:08:54.109522 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
4581 2025.02.07 10:08:54.109631 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
4582 2025.02.07 10:08:54.216179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4583 2025.02.07 10:08:54.216880 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4584 2025.02.07 10:08:54.216921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4585 2025.02.07 10:08:54.217444 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4586 2025.02.07 10:08:54.217695 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4587 2025.02.07 10:08:54.217920 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4588 2025.02.07 10:08:54.952543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4589 2025.02.07 10:08:54.972028 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4590 2025.02.07 10:08:54.972083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4591 2025.02.07 10:08:54.979380 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4592 2025.02.07 10:08:54.980135 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4593 2025.02.07 10:08:54.983520 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4594 2025.02.07 10:08:55.035367 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4595 2025.02.07 10:08:55.035580 [ 255 ] {36bf57b2-8e40-47af-aab4-4b816675cd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4596 2025.02.07 10:08:55.035660 [ 255 ] {36bf57b2-8e40-47af-aab4-4b816675cd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4597 2025.02.07 10:08:55.036512 [ 255 ] {36bf57b2-8e40-47af-aab4-4b816675cd50} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4598 2025.02.07 10:08:55.036556 [ 255 ] {36bf57b2-8e40-47af-aab4-4b816675cd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4599 2025.02.07 10:08:55.037004 [ 255 ] {36bf57b2-8e40-47af-aab4-4b816675cd50} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4600 2025.02.07 10:08:55.037258 [ 255 ] {36bf57b2-8e40-47af-aab4-4b816675cd50} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4601 2025.02.07 10:08:55.037453 [ 72 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4602 2025.02.07 10:08:55.037522 [ 255 ] {36bf57b2-8e40-47af-aab4-4b816675cd50} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001996 sec., 7014.0280561122245 rows/sec., 504.92 KiB/sec.
4603 2025.02.07 10:08:55.037533 [ 72 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4604 2025.02.07 10:08:55.037607 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4605 2025.02.07 10:08:55.037660 [ 255 ] {36bf57b2-8e40-47af-aab4-4b816675cd50} <Debug> TCPHandler: Processed in 0.002432509 sec.
4606 2025.02.07 10:08:55.037846 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::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
4607 2025.02.07 10:08:55.037959 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4608 2025.02.07 10:08:55.038013 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4609 2025.02.07 10:08:55.038067 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part
4610 2025.02.07 10:08:55.038130 [ 256 ] {db0e9aea-9175-4589-a46c-badb2698c4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4611 2025.02.07 10:08:55.038264 [ 256 ] {db0e9aea-9175-4589-a46c-badb2698c4cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4612 2025.02.07 10:08:55.038288 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
4613 2025.02.07 10:08:55.038682 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4614 2025.02.07 10:08:55.038950 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4615 2025.02.07 10:08:55.039231 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4616 2025.02.07 10:08:55.040477 [ 256 ] {db0e9aea-9175-4589-a46c-badb2698c4cd} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4617 2025.02.07 10:08:55.040521 [ 256 ] {db0e9aea-9175-4589-a46c-badb2698c4cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4618 2025.02.07 10:08:55.040935 [ 187 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003214905 sec., 21773.582734170992 rows/sec., 1.61 MiB/sec.
4619 2025.02.07 10:08:55.041269 [ 187 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4620 2025.02.07 10:08:55.041363 [ 256 ] {db0e9aea-9175-4589-a46c-badb2698c4cd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4621 2025.02.07 10:08:55.041710 [ 187 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4622 2025.02.07 10:08:55.041815 [ 256 ] {db0e9aea-9175-4589-a46c-badb2698c4cd} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4623 2025.02.07 10:08:55.041877 [ 187 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_13_3} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4624 2025.02.07 10:08:55.042065 [ 72 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4625 2025.02.07 10:08:55.042076 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4626 2025.02.07 10:08:55.042153 [ 72 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4627 2025.02.07 10:08:55.042197 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4628 2025.02.07 10:08:55.042227 [ 256 ] {db0e9aea-9175-4589-a46c-badb2698c4cd} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.004147 sec., 48951.04895104896 rows/sec., 4.23 MiB/sec.
4629 2025.02.07 10:08:55.042361 [ 256 ] {db0e9aea-9175-4589-a46c-badb2698c4cd} <Debug> TCPHandler: Processed in 0.004549972 sec.
4630 2025.02.07 10:08:55.042373 [ 196 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
4631 2025.02.07 10:08:55.042526 [ 196 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4632 2025.02.07 10:08:55.042572 [ 196 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1431 rows starting from the beginning of the part
4633 2025.02.07 10:08:55.042580 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4634 2025.02.07 10:08:55.042700 [ 196 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 134 rows starting from the beginning of the part
4635 2025.02.07 10:08:55.042928 [ 255 ] {ea326c9f-937c-4a6b-833c-1784a935f3c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4636 2025.02.07 10:08:55.043113 [ 196 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1346 rows starting from the beginning of the part
4637 2025.02.07 10:08:55.043134 [ 255 ] {ea326c9f-937c-4a6b-833c-1784a935f3c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4638 2025.02.07 10:08:55.043542 [ 196 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
4639 2025.02.07 10:08:55.043952 [ 196 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 134 rows starting from the beginning of the part
4640 2025.02.07 10:08:55.044327 [ 196 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 203 rows starting from the beginning of the part
4641 2025.02.07 10:08:55.045753 [ 255 ] {ea326c9f-937c-4a6b-833c-1784a935f3c0} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4642 2025.02.07 10:08:55.045819 [ 255 ] {ea326c9f-937c-4a6b-833c-1784a935f3c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4643 2025.02.07 10:08:55.046856 [ 255 ] {ea326c9f-937c-4a6b-833c-1784a935f3c0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4644 2025.02.07 10:08:55.047188 [ 255 ] {ea326c9f-937c-4a6b-833c-1784a935f3c0} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4645 2025.02.07 10:08:55.047488 [ 255 ] {ea326c9f-937c-4a6b-833c-1784a935f3c0} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004685 sec., 1494.1302027748134 rows/sec., 97.34 KiB/sec.
4646 2025.02.07 10:08:55.047731 [ 255 ] {ea326c9f-937c-4a6b-833c-1784a935f3c0} <Debug> TCPHandler: Processed in 0.005258666 sec.
4647 2025.02.07 10:08:55.047995 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4648 2025.02.07 10:08:55.048057 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3304 rows, containing 5 columns (5 merged, 0 gathered) in 0.005806157 sec., 569051.0952425158 rows/sec., 49.68 MiB/sec.
4649 2025.02.07 10:08:55.048192 [ 256 ] {f5c978c4-0da0-4764-969b-be8c7b3a4507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4650 2025.02.07 10:08:55.048261 [ 256 ] {f5c978c4-0da0-4764-969b-be8c7b3a4507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4651 2025.02.07 10:08:55.048542 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4652 2025.02.07 10:08:55.049177 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4653 2025.02.07 10:08:55.049389 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_31_6} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4654 2025.02.07 10:08:55.049588 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
4655 2025.02.07 10:08:55.049656 [ 256 ] {f5c978c4-0da0-4764-969b-be8c7b3a4507} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4656 2025.02.07 10:08:55.049700 [ 256 ] {f5c978c4-0da0-4764-969b-be8c7b3a4507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4657 2025.02.07 10:08:55.050064 [ 256 ] {f5c978c4-0da0-4764-969b-be8c7b3a4507} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4658 2025.02.07 10:08:55.050305 [ 256 ] {f5c978c4-0da0-4764-969b-be8c7b3a4507} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4659 2025.02.07 10:08:55.050520 [ 256 ] {f5c978c4-0da0-4764-969b-be8c7b3a4507} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002367 sec., 5914.659907055344 rows/sec., 414.22 KiB/sec.
4660 2025.02.07 10:08:55.050714 [ 256 ] {f5c978c4-0da0-4764-969b-be8c7b3a4507} <Debug> TCPHandler: Processed in 0.002862468 sec.
4661 2025.02.07 10:08:55.050907 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4662 2025.02.07 10:08:55.051045 [ 255 ] {4f3dafd0-b595-4170-8b31-2fe7d123b040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4663 2025.02.07 10:08:55.051102 [ 255 ] {4f3dafd0-b595-4170-8b31-2fe7d123b040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4664 2025.02.07 10:08:55.051746 [ 255 ] {4f3dafd0-b595-4170-8b31-2fe7d123b040} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4665 2025.02.07 10:08:55.051785 [ 255 ] {4f3dafd0-b595-4170-8b31-2fe7d123b040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4666 2025.02.07 10:08:55.052145 [ 255 ] {4f3dafd0-b595-4170-8b31-2fe7d123b040} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4667 2025.02.07 10:08:55.052381 [ 255 ] {4f3dafd0-b595-4170-8b31-2fe7d123b040} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4668 2025.02.07 10:08:55.052542 [ 72 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4669 2025.02.07 10:08:55.052608 [ 72 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4670 2025.02.07 10:08:55.052638 [ 255 ] {4f3dafd0-b595-4170-8b31-2fe7d123b040} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001616 sec., 8044.554455445545 rows/sec., 501.58 KiB/sec.
4671 2025.02.07 10:08:55.052654 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4672 2025.02.07 10:08:55.052846 [ 255 ] {4f3dafd0-b595-4170-8b31-2fe7d123b040} <Debug> TCPHandler: Processed in 0.002000671 sec.
4673 2025.02.07 10:08:55.053005 [ 196 ] {dd0523a0-8f25-4597-9cef-310042345b9c::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
4674 2025.02.07 10:08:55.053170 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4675 2025.02.07 10:08:55.053418 [ 196 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4676 2025.02.07 10:08:55.053449 [ 256 ] {cc7bacf4-e91d-4ea6-88a1-414b116ea1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4677 2025.02.07 10:08:55.053457 [ 196 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part
4678 2025.02.07 10:08:55.053523 [ 256 ] {cc7bacf4-e91d-4ea6-88a1-414b116ea1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4679 2025.02.07 10:08:55.053720 [ 196 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part
4680 2025.02.07 10:08:55.054136 [ 196 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part
4681 2025.02.07 10:08:55.054535 [ 196 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part
4682 2025.02.07 10:08:55.054970 [ 196 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part
4683 2025.02.07 10:08:55.056083 [ 256 ] {cc7bacf4-e91d-4ea6-88a1-414b116ea1ea} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4684 2025.02.07 10:08:55.056125 [ 256 ] {cc7bacf4-e91d-4ea6-88a1-414b116ea1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4685 2025.02.07 10:08:55.056522 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003751046 sec., 17328.4998371121 rows/sec., 1.12 MiB/sec.
4686 2025.02.07 10:08:55.056759 [ 256 ] {cc7bacf4-e91d-4ea6-88a1-414b116ea1ea} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4687 2025.02.07 10:08:55.056773 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4688 2025.02.07 10:08:55.057162 [ 256 ] {cc7bacf4-e91d-4ea6-88a1-414b116ea1ea} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4689 2025.02.07 10:08:55.057289 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4690 2025.02.07 10:08:55.057388 [ 72 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4691 2025.02.07 10:08:55.057488 [ 72 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4692 2025.02.07 10:08:55.057575 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4693 2025.02.07 10:08:55.057656 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_13_3} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4694 2025.02.07 10:08:55.057678 [ 256 ] {cc7bacf4-e91d-4ea6-88a1-414b116ea1ea} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004239 sec., 90115.59330030669 rows/sec., 6.38 MiB/sec.
4695 2025.02.07 10:08:55.057963 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
4696 2025.02.07 10:08:55.057975 [ 256 ] {cc7bacf4-e91d-4ea6-88a1-414b116ea1ea} <Debug> TCPHandler: Processed in 0.004994191 sec.
4697 2025.02.07 10:08:55.058008 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4698 2025.02.07 10:08:55.058202 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4699 2025.02.07 10:08:55.058237 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part
4700 2025.02.07 10:08:55.058314 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4701 2025.02.07 10:08:55.058452 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 103 rows starting from the beginning of the part
4702 2025.02.07 10:08:55.058854 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 844 rows starting from the beginning of the part
4703 2025.02.07 10:08:55.058875 [ 255 ] {96513c07-da18-4ce8-9301-12115845cdfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4704 2025.02.07 10:08:55.059064 [ 255 ] {96513c07-da18-4ce8-9301-12115845cdfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4705 2025.02.07 10:08:55.059070 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
4706 2025.02.07 10:08:55.059479 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 103 rows starting from the beginning of the part
4707 2025.02.07 10:08:55.059891 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 382 rows starting from the beginning of the part
4708 2025.02.07 10:08:55.061281 [ 255 ] {96513c07-da18-4ce8-9301-12115845cdfb} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4709 2025.02.07 10:08:55.061343 [ 255 ] {96513c07-da18-4ce8-9301-12115845cdfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4710 2025.02.07 10:08:55.062317 [ 255 ] {96513c07-da18-4ce8-9301-12115845cdfb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4711 2025.02.07 10:08:55.062650 [ 255 ] {96513c07-da18-4ce8-9301-12115845cdfb} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4712 2025.02.07 10:08:55.063135 [ 255 ] {96513c07-da18-4ce8-9301-12115845cdfb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004412 sec., 1359.9274705349048 rows/sec., 71.05 KiB/sec.
4713 2025.02.07 10:08:55.063235 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.005532952 sec., 435391.4510734957 rows/sec., 33.39 MiB/sec.
4714 2025.02.07 10:08:55.063267 [ 255 ] {96513c07-da18-4ce8-9301-12115845cdfb} <Debug> TCPHandler: Processed in 0.005139874 sec.
4715 2025.02.07 10:08:55.063444 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4716 2025.02.07 10:08:55.063453 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4717 2025.02.07 10:08:55.063615 [ 256 ] {c55ef24d-31d8-4bce-a9fb-1ccc1d45e205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4718 2025.02.07 10:08:55.063688 [ 256 ] {c55ef24d-31d8-4bce-a9fb-1ccc1d45e205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4719 2025.02.07 10:08:55.063778 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4720 2025.02.07 10:08:55.063910 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_31_6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4721 2025.02.07 10:08:55.064011 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4722 2025.02.07 10:08:55.064519 [ 256 ] {c55ef24d-31d8-4bce-a9fb-1ccc1d45e205} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4723 2025.02.07 10:08:55.064557 [ 256 ] {c55ef24d-31d8-4bce-a9fb-1ccc1d45e205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4724 2025.02.07 10:08:55.064948 [ 256 ] {c55ef24d-31d8-4bce-a9fb-1ccc1d45e205} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4725 2025.02.07 10:08:55.065193 [ 256 ] {c55ef24d-31d8-4bce-a9fb-1ccc1d45e205} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4726 2025.02.07 10:08:55.065374 [ 256 ] {c55ef24d-31d8-4bce-a9fb-1ccc1d45e205} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001798 sec., 131813.1256952169 rows/sec., 8.84 MiB/sec.
4727 2025.02.07 10:08:55.065430 [ 256 ] {c55ef24d-31d8-4bce-a9fb-1ccc1d45e205} <Debug> TCPHandler: Processed in 0.002052981 sec.
4728 2025.02.07 10:08:55.065591 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4729 2025.02.07 10:08:55.065730 [ 255 ] {0b79dfaa-c565-4abd-be84-08c780d900d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4730 2025.02.07 10:08:55.065789 [ 255 ] {0b79dfaa-c565-4abd-be84-08c780d900d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4731 2025.02.07 10:08:55.066346 [ 255 ] {0b79dfaa-c565-4abd-be84-08c780d900d9} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4732 2025.02.07 10:08:55.066392 [ 255 ] {0b79dfaa-c565-4abd-be84-08c780d900d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4733 2025.02.07 10:08:55.066772 [ 255 ] {0b79dfaa-c565-4abd-be84-08c780d900d9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4734 2025.02.07 10:08:55.067006 [ 255 ] {0b79dfaa-c565-4abd-be84-08c780d900d9} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4735 2025.02.07 10:08:55.067213 [ 255 ] {0b79dfaa-c565-4abd-be84-08c780d900d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec.
4736 2025.02.07 10:08:55.067266 [ 255 ] {0b79dfaa-c565-4abd-be84-08c780d900d9} <Debug> TCPHandler: Processed in 0.001746436 sec.
4737 2025.02.07 10:08:55.067402 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4738 2025.02.07 10:08:55.067531 [ 256 ] {7c633b16-c8ab-41b8-a981-b229cb341081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4739 2025.02.07 10:08:55.067626 [ 256 ] {7c633b16-c8ab-41b8-a981-b229cb341081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4740 2025.02.07 10:08:55.068516 [ 256 ] {7c633b16-c8ab-41b8-a981-b229cb341081} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4741 2025.02.07 10:08:55.068582 [ 256 ] {7c633b16-c8ab-41b8-a981-b229cb341081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4742 2025.02.07 10:08:55.068958 [ 256 ] {7c633b16-c8ab-41b8-a981-b229cb341081} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4743 2025.02.07 10:08:55.069192 [ 256 ] {7c633b16-c8ab-41b8-a981-b229cb341081} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4744 2025.02.07 10:08:55.069406 [ 256 ] {7c633b16-c8ab-41b8-a981-b229cb341081} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001912 sec., 42887.02928870293 rows/sec., 2.72 MiB/sec.
4745 2025.02.07 10:08:55.069458 [ 256 ] {7c633b16-c8ab-41b8-a981-b229cb341081} <Debug> TCPHandler: Processed in 0.002114143 sec.
4746 2025.02.07 10:08:59.298845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 654
4747 2025.02.07 10:08:59.302023 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4748 2025.02.07 10:08:59.302075 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4749 2025.02.07 10:08:59.303613 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4750 2025.02.07 10:08:59.303937 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4751 2025.02.07 10:08:59.304581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 654
4752 2025.02.07 10:09:00.033651 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4753 2025.02.07 10:09:00.033838 [ 255 ] {dd43a395-075a-41f3-93d8-cde155e89081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4754 2025.02.07 10:09:00.033908 [ 255 ] {dd43a395-075a-41f3-93d8-cde155e89081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4755 2025.02.07 10:09:00.034633 [ 255 ] {dd43a395-075a-41f3-93d8-cde155e89081} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4756 2025.02.07 10:09:00.034676 [ 255 ] {dd43a395-075a-41f3-93d8-cde155e89081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4757 2025.02.07 10:09:00.035112 [ 255 ] {dd43a395-075a-41f3-93d8-cde155e89081} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4758 2025.02.07 10:09:00.035368 [ 255 ] {dd43a395-075a-41f3-93d8-cde155e89081} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4759 2025.02.07 10:09:00.035596 [ 255 ] {dd43a395-075a-41f3-93d8-cde155e89081} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00181 sec., 1104.9723756906078 rows/sec., 90.10 KiB/sec.
4760 2025.02.07 10:09:00.035652 [ 255 ] {dd43a395-075a-41f3-93d8-cde155e89081} <Debug> TCPHandler: Processed in 0.002131773 sec.
4761 2025.02.07 10:09:00.035905 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4762 2025.02.07 10:09:00.036093 [ 256 ] {dec31ca7-0745-412e-ae4a-800752121f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4763 2025.02.07 10:09:00.036166 [ 256 ] {dec31ca7-0745-412e-ae4a-800752121f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4764 2025.02.07 10:09:00.037002 [ 256 ] {dec31ca7-0745-412e-ae4a-800752121f42} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4765 2025.02.07 10:09:00.037043 [ 256 ] {dec31ca7-0745-412e-ae4a-800752121f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4766 2025.02.07 10:09:00.037491 [ 256 ] {dec31ca7-0745-412e-ae4a-800752121f42} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4767 2025.02.07 10:09:00.037750 [ 256 ] {dec31ca7-0745-412e-ae4a-800752121f42} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4768 2025.02.07 10:09:00.037942 [ 256 ] {dec31ca7-0745-412e-ae4a-800752121f42} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001901 sec., 71015.25512887954 rows/sec., 6.10 MiB/sec.
4769 2025.02.07 10:09:00.037999 [ 256 ] {dec31ca7-0745-412e-ae4a-800752121f42} <Debug> TCPHandler: Processed in 0.002230854 sec.
4770 2025.02.07 10:09:00.038171 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4771 2025.02.07 10:09:00.038311 [ 255 ] {7fbc379a-0ad9-4582-b49b-8d4ed169193d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4772 2025.02.07 10:09:00.038367 [ 255 ] {7fbc379a-0ad9-4582-b49b-8d4ed169193d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4773 2025.02.07 10:09:00.039033 [ 255 ] {7fbc379a-0ad9-4582-b49b-8d4ed169193d} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4774 2025.02.07 10:09:00.039073 [ 255 ] {7fbc379a-0ad9-4582-b49b-8d4ed169193d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4775 2025.02.07 10:09:00.039445 [ 255 ] {7fbc379a-0ad9-4582-b49b-8d4ed169193d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4776 2025.02.07 10:09:00.039683 [ 255 ] {7fbc379a-0ad9-4582-b49b-8d4ed169193d} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4777 2025.02.07 10:09:00.039861 [ 255 ] {7fbc379a-0ad9-4582-b49b-8d4ed169193d} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001582 sec., 25916.5613147914 rows/sec., 1.90 MiB/sec.
4778 2025.02.07 10:09:00.039911 [ 255 ] {7fbc379a-0ad9-4582-b49b-8d4ed169193d} <Debug> TCPHandler: Processed in 0.001812516 sec.
4779 2025.02.07 10:09:00.040110 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4780 2025.02.07 10:09:00.040379 [ 256 ] {382e2ff0-9df3-46fe-82bb-089674596bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4781 2025.02.07 10:09:00.040479 [ 256 ] {382e2ff0-9df3-46fe-82bb-089674596bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4782 2025.02.07 10:09:00.041160 [ 256 ] {382e2ff0-9df3-46fe-82bb-089674596bbf} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4783 2025.02.07 10:09:00.041199 [ 256 ] {382e2ff0-9df3-46fe-82bb-089674596bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4784 2025.02.07 10:09:00.041586 [ 256 ] {382e2ff0-9df3-46fe-82bb-089674596bbf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4785 2025.02.07 10:09:00.041840 [ 256 ] {382e2ff0-9df3-46fe-82bb-089674596bbf} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4786 2025.02.07 10:09:00.042020 [ 256 ] {382e2ff0-9df3-46fe-82bb-089674596bbf} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001748 sec., 60068.64988558352 rows/sec., 4.69 MiB/sec.
4787 2025.02.07 10:09:00.042072 [ 256 ] {382e2ff0-9df3-46fe-82bb-089674596bbf} <Debug> TCPHandler: Processed in 0.002045631 sec.
4788 2025.02.07 10:09:00.042244 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4789 2025.02.07 10:09:00.042366 [ 255 ] {9fd61520-0801-47c5-a38c-06a3598e8f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4790 2025.02.07 10:09:00.042419 [ 255 ] {9fd61520-0801-47c5-a38c-06a3598e8f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4791 2025.02.07 10:09:00.043010 [ 255 ] {9fd61520-0801-47c5-a38c-06a3598e8f9e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4792 2025.02.07 10:09:00.043050 [ 255 ] {9fd61520-0801-47c5-a38c-06a3598e8f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4793 2025.02.07 10:09:00.043449 [ 255 ] {9fd61520-0801-47c5-a38c-06a3598e8f9e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4794 2025.02.07 10:09:00.043686 [ 255 ] {9fd61520-0801-47c5-a38c-06a3598e8f9e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4795 2025.02.07 10:09:00.043870 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4796 2025.02.07 10:09:00.043934 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4797 2025.02.07 10:09:00.043941 [ 255 ] {9fd61520-0801-47c5-a38c-06a3598e8f9e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001592 sec., 101130.65326633165 rows/sec., 7.04 MiB/sec.
4798 2025.02.07 10:09:00.043965 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4799 2025.02.07 10:09:00.044100 [ 255 ] {9fd61520-0801-47c5-a38c-06a3598e8f9e} <Debug> TCPHandler: Processed in 0.001923659 sec.
4800 2025.02.07 10:09:00.044256 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
4801 2025.02.07 10:09:00.044302 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4802 2025.02.07 10:09:00.044428 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4803 2025.02.07 10:09:00.044445 [ 256 ] {7a14baa0-f518-4c95-987b-c6d33c0e911e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4804 2025.02.07 10:09:00.044479 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7576 rows starting from the beginning of the part
4805 2025.02.07 10:09:00.044547 [ 256 ] {7a14baa0-f518-4c95-987b-c6d33c0e911e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4806 2025.02.07 10:09:00.044736 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 928 rows starting from the beginning of the part
4807 2025.02.07 10:09:00.045184 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
4808 2025.02.07 10:09:00.045657 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part
4809 2025.02.07 10:09:00.046045 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part
4810 2025.02.07 10:09:00.046359 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 161 rows starting from the beginning of the part
4811 2025.02.07 10:09:00.048443 [ 256 ] {7a14baa0-f518-4c95-987b-c6d33c0e911e} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4812 2025.02.07 10:09:00.048489 [ 256 ] {7a14baa0-f518-4c95-987b-c6d33c0e911e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4813 2025.02.07 10:09:00.049432 [ 256 ] {7a14baa0-f518-4c95-987b-c6d33c0e911e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4814 2025.02.07 10:09:00.049786 [ 256 ] {7a14baa0-f518-4c95-987b-c6d33c0e911e} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4815 2025.02.07 10:09:00.050003 [ 256 ] {7a14baa0-f518-4c95-987b-c6d33c0e911e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005595 sec., 6970.509383378016 rows/sec., 12.49 MiB/sec.
4816 2025.02.07 10:09:00.050102 [ 256 ] {7a14baa0-f518-4c95-987b-c6d33c0e911e} <Debug> TCPHandler: Processed in 0.005890489 sec.
4817 2025.02.07 10:09:00.050265 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4818 2025.02.07 10:09:00.050486 [ 255 ] {2b5d8b75-f2ae-46cd-a99e-efa16f53eaa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4819 2025.02.07 10:09:00.050655 [ 255 ] {2b5d8b75-f2ae-46cd-a99e-efa16f53eaa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4820 2025.02.07 10:09:00.050839 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9094 rows, containing 5 columns (5 merged, 0 gathered) in 0.006738006 sec., 1349657.4505870133 rows/sec., 91.03 MiB/sec.
4821 2025.02.07 10:09:00.051137 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4822 2025.02.07 10:09:00.051678 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4823 2025.02.07 10:09:00.051706 [ 255 ] {2b5d8b75-f2ae-46cd-a99e-efa16f53eaa4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4824 2025.02.07 10:09:00.051780 [ 255 ] {2b5d8b75-f2ae-46cd-a99e-efa16f53eaa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4825 2025.02.07 10:09:00.051830 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4826 2025.02.07 10:09:00.052004 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
4827 2025.02.07 10:09:00.052313 [ 255 ] {2b5d8b75-f2ae-46cd-a99e-efa16f53eaa4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4828 2025.02.07 10:09:00.052568 [ 255 ] {2b5d8b75-f2ae-46cd-a99e-efa16f53eaa4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4829 2025.02.07 10:09:00.052728 [ 64 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4830 2025.02.07 10:09:00.052797 [ 64 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4831 2025.02.07 10:09:00.052836 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4832 2025.02.07 10:09:00.052844 [ 255 ] {2b5d8b75-f2ae-46cd-a99e-efa16f53eaa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002455 sec., 24439.918533604887 rows/sec., 1.65 MiB/sec.
4833 2025.02.07 10:09:00.053010 [ 255 ] {2b5d8b75-f2ae-46cd-a99e-efa16f53eaa4} <Debug> TCPHandler: Processed in 0.002804547 sec.
4834 2025.02.07 10:09:00.053055 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
4835 2025.02.07 10:09:00.053158 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4836 2025.02.07 10:09:00.053187 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1454 rows starting from the beginning of the part
4837 2025.02.07 10:09:00.053274 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 70 rows starting from the beginning of the part
4838 2025.02.07 10:09:00.053474 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part
4839 2025.02.07 10:09:00.053699 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part
4840 2025.02.07 10:09:00.053848 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part
4841 2025.02.07 10:09:00.054016 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
4842 2025.02.07 10:09:00.055279 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1738 rows, containing 4 columns (4 merged, 0 gathered) in 0.002342887 sec., 741819.8146133381 rows/sec., 48.13 MiB/sec.
4843 2025.02.07 10:09:00.055552 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4844 2025.02.07 10:09:00.055852 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4845 2025.02.07 10:09:00.055929 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_31_6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4846 2025.02.07 10:09:00.055999 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4847 2025.02.07 10:09:01.718034 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
4848 2025.02.07 10:09:01.718762 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4849 2025.02.07 10:09:01.718800 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4850 2025.02.07 10:09:01.719321 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4851 2025.02.07 10:09:01.719586 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4852 2025.02.07 10:09:01.719822 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
4853 2025.02.07 10:09:02.483577 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4854 2025.02.07 10:09:02.504554 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4855 2025.02.07 10:09:02.504617 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4856 2025.02.07 10:09:02.512160 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4857 2025.02.07 10:09:02.512932 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4858 2025.02.07 10:09:02.515786 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4859 2025.02.07 10:09:05.036051 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4860 2025.02.07 10:09:05.036241 [ 255 ] {e478bd06-acec-4c86-8171-b989d54597d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4861 2025.02.07 10:09:05.036313 [ 255 ] {e478bd06-acec-4c86-8171-b989d54597d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4862 2025.02.07 10:09:05.037044 [ 255 ] {e478bd06-acec-4c86-8171-b989d54597d8} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4863 2025.02.07 10:09:05.037089 [ 255 ] {e478bd06-acec-4c86-8171-b989d54597d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4864 2025.02.07 10:09:05.037597 [ 255 ] {e478bd06-acec-4c86-8171-b989d54597d8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4865 2025.02.07 10:09:05.037953 [ 255 ] {e478bd06-acec-4c86-8171-b989d54597d8} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4866 2025.02.07 10:09:05.038194 [ 255 ] {e478bd06-acec-4c86-8171-b989d54597d8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002008 sec., 6972.111553784861 rows/sec., 501.90 KiB/sec.
4867 2025.02.07 10:09:05.038259 [ 255 ] {e478bd06-acec-4c86-8171-b989d54597d8} <Debug> TCPHandler: Processed in 0.002336327 sec.
4868 2025.02.07 10:09:05.038493 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4869 2025.02.07 10:09:05.038680 [ 256 ] {3fc881a2-0afd-4d29-aa0e-f37c79078183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4870 2025.02.07 10:09:05.038753 [ 256 ] {3fc881a2-0afd-4d29-aa0e-f37c79078183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4871 2025.02.07 10:09:05.039629 [ 256 ] {3fc881a2-0afd-4d29-aa0e-f37c79078183} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4872 2025.02.07 10:09:05.039706 [ 256 ] {3fc881a2-0afd-4d29-aa0e-f37c79078183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4873 2025.02.07 10:09:05.040158 [ 256 ] {3fc881a2-0afd-4d29-aa0e-f37c79078183} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4874 2025.02.07 10:09:05.040417 [ 256 ] {3fc881a2-0afd-4d29-aa0e-f37c79078183} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4875 2025.02.07 10:09:05.040634 [ 256 ] {3fc881a2-0afd-4d29-aa0e-f37c79078183} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002004 sec., 101297.40518962075 rows/sec., 8.75 MiB/sec.
4876 2025.02.07 10:09:05.040698 [ 256 ] {3fc881a2-0afd-4d29-aa0e-f37c79078183} <Debug> TCPHandler: Processed in 0.002339867 sec.
4877 2025.02.07 10:09:05.040943 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4878 2025.02.07 10:09:05.041181 [ 255 ] {57f82350-98f3-4146-b4db-17c8840fd8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4879 2025.02.07 10:09:05.041279 [ 255 ] {57f82350-98f3-4146-b4db-17c8840fd8fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4880 2025.02.07 10:09:05.042184 [ 255 ] {57f82350-98f3-4146-b4db-17c8840fd8fb} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4881 2025.02.07 10:09:05.042226 [ 255 ] {57f82350-98f3-4146-b4db-17c8840fd8fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4882 2025.02.07 10:09:05.042595 [ 255 ] {57f82350-98f3-4146-b4db-17c8840fd8fb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4883 2025.02.07 10:09:05.042855 [ 255 ] {57f82350-98f3-4146-b4db-17c8840fd8fb} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4884 2025.02.07 10:09:05.043072 [ 255 ] {57f82350-98f3-4146-b4db-17c8840fd8fb} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001952 sec., 3586.065573770492 rows/sec., 233.63 KiB/sec.
4885 2025.02.07 10:09:05.043131 [ 255 ] {57f82350-98f3-4146-b4db-17c8840fd8fb} <Debug> TCPHandler: Processed in 0.002305206 sec.
4886 2025.02.07 10:09:05.043342 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4887 2025.02.07 10:09:05.043556 [ 256 ] {c659ba63-b9bd-475f-91a1-ccd5c0ec7f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4888 2025.02.07 10:09:05.043643 [ 256 ] {c659ba63-b9bd-475f-91a1-ccd5c0ec7f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4889 2025.02.07 10:09:05.044329 [ 256 ] {c659ba63-b9bd-475f-91a1-ccd5c0ec7f02} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4890 2025.02.07 10:09:05.044369 [ 256 ] {c659ba63-b9bd-475f-91a1-ccd5c0ec7f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4891 2025.02.07 10:09:05.044742 [ 256 ] {c659ba63-b9bd-475f-91a1-ccd5c0ec7f02} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4892 2025.02.07 10:09:05.044999 [ 256 ] {c659ba63-b9bd-475f-91a1-ccd5c0ec7f02} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4893 2025.02.07 10:09:05.045267 [ 256 ] {c659ba63-b9bd-475f-91a1-ccd5c0ec7f02} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001755 sec., 7977.207977207977 rows/sec., 558.67 KiB/sec.
4894 2025.02.07 10:09:05.045468 [ 256 ] {c659ba63-b9bd-475f-91a1-ccd5c0ec7f02} <Debug> TCPHandler: Processed in 0.002225455 sec.
4895 2025.02.07 10:09:05.045637 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4896 2025.02.07 10:09:05.045759 [ 255 ] {2c3bb286-f25d-4bb9-9831-93309460df1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4897 2025.02.07 10:09:05.045809 [ 255 ] {2c3bb286-f25d-4bb9-9831-93309460df1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4898 2025.02.07 10:09:05.046498 [ 255 ] {2c3bb286-f25d-4bb9-9831-93309460df1f} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4899 2025.02.07 10:09:05.046546 [ 255 ] {2c3bb286-f25d-4bb9-9831-93309460df1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4900 2025.02.07 10:09:05.046957 [ 255 ] {2c3bb286-f25d-4bb9-9831-93309460df1f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4901 2025.02.07 10:09:05.047201 [ 255 ] {2c3bb286-f25d-4bb9-9831-93309460df1f} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4902 2025.02.07 10:09:05.047427 [ 255 ] {2c3bb286-f25d-4bb9-9831-93309460df1f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001695 sec., 7669.616519174042 rows/sec., 478.20 KiB/sec.
4903 2025.02.07 10:09:05.047483 [ 255 ] {2c3bb286-f25d-4bb9-9831-93309460df1f} <Debug> TCPHandler: Processed in 0.001906649 sec.
4904 2025.02.07 10:09:05.047673 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4905 2025.02.07 10:09:05.047791 [ 256 ] {c4e83d84-aef0-47cd-ae2e-7b578249f255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4906 2025.02.07 10:09:05.047862 [ 256 ] {c4e83d84-aef0-47cd-ae2e-7b578249f255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4907 2025.02.07 10:09:05.048992 [ 256 ] {c4e83d84-aef0-47cd-ae2e-7b578249f255} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4908 2025.02.07 10:09:05.049032 [ 256 ] {c4e83d84-aef0-47cd-ae2e-7b578249f255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4909 2025.02.07 10:09:05.049434 [ 256 ] {c4e83d84-aef0-47cd-ae2e-7b578249f255} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4910 2025.02.07 10:09:05.049678 [ 256 ] {c4e83d84-aef0-47cd-ae2e-7b578249f255} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4911 2025.02.07 10:09:05.049947 [ 256 ] {c4e83d84-aef0-47cd-ae2e-7b578249f255} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002175 sec., 175632.183908046 rows/sec., 12.43 MiB/sec.
4912 2025.02.07 10:09:05.050109 [ 256 ] {c4e83d84-aef0-47cd-ae2e-7b578249f255} <Debug> TCPHandler: Processed in 0.002487131 sec.
4913 2025.02.07 10:09:05.050379 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4914 2025.02.07 10:09:05.050550 [ 255 ] {55372296-f48b-4d96-b51e-09ca3969deb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4915 2025.02.07 10:09:05.050612 [ 255 ] {55372296-f48b-4d96-b51e-09ca3969deb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4916 2025.02.07 10:09:05.051176 [ 255 ] {55372296-f48b-4d96-b51e-09ca3969deb9} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4917 2025.02.07 10:09:05.051216 [ 255 ] {55372296-f48b-4d96-b51e-09ca3969deb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4918 2025.02.07 10:09:05.051594 [ 255 ] {55372296-f48b-4d96-b51e-09ca3969deb9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4919 2025.02.07 10:09:05.051834 [ 255 ] {55372296-f48b-4d96-b51e-09ca3969deb9} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4920 2025.02.07 10:09:05.052087 [ 255 ] {55372296-f48b-4d96-b51e-09ca3969deb9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001567 sec., 3828.9725590299936 rows/sec., 200.05 KiB/sec.
4921 2025.02.07 10:09:05.052256 [ 255 ] {55372296-f48b-4d96-b51e-09ca3969deb9} <Debug> TCPHandler: Processed in 0.002016431 sec.
4922 2025.02.07 10:09:05.052450 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4923 2025.02.07 10:09:05.052564 [ 256 ] {72beb811-30a3-42a0-9681-c22c6a2253e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4924 2025.02.07 10:09:05.052615 [ 256 ] {72beb811-30a3-42a0-9681-c22c6a2253e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4925 2025.02.07 10:09:05.053191 [ 256 ] {72beb811-30a3-42a0-9681-c22c6a2253e3} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4926 2025.02.07 10:09:05.053234 [ 256 ] {72beb811-30a3-42a0-9681-c22c6a2253e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4927 2025.02.07 10:09:05.053631 [ 256 ] {72beb811-30a3-42a0-9681-c22c6a2253e3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4928 2025.02.07 10:09:05.053873 [ 256 ] {72beb811-30a3-42a0-9681-c22c6a2253e3} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4929 2025.02.07 10:09:05.054098 [ 256 ] {72beb811-30a3-42a0-9681-c22c6a2253e3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001559 sec., 152020.52597819114 rows/sec., 10.19 MiB/sec.
4930 2025.02.07 10:09:05.054152 [ 256 ] {72beb811-30a3-42a0-9681-c22c6a2253e3} <Debug> TCPHandler: Processed in 0.001783176 sec.
4931 2025.02.07 10:09:05.054373 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4932 2025.02.07 10:09:05.054525 [ 255 ] {1f7d2b90-0dea-4cfc-9d1b-f0f026591aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4933 2025.02.07 10:09:05.054587 [ 255 ] {1f7d2b90-0dea-4cfc-9d1b-f0f026591aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4934 2025.02.07 10:09:05.055111 [ 255 ] {1f7d2b90-0dea-4cfc-9d1b-f0f026591aa6} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4935 2025.02.07 10:09:05.055151 [ 255 ] {1f7d2b90-0dea-4cfc-9d1b-f0f026591aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4936 2025.02.07 10:09:05.055534 [ 255 ] {1f7d2b90-0dea-4cfc-9d1b-f0f026591aa6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4937 2025.02.07 10:09:05.055804 [ 255 ] {1f7d2b90-0dea-4cfc-9d1b-f0f026591aa6} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4938 2025.02.07 10:09:05.056022 [ 255 ] {1f7d2b90-0dea-4cfc-9d1b-f0f026591aa6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec.
4939 2025.02.07 10:09:05.056077 [ 255 ] {1f7d2b90-0dea-4cfc-9d1b-f0f026591aa6} <Debug> TCPHandler: Processed in 0.001797657 sec.
4940 2025.02.07 10:09:05.056220 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4941 2025.02.07 10:09:05.056340 [ 256 ] {b13b7db8-3789-44b4-971e-f12dff1b2a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4942 2025.02.07 10:09:05.056393 [ 256 ] {b13b7db8-3789-44b4-971e-f12dff1b2a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4943 2025.02.07 10:09:05.056918 [ 256 ] {b13b7db8-3789-44b4-971e-f12dff1b2a4d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4944 2025.02.07 10:09:05.056959 [ 256 ] {b13b7db8-3789-44b4-971e-f12dff1b2a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4945 2025.02.07 10:09:05.057346 [ 256 ] {b13b7db8-3789-44b4-971e-f12dff1b2a4d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4946 2025.02.07 10:09:05.057595 [ 256 ] {b13b7db8-3789-44b4-971e-f12dff1b2a4d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4947 2025.02.07 10:09:05.057860 [ 256 ] {b13b7db8-3789-44b4-971e-f12dff1b2a4d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec.
4948 2025.02.07 10:09:05.058071 [ 256 ] {b13b7db8-3789-44b4-971e-f12dff1b2a4d} <Debug> TCPHandler: Processed in 0.001907309 sec.
4949 2025.02.07 10:09:09.109903 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
4950 2025.02.07 10:09:09.109978 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
4951 2025.02.07 10:09:09.219952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
4952 2025.02.07 10:09:09.220723 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4953 2025.02.07 10:09:09.220780 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4954 2025.02.07 10:09:09.221412 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4955 2025.02.07 10:09:09.221677 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4956 2025.02.07 10:09:09.221917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4957 2025.02.07 10:09:09.304770 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 688
4958 2025.02.07 10:09:09.307849 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4959 2025.02.07 10:09:09.307896 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4960 2025.02.07 10:09:09.309367 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4961 2025.02.07 10:09:09.309674 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4962 2025.02.07 10:09:09.309924 [ 51 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4963 2025.02.07 10:09:09.310102 [ 51 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4964 2025.02.07 10:09:09.310230 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4965 2025.02.07 10:09:09.310829 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
4966 2025.02.07 10:09:09.311322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 688
4967 2025.02.07 10:09:09.311707 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4968 2025.02.07 10:09:09.311834 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 514 rows starting from the beginning of the part
4969 2025.02.07 10:09:09.312443 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part
4970 2025.02.07 10:09:09.313064 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part
4971 2025.02.07 10:09:09.313638 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part
4972 2025.02.07 10:09:09.314164 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part
4973 2025.02.07 10:09:09.314751 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part
4974 2025.02.07 10:09:09.322148 [ 199 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 688 rows, containing 72 columns (72 merged, 0 gathered) in 0.011738247 sec., 58611.818272353616 rows/sec., 50.66 MiB/sec.
4975 2025.02.07 10:09:09.323601 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4976 2025.02.07 10:09:09.324475 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4977 2025.02.07 10:09:09.324580 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_16_3} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4978 2025.02.07 10:09:09.324932 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB.
4979 2025.02.07 10:09:10.015856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4980 2025.02.07 10:09:10.033509 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4981 2025.02.07 10:09:10.033714 [ 255 ] {66f9d3c8-02d2-4a82-8805-882c54390aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4982 2025.02.07 10:09:10.033791 [ 255 ] {66f9d3c8-02d2-4a82-8805-882c54390aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4983 2025.02.07 10:09:10.035587 [ 255 ] {66f9d3c8-02d2-4a82-8805-882c54390aa1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4984 2025.02.07 10:09:10.035683 [ 255 ] {66f9d3c8-02d2-4a82-8805-882c54390aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4985 2025.02.07 10:09:10.037444 [ 255 ] {66f9d3c8-02d2-4a82-8805-882c54390aa1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4986 2025.02.07 10:09:10.038292 [ 255 ] {66f9d3c8-02d2-4a82-8805-882c54390aa1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4987 2025.02.07 10:09:10.039262 [ 255 ] {66f9d3c8-02d2-4a82-8805-882c54390aa1} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.005572 sec., 24048.81550610194 rows/sec., 2.07 MiB/sec.
4988 2025.02.07 10:09:10.039693 [ 255 ] {66f9d3c8-02d2-4a82-8805-882c54390aa1} <Debug> TCPHandler: Processed in 0.006318198 sec.
4989 2025.02.07 10:09:10.040134 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4990 2025.02.07 10:09:10.040506 [ 256 ] {9f0c110d-ef92-4585-addf-1ca766002fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4991 2025.02.07 10:09:10.040678 [ 256 ] {9f0c110d-ef92-4585-addf-1ca766002fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4992 2025.02.07 10:09:10.044880 [ 256 ] {9f0c110d-ef92-4585-addf-1ca766002fc0} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4993 2025.02.07 10:09:10.045057 [ 256 ] {9f0c110d-ef92-4585-addf-1ca766002fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
4994 2025.02.07 10:09:10.047017 [ 256 ] {9f0c110d-ef92-4585-addf-1ca766002fc0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4995 2025.02.07 10:09:10.047954 [ 256 ] {9f0c110d-ef92-4585-addf-1ca766002fc0} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4996 2025.02.07 10:09:10.048925 [ 256 ] {9f0c110d-ef92-4585-addf-1ca766002fc0} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.008519 sec., 4578.002112924052 rows/sec., 344.24 KiB/sec.
4997 2025.02.07 10:09:10.049377 [ 256 ] {9f0c110d-ef92-4585-addf-1ca766002fc0} <Debug> TCPHandler: Processed in 0.009502192 sec.
4998 2025.02.07 10:09:10.049677 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4999 2025.02.07 10:09:10.050072 [ 255 ] {e34de71d-f80c-4a5c-83f3-16cef44e6930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5000 2025.02.07 10:09:10.050316 [ 255 ] {e34de71d-f80c-4a5c-83f3-16cef44e6930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5001 2025.02.07 10:09:10.052559 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5002 2025.02.07 10:09:10.052660 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
5003 2025.02.07 10:09:10.053538 [ 255 ] {e34de71d-f80c-4a5c-83f3-16cef44e6930} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5004 2025.02.07 10:09:10.053628 [ 255 ] {e34de71d-f80c-4a5c-83f3-16cef44e6930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5005 2025.02.07 10:09:10.055288 [ 255 ] {e34de71d-f80c-4a5c-83f3-16cef44e6930} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5006 2025.02.07 10:09:10.055960 [ 255 ] {e34de71d-f80c-4a5c-83f3-16cef44e6930} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5007 2025.02.07 10:09:10.056635 [ 255 ] {e34de71d-f80c-4a5c-83f3-16cef44e6930} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.006657 sec., 15472.435030794653 rows/sec., 1.21 MiB/sec.
5008 2025.02.07 10:09:10.057013 [ 255 ] {e34de71d-f80c-4a5c-83f3-16cef44e6930} <Debug> TCPHandler: Processed in 0.007493761 sec.
5009 2025.02.07 10:09:10.057296 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5010 2025.02.07 10:09:10.057560 [ 256 ] {0621053d-dd00-46fc-a5a8-a3c003bd4d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5011 2025.02.07 10:09:10.057708 [ 256 ] {0621053d-dd00-46fc-a5a8-a3c003bd4d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5012 2025.02.07 10:09:10.060401 [ 256 ] {0621053d-dd00-46fc-a5a8-a3c003bd4d3f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5013 2025.02.07 10:09:10.060477 [ 256 ] {0621053d-dd00-46fc-a5a8-a3c003bd4d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5014 2025.02.07 10:09:10.061950 [ 256 ] {0621053d-dd00-46fc-a5a8-a3c003bd4d3f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5015 2025.02.07 10:09:10.062563 [ 256 ] {0621053d-dd00-46fc-a5a8-a3c003bd4d3f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5016 2025.02.07 10:09:10.063158 [ 256 ] {0621053d-dd00-46fc-a5a8-a3c003bd4d3f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005678 sec., 28178.936245156747 rows/sec., 1.96 MiB/sec.
5017 2025.02.07 10:09:10.063321 [ 256 ] {0621053d-dd00-46fc-a5a8-a3c003bd4d3f} <Debug> TCPHandler: Processed in 0.006142164 sec.
5018 2025.02.07 10:09:10.063571 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5019 2025.02.07 10:09:10.063875 [ 255 ] {4ba1c066-8e30-44ae-af2d-829f5260461c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5020 2025.02.07 10:09:10.064157 [ 255 ] {4ba1c066-8e30-44ae-af2d-829f5260461c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5021 2025.02.07 10:09:10.070602 [ 255 ] {4ba1c066-8e30-44ae-af2d-829f5260461c} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5022 2025.02.07 10:09:10.070691 [ 255 ] {4ba1c066-8e30-44ae-af2d-829f5260461c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5023 2025.02.07 10:09:10.073816 [ 255 ] {4ba1c066-8e30-44ae-af2d-829f5260461c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5024 2025.02.07 10:09:10.074477 [ 255 ] {4ba1c066-8e30-44ae-af2d-829f5260461c} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5025 2025.02.07 10:09:10.074713 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5026 2025.02.07 10:09:10.074810 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5027 2025.02.07 10:09:10.074867 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5028 2025.02.07 10:09:10.074941 [ 255 ] {4ba1c066-8e30-44ae-af2d-829f5260461c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.011155 sec., 3496.1900493052444 rows/sec., 6.27 MiB/sec.
5029 2025.02.07 10:09:10.075297 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
5030 2025.02.07 10:09:10.075477 [ 255 ] {4ba1c066-8e30-44ae-af2d-829f5260461c} <Debug> TCPHandler: Processed in 0.012036464 sec.
5031 2025.02.07 10:09:10.075804 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5032 2025.02.07 10:09:10.076217 [ 256 ] {c751d118-a320-48b5-bea3-060929bebfd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5033 2025.02.07 10:09:10.076365 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5034 2025.02.07 10:09:10.076407 [ 256 ] {c751d118-a320-48b5-bea3-060929bebfd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5035 2025.02.07 10:09:10.076593 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 357 rows starting from the beginning of the part
5036 2025.02.07 10:09:10.077687 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
5037 2025.02.07 10:09:10.079225 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part
5038 2025.02.07 10:09:10.080002 [ 256 ] {c751d118-a320-48b5-bea3-060929bebfd6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5039 2025.02.07 10:09:10.080176 [ 256 ] {c751d118-a320-48b5-bea3-060929bebfd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5040 2025.02.07 10:09:10.080500 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
5041 2025.02.07 10:09:10.081663 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part
5042 2025.02.07 10:09:10.082707 [ 256 ] {c751d118-a320-48b5-bea3-060929bebfd6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5043 2025.02.07 10:09:10.083091 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part
5044 2025.02.07 10:09:10.084324 [ 256 ] {c751d118-a320-48b5-bea3-060929bebfd6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5045 2025.02.07 10:09:10.085327 [ 256 ] {c751d118-a320-48b5-bea3-060929bebfd6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.009211 sec., 6513.950711106286 rows/sec., 449.53 KiB/sec.
5046 2025.02.07 10:09:10.085715 [ 256 ] {c751d118-a320-48b5-bea3-060929bebfd6} <Debug> TCPHandler: Processed in 0.010108265 sec.
5047 2025.02.07 10:09:10.090595 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5048 2025.02.07 10:09:10.093877 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5049 2025.02.07 10:09:10.097078 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 19 columns (19 merged, 0 gathered) in 0.022072816 sec., 25008.136705348337 rows/sec., 44.81 MiB/sec.
5050 2025.02.07 10:09:10.098562 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5051 2025.02.07 10:09:10.101498 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5052 2025.02.07 10:09:10.101816 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5053 2025.02.07 10:09:10.102343 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.53 MiB.
5054 2025.02.07 10:09:10.104739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5055 2025.02.07 10:09:11.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.59 MiB, peak 197.07 MiB, free memory in arenas 0.00 B, will set to 190.85 MiB (RSS), difference: 3.26 MiB
5056 2025.02.07 10:09:13.941367 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5057 2025.02.07 10:09:13.941604 [ 255 ] {7b1dc305-df90-4c8c-8e01-546687c4e969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5058 2025.02.07 10:09:13.941683 [ 255 ] {7b1dc305-df90-4c8c-8e01-546687c4e969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5059 2025.02.07 10:09:13.942490 [ 255 ] {7b1dc305-df90-4c8c-8e01-546687c4e969} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5060 2025.02.07 10:09:13.942539 [ 255 ] {7b1dc305-df90-4c8c-8e01-546687c4e969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5061 2025.02.07 10:09:13.942978 [ 255 ] {7b1dc305-df90-4c8c-8e01-546687c4e969} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5062 2025.02.07 10:09:13.943242 [ 255 ] {7b1dc305-df90-4c8c-8e01-546687c4e969} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5063 2025.02.07 10:09:13.943482 [ 255 ] {7b1dc305-df90-4c8c-8e01-546687c4e969} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec.
5064 2025.02.07 10:09:13.943539 [ 255 ] {7b1dc305-df90-4c8c-8e01-546687c4e969} <Debug> TCPHandler: Processed in 0.002322427 sec.
5065 2025.02.07 10:09:13.943842 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5066 2025.02.07 10:09:13.944141 [ 256 ] {f75e331f-ee17-4836-b28c-fdb3190cd1f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5067 2025.02.07 10:09:13.944215 [ 256 ] {f75e331f-ee17-4836-b28c-fdb3190cd1f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5068 2025.02.07 10:09:13.945081 [ 256 ] {f75e331f-ee17-4836-b28c-fdb3190cd1f3} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5069 2025.02.07 10:09:13.945138 [ 256 ] {f75e331f-ee17-4836-b28c-fdb3190cd1f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5070 2025.02.07 10:09:13.945664 [ 256 ] {f75e331f-ee17-4836-b28c-fdb3190cd1f3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5071 2025.02.07 10:09:13.945983 [ 256 ] {f75e331f-ee17-4836-b28c-fdb3190cd1f3} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5072 2025.02.07 10:09:13.946257 [ 256 ] {f75e331f-ee17-4836-b28c-fdb3190cd1f3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002195 sec., 911.1617312072893 rows/sec., 74.30 KiB/sec.
5073 2025.02.07 10:09:13.946333 [ 256 ] {f75e331f-ee17-4836-b28c-fdb3190cd1f3} <Debug> TCPHandler: Processed in 0.002687655 sec.
5074 2025.02.07 10:09:13.946510 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5075 2025.02.07 10:09:13.946636 [ 255 ] {d8983876-f01c-484e-a4b4-8acf44cd86e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5076 2025.02.07 10:09:13.946689 [ 255 ] {d8983876-f01c-484e-a4b4-8acf44cd86e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5077 2025.02.07 10:09:13.948031 [ 255 ] {d8983876-f01c-484e-a4b4-8acf44cd86e3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5078 2025.02.07 10:09:13.948073 [ 255 ] {d8983876-f01c-484e-a4b4-8acf44cd86e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5079 2025.02.07 10:09:13.948570 [ 255 ] {d8983876-f01c-484e-a4b4-8acf44cd86e3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5080 2025.02.07 10:09:13.948837 [ 255 ] {d8983876-f01c-484e-a4b4-8acf44cd86e3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5081 2025.02.07 10:09:13.949097 [ 255 ] {d8983876-f01c-484e-a4b4-8acf44cd86e3} <Debug> executeQuery: Read 1344 rows, 114.14 KiB in 0.002481 sec., 541717.0495767836 rows/sec., 44.93 MiB/sec.
5082 2025.02.07 10:09:13.949289 [ 255 ] {d8983876-f01c-484e-a4b4-8acf44cd86e3} <Debug> TCPHandler: Processed in 0.002840088 sec.
5083 2025.02.07 10:09:13.949490 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5084 2025.02.07 10:09:13.949616 [ 256 ] {e58df1e5-67f1-435e-a614-f286fae5c540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5085 2025.02.07 10:09:13.949670 [ 256 ] {e58df1e5-67f1-435e-a614-f286fae5c540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5086 2025.02.07 10:09:13.950315 [ 256 ] {e58df1e5-67f1-435e-a614-f286fae5c540} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5087 2025.02.07 10:09:13.950359 [ 256 ] {e58df1e5-67f1-435e-a614-f286fae5c540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5088 2025.02.07 10:09:13.950763 [ 256 ] {e58df1e5-67f1-435e-a614-f286fae5c540} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5089 2025.02.07 10:09:13.951016 [ 256 ] {e58df1e5-67f1-435e-a614-f286fae5c540} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5090 2025.02.07 10:09:13.951191 [ 43 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5091 2025.02.07 10:09:13.951262 [ 256 ] {e58df1e5-67f1-435e-a614-f286fae5c540} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001673 sec., 5379.557680812911 rows/sec., 356.07 KiB/sec.
5092 2025.02.07 10:09:13.951271 [ 43 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5093 2025.02.07 10:09:13.951344 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5094 2025.02.07 10:09:13.951394 [ 256 ] {e58df1e5-67f1-435e-a614-f286fae5c540} <Debug> TCPHandler: Processed in 0.00196578 sec.
5095 2025.02.07 10:09:13.951618 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
5096 2025.02.07 10:09:13.951630 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5097 2025.02.07 10:09:13.951893 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5098 2025.02.07 10:09:13.951900 [ 255 ] {3dccd4ad-98ba-4563-944c-6a924e1e206c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5099 2025.02.07 10:09:13.951957 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 64 rows starting from the beginning of the part
5100 2025.02.07 10:09:13.952006 [ 255 ] {3dccd4ad-98ba-4563-944c-6a924e1e206c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5101 2025.02.07 10:09:13.952336 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 7 rows starting from the beginning of the part
5102 2025.02.07 10:09:13.952677 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part
5103 2025.02.07 10:09:13.952996 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part
5104 2025.02.07 10:09:13.953392 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part
5105 2025.02.07 10:09:13.953776 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part
5106 2025.02.07 10:09:13.955363 [ 255 ] {3dccd4ad-98ba-4563-944c-6a924e1e206c} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5107 2025.02.07 10:09:13.955451 [ 255 ] {3dccd4ad-98ba-4563-944c-6a924e1e206c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5108 2025.02.07 10:09:13.956589 [ 255 ] {3dccd4ad-98ba-4563-944c-6a924e1e206c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5109 2025.02.07 10:09:13.956660 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.005221635 sec., 31982.31971403593 rows/sec., 2.40 MiB/sec.
5110 2025.02.07 10:09:13.956865 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5111 2025.02.07 10:09:13.957047 [ 255 ] {3dccd4ad-98ba-4563-944c-6a924e1e206c} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5112 2025.02.07 10:09:13.957309 [ 43 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
5113 2025.02.07 10:09:13.957414 [ 43 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5114 2025.02.07 10:09:13.957489 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5115 2025.02.07 10:09:13.957550 [ 255 ] {3dccd4ad-98ba-4563-944c-6a924e1e206c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005728 sec., 42248.60335195531 rows/sec., 2.86 MiB/sec.
5116 2025.02.07 10:09:13.957685 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5117 2025.02.07 10:09:13.957931 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::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
5118 2025.02.07 10:09:13.957950 [ 255 ] {3dccd4ad-98ba-4563-944c-6a924e1e206c} <Debug> TCPHandler: Processed in 0.00642979 sec.
5119 2025.02.07 10:09:13.958064 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_31_6} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5120 2025.02.07 10:09:13.958247 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5121 2025.02.07 10:09:13.958362 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5122 2025.02.07 10:09:13.958387 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5123 2025.02.07 10:09:13.958454 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 242 rows starting from the beginning of the part
5124 2025.02.07 10:09:13.958504 [ 256 ] {57c2554c-bdd5-45b4-bf84-a9e248931b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5125 2025.02.07 10:09:13.958626 [ 256 ] {57c2554c-bdd5-45b4-bf84-a9e248931b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5126 2025.02.07 10:09:13.958672 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
5127 2025.02.07 10:09:13.959098 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part
5128 2025.02.07 10:09:13.959471 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
5129 2025.02.07 10:09:13.959849 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
5130 2025.02.07 10:09:13.960237 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part
5131 2025.02.07 10:09:13.961343 [ 256 ] {57c2554c-bdd5-45b4-bf84-a9e248931b35} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5132 2025.02.07 10:09:13.961398 [ 256 ] {57c2554c-bdd5-45b4-bf84-a9e248931b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5133 2025.02.07 10:09:13.962006 [ 256 ] {57c2554c-bdd5-45b4-bf84-a9e248931b35} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5134 2025.02.07 10:09:13.962147 [ 186 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.004510711 sec., 170261.40668289323 rows/sec., 12.19 MiB/sec.
5135 2025.02.07 10:09:13.962347 [ 186 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5136 2025.02.07 10:09:13.962512 [ 256 ] {57c2554c-bdd5-45b4-bf84-a9e248931b35} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5137 2025.02.07 10:09:13.962978 [ 186 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5138 2025.02.07 10:09:13.963055 [ 256 ] {57c2554c-bdd5-45b4-bf84-a9e248931b35} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004586 sec., 2834.7143480157 rows/sec., 176.74 KiB/sec.
5139 2025.02.07 10:09:13.963155 [ 186 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_15_3} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
5140 2025.02.07 10:09:13.963218 [ 256 ] {57c2554c-bdd5-45b4-bf84-a9e248931b35} <Debug> TCPHandler: Processed in 0.005129514 sec.
5141 2025.02.07 10:09:13.963385 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
5142 2025.02.07 10:09:13.963414 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5143 2025.02.07 10:09:13.963538 [ 255 ] {8f12b893-64c3-4906-b8bc-09a9e1de216a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5144 2025.02.07 10:09:13.963588 [ 255 ] {8f12b893-64c3-4906-b8bc-09a9e1de216a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5145 2025.02.07 10:09:13.964498 [ 255 ] {8f12b893-64c3-4906-b8bc-09a9e1de216a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5146 2025.02.07 10:09:13.964539 [ 255 ] {8f12b893-64c3-4906-b8bc-09a9e1de216a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5147 2025.02.07 10:09:13.964956 [ 255 ] {8f12b893-64c3-4906-b8bc-09a9e1de216a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5148 2025.02.07 10:09:13.965214 [ 255 ] {8f12b893-64c3-4906-b8bc-09a9e1de216a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5149 2025.02.07 10:09:13.965441 [ 255 ] {8f12b893-64c3-4906-b8bc-09a9e1de216a} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.001924 sec., 436590.4365904366 rows/sec., 31.54 MiB/sec.
5150 2025.02.07 10:09:13.965500 [ 255 ] {8f12b893-64c3-4906-b8bc-09a9e1de216a} <Debug> TCPHandler: Processed in 0.002175644 sec.
5151 2025.02.07 10:09:13.965649 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5152 2025.02.07 10:09:13.965780 [ 256 ] {9ee17d79-6169-4bdc-95a8-ebeaaed85e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5153 2025.02.07 10:09:13.965837 [ 256 ] {9ee17d79-6169-4bdc-95a8-ebeaaed85e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5154 2025.02.07 10:09:13.966358 [ 256 ] {9ee17d79-6169-4bdc-95a8-ebeaaed85e39} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5155 2025.02.07 10:09:13.966406 [ 256 ] {9ee17d79-6169-4bdc-95a8-ebeaaed85e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5156 2025.02.07 10:09:13.966800 [ 256 ] {9ee17d79-6169-4bdc-95a8-ebeaaed85e39} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5157 2025.02.07 10:09:13.967085 [ 256 ] {9ee17d79-6169-4bdc-95a8-ebeaaed85e39} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5158 2025.02.07 10:09:13.967310 [ 256 ] {9ee17d79-6169-4bdc-95a8-ebeaaed85e39} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 201.20 KiB/sec.
5159 2025.02.07 10:09:13.967361 [ 256 ] {9ee17d79-6169-4bdc-95a8-ebeaaed85e39} <Debug> TCPHandler: Processed in 0.001775746 sec.
5160 2025.02.07 10:09:13.967505 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5161 2025.02.07 10:09:13.967625 [ 255 ] {69643921-5615-49b4-8f4d-e144ea912c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5162 2025.02.07 10:09:13.967682 [ 255 ] {69643921-5615-49b4-8f4d-e144ea912c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5163 2025.02.07 10:09:13.968451 [ 255 ] {69643921-5615-49b4-8f4d-e144ea912c93} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5164 2025.02.07 10:09:13.968491 [ 255 ] {69643921-5615-49b4-8f4d-e144ea912c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5165 2025.02.07 10:09:13.968948 [ 255 ] {69643921-5615-49b4-8f4d-e144ea912c93} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5166 2025.02.07 10:09:13.969198 [ 255 ] {69643921-5615-49b4-8f4d-e144ea912c93} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5167 2025.02.07 10:09:13.969421 [ 255 ] {69643921-5615-49b4-8f4d-e144ea912c93} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001819 sec., 509070.9180868609 rows/sec., 33.97 MiB/sec.
5168 2025.02.07 10:09:13.969486 [ 255 ] {69643921-5615-49b4-8f4d-e144ea912c93} <Debug> TCPHandler: Processed in 0.002038031 sec.
5169 2025.02.07 10:09:13.969623 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5170 2025.02.07 10:09:13.969743 [ 256 ] {996a6174-d1da-4a52-8e40-11a56dfd3b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5171 2025.02.07 10:09:13.969795 [ 256 ] {996a6174-d1da-4a52-8e40-11a56dfd3b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5172 2025.02.07 10:09:13.970283 [ 256 ] {996a6174-d1da-4a52-8e40-11a56dfd3b7f} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5173 2025.02.07 10:09:13.970323 [ 256 ] {996a6174-d1da-4a52-8e40-11a56dfd3b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5174 2025.02.07 10:09:13.970720 [ 256 ] {996a6174-d1da-4a52-8e40-11a56dfd3b7f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5175 2025.02.07 10:09:13.970962 [ 256 ] {996a6174-d1da-4a52-8e40-11a56dfd3b7f} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5176 2025.02.07 10:09:13.971116 [ 43 ] {} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
5177 2025.02.07 10:09:13.971177 [ 43 ] {} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5178 2025.02.07 10:09:13.971214 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5179 2025.02.07 10:09:13.971218 [ 256 ] {996a6174-d1da-4a52-8e40-11a56dfd3b7f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec.
5180 2025.02.07 10:09:13.971478 [ 256 ] {996a6174-d1da-4a52-8e40-11a56dfd3b7f} <Debug> TCPHandler: Processed in 0.001905428 sec.
5181 2025.02.07 10:09:13.971786 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5182 2025.02.07 10:09:13.971801 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
5183 2025.02.07 10:09:13.972043 [ 255 ] {e2769f6d-98ce-4cdb-a3c0-5fc1c6aaeca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5184 2025.02.07 10:09:13.972143 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5185 2025.02.07 10:09:13.972165 [ 255 ] {e2769f6d-98ce-4cdb-a3c0-5fc1c6aaeca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5186 2025.02.07 10:09:13.972222 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part
5187 2025.02.07 10:09:13.972578 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
5188 2025.02.07 10:09:13.972959 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
5189 2025.02.07 10:09:13.973313 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
5190 2025.02.07 10:09:13.973584 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
5191 2025.02.07 10:09:13.973889 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
5192 2025.02.07 10:09:13.974703 [ 255 ] {e2769f6d-98ce-4cdb-a3c0-5fc1c6aaeca7} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5193 2025.02.07 10:09:13.974771 [ 255 ] {e2769f6d-98ce-4cdb-a3c0-5fc1c6aaeca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5194 2025.02.07 10:09:13.975732 [ 255 ] {e2769f6d-98ce-4cdb-a3c0-5fc1c6aaeca7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5195 2025.02.07 10:09:13.976328 [ 255 ] {e2769f6d-98ce-4cdb-a3c0-5fc1c6aaeca7} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5196 2025.02.07 10:09:13.976935 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005611803 sec., 2672.9377349846386 rows/sec., 180.11 KiB/sec.
5197 2025.02.07 10:09:13.977038 [ 255 ] {e2769f6d-98ce-4cdb-a3c0-5fc1c6aaeca7} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00505 sec., 13861.386138613861 rows/sec., 892.06 KiB/sec.
5198 2025.02.07 10:09:13.977345 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5199 2025.02.07 10:09:13.977371 [ 255 ] {e2769f6d-98ce-4cdb-a3c0-5fc1c6aaeca7} <Debug> TCPHandler: Processed in 0.005757627 sec.
5200 2025.02.07 10:09:13.977777 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5201 2025.02.07 10:09:13.977859 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_15_3} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
5202 2025.02.07 10:09:13.977932 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5203 2025.02.07 10:09:15.025668 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5204 2025.02.07 10:09:15.025861 [ 255 ] {b59d125b-a706-4c92-be90-97cac19af164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5205 2025.02.07 10:09:15.025933 [ 255 ] {b59d125b-a706-4c92-be90-97cac19af164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5206 2025.02.07 10:09:15.026688 [ 255 ] {b59d125b-a706-4c92-be90-97cac19af164} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5207 2025.02.07 10:09:15.026734 [ 255 ] {b59d125b-a706-4c92-be90-97cac19af164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5208 2025.02.07 10:09:15.027180 [ 255 ] {b59d125b-a706-4c92-be90-97cac19af164} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5209 2025.02.07 10:09:15.027442 [ 255 ] {b59d125b-a706-4c92-be90-97cac19af164} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5210 2025.02.07 10:09:15.027655 [ 40 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5211 2025.02.07 10:09:15.027717 [ 255 ] {b59d125b-a706-4c92-be90-97cac19af164} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.25 MiB/sec.
5212 2025.02.07 10:09:15.027746 [ 40 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5213 2025.02.07 10:09:15.027816 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5214 2025.02.07 10:09:15.027854 [ 255 ] {b59d125b-a706-4c92-be90-97cac19af164} <Debug> TCPHandler: Processed in 0.002315577 sec.
5215 2025.02.07 10:09:15.028138 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
5216 2025.02.07 10:09:15.028209 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5217 2025.02.07 10:09:15.028664 [ 256 ] {f31bc76e-3813-458a-b81a-a8fe2825b02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5218 2025.02.07 10:09:15.028687 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5219 2025.02.07 10:09:15.028805 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1431 rows starting from the beginning of the part
5220 2025.02.07 10:09:15.028852 [ 256 ] {f31bc76e-3813-458a-b81a-a8fe2825b02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5221 2025.02.07 10:09:15.029137 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 135 rows starting from the beginning of the part
5222 2025.02.07 10:09:15.029483 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 203 rows starting from the beginning of the part
5223 2025.02.07 10:09:15.029694 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 134 rows starting from the beginning of the part
5224 2025.02.07 10:09:15.030046 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1344 rows starting from the beginning of the part
5225 2025.02.07 10:09:15.030364 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
5226 2025.02.07 10:09:15.032134 [ 256 ] {f31bc76e-3813-458a-b81a-a8fe2825b02b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5227 2025.02.07 10:09:15.032204 [ 256 ] {f31bc76e-3813-458a-b81a-a8fe2825b02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5228 2025.02.07 10:09:15.033110 [ 256 ] {f31bc76e-3813-458a-b81a-a8fe2825b02b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5229 2025.02.07 10:09:15.033485 [ 256 ] {f31bc76e-3813-458a-b81a-a8fe2825b02b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5230 2025.02.07 10:09:15.033893 [ 40 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5231 2025.02.07 10:09:15.033968 [ 40 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5232 2025.02.07 10:09:15.034025 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5233 2025.02.07 10:09:15.034031 [ 195 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3303 rows, containing 5 columns (5 merged, 0 gathered) in 0.006072193 sec., 543955.0422722071 rows/sec., 47.49 MiB/sec.
5234 2025.02.07 10:09:15.034086 [ 256 ] {f31bc76e-3813-458a-b81a-a8fe2825b02b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005599 sec., 11430.612609394535 rows/sec., 913.60 KiB/sec.
5235 2025.02.07 10:09:15.034448 [ 256 ] {f31bc76e-3813-458a-b81a-a8fe2825b02b} <Debug> TCPHandler: Processed in 0.006478941 sec.
5236 2025.02.07 10:09:15.034659 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
5237 2025.02.07 10:09:15.034814 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5238 2025.02.07 10:09:15.035231 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5239 2025.02.07 10:09:15.035239 [ 255 ] {02ce4df1-54f1-42af-9394-bdbdabe438ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5240 2025.02.07 10:09:15.035275 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
5241 2025.02.07 10:09:15.035339 [ 255 ] {02ce4df1-54f1-42af-9394-bdbdabe438ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5242 2025.02.07 10:09:15.035425 [ 195 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5243 2025.02.07 10:09:15.035705 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 105 rows starting from the beginning of the part
5244 2025.02.07 10:09:15.036260 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 382 rows starting from the beginning of the part
5245 2025.02.07 10:09:15.036757 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 103 rows starting from the beginning of the part
5246 2025.02.07 10:09:15.036953 [ 195 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5247 2025.02.07 10:09:15.037323 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 840 rows starting from the beginning of the part
5248 2025.02.07 10:09:15.037452 [ 195 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_36_7} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5249 2025.02.07 10:09:15.037764 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
5250 2025.02.07 10:09:15.038313 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
5251 2025.02.07 10:09:15.038810 [ 255 ] {02ce4df1-54f1-42af-9394-bdbdabe438ad} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5252 2025.02.07 10:09:15.038862 [ 255 ] {02ce4df1-54f1-42af-9394-bdbdabe438ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5253 2025.02.07 10:09:15.039452 [ 255 ] {02ce4df1-54f1-42af-9394-bdbdabe438ad} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5254 2025.02.07 10:09:15.039740 [ 255 ] {02ce4df1-54f1-42af-9394-bdbdabe438ad} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5255 2025.02.07 10:09:15.040086 [ 255 ] {02ce4df1-54f1-42af-9394-bdbdabe438ad} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.004948 sec., 6467.259498787389 rows/sec., 461.24 KiB/sec.
5256 2025.02.07 10:09:15.040225 [ 255 ] {02ce4df1-54f1-42af-9394-bdbdabe438ad} <Debug> TCPHandler: Processed in 0.005611333 sec.
5257 2025.02.07 10:09:15.040238 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.006108913 sec., 394014.4506886905 rows/sec., 30.21 MiB/sec.
5258 2025.02.07 10:09:15.040412 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5259 2025.02.07 10:09:15.040542 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5260 2025.02.07 10:09:15.040617 [ 256 ] {ff3c29e3-ac47-4131-bdab-bc3c86d634e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5261 2025.02.07 10:09:15.040716 [ 256 ] {ff3c29e3-ac47-4131-bdab-bc3c86d634e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5262 2025.02.07 10:09:15.041184 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5263 2025.02.07 10:09:15.041330 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_36_7} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5264 2025.02.07 10:09:15.041528 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
5265 2025.02.07 10:09:15.041691 [ 256 ] {ff3c29e3-ac47-4131-bdab-bc3c86d634e2} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5266 2025.02.07 10:09:15.041733 [ 256 ] {ff3c29e3-ac47-4131-bdab-bc3c86d634e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5267 2025.02.07 10:09:15.042108 [ 256 ] {ff3c29e3-ac47-4131-bdab-bc3c86d634e2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5268 2025.02.07 10:09:15.042355 [ 256 ] {ff3c29e3-ac47-4131-bdab-bc3c86d634e2} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5269 2025.02.07 10:09:15.042542 [ 256 ] {ff3c29e3-ac47-4131-bdab-bc3c86d634e2} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001992 sec., 6024.096385542169 rows/sec., 415.73 KiB/sec.
5270 2025.02.07 10:09:15.042620 [ 256 ] {ff3c29e3-ac47-4131-bdab-bc3c86d634e2} <Debug> TCPHandler: Processed in 0.002289097 sec.
5271 2025.02.07 10:09:16.722066 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5272 2025.02.07 10:09:16.722973 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5273 2025.02.07 10:09:16.723045 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5274 2025.02.07 10:09:16.723737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5275 2025.02.07 10:09:16.724071 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5276 2025.02.07 10:09:16.724487 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5277 2025.02.07 10:09:17.604807 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5278 2025.02.07 10:09:17.626167 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5279 2025.02.07 10:09:17.626223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5280 2025.02.07 10:09:17.633633 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5281 2025.02.07 10:09:17.635265 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5282 2025.02.07 10:09:17.638064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5283 2025.02.07 10:09:19.311525 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 730
5284 2025.02.07 10:09:19.314829 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5285 2025.02.07 10:09:19.314877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5286 2025.02.07 10:09:19.316365 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5287 2025.02.07 10:09:19.316671 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5288 2025.02.07 10:09:19.317611 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 730
5289 2025.02.07 10:09:20.033489 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5290 2025.02.07 10:09:20.033679 [ 255 ] {9996cbb3-82ee-4778-8a09-fb94b784aecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5291 2025.02.07 10:09:20.033747 [ 255 ] {9996cbb3-82ee-4778-8a09-fb94b784aecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5292 2025.02.07 10:09:20.034558 [ 255 ] {9996cbb3-82ee-4778-8a09-fb94b784aecd} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5293 2025.02.07 10:09:20.034603 [ 255 ] {9996cbb3-82ee-4778-8a09-fb94b784aecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5294 2025.02.07 10:09:20.035055 [ 255 ] {9996cbb3-82ee-4778-8a09-fb94b784aecd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5295 2025.02.07 10:09:20.035323 [ 255 ] {9996cbb3-82ee-4778-8a09-fb94b784aecd} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5296 2025.02.07 10:09:20.035537 [ 255 ] {9996cbb3-82ee-4778-8a09-fb94b784aecd} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001911 sec., 70120.35583464155 rows/sec., 6.03 MiB/sec.
5297 2025.02.07 10:09:20.035595 [ 255 ] {9996cbb3-82ee-4778-8a09-fb94b784aecd} <Debug> TCPHandler: Processed in 0.002236025 sec.
5298 2025.02.07 10:09:20.035852 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5299 2025.02.07 10:09:20.036048 [ 256 ] {eb3c2566-de60-4c6c-b5cb-880aa59bd061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5300 2025.02.07 10:09:20.036125 [ 256 ] {eb3c2566-de60-4c6c-b5cb-880aa59bd061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5301 2025.02.07 10:09:20.036911 [ 256 ] {eb3c2566-de60-4c6c-b5cb-880aa59bd061} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5302 2025.02.07 10:09:20.036954 [ 256 ] {eb3c2566-de60-4c6c-b5cb-880aa59bd061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5303 2025.02.07 10:09:20.037403 [ 256 ] {eb3c2566-de60-4c6c-b5cb-880aa59bd061} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5304 2025.02.07 10:09:20.037660 [ 256 ] {eb3c2566-de60-4c6c-b5cb-880aa59bd061} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5305 2025.02.07 10:09:20.037872 [ 256 ] {eb3c2566-de60-4c6c-b5cb-880aa59bd061} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001877 sec., 20777.83697389451 rows/sec., 1.53 MiB/sec.
5306 2025.02.07 10:09:20.037944 [ 256 ] {eb3c2566-de60-4c6c-b5cb-880aa59bd061} <Debug> TCPHandler: Processed in 0.002226555 sec.
5307 2025.02.07 10:09:20.038108 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5308 2025.02.07 10:09:20.038231 [ 255 ] {bf5718ca-6cbc-4ddf-b825-485f0499f89b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5309 2025.02.07 10:09:20.038281 [ 255 ] {bf5718ca-6cbc-4ddf-b825-485f0499f89b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5310 2025.02.07 10:09:20.038914 [ 255 ] {bf5718ca-6cbc-4ddf-b825-485f0499f89b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5311 2025.02.07 10:09:20.038957 [ 255 ] {bf5718ca-6cbc-4ddf-b825-485f0499f89b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5312 2025.02.07 10:09:20.039358 [ 255 ] {bf5718ca-6cbc-4ddf-b825-485f0499f89b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5313 2025.02.07 10:09:20.039613 [ 255 ] {bf5718ca-6cbc-4ddf-b825-485f0499f89b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5314 2025.02.07 10:09:20.039826 [ 255 ] {bf5718ca-6cbc-4ddf-b825-485f0499f89b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001617 sec., 63698.20655534942 rows/sec., 4.98 MiB/sec.
5315 2025.02.07 10:09:20.039910 [ 255 ] {bf5718ca-6cbc-4ddf-b825-485f0499f89b} <Debug> TCPHandler: Processed in 0.001860868 sec.
5316 2025.02.07 10:09:20.040101 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5317 2025.02.07 10:09:20.040232 [ 256 ] {a1bcc16a-c3f7-4fe1-93ca-0280cb4b3bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5318 2025.02.07 10:09:20.040294 [ 256 ] {a1bcc16a-c3f7-4fe1-93ca-0280cb4b3bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5319 2025.02.07 10:09:20.040957 [ 256 ] {a1bcc16a-c3f7-4fe1-93ca-0280cb4b3bbd} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5320 2025.02.07 10:09:20.040997 [ 256 ] {a1bcc16a-c3f7-4fe1-93ca-0280cb4b3bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5321 2025.02.07 10:09:20.041429 [ 256 ] {a1bcc16a-c3f7-4fe1-93ca-0280cb4b3bbd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5322 2025.02.07 10:09:20.041677 [ 256 ] {a1bcc16a-c3f7-4fe1-93ca-0280cb4b3bbd} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5323 2025.02.07 10:09:20.041885 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5324 2025.02.07 10:09:20.041895 [ 256 ] {a1bcc16a-c3f7-4fe1-93ca-0280cb4b3bbd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec.
5325 2025.02.07 10:09:20.041995 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5326 2025.02.07 10:09:20.042056 [ 256 ] {a1bcc16a-c3f7-4fe1-93ca-0280cb4b3bbd} <Debug> TCPHandler: Processed in 0.002031671 sec.
5327 2025.02.07 10:09:20.042069 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5328 2025.02.07 10:09:20.042269 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5329 2025.02.07 10:09:20.042328 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
5330 2025.02.07 10:09:20.042491 [ 255 ] {1e04ad81-db8f-4b80-bf69-1a1ef2d44877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5331 2025.02.07 10:09:20.042751 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5332 2025.02.07 10:09:20.042756 [ 255 ] {1e04ad81-db8f-4b80-bf69-1a1ef2d44877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5333 2025.02.07 10:09:20.042855 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9094 rows starting from the beginning of the part
5334 2025.02.07 10:09:20.043357 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part
5335 2025.02.07 10:09:20.043743 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
5336 2025.02.07 10:09:20.044151 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 926 rows starting from the beginning of the part
5337 2025.02.07 10:09:20.044568 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
5338 2025.02.07 10:09:20.044982 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part
5339 2025.02.07 10:09:20.047751 [ 255 ] {1e04ad81-db8f-4b80-bf69-1a1ef2d44877} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5340 2025.02.07 10:09:20.047827 [ 255 ] {1e04ad81-db8f-4b80-bf69-1a1ef2d44877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5341 2025.02.07 10:09:20.049246 [ 255 ] {1e04ad81-db8f-4b80-bf69-1a1ef2d44877} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5342 2025.02.07 10:09:20.049645 [ 255 ] {1e04ad81-db8f-4b80-bf69-1a1ef2d44877} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5343 2025.02.07 10:09:20.049962 [ 255 ] {1e04ad81-db8f-4b80-bf69-1a1ef2d44877} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007541 sec., 5171.727887548071 rows/sec., 9.27 MiB/sec.
5344 2025.02.07 10:09:20.050448 [ 255 ] {1e04ad81-db8f-4b80-bf69-1a1ef2d44877} <Debug> TCPHandler: Processed in 0.008268087 sec.
5345 2025.02.07 10:09:20.050625 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5346 2025.02.07 10:09:20.050879 [ 256 ] {1141d720-e6bd-4867-8367-42ad6dc1c99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5347 2025.02.07 10:09:20.050980 [ 256 ] {1141d720-e6bd-4867-8367-42ad6dc1c99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5348 2025.02.07 10:09:20.051408 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10609 rows, containing 5 columns (5 merged, 0 gathered) in 0.009198536 sec., 1153335.7047251866 rows/sec., 77.79 MiB/sec.
5349 2025.02.07 10:09:20.051747 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5350 2025.02.07 10:09:20.052276 [ 256 ] {1141d720-e6bd-4867-8367-42ad6dc1c99d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5351 2025.02.07 10:09:20.052362 [ 256 ] {1141d720-e6bd-4867-8367-42ad6dc1c99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5352 2025.02.07 10:09:20.052373 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5353 2025.02.07 10:09:20.052583 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5354 2025.02.07 10:09:20.052726 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB.
5355 2025.02.07 10:09:20.053011 [ 256 ] {1141d720-e6bd-4867-8367-42ad6dc1c99d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5356 2025.02.07 10:09:20.053267 [ 256 ] {1141d720-e6bd-4867-8367-42ad6dc1c99d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5357 2025.02.07 10:09:20.053440 [ 29 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5358 2025.02.07 10:09:20.053501 [ 29 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5359 2025.02.07 10:09:20.053517 [ 256 ] {1141d720-e6bd-4867-8367-42ad6dc1c99d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002765 sec., 21699.8191681736 rows/sec., 1.46 MiB/sec.
5360 2025.02.07 10:09:20.053537 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5361 2025.02.07 10:09:20.053665 [ 256 ] {1141d720-e6bd-4867-8367-42ad6dc1c99d} <Debug> TCPHandler: Processed in 0.003118143 sec.
5362 2025.02.07 10:09:20.053761 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
5363 2025.02.07 10:09:20.053906 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5364 2025.02.07 10:09:20.053945 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1738 rows starting from the beginning of the part
5365 2025.02.07 10:09:20.054067 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part
5366 2025.02.07 10:09:20.054249 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
5367 2025.02.07 10:09:20.054430 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 70 rows starting from the beginning of the part
5368 2025.02.07 10:09:20.054549 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part
5369 2025.02.07 10:09:20.054714 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
5370 2025.02.07 10:09:20.056278 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2022 rows, containing 4 columns (4 merged, 0 gathered) in 0.002616903 sec., 772669.0672141841 rows/sec., 50.16 MiB/sec.
5371 2025.02.07 10:09:20.056511 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5372 2025.02.07 10:09:20.056803 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5373 2025.02.07 10:09:20.056884 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_36_7} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5374 2025.02.07 10:09:20.056963 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
5375 2025.02.07 10:09:24.110029 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
5376 2025.02.07 10:09:24.110101 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
5377 2025.02.07 10:09:24.211149 [ 28 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5378 2025.02.07 10:09:24.211206 [ 28 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2025.02.07 10:09:24.211227 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5380 2025.02.07 10:09:24.211429 [ 201 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
5381 2025.02.07 10:09:24.211632 [ 201 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5382 2025.02.07 10:09:24.211672 [ 201 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5383 2025.02.07 10:09:24.211757 [ 201 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5384 2025.02.07 10:09:24.211948 [ 201 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5385 2025.02.07 10:09:24.212184 [ 201 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5386 2025.02.07 10:09:24.212449 [ 201 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5387 2025.02.07 10:09:24.213952 [ 193 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002650664 sec., 33953.75649271277 rows/sec., 1.73 MiB/sec.
5388 2025.02.07 10:09:24.214138 [ 192 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5389 2025.02.07 10:09:24.214501 [ 192 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5390 2025.02.07 10:09:24.214593 [ 192 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_15_3} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5391 2025.02.07 10:09:24.214694 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5392 2025.02.07 10:09:24.224611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5393 2025.02.07 10:09:24.225235 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5394 2025.02.07 10:09:24.225272 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5395 2025.02.07 10:09:24.225767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5396 2025.02.07 10:09:24.226029 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5397 2025.02.07 10:09:24.226168 [ 28 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5398 2025.02.07 10:09:24.226219 [ 28 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5399 2025.02.07 10:09:24.226221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5400 2025.02.07 10:09:24.226243 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5401 2025.02.07 10:09:24.226429 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
5402 2025.02.07 10:09:24.226725 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5403 2025.02.07 10:09:24.226758 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
5404 2025.02.07 10:09:24.226826 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
5405 2025.02.07 10:09:24.227061 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
5406 2025.02.07 10:09:24.227373 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
5407 2025.02.07 10:09:24.227602 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
5408 2025.02.07 10:09:24.227778 [ 193 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
5409 2025.02.07 10:09:24.229880 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003576693 sec., 3342752.648885437 rows/sec., 47.82 MiB/sec.
5410 2025.02.07 10:09:24.230185 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5411 2025.02.07 10:09:24.230488 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2025.02.07 10:09:24.230564 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_26_5} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5413 2025.02.07 10:09:24.230661 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5414 2025.02.07 10:09:25.035717 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5415 2025.02.07 10:09:25.035903 [ 255 ] {68fc7fe0-2b08-4e1f-b93e-d5067e04ff5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5416 2025.02.07 10:09:25.035971 [ 255 ] {68fc7fe0-2b08-4e1f-b93e-d5067e04ff5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5417 2025.02.07 10:09:25.036683 [ 255 ] {68fc7fe0-2b08-4e1f-b93e-d5067e04ff5e} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5418 2025.02.07 10:09:25.036728 [ 255 ] {68fc7fe0-2b08-4e1f-b93e-d5067e04ff5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5419 2025.02.07 10:09:25.037161 [ 255 ] {68fc7fe0-2b08-4e1f-b93e-d5067e04ff5e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5420 2025.02.07 10:09:25.037413 [ 255 ] {68fc7fe0-2b08-4e1f-b93e-d5067e04ff5e} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5421 2025.02.07 10:09:25.037671 [ 255 ] {68fc7fe0-2b08-4e1f-b93e-d5067e04ff5e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001816 sec., 7709.251101321586 rows/sec., 554.96 KiB/sec.
5422 2025.02.07 10:09:25.037844 [ 255 ] {68fc7fe0-2b08-4e1f-b93e-d5067e04ff5e} <Debug> TCPHandler: Processed in 0.002253906 sec.
5423 2025.02.07 10:09:25.038121 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5424 2025.02.07 10:09:25.038312 [ 256 ] {6d7e6a21-14fc-46a8-9713-c2678329ad09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5425 2025.02.07 10:09:25.038382 [ 256 ] {6d7e6a21-14fc-46a8-9713-c2678329ad09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5426 2025.02.07 10:09:25.039187 [ 256 ] {6d7e6a21-14fc-46a8-9713-c2678329ad09} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5427 2025.02.07 10:09:25.039231 [ 256 ] {6d7e6a21-14fc-46a8-9713-c2678329ad09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5428 2025.02.07 10:09:25.039696 [ 256 ] {6d7e6a21-14fc-46a8-9713-c2678329ad09} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5429 2025.02.07 10:09:25.039954 [ 256 ] {6d7e6a21-14fc-46a8-9713-c2678329ad09} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5430 2025.02.07 10:09:25.040217 [ 256 ] {6d7e6a21-14fc-46a8-9713-c2678329ad09} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.001948 sec., 104209.4455852156 rows/sec., 9.00 MiB/sec.
5431 2025.02.07 10:09:25.040312 [ 256 ] {6d7e6a21-14fc-46a8-9713-c2678329ad09} <Debug> TCPHandler: Processed in 0.002346357 sec.
5432 2025.02.07 10:09:25.040586 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5433 2025.02.07 10:09:25.040837 [ 255 ] {da60be0e-6aa1-4261-b441-60b5ef0fb138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5434 2025.02.07 10:09:25.040927 [ 255 ] {da60be0e-6aa1-4261-b441-60b5ef0fb138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5435 2025.02.07 10:09:25.041767 [ 255 ] {da60be0e-6aa1-4261-b441-60b5ef0fb138} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5436 2025.02.07 10:09:25.041807 [ 255 ] {da60be0e-6aa1-4261-b441-60b5ef0fb138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5437 2025.02.07 10:09:25.042172 [ 255 ] {da60be0e-6aa1-4261-b441-60b5ef0fb138} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5438 2025.02.07 10:09:25.042424 [ 255 ] {da60be0e-6aa1-4261-b441-60b5ef0fb138} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5439 2025.02.07 10:09:25.042651 [ 255 ] {da60be0e-6aa1-4261-b441-60b5ef0fb138} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001866 sec., 3751.3397642015007 rows/sec., 244.40 KiB/sec.
5440 2025.02.07 10:09:25.042705 [ 255 ] {da60be0e-6aa1-4261-b441-60b5ef0fb138} <Debug> TCPHandler: Processed in 0.002305627 sec.
5441 2025.02.07 10:09:25.042914 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5442 2025.02.07 10:09:25.043144 [ 256 ] {19e183a4-dcce-40a0-9c00-dad514ae5be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5443 2025.02.07 10:09:25.043240 [ 256 ] {19e183a4-dcce-40a0-9c00-dad514ae5be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5444 2025.02.07 10:09:25.043980 [ 256 ] {19e183a4-dcce-40a0-9c00-dad514ae5be8} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5445 2025.02.07 10:09:25.044017 [ 256 ] {19e183a4-dcce-40a0-9c00-dad514ae5be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5446 2025.02.07 10:09:25.044382 [ 256 ] {19e183a4-dcce-40a0-9c00-dad514ae5be8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5447 2025.02.07 10:09:25.044625 [ 256 ] {19e183a4-dcce-40a0-9c00-dad514ae5be8} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5448 2025.02.07 10:09:25.044809 [ 256 ] {19e183a4-dcce-40a0-9c00-dad514ae5be8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001724 sec., 8120.649651972158 rows/sec., 568.72 KiB/sec.
5449 2025.02.07 10:09:25.044864 [ 256 ] {19e183a4-dcce-40a0-9c00-dad514ae5be8} <Debug> TCPHandler: Processed in 0.002062122 sec.
5450 2025.02.07 10:09:25.045021 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5451 2025.02.07 10:09:25.045138 [ 255 ] {768991c0-c488-4f59-a675-ca28357b3fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5452 2025.02.07 10:09:25.045185 [ 255 ] {768991c0-c488-4f59-a675-ca28357b3fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5453 2025.02.07 10:09:25.045755 [ 255 ] {768991c0-c488-4f59-a675-ca28357b3fbd} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5454 2025.02.07 10:09:25.045794 [ 255 ] {768991c0-c488-4f59-a675-ca28357b3fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5455 2025.02.07 10:09:25.046143 [ 255 ] {768991c0-c488-4f59-a675-ca28357b3fbd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5456 2025.02.07 10:09:25.046378 [ 255 ] {768991c0-c488-4f59-a675-ca28357b3fbd} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5457 2025.02.07 10:09:25.046593 [ 255 ] {768991c0-c488-4f59-a675-ca28357b3fbd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001476 sec., 8807.588075880758 rows/sec., 549.15 KiB/sec.
5458 2025.02.07 10:09:25.046681 [ 255 ] {768991c0-c488-4f59-a675-ca28357b3fbd} <Debug> TCPHandler: Processed in 0.001719845 sec.
5459 2025.02.07 10:09:25.046900 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5460 2025.02.07 10:09:25.047125 [ 256 ] {40faa3b0-bf86-488d-9baf-3e939ab00fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5461 2025.02.07 10:09:25.047218 [ 256 ] {40faa3b0-bf86-488d-9baf-3e939ab00fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5462 2025.02.07 10:09:25.048068 [ 256 ] {40faa3b0-bf86-488d-9baf-3e939ab00fc0} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5463 2025.02.07 10:09:25.048116 [ 256 ] {40faa3b0-bf86-488d-9baf-3e939ab00fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5464 2025.02.07 10:09:25.048506 [ 256 ] {40faa3b0-bf86-488d-9baf-3e939ab00fc0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5465 2025.02.07 10:09:25.048748 [ 256 ] {40faa3b0-bf86-488d-9baf-3e939ab00fc0} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5466 2025.02.07 10:09:25.048940 [ 256 ] {40faa3b0-bf86-488d-9baf-3e939ab00fc0} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001871 sec., 204168.89363976484 rows/sec., 14.45 MiB/sec.
5467 2025.02.07 10:09:25.048998 [ 256 ] {40faa3b0-bf86-488d-9baf-3e939ab00fc0} <Debug> TCPHandler: Processed in 0.002207455 sec.
5468 2025.02.07 10:09:25.049150 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5469 2025.02.07 10:09:25.049271 [ 255 ] {4104c7b0-a028-4e8b-bf54-0f0f600186d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5470 2025.02.07 10:09:25.049321 [ 255 ] {4104c7b0-a028-4e8b-bf54-0f0f600186d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5471 2025.02.07 10:09:25.049807 [ 255 ] {4104c7b0-a028-4e8b-bf54-0f0f600186d7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5472 2025.02.07 10:09:25.049846 [ 255 ] {4104c7b0-a028-4e8b-bf54-0f0f600186d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5473 2025.02.07 10:09:25.050207 [ 255 ] {4104c7b0-a028-4e8b-bf54-0f0f600186d7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5474 2025.02.07 10:09:25.050443 [ 255 ] {4104c7b0-a028-4e8b-bf54-0f0f600186d7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5475 2025.02.07 10:09:25.050649 [ 255 ] {4104c7b0-a028-4e8b-bf54-0f0f600186d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001402 sec., 4279.600570613409 rows/sec., 223.59 KiB/sec.
5476 2025.02.07 10:09:25.050699 [ 255 ] {4104c7b0-a028-4e8b-bf54-0f0f600186d7} <Debug> TCPHandler: Processed in 0.001610392 sec.
5477 2025.02.07 10:09:25.050841 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5478 2025.02.07 10:09:25.050960 [ 256 ] {f0ce607c-6711-4816-a22e-8a62ab288ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5479 2025.02.07 10:09:25.051014 [ 256 ] {f0ce607c-6711-4816-a22e-8a62ab288ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5480 2025.02.07 10:09:25.051610 [ 256 ] {f0ce607c-6711-4816-a22e-8a62ab288ba7} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5481 2025.02.07 10:09:25.051647 [ 256 ] {f0ce607c-6711-4816-a22e-8a62ab288ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5482 2025.02.07 10:09:25.052043 [ 256 ] {f0ce607c-6711-4816-a22e-8a62ab288ba7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5483 2025.02.07 10:09:25.052282 [ 256 ] {f0ce607c-6711-4816-a22e-8a62ab288ba7} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5484 2025.02.07 10:09:25.052478 [ 256 ] {f0ce607c-6711-4816-a22e-8a62ab288ba7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001543 sec., 153596.88917692806 rows/sec., 10.30 MiB/sec.
5485 2025.02.07 10:09:25.052534 [ 256 ] {f0ce607c-6711-4816-a22e-8a62ab288ba7} <Debug> TCPHandler: Processed in 0.001748665 sec.
5486 2025.02.07 10:09:25.052678 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5487 2025.02.07 10:09:25.052795 [ 255 ] {b0950aa1-5c78-44fd-809c-5df96b416e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5488 2025.02.07 10:09:25.052844 [ 255 ] {b0950aa1-5c78-44fd-809c-5df96b416e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5489 2025.02.07 10:09:25.053318 [ 255 ] {b0950aa1-5c78-44fd-809c-5df96b416e6a} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5490 2025.02.07 10:09:25.053357 [ 255 ] {b0950aa1-5c78-44fd-809c-5df96b416e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5491 2025.02.07 10:09:25.053708 [ 255 ] {b0950aa1-5c78-44fd-809c-5df96b416e6a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5492 2025.02.07 10:09:25.053948 [ 255 ] {b0950aa1-5c78-44fd-809c-5df96b416e6a} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5493 2025.02.07 10:09:25.054199 [ 255 ] {b0950aa1-5c78-44fd-809c-5df96b416e6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec.
5494 2025.02.07 10:09:25.054395 [ 255 ] {b0950aa1-5c78-44fd-809c-5df96b416e6a} <Debug> TCPHandler: Processed in 0.001771856 sec.
5495 2025.02.07 10:09:25.054612 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5496 2025.02.07 10:09:25.054833 [ 256 ] {7a1cbea7-daa2-4e34-9d9e-989d46791e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5497 2025.02.07 10:09:25.054927 [ 256 ] {7a1cbea7-daa2-4e34-9d9e-989d46791e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5498 2025.02.07 10:09:25.055662 [ 256 ] {7a1cbea7-daa2-4e34-9d9e-989d46791e65} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5499 2025.02.07 10:09:25.055702 [ 256 ] {7a1cbea7-daa2-4e34-9d9e-989d46791e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5500 2025.02.07 10:09:25.056073 [ 256 ] {7a1cbea7-daa2-4e34-9d9e-989d46791e65} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5501 2025.02.07 10:09:25.056308 [ 256 ] {7a1cbea7-daa2-4e34-9d9e-989d46791e65} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5502 2025.02.07 10:09:25.056504 [ 256 ] {7a1cbea7-daa2-4e34-9d9e-989d46791e65} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001728 sec., 47453.70370370371 rows/sec., 3.01 MiB/sec.
5503 2025.02.07 10:09:25.056557 [ 256 ] {7a1cbea7-daa2-4e34-9d9e-989d46791e65} <Debug> TCPHandler: Processed in 0.002055872 sec.
5504 2025.02.07 10:09:25.138128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 197
5505 2025.02.07 10:09:25.159801 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5506 2025.02.07 10:09:25.159852 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5507 2025.02.07 10:09:25.167680 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5508 2025.02.07 10:09:25.168474 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5509 2025.02.07 10:09:25.168857 [ 25 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5510 2025.02.07 10:09:25.169000 [ 25 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5511 2025.02.07 10:09:25.169077 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5512 2025.02.07 10:09:25.169526 [ 193 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
5513 2025.02.07 10:09:25.183697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 197
5514 2025.02.07 10:09:25.185550 [ 193 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5515 2025.02.07 10:09:25.186854 [ 193 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
5516 2025.02.07 10:09:25.192162 [ 193 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
5517 2025.02.07 10:09:25.197874 [ 193 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
5518 2025.02.07 10:09:25.203636 [ 193 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
5519 2025.02.07 10:09:25.209834 [ 193 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
5520 2025.02.07 10:09:25.214731 [ 193 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
5521 2025.02.07 10:09:25.272013 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 679 columns (679 merged, 0 gathered) in 0.10279112 sec., 1916.507962944659 rows/sec., 9.91 MiB/sec.
5522 2025.02.07 10:09:25.273769 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5523 2025.02.07 10:09:25.276104 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_26_5} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5524 2025.02.07 10:09:25.276204 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_26_5} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5525 2025.02.07 10:09:25.277373 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5526 2025.02.07 10:09:29.317897 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 762
5527 2025.02.07 10:09:29.321211 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5528 2025.02.07 10:09:29.321256 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5529 2025.02.07 10:09:29.322747 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5530 2025.02.07 10:09:29.323055 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5531 2025.02.07 10:09:29.323622 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 762
5532 2025.02.07 10:09:30.033676 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5533 2025.02.07 10:09:30.033858 [ 255 ] {58bffa66-c03d-4549-9a88-70e67e843e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5534 2025.02.07 10:09:30.033928 [ 255 ] {58bffa66-c03d-4549-9a88-70e67e843e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5535 2025.02.07 10:09:30.034661 [ 255 ] {58bffa66-c03d-4549-9a88-70e67e843e03} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5536 2025.02.07 10:09:30.034704 [ 255 ] {58bffa66-c03d-4549-9a88-70e67e843e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5537 2025.02.07 10:09:30.035130 [ 255 ] {58bffa66-c03d-4549-9a88-70e67e843e03} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5538 2025.02.07 10:09:30.035383 [ 255 ] {58bffa66-c03d-4549-9a88-70e67e843e03} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5539 2025.02.07 10:09:30.035624 [ 255 ] {58bffa66-c03d-4549-9a88-70e67e843e03} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00182 sec., 4395.604395604396 rows/sec., 358.43 KiB/sec.
5540 2025.02.07 10:09:30.035681 [ 255 ] {58bffa66-c03d-4549-9a88-70e67e843e03} <Debug> TCPHandler: Processed in 0.002136733 sec.
5541 2025.02.07 10:09:30.035960 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5542 2025.02.07 10:09:30.036185 [ 256 ] {396deed6-0868-482c-892d-7dca8fab1218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5543 2025.02.07 10:09:30.036277 [ 256 ] {396deed6-0868-482c-892d-7dca8fab1218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5544 2025.02.07 10:09:30.037197 [ 256 ] {396deed6-0868-482c-892d-7dca8fab1218} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5545 2025.02.07 10:09:30.037250 [ 256 ] {396deed6-0868-482c-892d-7dca8fab1218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5546 2025.02.07 10:09:30.037818 [ 256 ] {396deed6-0868-482c-892d-7dca8fab1218} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5547 2025.02.07 10:09:30.038144 [ 256 ] {396deed6-0868-482c-892d-7dca8fab1218} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5548 2025.02.07 10:09:30.038397 [ 256 ] {396deed6-0868-482c-892d-7dca8fab1218} <Debug> executeQuery: Read 138 rows, 12.10 KiB in 0.002272 sec., 60739.436619718304 rows/sec., 5.20 MiB/sec.
5549 2025.02.07 10:09:30.038485 [ 256 ] {396deed6-0868-482c-892d-7dca8fab1218} <Debug> TCPHandler: Processed in 0.002669274 sec.
5550 2025.02.07 10:09:30.038667 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5551 2025.02.07 10:09:30.038811 [ 255 ] {aed87a64-dd5f-4376-bdf7-655eaebb004f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5552 2025.02.07 10:09:30.038871 [ 255 ] {aed87a64-dd5f-4376-bdf7-655eaebb004f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5553 2025.02.07 10:09:30.039642 [ 255 ] {aed87a64-dd5f-4376-bdf7-655eaebb004f} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5554 2025.02.07 10:09:30.039690 [ 255 ] {aed87a64-dd5f-4376-bdf7-655eaebb004f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5555 2025.02.07 10:09:30.040178 [ 255 ] {aed87a64-dd5f-4376-bdf7-655eaebb004f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5556 2025.02.07 10:09:30.040484 [ 255 ] {aed87a64-dd5f-4376-bdf7-655eaebb004f} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5557 2025.02.07 10:09:30.040751 [ 255 ] {aed87a64-dd5f-4376-bdf7-655eaebb004f} <Debug> executeQuery: Read 47 rows, 3.49 KiB in 0.001961 sec., 23967.363590005098 rows/sec., 1.74 MiB/sec.
5558 2025.02.07 10:09:30.040846 [ 255 ] {aed87a64-dd5f-4376-bdf7-655eaebb004f} <Debug> TCPHandler: Processed in 0.002251606 sec.
5559 2025.02.07 10:09:30.041098 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5560 2025.02.07 10:09:30.041262 [ 256 ] {60d56984-22be-44f9-b8fc-0cd2232da665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5561 2025.02.07 10:09:30.041328 [ 256 ] {60d56984-22be-44f9-b8fc-0cd2232da665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5562 2025.02.07 10:09:30.042079 [ 256 ] {60d56984-22be-44f9-b8fc-0cd2232da665} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5563 2025.02.07 10:09:30.042146 [ 256 ] {60d56984-22be-44f9-b8fc-0cd2232da665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5564 2025.02.07 10:09:30.042526 [ 256 ] {60d56984-22be-44f9-b8fc-0cd2232da665} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5565 2025.02.07 10:09:30.042778 [ 256 ] {60d56984-22be-44f9-b8fc-0cd2232da665} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5566 2025.02.07 10:09:30.042957 [ 256 ] {60d56984-22be-44f9-b8fc-0cd2232da665} <Debug> executeQuery: Read 111 rows, 8.89 KiB in 0.001734 sec., 64013.84083044982 rows/sec., 5.01 MiB/sec.
5567 2025.02.07 10:09:30.043010 [ 256 ] {60d56984-22be-44f9-b8fc-0cd2232da665} <Debug> TCPHandler: Processed in 0.002047571 sec.
5568 2025.02.07 10:09:30.043161 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5569 2025.02.07 10:09:30.043284 [ 255 ] {b4d7cba1-8939-4bb1-8378-fa3aefc2c6fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5570 2025.02.07 10:09:30.043340 [ 255 ] {b4d7cba1-8939-4bb1-8378-fa3aefc2c6fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5571 2025.02.07 10:09:30.043938 [ 255 ] {b4d7cba1-8939-4bb1-8378-fa3aefc2c6fa} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5572 2025.02.07 10:09:30.043979 [ 255 ] {b4d7cba1-8939-4bb1-8378-fa3aefc2c6fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5573 2025.02.07 10:09:30.044388 [ 255 ] {b4d7cba1-8939-4bb1-8378-fa3aefc2c6fa} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5574 2025.02.07 10:09:30.044630 [ 255 ] {b4d7cba1-8939-4bb1-8378-fa3aefc2c6fa} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5575 2025.02.07 10:09:30.044859 [ 255 ] {b4d7cba1-8939-4bb1-8378-fa3aefc2c6fa} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001599 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec.
5576 2025.02.07 10:09:30.044913 [ 255 ] {b4d7cba1-8939-4bb1-8378-fa3aefc2c6fa} <Debug> TCPHandler: Processed in 0.001814127 sec.
5577 2025.02.07 10:09:30.045064 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5578 2025.02.07 10:09:30.045183 [ 256 ] {66d04fb5-0a40-43d5-8d36-bbf1d36c6d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5579 2025.02.07 10:09:30.045267 [ 256 ] {66d04fb5-0a40-43d5-8d36-bbf1d36c6d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5580 2025.02.07 10:09:30.046471 [ 256 ] {66d04fb5-0a40-43d5-8d36-bbf1d36c6d9e} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5581 2025.02.07 10:09:30.046508 [ 256 ] {66d04fb5-0a40-43d5-8d36-bbf1d36c6d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5582 2025.02.07 10:09:30.047249 [ 256 ] {66d04fb5-0a40-43d5-8d36-bbf1d36c6d9e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5583 2025.02.07 10:09:30.047523 [ 256 ] {66d04fb5-0a40-43d5-8d36-bbf1d36c6d9e} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5584 2025.02.07 10:09:30.047787 [ 256 ] {66d04fb5-0a40-43d5-8d36-bbf1d36c6d9e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002629 sec., 14834.537847090149 rows/sec., 26.58 MiB/sec.
5585 2025.02.07 10:09:30.048144 [ 256 ] {66d04fb5-0a40-43d5-8d36-bbf1d36c6d9e} <Debug> TCPHandler: Processed in 0.003138113 sec.
5586 2025.02.07 10:09:30.048300 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5587 2025.02.07 10:09:30.048422 [ 255 ] {d37b7078-55b3-4371-873b-c258ed1ebdd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5588 2025.02.07 10:09:30.048474 [ 255 ] {d37b7078-55b3-4371-873b-c258ed1ebdd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5589 2025.02.07 10:09:30.048978 [ 255 ] {d37b7078-55b3-4371-873b-c258ed1ebdd6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5590 2025.02.07 10:09:30.049017 [ 255 ] {d37b7078-55b3-4371-873b-c258ed1ebdd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5591 2025.02.07 10:09:30.049405 [ 255 ] {d37b7078-55b3-4371-873b-c258ed1ebdd6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5592 2025.02.07 10:09:30.049649 [ 255 ] {d37b7078-55b3-4371-873b-c258ed1ebdd6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5593 2025.02.07 10:09:30.049915 [ 255 ] {d37b7078-55b3-4371-873b-c258ed1ebdd6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec.
5594 2025.02.07 10:09:30.049987 [ 255 ] {d37b7078-55b3-4371-873b-c258ed1ebdd6} <Debug> TCPHandler: Processed in 0.001754876 sec.
5595 2025.02.07 10:09:31.726404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5596 2025.02.07 10:09:31.727186 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5597 2025.02.07 10:09:31.727235 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5598 2025.02.07 10:09:31.727811 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5599 2025.02.07 10:09:31.728061 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5600 2025.02.07 10:09:31.728307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5601 2025.02.07 10:09:32.683806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 204
5602 2025.02.07 10:09:32.703552 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5603 2025.02.07 10:09:32.703606 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5604 2025.02.07 10:09:32.710596 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5605 2025.02.07 10:09:32.711383 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5606 2025.02.07 10:09:32.713890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5607 2025.02.07 10:09:35.035837 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5608 2025.02.07 10:09:35.036060 [ 255 ] {7044b1c8-20fb-443f-8a29-21b27584f76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5609 2025.02.07 10:09:35.036142 [ 255 ] {7044b1c8-20fb-443f-8a29-21b27584f76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5610 2025.02.07 10:09:35.037044 [ 255 ] {7044b1c8-20fb-443f-8a29-21b27584f76e} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5611 2025.02.07 10:09:35.037111 [ 255 ] {7044b1c8-20fb-443f-8a29-21b27584f76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5612 2025.02.07 10:09:35.037577 [ 255 ] {7044b1c8-20fb-443f-8a29-21b27584f76e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5613 2025.02.07 10:09:35.037839 [ 255 ] {7044b1c8-20fb-443f-8a29-21b27584f76e} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5614 2025.02.07 10:09:35.038030 [ 125 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5615 2025.02.07 10:09:35.038099 [ 255 ] {7044b1c8-20fb-443f-8a29-21b27584f76e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002097 sec., 6676.204101096805 rows/sec., 480.60 KiB/sec.
5616 2025.02.07 10:09:35.038116 [ 125 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5617 2025.02.07 10:09:35.038180 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5618 2025.02.07 10:09:35.038239 [ 255 ] {7044b1c8-20fb-443f-8a29-21b27584f76e} <Debug> TCPHandler: Processed in 0.002544952 sec.
5619 2025.02.07 10:09:35.038591 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
5620 2025.02.07 10:09:35.038608 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5621 2025.02.07 10:09:35.038860 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5622 2025.02.07 10:09:35.038936 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part
5623 2025.02.07 10:09:35.038954 [ 256 ] {8bbaed66-7e5f-454f-bd0d-a0481ab850bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5624 2025.02.07 10:09:35.039109 [ 256 ] {8bbaed66-7e5f-454f-bd0d-a0481ab850bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5625 2025.02.07 10:09:35.039144 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
5626 2025.02.07 10:09:35.039688 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
5627 2025.02.07 10:09:35.039924 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
5628 2025.02.07 10:09:35.040346 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5629 2025.02.07 10:09:35.042112 [ 256 ] {8bbaed66-7e5f-454f-bd0d-a0481ab850bb} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5630 2025.02.07 10:09:35.042192 [ 256 ] {8bbaed66-7e5f-454f-bd0d-a0481ab850bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5631 2025.02.07 10:09:35.042924 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004600133 sec., 15216.951335972242 rows/sec., 1.13 MiB/sec.
5632 2025.02.07 10:09:35.043213 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5633 2025.02.07 10:09:35.043332 [ 256 ] {8bbaed66-7e5f-454f-bd0d-a0481ab850bb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5634 2025.02.07 10:09:35.043669 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5635 2025.02.07 10:09:35.043835 [ 256 ] {8bbaed66-7e5f-454f-bd0d-a0481ab850bb} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5636 2025.02.07 10:09:35.043895 [ 199 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_17_4} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5637 2025.02.07 10:09:35.044064 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5638 2025.02.07 10:09:35.044275 [ 256 ] {8bbaed66-7e5f-454f-bd0d-a0481ab850bb} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.005412 sec., 37509.23872875093 rows/sec., 3.24 MiB/sec.
5639 2025.02.07 10:09:35.044426 [ 256 ] {8bbaed66-7e5f-454f-bd0d-a0481ab850bb} <Debug> TCPHandler: Processed in 0.006064083 sec.
5640 2025.02.07 10:09:35.044590 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5641 2025.02.07 10:09:35.044715 [ 255 ] {ec60da09-075c-4508-91f1-1b8113ef749c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5642 2025.02.07 10:09:35.044767 [ 255 ] {ec60da09-075c-4508-91f1-1b8113ef749c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5643 2025.02.07 10:09:35.045465 [ 255 ] {ec60da09-075c-4508-91f1-1b8113ef749c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5644 2025.02.07 10:09:35.045508 [ 255 ] {ec60da09-075c-4508-91f1-1b8113ef749c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5645 2025.02.07 10:09:35.045894 [ 255 ] {ec60da09-075c-4508-91f1-1b8113ef749c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5646 2025.02.07 10:09:35.046140 [ 255 ] {ec60da09-075c-4508-91f1-1b8113ef749c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5647 2025.02.07 10:09:35.046364 [ 255 ] {ec60da09-075c-4508-91f1-1b8113ef749c} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001677 sec., 4174.12045319022 rows/sec., 271.95 KiB/sec.
5648 2025.02.07 10:09:35.046420 [ 255 ] {ec60da09-075c-4508-91f1-1b8113ef749c} <Debug> TCPHandler: Processed in 0.001899008 sec.
5649 2025.02.07 10:09:35.046566 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5650 2025.02.07 10:09:35.046693 [ 256 ] {6c50a82c-4ec9-4f14-af61-eb5e23cad20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5651 2025.02.07 10:09:35.046746 [ 256 ] {6c50a82c-4ec9-4f14-af61-eb5e23cad20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5652 2025.02.07 10:09:35.047349 [ 256 ] {6c50a82c-4ec9-4f14-af61-eb5e23cad20f} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5653 2025.02.07 10:09:35.047389 [ 256 ] {6c50a82c-4ec9-4f14-af61-eb5e23cad20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5654 2025.02.07 10:09:35.047748 [ 256 ] {6c50a82c-4ec9-4f14-af61-eb5e23cad20f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5655 2025.02.07 10:09:35.047985 [ 256 ] {6c50a82c-4ec9-4f14-af61-eb5e23cad20f} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5656 2025.02.07 10:09:35.048191 [ 256 ] {6c50a82c-4ec9-4f14-af61-eb5e23cad20f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001528 sec., 9162.303664921466 rows/sec., 641.67 KiB/sec.
5657 2025.02.07 10:09:35.048244 [ 256 ] {6c50a82c-4ec9-4f14-af61-eb5e23cad20f} <Debug> TCPHandler: Processed in 0.001741065 sec.
5658 2025.02.07 10:09:35.048397 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5659 2025.02.07 10:09:35.048516 [ 255 ] {58ba22c6-f99e-48b5-a729-640c9c2c4076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5660 2025.02.07 10:09:35.048566 [ 255 ] {58ba22c6-f99e-48b5-a729-640c9c2c4076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5661 2025.02.07 10:09:35.049162 [ 255 ] {58ba22c6-f99e-48b5-a729-640c9c2c4076} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5662 2025.02.07 10:09:35.049203 [ 255 ] {58ba22c6-f99e-48b5-a729-640c9c2c4076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5663 2025.02.07 10:09:35.049575 [ 255 ] {58ba22c6-f99e-48b5-a729-640c9c2c4076} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5664 2025.02.07 10:09:35.049822 [ 255 ] {58ba22c6-f99e-48b5-a729-640c9c2c4076} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5665 2025.02.07 10:09:35.049984 [ 125 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5666 2025.02.07 10:09:35.050045 [ 125 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5667 2025.02.07 10:09:35.050078 [ 255 ] {58ba22c6-f99e-48b5-a729-640c9c2c4076} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001573 sec., 8264.462809917355 rows/sec., 515.29 KiB/sec.
5668 2025.02.07 10:09:35.050084 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5669 2025.02.07 10:09:35.050258 [ 255 ] {58ba22c6-f99e-48b5-a729-640c9c2c4076} <Debug> TCPHandler: Processed in 0.001907638 sec.
5670 2025.02.07 10:09:35.050524 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5671 2025.02.07 10:09:35.050557 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
5672 2025.02.07 10:09:35.050856 [ 256 ] {75c1a1ea-fc41-4735-881d-16c8fe9fa37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5673 2025.02.07 10:09:35.050900 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5674 2025.02.07 10:09:35.050917 [ 256 ] {75c1a1ea-fc41-4735-881d-16c8fe9fa37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5675 2025.02.07 10:09:35.050942 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part
5676 2025.02.07 10:09:35.051117 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part
5677 2025.02.07 10:09:35.051483 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part
5678 2025.02.07 10:09:35.051880 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part
5679 2025.02.07 10:09:35.052222 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part
5680 2025.02.07 10:09:35.053107 [ 256 ] {75c1a1ea-fc41-4735-881d-16c8fe9fa37a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5681 2025.02.07 10:09:35.053150 [ 256 ] {75c1a1ea-fc41-4735-881d-16c8fe9fa37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5682 2025.02.07 10:09:35.053744 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003517691 sec., 18478.03004868819 rows/sec., 1.20 MiB/sec.
5683 2025.02.07 10:09:35.053791 [ 256 ] {75c1a1ea-fc41-4735-881d-16c8fe9fa37a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5684 2025.02.07 10:09:35.053938 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5685 2025.02.07 10:09:35.054205 [ 256 ] {75c1a1ea-fc41-4735-881d-16c8fe9fa37a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5686 2025.02.07 10:09:35.054594 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5687 2025.02.07 10:09:35.054603 [ 256 ] {75c1a1ea-fc41-4735-881d-16c8fe9fa37a} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.003826 sec., 99843.17825405124 rows/sec., 7.07 MiB/sec.
5688 2025.02.07 10:09:35.054772 [ 256 ] {75c1a1ea-fc41-4735-881d-16c8fe9fa37a} <Debug> TCPHandler: Processed in 0.004386059 sec.
5689 2025.02.07 10:09:35.054793 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_17_4} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5690 2025.02.07 10:09:35.054955 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5691 2025.02.07 10:09:35.054996 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5692 2025.02.07 10:09:35.055138 [ 255 ] {46c76203-1e0d-4235-a7dd-7ac9b45136f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5693 2025.02.07 10:09:35.055198 [ 255 ] {46c76203-1e0d-4235-a7dd-7ac9b45136f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5694 2025.02.07 10:09:35.055786 [ 255 ] {46c76203-1e0d-4235-a7dd-7ac9b45136f7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5695 2025.02.07 10:09:35.055826 [ 255 ] {46c76203-1e0d-4235-a7dd-7ac9b45136f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5696 2025.02.07 10:09:35.056206 [ 255 ] {46c76203-1e0d-4235-a7dd-7ac9b45136f7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5697 2025.02.07 10:09:35.056456 [ 255 ] {46c76203-1e0d-4235-a7dd-7ac9b45136f7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5698 2025.02.07 10:09:35.056681 [ 255 ] {46c76203-1e0d-4235-a7dd-7ac9b45136f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001573 sec., 3814.367450731087 rows/sec., 199.29 KiB/sec.
5699 2025.02.07 10:09:35.056798 [ 255 ] {46c76203-1e0d-4235-a7dd-7ac9b45136f7} <Debug> TCPHandler: Processed in 0.001928229 sec.
5700 2025.02.07 10:09:35.056960 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5701 2025.02.07 10:09:35.057098 [ 256 ] {bb84cf4b-c36f-4f20-9530-609114f28f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5702 2025.02.07 10:09:35.057161 [ 256 ] {bb84cf4b-c36f-4f20-9530-609114f28f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5703 2025.02.07 10:09:35.057835 [ 256 ] {bb84cf4b-c36f-4f20-9530-609114f28f42} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5704 2025.02.07 10:09:35.057874 [ 256 ] {bb84cf4b-c36f-4f20-9530-609114f28f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5705 2025.02.07 10:09:35.058264 [ 256 ] {bb84cf4b-c36f-4f20-9530-609114f28f42} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5706 2025.02.07 10:09:35.058502 [ 256 ] {bb84cf4b-c36f-4f20-9530-609114f28f42} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5707 2025.02.07 10:09:35.058743 [ 256 ] {bb84cf4b-c36f-4f20-9530-609114f28f42} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001672 sec., 141746.41148325359 rows/sec., 9.50 MiB/sec.
5708 2025.02.07 10:09:35.058910 [ 256 ] {bb84cf4b-c36f-4f20-9530-609114f28f42} <Debug> TCPHandler: Processed in 0.002014001 sec.
5709 2025.02.07 10:09:35.059141 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5710 2025.02.07 10:09:35.059285 [ 255 ] {c8b9f4f7-70d9-4427-a176-3f3471617547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5711 2025.02.07 10:09:35.059347 [ 255 ] {c8b9f4f7-70d9-4427-a176-3f3471617547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5712 2025.02.07 10:09:35.059888 [ 255 ] {c8b9f4f7-70d9-4427-a176-3f3471617547} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5713 2025.02.07 10:09:35.059927 [ 255 ] {c8b9f4f7-70d9-4427-a176-3f3471617547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5714 2025.02.07 10:09:35.060295 [ 255 ] {c8b9f4f7-70d9-4427-a176-3f3471617547} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5715 2025.02.07 10:09:35.060538 [ 255 ] {c8b9f4f7-70d9-4427-a176-3f3471617547} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5716 2025.02.07 10:09:35.060746 [ 255 ] {c8b9f4f7-70d9-4427-a176-3f3471617547} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001491 sec., 670.690811535882 rows/sec., 45.19 KiB/sec.
5717 2025.02.07 10:09:35.060798 [ 255 ] {c8b9f4f7-70d9-4427-a176-3f3471617547} <Debug> TCPHandler: Processed in 0.001785966 sec.
5718 2025.02.07 10:09:35.060962 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5719 2025.02.07 10:09:35.061100 [ 256 ] {942f4ef4-7a2c-47a4-95cb-da60e04e3534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5720 2025.02.07 10:09:35.061160 [ 256 ] {942f4ef4-7a2c-47a4-95cb-da60e04e3534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5721 2025.02.07 10:09:35.061747 [ 256 ] {942f4ef4-7a2c-47a4-95cb-da60e04e3534} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5722 2025.02.07 10:09:35.061793 [ 256 ] {942f4ef4-7a2c-47a4-95cb-da60e04e3534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5723 2025.02.07 10:09:35.062157 [ 256 ] {942f4ef4-7a2c-47a4-95cb-da60e04e3534} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5724 2025.02.07 10:09:35.062393 [ 256 ] {942f4ef4-7a2c-47a4-95cb-da60e04e3534} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5725 2025.02.07 10:09:35.062597 [ 256 ] {942f4ef4-7a2c-47a4-95cb-da60e04e3534} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001528 sec., 53664.92146596858 rows/sec., 3.41 MiB/sec.
5726 2025.02.07 10:09:35.062646 [ 256 ] {942f4ef4-7a2c-47a4-95cb-da60e04e3534} <Debug> TCPHandler: Processed in 0.001754455 sec.
5727 2025.02.07 10:09:39.110152 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
5728 2025.02.07 10:09:39.110215 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
5729 2025.02.07 10:09:39.228434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
5730 2025.02.07 10:09:39.229155 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5731 2025.02.07 10:09:39.229192 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5732 2025.02.07 10:09:39.229713 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5733 2025.02.07 10:09:39.229972 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5734 2025.02.07 10:09:39.230204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5735 2025.02.07 10:09:39.323873 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 796
5736 2025.02.07 10:09:39.327138 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5737 2025.02.07 10:09:39.327184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5738 2025.02.07 10:09:39.328658 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5739 2025.02.07 10:09:39.328990 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5740 2025.02.07 10:09:39.329568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 796
5741 2025.02.07 10:09:40.033659 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5742 2025.02.07 10:09:40.033853 [ 255 ] {7727b034-451b-49db-9dce-d99b9da2cf49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5743 2025.02.07 10:09:40.033925 [ 255 ] {7727b034-451b-49db-9dce-d99b9da2cf49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5744 2025.02.07 10:09:40.034915 [ 255 ] {7727b034-451b-49db-9dce-d99b9da2cf49} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5745 2025.02.07 10:09:40.034990 [ 255 ] {7727b034-451b-49db-9dce-d99b9da2cf49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5746 2025.02.07 10:09:40.035466 [ 255 ] {7727b034-451b-49db-9dce-d99b9da2cf49} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5747 2025.02.07 10:09:40.035754 [ 255 ] {7727b034-451b-49db-9dce-d99b9da2cf49} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5748 2025.02.07 10:09:40.035922 [ 149 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5749 2025.02.07 10:09:40.035961 [ 149 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5750 2025.02.07 10:09:40.035984 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5751 2025.02.07 10:09:40.035993 [ 255 ] {7727b034-451b-49db-9dce-d99b9da2cf49} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002191 sec., 61159.28799634871 rows/sec., 5.26 MiB/sec.
5752 2025.02.07 10:09:40.036208 [ 255 ] {7727b034-451b-49db-9dce-d99b9da2cf49} <Debug> TCPHandler: Processed in 0.002705865 sec.
5753 2025.02.07 10:09:40.036257 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
5754 2025.02.07 10:09:40.036431 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5755 2025.02.07 10:09:40.036472 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1431 rows starting from the beginning of the part
5756 2025.02.07 10:09:40.036530 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5757 2025.02.07 10:09:40.036580 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 134 rows starting from the beginning of the part
5758 2025.02.07 10:09:40.036973 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 203 rows starting from the beginning of the part
5759 2025.02.07 10:09:40.036981 [ 256 ] {cc7216c1-2a28-4306-8aad-7ca1b2a29a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5760 2025.02.07 10:09:40.037172 [ 256 ] {cc7216c1-2a28-4306-8aad-7ca1b2a29a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5761 2025.02.07 10:09:40.037320 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 138 rows starting from the beginning of the part
5762 2025.02.07 10:09:40.037659 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 203 rows starting from the beginning of the part
5763 2025.02.07 10:09:40.038013 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 134 rows starting from the beginning of the part
5764 2025.02.07 10:09:40.039931 [ 256 ] {cc7216c1-2a28-4306-8aad-7ca1b2a29a40} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5765 2025.02.07 10:09:40.040036 [ 256 ] {cc7216c1-2a28-4306-8aad-7ca1b2a29a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5766 2025.02.07 10:09:40.040935 [ 256 ] {cc7216c1-2a28-4306-8aad-7ca1b2a29a40} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5767 2025.02.07 10:09:40.041422 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2243 rows, containing 5 columns (5 merged, 0 gathered) in 0.005348788 sec., 419347.33625636314 rows/sec., 36.99 MiB/sec.
5768 2025.02.07 10:09:40.041464 [ 256 ] {cc7216c1-2a28-4306-8aad-7ca1b2a29a40} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5769 2025.02.07 10:09:40.041701 [ 149 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5770 2025.02.07 10:09:40.041788 [ 149 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5771 2025.02.07 10:09:40.041822 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5772 2025.02.07 10:09:40.041835 [ 256 ] {cc7216c1-2a28-4306-8aad-7ca1b2a29a40} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005017 sec., 7773.569862467611 rows/sec., 584.54 KiB/sec.
5773 2025.02.07 10:09:40.041844 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5774 2025.02.07 10:09:40.042299 [ 256 ] {cc7216c1-2a28-4306-8aad-7ca1b2a29a40} <Debug> TCPHandler: Processed in 0.00593482 sec.
5775 2025.02.07 10:09:40.042577 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
5776 2025.02.07 10:09:40.042657 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5777 2025.02.07 10:09:40.043250 [ 194 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5778 2025.02.07 10:09:40.043289 [ 255 ] {7c5f54a8-e19a-4635-affa-590f1dda9e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5779 2025.02.07 10:09:40.043400 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5780 2025.02.07 10:09:40.043472 [ 255 ] {7c5f54a8-e19a-4635-affa-590f1dda9e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5781 2025.02.07 10:09:40.043521 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 64 rows starting from the beginning of the part
5782 2025.02.07 10:09:40.043622 [ 194 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_41_8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5783 2025.02.07 10:09:40.043873 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part
5784 2025.02.07 10:09:40.043965 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
5785 2025.02.07 10:09:40.044146 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
5786 2025.02.07 10:09:40.044368 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 47 rows starting from the beginning of the part
5787 2025.02.07 10:09:40.044941 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
5788 2025.02.07 10:09:40.045750 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part
5789 2025.02.07 10:09:40.046569 [ 255 ] {7c5f54a8-e19a-4635-affa-590f1dda9e60} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5790 2025.02.07 10:09:40.046621 [ 255 ] {7c5f54a8-e19a-4635-affa-590f1dda9e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5791 2025.02.07 10:09:40.047310 [ 255 ] {7c5f54a8-e19a-4635-affa-590f1dda9e60} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5792 2025.02.07 10:09:40.047443 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.0054056 sec., 37553.64806866953 rows/sec., 2.84 MiB/sec.
5793 2025.02.07 10:09:40.047580 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5794 2025.02.07 10:09:40.047679 [ 255 ] {7c5f54a8-e19a-4635-affa-590f1dda9e60} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5795 2025.02.07 10:09:40.047850 [ 150 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5796 2025.02.07 10:09:40.047905 [ 150 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5797 2025.02.07 10:09:40.047943 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5798 2025.02.07 10:09:40.047955 [ 255 ] {7c5f54a8-e19a-4635-affa-590f1dda9e60} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.004841 sec., 21276.595744680853 rows/sec., 1.66 MiB/sec.
5799 2025.02.07 10:09:40.047966 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_36_7} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5800 2025.02.07 10:09:40.048221 [ 255 ] {7c5f54a8-e19a-4635-affa-590f1dda9e60} <Debug> TCPHandler: Processed in 0.005789587 sec.
5801 2025.02.07 10:09:40.048240 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_36_7} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5802 2025.02.07 10:09:40.048247 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
5803 2025.02.07 10:09:40.048382 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5804 2025.02.07 10:09:40.048446 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5805 2025.02.07 10:09:40.048469 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5806 2025.02.07 10:09:40.048489 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part
5807 2025.02.07 10:09:40.048743 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 103 rows starting from the beginning of the part
5808 2025.02.07 10:09:40.048960 [ 256 ] {b96e6f80-fcd6-4e48-b8b8-0800ada15d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5809 2025.02.07 10:09:40.049032 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 382 rows starting from the beginning of the part
5810 2025.02.07 10:09:40.049156 [ 256 ] {b96e6f80-fcd6-4e48-b8b8-0800ada15d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5811 2025.02.07 10:09:40.049297 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 111 rows starting from the beginning of the part
5812 2025.02.07 10:09:40.049625 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 382 rows starting from the beginning of the part
5813 2025.02.07 10:09:40.050026 [ 190 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 103 rows starting from the beginning of the part
5814 2025.02.07 10:09:40.051776 [ 256 ] {b96e6f80-fcd6-4e48-b8b8-0800ada15d8f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5815 2025.02.07 10:09:40.051847 [ 256 ] {b96e6f80-fcd6-4e48-b8b8-0800ada15d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5816 2025.02.07 10:09:40.052787 [ 256 ] {b96e6f80-fcd6-4e48-b8b8-0800ada15d8f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5817 2025.02.07 10:09:40.053210 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1994 rows, containing 5 columns (5 merged, 0 gathered) in 0.005203685 sec., 383189.98940174124 rows/sec., 29.38 MiB/sec.
5818 2025.02.07 10:09:40.053266 [ 256 ] {b96e6f80-fcd6-4e48-b8b8-0800ada15d8f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5819 2025.02.07 10:09:40.053497 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5820 2025.02.07 10:09:40.053575 [ 256 ] {b96e6f80-fcd6-4e48-b8b8-0800ada15d8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004802 sec., 33319.45022907122 rows/sec., 2.32 MiB/sec.
5821 2025.02.07 10:09:40.053659 [ 256 ] {b96e6f80-fcd6-4e48-b8b8-0800ada15d8f} <Debug> TCPHandler: Processed in 0.005305748 sec.
5822 2025.02.07 10:09:40.053847 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5823 2025.02.07 10:09:40.053929 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5824 2025.02.07 10:09:40.054104 [ 255 ] {f6be53b7-b12e-42bb-9ea6-061f696e5cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5825 2025.02.07 10:09:40.054121 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_41_8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5826 2025.02.07 10:09:40.054310 [ 255 ] {f6be53b7-b12e-42bb-9ea6-061f696e5cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5827 2025.02.07 10:09:40.054325 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
5828 2025.02.07 10:09:40.055695 [ 255 ] {f6be53b7-b12e-42bb-9ea6-061f696e5cb3} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5829 2025.02.07 10:09:40.055738 [ 255 ] {f6be53b7-b12e-42bb-9ea6-061f696e5cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5830 2025.02.07 10:09:40.056435 [ 255 ] {f6be53b7-b12e-42bb-9ea6-061f696e5cb3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5831 2025.02.07 10:09:40.056697 [ 255 ] {f6be53b7-b12e-42bb-9ea6-061f696e5cb3} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5832 2025.02.07 10:09:40.056942 [ 255 ] {f6be53b7-b12e-42bb-9ea6-061f696e5cb3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002922 sec., 13347.022587268993 rows/sec., 23.92 MiB/sec.
5833 2025.02.07 10:09:40.057386 [ 255 ] {f6be53b7-b12e-42bb-9ea6-061f696e5cb3} <Debug> TCPHandler: Processed in 0.003632104 sec.
5834 2025.02.07 10:09:40.057543 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5835 2025.02.07 10:09:40.057661 [ 256 ] {2ac51ff1-0a77-45d9-b862-bc3cfaeb28f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5836 2025.02.07 10:09:40.057714 [ 256 ] {2ac51ff1-0a77-45d9-b862-bc3cfaeb28f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5837 2025.02.07 10:09:40.058216 [ 256 ] {2ac51ff1-0a77-45d9-b862-bc3cfaeb28f6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5838 2025.02.07 10:09:40.058254 [ 256 ] {2ac51ff1-0a77-45d9-b862-bc3cfaeb28f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5839 2025.02.07 10:09:40.058633 [ 256 ] {2ac51ff1-0a77-45d9-b862-bc3cfaeb28f6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5840 2025.02.07 10:09:40.058869 [ 256 ] {2ac51ff1-0a77-45d9-b862-bc3cfaeb28f6} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5841 2025.02.07 10:09:40.059084 [ 256 ] {2ac51ff1-0a77-45d9-b862-bc3cfaeb28f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec.
5842 2025.02.07 10:09:40.059134 [ 256 ] {2ac51ff1-0a77-45d9-b862-bc3cfaeb28f6} <Debug> TCPHandler: Processed in 0.001649633 sec.
5843 2025.02.07 10:09:40.213959 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212
5844 2025.02.07 10:09:40.233911 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5845 2025.02.07 10:09:40.233973 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5846 2025.02.07 10:09:40.241708 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5847 2025.02.07 10:09:40.242479 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5848 2025.02.07 10:09:40.245083 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212
5849 2025.02.07 10:09:42.048426 [ 147 ] {} <Debug> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5850 2025.02.07 10:09:42.048520 [ 147 ] {} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5851 2025.02.07 10:09:42.048548 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5852 2025.02.07 10:09:42.048736 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::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
5853 2025.02.07 10:09:42.048914 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5854 2025.02.07 10:09:42.048957 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
5855 2025.02.07 10:09:42.049046 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
5856 2025.02.07 10:09:42.049145 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
5857 2025.02.07 10:09:42.049395 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
5858 2025.02.07 10:09:42.049523 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
5859 2025.02.07 10:09:42.050485 [ 197 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001849678 sec., 19462.847046891406 rows/sec., 1.62 MiB/sec.
5860 2025.02.07 10:09:42.050682 [ 187 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5861 2025.02.07 10:09:42.051005 [ 187 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5862 2025.02.07 10:09:42.051093 [ 187 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_9_2} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5863 2025.02.07 10:09:42.051193 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5864 2025.02.07 10:09:43.942865 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5865 2025.02.07 10:09:43.943158 [ 255 ] {caa14dc4-d284-486e-8d96-d3b746c966a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5866 2025.02.07 10:09:43.943232 [ 255 ] {caa14dc4-d284-486e-8d96-d3b746c966a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5867 2025.02.07 10:09:43.943990 [ 255 ] {caa14dc4-d284-486e-8d96-d3b746c966a5} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5868 2025.02.07 10:09:43.944046 [ 255 ] {caa14dc4-d284-486e-8d96-d3b746c966a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5869 2025.02.07 10:09:43.944500 [ 255 ] {caa14dc4-d284-486e-8d96-d3b746c966a5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5870 2025.02.07 10:09:43.944766 [ 255 ] {caa14dc4-d284-486e-8d96-d3b746c966a5} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5871 2025.02.07 10:09:43.944997 [ 255 ] {caa14dc4-d284-486e-8d96-d3b746c966a5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec.
5872 2025.02.07 10:09:43.945079 [ 255 ] {caa14dc4-d284-486e-8d96-d3b746c966a5} <Debug> TCPHandler: Processed in 0.002412149 sec.
5873 2025.02.07 10:09:43.945420 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5874 2025.02.07 10:09:43.945648 [ 256 ] {165c6dd1-8d60-4b39-a450-eb6dc38b51f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5875 2025.02.07 10:09:43.945738 [ 256 ] {165c6dd1-8d60-4b39-a450-eb6dc38b51f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5876 2025.02.07 10:09:43.946680 [ 256 ] {165c6dd1-8d60-4b39-a450-eb6dc38b51f6} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5877 2025.02.07 10:09:43.946742 [ 256 ] {165c6dd1-8d60-4b39-a450-eb6dc38b51f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5878 2025.02.07 10:09:43.947290 [ 256 ] {165c6dd1-8d60-4b39-a450-eb6dc38b51f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5879 2025.02.07 10:09:43.947570 [ 256 ] {165c6dd1-8d60-4b39-a450-eb6dc38b51f6} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5880 2025.02.07 10:09:43.947826 [ 256 ] {165c6dd1-8d60-4b39-a450-eb6dc38b51f6} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002243 sec., 2674.988854213107 rows/sec., 218.13 KiB/sec.
5881 2025.02.07 10:09:43.947903 [ 256 ] {165c6dd1-8d60-4b39-a450-eb6dc38b51f6} <Debug> TCPHandler: Processed in 0.002674744 sec.
5882 2025.02.07 10:09:43.948064 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5883 2025.02.07 10:09:43.948199 [ 255 ] {df91d8a4-e40f-4614-8cad-f5b3193267da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5884 2025.02.07 10:09:43.948258 [ 255 ] {df91d8a4-e40f-4614-8cad-f5b3193267da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5885 2025.02.07 10:09:43.949688 [ 255 ] {df91d8a4-e40f-4614-8cad-f5b3193267da} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5886 2025.02.07 10:09:43.949731 [ 255 ] {df91d8a4-e40f-4614-8cad-f5b3193267da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5887 2025.02.07 10:09:43.950221 [ 255 ] {df91d8a4-e40f-4614-8cad-f5b3193267da} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5888 2025.02.07 10:09:43.950540 [ 255 ] {df91d8a4-e40f-4614-8cad-f5b3193267da} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): 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.02.07 10:09:43.950729 [ 255 ] {df91d8a4-e40f-4614-8cad-f5b3193267da} <Debug> executeQuery: Read 1346 rows, 114.29 KiB in 0.002564 sec., 524960.9984399376 rows/sec., 43.53 MiB/sec.
5890 2025.02.07 10:09:43.950794 [ 255 ] {df91d8a4-e40f-4614-8cad-f5b3193267da} <Debug> TCPHandler: Processed in 0.002790996 sec.
5891 2025.02.07 10:09:43.950948 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5892 2025.02.07 10:09:43.951084 [ 256 ] {b7d898e0-95bd-4610-9970-60363fd934f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5893 2025.02.07 10:09:43.951140 [ 256 ] {b7d898e0-95bd-4610-9970-60363fd934f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5894 2025.02.07 10:09:43.951774 [ 256 ] {b7d898e0-95bd-4610-9970-60363fd934f9} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5895 2025.02.07 10:09:43.951820 [ 256 ] {b7d898e0-95bd-4610-9970-60363fd934f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5896 2025.02.07 10:09:43.952220 [ 256 ] {b7d898e0-95bd-4610-9970-60363fd934f9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5897 2025.02.07 10:09:43.952482 [ 256 ] {b7d898e0-95bd-4610-9970-60363fd934f9} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5898 2025.02.07 10:09:43.952718 [ 256 ] {b7d898e0-95bd-4610-9970-60363fd934f9} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001663 sec., 7817.197835237523 rows/sec., 526.16 KiB/sec.
5899 2025.02.07 10:09:43.952795 [ 256 ] {b7d898e0-95bd-4610-9970-60363fd934f9} <Debug> TCPHandler: Processed in 0.001908169 sec.
5900 2025.02.07 10:09:43.952997 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5901 2025.02.07 10:09:43.953126 [ 255 ] {15b92733-dbdf-434d-8345-f368ef7ef88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5902 2025.02.07 10:09:43.953185 [ 255 ] {15b92733-dbdf-434d-8345-f368ef7ef88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5903 2025.02.07 10:09:43.953883 [ 255 ] {15b92733-dbdf-434d-8345-f368ef7ef88f} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5904 2025.02.07 10:09:43.953923 [ 255 ] {15b92733-dbdf-434d-8345-f368ef7ef88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5905 2025.02.07 10:09:43.954313 [ 255 ] {15b92733-dbdf-434d-8345-f368ef7ef88f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5906 2025.02.07 10:09:43.954555 [ 255 ] {15b92733-dbdf-434d-8345-f368ef7ef88f} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5907 2025.02.07 10:09:43.954790 [ 255 ] {15b92733-dbdf-434d-8345-f368ef7ef88f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001691 sec., 143110.58545239503 rows/sec., 9.70 MiB/sec.
5908 2025.02.07 10:09:43.954862 [ 255 ] {15b92733-dbdf-434d-8345-f368ef7ef88f} <Debug> TCPHandler: Processed in 0.001973191 sec.
5909 2025.02.07 10:09:43.955036 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5910 2025.02.07 10:09:43.955166 [ 256 ] {756219f7-a1e5-492d-bf21-7c2d3053e85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5911 2025.02.07 10:09:43.955219 [ 256 ] {756219f7-a1e5-492d-bf21-7c2d3053e85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5912 2025.02.07 10:09:43.955847 [ 256 ] {756219f7-a1e5-492d-bf21-7c2d3053e85b} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5913 2025.02.07 10:09:43.955889 [ 256 ] {756219f7-a1e5-492d-bf21-7c2d3053e85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5914 2025.02.07 10:09:43.956273 [ 256 ] {756219f7-a1e5-492d-bf21-7c2d3053e85b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5915 2025.02.07 10:09:43.956521 [ 256 ] {756219f7-a1e5-492d-bf21-7c2d3053e85b} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5916 2025.02.07 10:09:43.956738 [ 256 ] {756219f7-a1e5-492d-bf21-7c2d3053e85b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec.
5917 2025.02.07 10:09:43.956796 [ 256 ] {756219f7-a1e5-492d-bf21-7c2d3053e85b} <Debug> TCPHandler: Processed in 0.001820597 sec.
5918 2025.02.07 10:09:43.956941 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5919 2025.02.07 10:09:43.957065 [ 255 ] {d43c2340-72dc-4a51-af9d-13318012c854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5920 2025.02.07 10:09:43.957124 [ 255 ] {d43c2340-72dc-4a51-af9d-13318012c854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5921 2025.02.07 10:09:43.958150 [ 255 ] {d43c2340-72dc-4a51-af9d-13318012c854} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5922 2025.02.07 10:09:43.958190 [ 255 ] {d43c2340-72dc-4a51-af9d-13318012c854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5923 2025.02.07 10:09:43.958601 [ 255 ] {d43c2340-72dc-4a51-af9d-13318012c854} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5924 2025.02.07 10:09:43.959065 [ 255 ] {d43c2340-72dc-4a51-af9d-13318012c854} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5925 2025.02.07 10:09:43.959288 [ 255 ] {d43c2340-72dc-4a51-af9d-13318012c854} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.002252 sec., 374777.9751332149 rows/sec., 27.09 MiB/sec.
5926 2025.02.07 10:09:43.959348 [ 255 ] {d43c2340-72dc-4a51-af9d-13318012c854} <Debug> TCPHandler: Processed in 0.00246773 sec.
5927 2025.02.07 10:09:43.959510 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5928 2025.02.07 10:09:43.959640 [ 256 ] {d2a3c601-f5b6-4239-a7de-d98a4ae01b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5929 2025.02.07 10:09:43.959696 [ 256 ] {d2a3c601-f5b6-4239-a7de-d98a4ae01b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5930 2025.02.07 10:09:43.960224 [ 256 ] {d2a3c601-f5b6-4239-a7de-d98a4ae01b6e} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5931 2025.02.07 10:09:43.960267 [ 256 ] {d2a3c601-f5b6-4239-a7de-d98a4ae01b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5932 2025.02.07 10:09:43.960685 [ 256 ] {d2a3c601-f5b6-4239-a7de-d98a4ae01b6e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5933 2025.02.07 10:09:43.960961 [ 256 ] {d2a3c601-f5b6-4239-a7de-d98a4ae01b6e} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5934 2025.02.07 10:09:43.961202 [ 256 ] {d2a3c601-f5b6-4239-a7de-d98a4ae01b6e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00159 sec., 3773.5849056603774 rows/sec., 197.16 KiB/sec.
5935 2025.02.07 10:09:43.961309 [ 256 ] {d2a3c601-f5b6-4239-a7de-d98a4ae01b6e} <Debug> TCPHandler: Processed in 0.001857908 sec.
5936 2025.02.07 10:09:43.961469 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5937 2025.02.07 10:09:43.961590 [ 255 ] {2041673b-eb1c-4dbd-bbd1-862f05990011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5938 2025.02.07 10:09:43.961643 [ 255 ] {2041673b-eb1c-4dbd-bbd1-862f05990011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5939 2025.02.07 10:09:43.962501 [ 255 ] {2041673b-eb1c-4dbd-bbd1-862f05990011} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5940 2025.02.07 10:09:43.962540 [ 255 ] {2041673b-eb1c-4dbd-bbd1-862f05990011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5941 2025.02.07 10:09:43.962990 [ 255 ] {2041673b-eb1c-4dbd-bbd1-862f05990011} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5942 2025.02.07 10:09:43.963238 [ 255 ] {2041673b-eb1c-4dbd-bbd1-862f05990011} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5943 2025.02.07 10:09:43.963425 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5944 2025.02.07 10:09:43.963459 [ 255 ] {2041673b-eb1c-4dbd-bbd1-862f05990011} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.001896 sec., 489451.47679324896 rows/sec., 32.66 MiB/sec.
5945 2025.02.07 10:09:43.963514 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5946 2025.02.07 10:09:43.963571 [ 255 ] {2041673b-eb1c-4dbd-bbd1-862f05990011} <Debug> TCPHandler: Processed in 0.002155424 sec.
5947 2025.02.07 10:09:43.963585 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5948 2025.02.07 10:09:43.963781 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5949 2025.02.07 10:09:43.963801 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
5950 2025.02.07 10:09:43.963996 [ 256 ] {b109001d-1661-45c6-a832-79f78f7861fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5951 2025.02.07 10:09:43.964117 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5952 2025.02.07 10:09:43.964128 [ 256 ] {b109001d-1661-45c6-a832-79f78f7861fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5953 2025.02.07 10:09:43.964215 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10609 rows starting from the beginning of the part
5954 2025.02.07 10:09:43.964638 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part
5955 2025.02.07 10:09:43.965016 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 164 rows starting from the beginning of the part
5956 2025.02.07 10:09:43.965351 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part
5957 2025.02.07 10:09:43.965680 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
5958 2025.02.07 10:09:43.966004 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 928 rows starting from the beginning of the part
5959 2025.02.07 10:09:43.966718 [ 256 ] {b109001d-1661-45c6-a832-79f78f7861fe} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5960 2025.02.07 10:09:43.966780 [ 256 ] {b109001d-1661-45c6-a832-79f78f7861fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5961 2025.02.07 10:09:43.967505 [ 256 ] {b109001d-1661-45c6-a832-79f78f7861fe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5962 2025.02.07 10:09:43.967911 [ 256 ] {b109001d-1661-45c6-a832-79f78f7861fe} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5963 2025.02.07 10:09:43.968447 [ 256 ] {b109001d-1661-45c6-a832-79f78f7861fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004526 sec., 220.94564737074683 rows/sec., 14.89 KiB/sec.
5964 2025.02.07 10:09:43.968641 [ 256 ] {b109001d-1661-45c6-a832-79f78f7861fe} <Debug> TCPHandler: Processed in 0.00496147 sec.
5965 2025.02.07 10:09:43.968852 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5966 2025.02.07 10:09:43.968998 [ 255 ] {43c41569-aa71-4b19-bcea-b08194d6502a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5967 2025.02.07 10:09:43.969052 [ 255 ] {43c41569-aa71-4b19-bcea-b08194d6502a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5968 2025.02.07 10:09:43.969562 [ 255 ] {43c41569-aa71-4b19-bcea-b08194d6502a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5969 2025.02.07 10:09:43.969603 [ 255 ] {43c41569-aa71-4b19-bcea-b08194d6502a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5970 2025.02.07 10:09:43.970335 [ 255 ] {43c41569-aa71-4b19-bcea-b08194d6502a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5971 2025.02.07 10:09:43.970599 [ 255 ] {43c41569-aa71-4b19-bcea-b08194d6502a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5972 2025.02.07 10:09:43.970785 [ 145 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5973 2025.02.07 10:09:43.970844 [ 145 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5974 2025.02.07 10:09:43.970868 [ 255 ] {43c41569-aa71-4b19-bcea-b08194d6502a} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001888 sec., 37076.27118644068 rows/sec., 2.33 MiB/sec.
5975 2025.02.07 10:09:43.970893 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
5976 2025.02.07 10:09:43.971096 [ 255 ] {43c41569-aa71-4b19-bcea-b08194d6502a} <Debug> TCPHandler: Processed in 0.002338188 sec.
5977 2025.02.07 10:09:43.971413 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
5978 2025.02.07 10:09:43.971619 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12335 rows, containing 5 columns (5 merged, 0 gathered) in 0.0079007 sec., 1561254.0660954092 rows/sec., 105.28 MiB/sec.
5979 2025.02.07 10:09:43.971709 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5980 2025.02.07 10:09:43.971752 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2022 rows starting from the beginning of the part
5981 2025.02.07 10:09:43.971885 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part
5982 2025.02.07 10:09:43.972056 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5983 2025.02.07 10:09:43.972189 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
5984 2025.02.07 10:09:43.972519 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part
5985 2025.02.07 10:09:43.972750 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
5986 2025.02.07 10:09:43.973051 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5987 2025.02.07 10:09:43.973067 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 70 rows starting from the beginning of the part
5988 2025.02.07 10:09:43.973317 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5989 2025.02.07 10:09:43.973517 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB.
5990 2025.02.07 10:09:43.974870 [ 195 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2376 rows, containing 4 columns (4 merged, 0 gathered) in 0.003806907 sec., 624128.7218206276 rows/sec., 40.50 MiB/sec.
5991 2025.02.07 10:09:43.975153 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5992 2025.02.07 10:09:43.975436 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_41_8} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5993 2025.02.07 10:09:43.975516 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_41_8} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5994 2025.02.07 10:09:43.975596 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
5995 2025.02.07 10:09:45.026130 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5996 2025.02.07 10:09:45.026338 [ 255 ] {18c7be9a-7cf1-4f30-aa11-ffc2330a2945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5997 2025.02.07 10:09:45.026415 [ 255 ] {18c7be9a-7cf1-4f30-aa11-ffc2330a2945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5998 2025.02.07 10:09:45.027236 [ 255 ] {18c7be9a-7cf1-4f30-aa11-ffc2330a2945} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5999 2025.02.07 10:09:45.027280 [ 255 ] {18c7be9a-7cf1-4f30-aa11-ffc2330a2945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6000 2025.02.07 10:09:45.027713 [ 255 ] {18c7be9a-7cf1-4f30-aa11-ffc2330a2945} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6001 2025.02.07 10:09:45.027959 [ 255 ] {18c7be9a-7cf1-4f30-aa11-ffc2330a2945} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2025.02.07 10:09:45.028187 [ 255 ] {18c7be9a-7cf1-4f30-aa11-ffc2330a2945} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.24 MiB/sec.
6003 2025.02.07 10:09:45.028250 [ 255 ] {18c7be9a-7cf1-4f30-aa11-ffc2330a2945} <Debug> TCPHandler: Processed in 0.002261636 sec.
6004 2025.02.07 10:09:45.028494 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6005 2025.02.07 10:09:45.028696 [ 256 ] {2c19b4ea-61bd-4aca-8b24-975d91a59633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6006 2025.02.07 10:09:45.028771 [ 256 ] {2c19b4ea-61bd-4aca-8b24-975d91a59633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6007 2025.02.07 10:09:45.029541 [ 256 ] {2c19b4ea-61bd-4aca-8b24-975d91a59633} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6008 2025.02.07 10:09:45.029592 [ 256 ] {2c19b4ea-61bd-4aca-8b24-975d91a59633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6009 2025.02.07 10:09:45.030040 [ 256 ] {2c19b4ea-61bd-4aca-8b24-975d91a59633} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6010 2025.02.07 10:09:45.030303 [ 256 ] {2c19b4ea-61bd-4aca-8b24-975d91a59633} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6011 2025.02.07 10:09:45.030538 [ 256 ] {2c19b4ea-61bd-4aca-8b24-975d91a59633} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec.
6012 2025.02.07 10:09:45.030595 [ 256 ] {2c19b4ea-61bd-4aca-8b24-975d91a59633} <Debug> TCPHandler: Processed in 0.002238915 sec.
6013 2025.02.07 10:09:45.030734 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6014 2025.02.07 10:09:45.030861 [ 255 ] {864a6ce1-7696-4ef0-902c-736ccd9bee6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6015 2025.02.07 10:09:45.030916 [ 255 ] {864a6ce1-7696-4ef0-902c-736ccd9bee6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6016 2025.02.07 10:09:45.031447 [ 255 ] {864a6ce1-7696-4ef0-902c-736ccd9bee6b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6017 2025.02.07 10:09:45.031488 [ 255 ] {864a6ce1-7696-4ef0-902c-736ccd9bee6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6018 2025.02.07 10:09:45.031876 [ 255 ] {864a6ce1-7696-4ef0-902c-736ccd9bee6b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6019 2025.02.07 10:09:45.032118 [ 255 ] {864a6ce1-7696-4ef0-902c-736ccd9bee6b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6020 2025.02.07 10:09:45.032359 [ 255 ] {864a6ce1-7696-4ef0-902c-736ccd9bee6b} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001522 sec., 21024.96714848883 rows/sec., 1.46 MiB/sec.
6021 2025.02.07 10:09:45.032444 [ 255 ] {864a6ce1-7696-4ef0-902c-736ccd9bee6b} <Debug> TCPHandler: Processed in 0.001765936 sec.
6022 2025.02.07 10:09:45.032658 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6023 2025.02.07 10:09:45.032797 [ 256 ] {ecbb5b62-6c0f-4233-9ef1-68b4de76b2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6024 2025.02.07 10:09:45.032858 [ 256 ] {ecbb5b62-6c0f-4233-9ef1-68b4de76b2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6025 2025.02.07 10:09:45.033368 [ 256 ] {ecbb5b62-6c0f-4233-9ef1-68b4de76b2b3} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6026 2025.02.07 10:09:45.033406 [ 256 ] {ecbb5b62-6c0f-4233-9ef1-68b4de76b2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6027 2025.02.07 10:09:45.033780 [ 256 ] {ecbb5b62-6c0f-4233-9ef1-68b4de76b2b3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6028 2025.02.07 10:09:45.034018 [ 256 ] {ecbb5b62-6c0f-4233-9ef1-68b4de76b2b3} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6029 2025.02.07 10:09:45.034247 [ 256 ] {ecbb5b62-6c0f-4233-9ef1-68b4de76b2b3} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001479 sec., 8113.5902636916835 rows/sec., 559.92 KiB/sec.
6030 2025.02.07 10:09:45.034299 [ 256 ] {ecbb5b62-6c0f-4233-9ef1-68b4de76b2b3} <Debug> TCPHandler: Processed in 0.001755405 sec.
6031 2025.02.07 10:09:46.730373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
6032 2025.02.07 10:09:46.731198 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6033 2025.02.07 10:09:46.731264 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6034 2025.02.07 10:09:46.731830 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6035 2025.02.07 10:09:46.732101 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6036 2025.02.07 10:09:46.732322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
6037 2025.02.07 10:09:47.745158 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219
6038 2025.02.07 10:09:47.766384 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6039 2025.02.07 10:09:47.766437 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6040 2025.02.07 10:09:47.774200 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6041 2025.02.07 10:09:47.775002 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6042 2025.02.07 10:09:47.778368 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6043 2025.02.07 10:09:49.329782 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 838
6044 2025.02.07 10:09:49.333022 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6045 2025.02.07 10:09:49.333073 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6046 2025.02.07 10:09:49.334554 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6047 2025.02.07 10:09:49.334859 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6048 2025.02.07 10:09:49.335956 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 838
6049 2025.02.07 10:09:50.033571 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6050 2025.02.07 10:09:50.033755 [ 255 ] {892eb180-722b-4f35-9248-195707b8028c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6051 2025.02.07 10:09:50.033820 [ 255 ] {892eb180-722b-4f35-9248-195707b8028c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6052 2025.02.07 10:09:50.034585 [ 255 ] {892eb180-722b-4f35-9248-195707b8028c} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6053 2025.02.07 10:09:50.034627 [ 255 ] {892eb180-722b-4f35-9248-195707b8028c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6054 2025.02.07 10:09:50.035065 [ 255 ] {892eb180-722b-4f35-9248-195707b8028c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6055 2025.02.07 10:09:50.035332 [ 255 ] {892eb180-722b-4f35-9248-195707b8028c} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6056 2025.02.07 10:09:50.035596 [ 255 ] {892eb180-722b-4f35-9248-195707b8028c} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00189 sec., 70899.4708994709 rows/sec., 6.10 MiB/sec.
6057 2025.02.07 10:09:50.035666 [ 255 ] {892eb180-722b-4f35-9248-195707b8028c} <Debug> TCPHandler: Processed in 0.002223395 sec.
6058 2025.02.07 10:09:50.035947 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6059 2025.02.07 10:09:50.036136 [ 256 ] {54cbb0b8-ca1c-4c63-b631-5b5476892f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6060 2025.02.07 10:09:50.036207 [ 256 ] {54cbb0b8-ca1c-4c63-b631-5b5476892f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6061 2025.02.07 10:09:50.036993 [ 256 ] {54cbb0b8-ca1c-4c63-b631-5b5476892f86} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6062 2025.02.07 10:09:50.037035 [ 256 ] {54cbb0b8-ca1c-4c63-b631-5b5476892f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6063 2025.02.07 10:09:50.037494 [ 256 ] {54cbb0b8-ca1c-4c63-b631-5b5476892f86} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6064 2025.02.07 10:09:50.037782 [ 256 ] {54cbb0b8-ca1c-4c63-b631-5b5476892f86} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6065 2025.02.07 10:09:50.038023 [ 256 ] {54cbb0b8-ca1c-4c63-b631-5b5476892f86} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001933 sec., 20175.892395240557 rows/sec., 1.48 MiB/sec.
6066 2025.02.07 10:09:50.038200 [ 256 ] {54cbb0b8-ca1c-4c63-b631-5b5476892f86} <Debug> TCPHandler: Processed in 0.002395358 sec.
6067 2025.02.07 10:09:50.038410 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6068 2025.02.07 10:09:50.038532 [ 255 ] {ceb1a6bd-e3ca-4375-bcf2-3ceaab65a782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6069 2025.02.07 10:09:50.038578 [ 255 ] {ceb1a6bd-e3ca-4375-bcf2-3ceaab65a782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6070 2025.02.07 10:09:50.039210 [ 255 ] {ceb1a6bd-e3ca-4375-bcf2-3ceaab65a782} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6071 2025.02.07 10:09:50.039249 [ 255 ] {ceb1a6bd-e3ca-4375-bcf2-3ceaab65a782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6072 2025.02.07 10:09:50.039637 [ 255 ] {ceb1a6bd-e3ca-4375-bcf2-3ceaab65a782} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6073 2025.02.07 10:09:50.039897 [ 255 ] {ceb1a6bd-e3ca-4375-bcf2-3ceaab65a782} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6074 2025.02.07 10:09:50.040125 [ 255 ] {ceb1a6bd-e3ca-4375-bcf2-3ceaab65a782} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001617 sec., 63698.20655534942 rows/sec., 4.98 MiB/sec.
6075 2025.02.07 10:09:50.040179 [ 255 ] {ceb1a6bd-e3ca-4375-bcf2-3ceaab65a782} <Debug> TCPHandler: Processed in 0.001870128 sec.
6076 2025.02.07 10:09:50.040367 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6077 2025.02.07 10:09:50.040491 [ 256 ] {37458488-72a0-4d66-821d-c3a4b7a2927b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6078 2025.02.07 10:09:50.040546 [ 256 ] {37458488-72a0-4d66-821d-c3a4b7a2927b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6079 2025.02.07 10:09:50.041150 [ 256 ] {37458488-72a0-4d66-821d-c3a4b7a2927b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6080 2025.02.07 10:09:50.041191 [ 256 ] {37458488-72a0-4d66-821d-c3a4b7a2927b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6081 2025.02.07 10:09:50.041602 [ 256 ] {37458488-72a0-4d66-821d-c3a4b7a2927b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6082 2025.02.07 10:09:50.041849 [ 256 ] {37458488-72a0-4d66-821d-c3a4b7a2927b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6083 2025.02.07 10:09:50.042024 [ 256 ] {37458488-72a0-4d66-821d-c3a4b7a2927b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec.
6084 2025.02.07 10:09:50.042075 [ 256 ] {37458488-72a0-4d66-821d-c3a4b7a2927b} <Debug> TCPHandler: Processed in 0.001768585 sec.
6085 2025.02.07 10:09:50.042243 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6086 2025.02.07 10:09:50.042364 [ 255 ] {0e1e9535-855d-433f-ad96-f3afc0f6ea31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6087 2025.02.07 10:09:50.042446 [ 255 ] {0e1e9535-855d-433f-ad96-f3afc0f6ea31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6088 2025.02.07 10:09:50.043658 [ 255 ] {0e1e9535-855d-433f-ad96-f3afc0f6ea31} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6089 2025.02.07 10:09:50.043696 [ 255 ] {0e1e9535-855d-433f-ad96-f3afc0f6ea31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6090 2025.02.07 10:09:50.044391 [ 255 ] {0e1e9535-855d-433f-ad96-f3afc0f6ea31} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6091 2025.02.07 10:09:50.044655 [ 255 ] {0e1e9535-855d-433f-ad96-f3afc0f6ea31} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6092 2025.02.07 10:09:50.044899 [ 255 ] {0e1e9535-855d-433f-ad96-f3afc0f6ea31} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002558 sec., 15246.286161063332 rows/sec., 27.32 MiB/sec.
6093 2025.02.07 10:09:50.044993 [ 255 ] {0e1e9535-855d-433f-ad96-f3afc0f6ea31} <Debug> TCPHandler: Processed in 0.002809076 sec.
6094 2025.02.07 10:09:50.045158 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6095 2025.02.07 10:09:50.045281 [ 256 ] {bd57df78-1f64-4689-9692-e1635b8a4c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6096 2025.02.07 10:09:50.045336 [ 256 ] {bd57df78-1f64-4689-9692-e1635b8a4c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6097 2025.02.07 10:09:50.045844 [ 256 ] {bd57df78-1f64-4689-9692-e1635b8a4c41} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6098 2025.02.07 10:09:50.045881 [ 256 ] {bd57df78-1f64-4689-9692-e1635b8a4c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6099 2025.02.07 10:09:50.046261 [ 256 ] {bd57df78-1f64-4689-9692-e1635b8a4c41} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6100 2025.02.07 10:09:50.046505 [ 256 ] {bd57df78-1f64-4689-9692-e1635b8a4c41} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6101 2025.02.07 10:09:50.046697 [ 256 ] {bd57df78-1f64-4689-9692-e1635b8a4c41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec.
6102 2025.02.07 10:09:50.046745 [ 256 ] {bd57df78-1f64-4689-9692-e1635b8a4c41} <Debug> TCPHandler: Processed in 0.001649733 sec.
6103 2025.02.07 10:09:54.110258 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache
6104 2025.02.07 10:09:54.110323 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache
6105 2025.02.07 10:09:54.232464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
6106 2025.02.07 10:09:54.233649 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6107 2025.02.07 10:09:54.233754 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6108 2025.02.07 10:09:54.234368 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6109 2025.02.07 10:09:54.234627 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6110 2025.02.07 10:09:54.234939 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6111 2025.02.07 10:09:55.036382 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6112 2025.02.07 10:09:55.036598 [ 255 ] {652a52f2-e0a3-4648-af63-6f35e99412eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6113 2025.02.07 10:09:55.036675 [ 255 ] {652a52f2-e0a3-4648-af63-6f35e99412eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6114 2025.02.07 10:09:55.037491 [ 255 ] {652a52f2-e0a3-4648-af63-6f35e99412eb} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6115 2025.02.07 10:09:55.037534 [ 255 ] {652a52f2-e0a3-4648-af63-6f35e99412eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6116 2025.02.07 10:09:55.037980 [ 255 ] {652a52f2-e0a3-4648-af63-6f35e99412eb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6117 2025.02.07 10:09:55.038243 [ 255 ] {652a52f2-e0a3-4648-af63-6f35e99412eb} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6118 2025.02.07 10:09:55.038494 [ 255 ] {652a52f2-e0a3-4648-af63-6f35e99412eb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001956 sec., 7157.464212678937 rows/sec., 515.24 KiB/sec.
6119 2025.02.07 10:09:55.038717 [ 255 ] {652a52f2-e0a3-4648-af63-6f35e99412eb} <Debug> TCPHandler: Processed in 0.002477841 sec.
6120 2025.02.07 10:09:55.039044 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6121 2025.02.07 10:09:55.039363 [ 256 ] {fb1f1957-39a2-4d8a-9e7c-25a7ca9d7e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6122 2025.02.07 10:09:55.039477 [ 256 ] {fb1f1957-39a2-4d8a-9e7c-25a7ca9d7e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6123 2025.02.07 10:09:55.040321 [ 256 ] {fb1f1957-39a2-4d8a-9e7c-25a7ca9d7e8a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6124 2025.02.07 10:09:55.040377 [ 256 ] {fb1f1957-39a2-4d8a-9e7c-25a7ca9d7e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6125 2025.02.07 10:09:55.040849 [ 256 ] {fb1f1957-39a2-4d8a-9e7c-25a7ca9d7e8a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6126 2025.02.07 10:09:55.041121 [ 256 ] {fb1f1957-39a2-4d8a-9e7c-25a7ca9d7e8a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6127 2025.02.07 10:09:55.041409 [ 256 ] {fb1f1957-39a2-4d8a-9e7c-25a7ca9d7e8a} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002127 sec., 95439.58627174424 rows/sec., 8.24 MiB/sec.
6128 2025.02.07 10:09:55.041528 [ 256 ] {fb1f1957-39a2-4d8a-9e7c-25a7ca9d7e8a} <Debug> TCPHandler: Processed in 0.002682004 sec.
6129 2025.02.07 10:09:55.041778 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6130 2025.02.07 10:09:55.041938 [ 255 ] {095a7c2f-e143-43c6-8ee5-024d8b5306b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6131 2025.02.07 10:09:55.041998 [ 255 ] {095a7c2f-e143-43c6-8ee5-024d8b5306b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6132 2025.02.07 10:09:55.042649 [ 255 ] {095a7c2f-e143-43c6-8ee5-024d8b5306b5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6133 2025.02.07 10:09:55.042688 [ 255 ] {095a7c2f-e143-43c6-8ee5-024d8b5306b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6134 2025.02.07 10:09:55.043061 [ 255 ] {095a7c2f-e143-43c6-8ee5-024d8b5306b5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6135 2025.02.07 10:09:55.043312 [ 255 ] {095a7c2f-e143-43c6-8ee5-024d8b5306b5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6136 2025.02.07 10:09:55.043493 [ 255 ] {095a7c2f-e143-43c6-8ee5-024d8b5306b5} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001591 sec., 4399.748585795098 rows/sec., 286.65 KiB/sec.
6137 2025.02.07 10:09:55.043544 [ 255 ] {095a7c2f-e143-43c6-8ee5-024d8b5306b5} <Debug> TCPHandler: Processed in 0.001916459 sec.
6138 2025.02.07 10:09:55.043760 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6139 2025.02.07 10:09:55.044004 [ 256 ] {bc062080-5966-4849-a32e-a4e1347a021e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6140 2025.02.07 10:09:55.044101 [ 256 ] {bc062080-5966-4849-a32e-a4e1347a021e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6141 2025.02.07 10:09:55.044880 [ 256 ] {bc062080-5966-4849-a32e-a4e1347a021e} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6142 2025.02.07 10:09:55.044923 [ 256 ] {bc062080-5966-4849-a32e-a4e1347a021e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6143 2025.02.07 10:09:55.045303 [ 256 ] {bc062080-5966-4849-a32e-a4e1347a021e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6144 2025.02.07 10:09:55.045554 [ 256 ] {bc062080-5966-4849-a32e-a4e1347a021e} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6145 2025.02.07 10:09:55.045786 [ 256 ] {bc062080-5966-4849-a32e-a4e1347a021e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001842 sec., 7600.43431053203 rows/sec., 532.28 KiB/sec.
6146 2025.02.07 10:09:55.045844 [ 256 ] {bc062080-5966-4849-a32e-a4e1347a021e} <Debug> TCPHandler: Processed in 0.002207505 sec.
6147 2025.02.07 10:09:55.045991 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6148 2025.02.07 10:09:55.046133 [ 255 ] {ad4e1197-2f36-4755-b2d5-02a36b8ddde0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6149 2025.02.07 10:09:55.046191 [ 255 ] {ad4e1197-2f36-4755-b2d5-02a36b8ddde0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6150 2025.02.07 10:09:55.046796 [ 255 ] {ad4e1197-2f36-4755-b2d5-02a36b8ddde0} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6151 2025.02.07 10:09:55.046834 [ 255 ] {ad4e1197-2f36-4755-b2d5-02a36b8ddde0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6152 2025.02.07 10:09:55.047192 [ 255 ] {ad4e1197-2f36-4755-b2d5-02a36b8ddde0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6153 2025.02.07 10:09:55.047435 [ 255 ] {ad4e1197-2f36-4755-b2d5-02a36b8ddde0} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6154 2025.02.07 10:09:55.047649 [ 255 ] {ad4e1197-2f36-4755-b2d5-02a36b8ddde0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec.
6155 2025.02.07 10:09:55.047754 [ 255 ] {ad4e1197-2f36-4755-b2d5-02a36b8ddde0} <Debug> TCPHandler: Processed in 0.001827557 sec.
6156 2025.02.07 10:09:55.048006 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6157 2025.02.07 10:09:55.048167 [ 256 ] {2664293e-4267-4a5f-bf96-bf084cd8ca84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6158 2025.02.07 10:09:55.048228 [ 256 ] {2664293e-4267-4a5f-bf96-bf084cd8ca84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6159 2025.02.07 10:09:55.049033 [ 256 ] {2664293e-4267-4a5f-bf96-bf084cd8ca84} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6160 2025.02.07 10:09:55.049076 [ 256 ] {2664293e-4267-4a5f-bf96-bf084cd8ca84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6161 2025.02.07 10:09:55.049464 [ 256 ] {2664293e-4267-4a5f-bf96-bf084cd8ca84} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6162 2025.02.07 10:09:55.049711 [ 256 ] {2664293e-4267-4a5f-bf96-bf084cd8ca84} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6163 2025.02.07 10:09:55.049977 [ 256 ] {2664293e-4267-4a5f-bf96-bf084cd8ca84} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001828 sec., 208971.5536105033 rows/sec., 14.79 MiB/sec.
6164 2025.02.07 10:09:55.050039 [ 256 ] {2664293e-4267-4a5f-bf96-bf084cd8ca84} <Debug> TCPHandler: Processed in 0.002177535 sec.
6165 2025.02.07 10:09:55.050244 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6166 2025.02.07 10:09:55.050371 [ 255 ] {8936eaef-b1b7-4cac-83e1-724d13f29ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6167 2025.02.07 10:09:55.050419 [ 255 ] {8936eaef-b1b7-4cac-83e1-724d13f29ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6168 2025.02.07 10:09:55.050975 [ 255 ] {8936eaef-b1b7-4cac-83e1-724d13f29ce9} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6169 2025.02.07 10:09:55.051020 [ 255 ] {8936eaef-b1b7-4cac-83e1-724d13f29ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6170 2025.02.07 10:09:55.051458 [ 255 ] {8936eaef-b1b7-4cac-83e1-724d13f29ce9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6171 2025.02.07 10:09:55.051702 [ 255 ] {8936eaef-b1b7-4cac-83e1-724d13f29ce9} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6172 2025.02.07 10:09:55.051921 [ 255 ] {8936eaef-b1b7-4cac-83e1-724d13f29ce9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec.
6173 2025.02.07 10:09:55.052031 [ 255 ] {8936eaef-b1b7-4cac-83e1-724d13f29ce9} <Debug> TCPHandler: Processed in 0.001859488 sec.
6174 2025.02.07 10:09:55.052221 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6175 2025.02.07 10:09:55.052347 [ 256 ] {d24080a6-61b7-41cf-b735-577e7c2f0ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6176 2025.02.07 10:09:55.052401 [ 256 ] {d24080a6-61b7-41cf-b735-577e7c2f0ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6177 2025.02.07 10:09:55.053013 [ 256 ] {d24080a6-61b7-41cf-b735-577e7c2f0ef0} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6178 2025.02.07 10:09:55.053054 [ 256 ] {d24080a6-61b7-41cf-b735-577e7c2f0ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6179 2025.02.07 10:09:55.053605 [ 256 ] {d24080a6-61b7-41cf-b735-577e7c2f0ef0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6180 2025.02.07 10:09:55.053846 [ 256 ] {d24080a6-61b7-41cf-b735-577e7c2f0ef0} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6181 2025.02.07 10:09:55.054104 [ 256 ] {d24080a6-61b7-41cf-b735-577e7c2f0ef0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001769 sec., 133973.99660825325 rows/sec., 8.98 MiB/sec.
6182 2025.02.07 10:09:55.054244 [ 256 ] {d24080a6-61b7-41cf-b735-577e7c2f0ef0} <Debug> TCPHandler: Processed in 0.002115053 sec.
6183 2025.02.07 10:09:55.054486 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6184 2025.02.07 10:09:55.054624 [ 255 ] {79a29fba-5f5f-45b3-8764-148af6103b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6185 2025.02.07 10:09:55.054684 [ 255 ] {79a29fba-5f5f-45b3-8764-148af6103b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6186 2025.02.07 10:09:55.055230 [ 255 ] {79a29fba-5f5f-45b3-8764-148af6103b71} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6187 2025.02.07 10:09:55.055276 [ 255 ] {79a29fba-5f5f-45b3-8764-148af6103b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6188 2025.02.07 10:09:55.055656 [ 255 ] {79a29fba-5f5f-45b3-8764-148af6103b71} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6189 2025.02.07 10:09:55.055906 [ 255 ] {79a29fba-5f5f-45b3-8764-148af6103b71} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6190 2025.02.07 10:09:55.056120 [ 255 ] {79a29fba-5f5f-45b3-8764-148af6103b71} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec.
6191 2025.02.07 10:09:55.056170 [ 255 ] {79a29fba-5f5f-45b3-8764-148af6103b71} <Debug> TCPHandler: Processed in 0.001806007 sec.
6192 2025.02.07 10:09:55.056308 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6193 2025.02.07 10:09:55.056453 [ 256 ] {16ec98b5-6794-46c3-8ad0-dfd5df34ac1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6194 2025.02.07 10:09:55.056545 [ 256 ] {16ec98b5-6794-46c3-8ad0-dfd5df34ac1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6195 2025.02.07 10:09:55.057436 [ 256 ] {16ec98b5-6794-46c3-8ad0-dfd5df34ac1f} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6196 2025.02.07 10:09:55.057486 [ 256 ] {16ec98b5-6794-46c3-8ad0-dfd5df34ac1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6197 2025.02.07 10:09:55.057862 [ 256 ] {16ec98b5-6794-46c3-8ad0-dfd5df34ac1f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6198 2025.02.07 10:09:55.058115 [ 256 ] {16ec98b5-6794-46c3-8ad0-dfd5df34ac1f} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6199 2025.02.07 10:09:55.058323 [ 256 ] {16ec98b5-6794-46c3-8ad0-dfd5df34ac1f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001921 sec., 42686.100989068196 rows/sec., 2.71 MiB/sec.
6200 2025.02.07 10:09:55.058373 [ 256 ] {16ec98b5-6794-46c3-8ad0-dfd5df34ac1f} <Debug> TCPHandler: Processed in 0.002122243 sec.
6201 2025.02.07 10:09:55.278422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6202 2025.02.07 10:09:55.300395 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6203 2025.02.07 10:09:55.300462 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6204 2025.02.07 10:09:55.308456 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6205 2025.02.07 10:09:55.309280 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6206 2025.02.07 10:09:55.313332 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6207 2025.02.07 10:09:59.337154 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 870
6208 2025.02.07 10:09:59.340259 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6209 2025.02.07 10:09:59.340315 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6210 2025.02.07 10:09:59.341868 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6211 2025.02.07 10:09:59.342202 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6212 2025.02.07 10:09:59.342381 [ 126 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6213 2025.02.07 10:09:59.342444 [ 126 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6214 2025.02.07 10:09:59.342479 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6215 2025.02.07 10:09:59.342940 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
6216 2025.02.07 10:09:59.343637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 870
6217 2025.02.07 10:09:59.344133 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6218 2025.02.07 10:09:59.344335 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 688 rows starting from the beginning of the part
6219 2025.02.07 10:09:59.345040 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part
6220 2025.02.07 10:09:59.345693 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part
6221 2025.02.07 10:09:59.346365 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part
6222 2025.02.07 10:09:59.347038 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part
6223 2025.02.07 10:09:59.347676 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part
6224 2025.02.07 10:09:59.356203 [ 197 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 72 columns (72 merged, 0 gathered) in 0.013598495 sec., 63977.6681169497 rows/sec., 53.19 MiB/sec.
6225 2025.02.07 10:09:59.357359 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6226 2025.02.07 10:09:59.358089 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6227 2025.02.07 10:09:59.358186 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_21_4} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6228 2025.02.07 10:09:59.358410 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB.
6229 2025.02.07 10:10:00.033997 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6230 2025.02.07 10:10:00.034210 [ 255 ] {ff7b59b6-332a-49a0-a287-e871ab2c0564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6231 2025.02.07 10:10:00.034288 [ 255 ] {ff7b59b6-332a-49a0-a287-e871ab2c0564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6232 2025.02.07 10:10:00.035043 [ 255 ] {ff7b59b6-332a-49a0-a287-e871ab2c0564} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6233 2025.02.07 10:10:00.035087 [ 255 ] {ff7b59b6-332a-49a0-a287-e871ab2c0564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6234 2025.02.07 10:10:00.035532 [ 255 ] {ff7b59b6-332a-49a0-a287-e871ab2c0564} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6235 2025.02.07 10:10:00.035816 [ 255 ] {ff7b59b6-332a-49a0-a287-e871ab2c0564} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6236 2025.02.07 10:10:00.036054 [ 255 ] {ff7b59b6-332a-49a0-a287-e871ab2c0564} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001901 sec., 1052.0778537611784 rows/sec., 85.79 KiB/sec.
6237 2025.02.07 10:10:00.036240 [ 255 ] {ff7b59b6-332a-49a0-a287-e871ab2c0564} <Debug> TCPHandler: Processed in 0.002384849 sec.
6238 2025.02.07 10:10:00.036535 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6239 2025.02.07 10:10:00.036723 [ 256 ] {89b12765-c3f8-47ed-b2ef-ec1502cac2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6240 2025.02.07 10:10:00.036797 [ 256 ] {89b12765-c3f8-47ed-b2ef-ec1502cac2bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6241 2025.02.07 10:10:00.037649 [ 256 ] {89b12765-c3f8-47ed-b2ef-ec1502cac2bf} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6242 2025.02.07 10:10:00.037700 [ 256 ] {89b12765-c3f8-47ed-b2ef-ec1502cac2bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6243 2025.02.07 10:10:00.038151 [ 256 ] {89b12765-c3f8-47ed-b2ef-ec1502cac2bf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6244 2025.02.07 10:10:00.038460 [ 256 ] {89b12765-c3f8-47ed-b2ef-ec1502cac2bf} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6245 2025.02.07 10:10:00.038652 [ 126 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6246 2025.02.07 10:10:00.038727 [ 126 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6247 2025.02.07 10:10:00.038771 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6248 2025.02.07 10:10:00.038780 [ 256 ] {89b12765-c3f8-47ed-b2ef-ec1502cac2bf} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.002096 sec., 64408.39694656488 rows/sec., 5.54 MiB/sec.
6249 2025.02.07 10:10:00.039173 [ 256 ] {89b12765-c3f8-47ed-b2ef-ec1502cac2bf} <Debug> TCPHandler: Processed in 0.002779276 sec.
6250 2025.02.07 10:10:00.039223 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
6251 2025.02.07 10:10:00.039474 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6252 2025.02.07 10:10:00.039708 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6253 2025.02.07 10:10:00.039842 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1431 rows starting from the beginning of the part
6254 2025.02.07 10:10:00.039926 [ 255 ] {970a6b64-bdf9-4a9d-8079-12978ca7ba11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6255 2025.02.07 10:10:00.040071 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1346 rows starting from the beginning of the part
6256 2025.02.07 10:10:00.040115 [ 255 ] {970a6b64-bdf9-4a9d-8079-12978ca7ba11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6257 2025.02.07 10:10:00.040364 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
6258 2025.02.07 10:10:00.040775 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 134 rows starting from the beginning of the part
6259 2025.02.07 10:10:00.041294 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 203 rows starting from the beginning of the part
6260 2025.02.07 10:10:00.041663 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 135 rows starting from the beginning of the part
6261 2025.02.07 10:10:00.043068 [ 255 ] {970a6b64-bdf9-4a9d-8079-12978ca7ba11} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6262 2025.02.07 10:10:00.043131 [ 255 ] {970a6b64-bdf9-4a9d-8079-12978ca7ba11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6263 2025.02.07 10:10:00.044192 [ 255 ] {970a6b64-bdf9-4a9d-8079-12978ca7ba11} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6264 2025.02.07 10:10:00.044625 [ 255 ] {970a6b64-bdf9-4a9d-8079-12978ca7ba11} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6265 2025.02.07 10:10:00.044858 [ 255 ] {970a6b64-bdf9-4a9d-8079-12978ca7ba11} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.005083 sec., 8066.102695258705 rows/sec., 604.42 KiB/sec.
6266 2025.02.07 10:10:00.045009 [ 255 ] {970a6b64-bdf9-4a9d-8079-12978ca7ba11} <Debug> TCPHandler: Processed in 0.005723056 sec.
6267 2025.02.07 10:10:00.045236 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6268 2025.02.07 10:10:00.045306 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.006468651 sec., 510925.6937806662 rows/sec., 44.60 MiB/sec.
6269 2025.02.07 10:10:00.045403 [ 256 ] {ae74a2b5-67d6-4257-87a0-94fe7ea50a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6270 2025.02.07 10:10:00.045466 [ 256 ] {ae74a2b5-67d6-4257-87a0-94fe7ea50a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6271 2025.02.07 10:10:00.045523 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6272 2025.02.07 10:10:00.045909 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6273 2025.02.07 10:10:00.045985 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_46_9} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6274 2025.02.07 10:10:00.046084 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
6275 2025.02.07 10:10:00.046284 [ 256 ] {ae74a2b5-67d6-4257-87a0-94fe7ea50a86} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6276 2025.02.07 10:10:00.046324 [ 256 ] {ae74a2b5-67d6-4257-87a0-94fe7ea50a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6277 2025.02.07 10:10:00.046692 [ 256 ] {ae74a2b5-67d6-4257-87a0-94fe7ea50a86} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6278 2025.02.07 10:10:00.046953 [ 256 ] {ae74a2b5-67d6-4257-87a0-94fe7ea50a86} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6279 2025.02.07 10:10:00.047111 [ 126 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6280 2025.02.07 10:10:00.047168 [ 126 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6281 2025.02.07 10:10:00.047202 [ 256 ] {ae74a2b5-67d6-4257-87a0-94fe7ea50a86} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001821 sec., 57660.62602965404 rows/sec., 4.51 MiB/sec.
6282 2025.02.07 10:10:00.047208 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6283 2025.02.07 10:10:00.047354 [ 256 ] {ae74a2b5-67d6-4257-87a0-94fe7ea50a86} <Debug> TCPHandler: Processed in 0.002240576 sec.
6284 2025.02.07 10:10:00.047479 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
6285 2025.02.07 10:10:00.047559 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6286 2025.02.07 10:10:00.047684 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6287 2025.02.07 10:10:00.047774 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part
6288 2025.02.07 10:10:00.047783 [ 255 ] {503a87e6-81da-4f32-93cb-bf0edea75d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6289 2025.02.07 10:10:00.048017 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 844 rows starting from the beginning of the part
6290 2025.02.07 10:10:00.048007 [ 255 ] {503a87e6-81da-4f32-93cb-bf0edea75d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6291 2025.02.07 10:10:00.048325 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part
6292 2025.02.07 10:10:00.048636 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 103 rows starting from the beginning of the part
6293 2025.02.07 10:10:00.048926 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 382 rows starting from the beginning of the part
6294 2025.02.07 10:10:00.049188 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 105 rows starting from the beginning of the part
6295 2025.02.07 10:10:00.050598 [ 255 ] {503a87e6-81da-4f32-93cb-bf0edea75d62} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6296 2025.02.07 10:10:00.050665 [ 255 ] {503a87e6-81da-4f32-93cb-bf0edea75d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6297 2025.02.07 10:10:00.051730 [ 255 ] {503a87e6-81da-4f32-93cb-bf0edea75d62} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6298 2025.02.07 10:10:00.052069 [ 255 ] {503a87e6-81da-4f32-93cb-bf0edea75d62} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6299 2025.02.07 10:10:00.052485 [ 255 ] {503a87e6-81da-4f32-93cb-bf0edea75d62} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004753 sec., 33873.34315169366 rows/sec., 2.36 MiB/sec.
6300 2025.02.07 10:10:00.052787 [ 255 ] {503a87e6-81da-4f32-93cb-bf0edea75d62} <Debug> TCPHandler: Processed in 0.005292336 sec.
6301 2025.02.07 10:10:00.052842 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005475221 sec., 440347.52204522886 rows/sec., 33.77 MiB/sec.
6302 2025.02.07 10:10:00.053022 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6303 2025.02.07 10:10:00.053066 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6304 2025.02.07 10:10:00.053324 [ 256 ] {3934c8d7-b05b-4b69-a4d2-81ae3c3e0518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6305 2025.02.07 10:10:00.053556 [ 256 ] {3934c8d7-b05b-4b69-a4d2-81ae3c3e0518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6306 2025.02.07 10:10:00.053568 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6307 2025.02.07 10:10:00.053891 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_46_9} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6308 2025.02.07 10:10:00.054111 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
6309 2025.02.07 10:10:00.055310 [ 256 ] {3934c8d7-b05b-4b69-a4d2-81ae3c3e0518} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6310 2025.02.07 10:10:00.055354 [ 256 ] {3934c8d7-b05b-4b69-a4d2-81ae3c3e0518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6311 2025.02.07 10:10:00.056057 [ 256 ] {3934c8d7-b05b-4b69-a4d2-81ae3c3e0518} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6312 2025.02.07 10:10:00.056331 [ 256 ] {3934c8d7-b05b-4b69-a4d2-81ae3c3e0518} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6313 2025.02.07 10:10:00.056513 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6314 2025.02.07 10:10:00.056590 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6315 2025.02.07 10:10:00.056637 [ 256 ] {3934c8d7-b05b-4b69-a4d2-81ae3c3e0518} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003402 sec., 11463.84479717813 rows/sec., 20.54 MiB/sec.
6316 2025.02.07 10:10:00.056646 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
6317 2025.02.07 10:10:00.057152 [ 197 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
6318 2025.02.07 10:10:00.057296 [ 256 ] {3934c8d7-b05b-4b69-a4d2-81ae3c3e0518} <Debug> TCPHandler: Processed in 0.004387559 sec.
6319 2025.02.07 10:10:00.057715 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6320 2025.02.07 10:10:00.058003 [ 255 ] {1090e1ea-104e-4e96-b1a2-4dda02b16d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6321 2025.02.07 10:10:00.058026 [ 197 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6322 2025.02.07 10:10:00.058134 [ 255 ] {1090e1ea-104e-4e96-b1a2-4dda02b16d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6323 2025.02.07 10:10:00.058177 [ 197 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 552 rows starting from the beginning of the part
6324 2025.02.07 10:10:00.059130 [ 197 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part
6325 2025.02.07 10:10:00.059761 [ 197 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part
6326 2025.02.07 10:10:00.060559 [ 197 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part
6327 2025.02.07 10:10:00.060732 [ 255 ] {1090e1ea-104e-4e96-b1a2-4dda02b16d29} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6328 2025.02.07 10:10:00.060813 [ 255 ] {1090e1ea-104e-4e96-b1a2-4dda02b16d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6329 2025.02.07 10:10:00.061304 [ 197 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
6330 2025.02.07 10:10:00.062031 [ 197 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part
6331 2025.02.07 10:10:00.062249 [ 255 ] {1090e1ea-104e-4e96-b1a2-4dda02b16d29} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6332 2025.02.07 10:10:00.062986 [ 255 ] {1090e1ea-104e-4e96-b1a2-4dda02b16d29} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6333 2025.02.07 10:10:00.063452 [ 255 ] {1090e1ea-104e-4e96-b1a2-4dda02b16d29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005532 sec., 10845.98698481562 rows/sec., 748.49 KiB/sec.
6334 2025.02.07 10:10:00.063599 [ 255 ] {1090e1ea-104e-4e96-b1a2-4dda02b16d29} <Debug> TCPHandler: Processed in 0.006182095 sec.
6335 2025.02.07 10:10:00.078541 [ 199 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 747 rows, containing 19 columns (19 merged, 0 gathered) in 0.021743459 sec., 34355.15940678988 rows/sec., 61.56 MiB/sec.
6336 2025.02.07 10:10:00.079753 [ 199 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6337 2025.02.07 10:10:00.080230 [ 199 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6338 2025.02.07 10:10:00.080327 [ 199 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6339 2025.02.07 10:10:00.080511 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB.
6340 2025.02.07 10:10:01.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.70 MiB, peak 204.41 MiB, free memory in arenas 0.00 B, will set to 199.00 MiB (RSS), difference: 2.30 MiB
6341 2025.02.07 10:10:01.736058 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6342 2025.02.07 10:10:01.736718 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6343 2025.02.07 10:10:01.736766 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6344 2025.02.07 10:10:01.737289 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6345 2025.02.07 10:10:01.737539 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6346 2025.02.07 10:10:01.737791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6347 2025.02.07 10:10:01.737787 [ 121 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6348 2025.02.07 10:10:01.737875 [ 121 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6349 2025.02.07 10:10:01.737902 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6350 2025.02.07 10:10:01.738053 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
6351 2025.02.07 10:10:01.738216 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6352 2025.02.07 10:10:01.738259 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
6353 2025.02.07 10:10:01.738342 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
6354 2025.02.07 10:10:01.738590 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
6355 2025.02.07 10:10:01.738838 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
6356 2025.02.07 10:10:01.738974 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
6357 2025.02.07 10:10:01.739176 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
6358 2025.02.07 10:10:01.741526 [ 194 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003539082 sec., 4016013.192121573 rows/sec., 57.45 MiB/sec.
6359 2025.02.07 10:10:01.742014 [ 194 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6360 2025.02.07 10:10:01.742400 [ 194 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6361 2025.02.07 10:10:01.742511 [ 194 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_31_6} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6362 2025.02.07 10:10:01.742635 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6363 2025.02.07 10:10:02.814516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6364 2025.02.07 10:10:02.836615 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6365 2025.02.07 10:10:02.836686 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6366 2025.02.07 10:10:02.844560 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6367 2025.02.07 10:10:02.845365 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6368 2025.02.07 10:10:02.845811 [ 120 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6369 2025.02.07 10:10:02.845937 [ 120 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6370 2025.02.07 10:10:02.846014 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6371 2025.02.07 10:10:02.846435 [ 200 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
6372 2025.02.07 10:10:02.860947 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6373 2025.02.07 10:10:02.862729 [ 200 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6374 2025.02.07 10:10:02.864040 [ 200 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 197 rows starting from the beginning of the part
6375 2025.02.07 10:10:02.870149 [ 200 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 7 rows starting from the beginning of the part
6376 2025.02.07 10:10:02.876112 [ 200 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
6377 2025.02.07 10:10:02.881857 [ 200 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part
6378 2025.02.07 10:10:02.887675 [ 200 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
6379 2025.02.07 10:10:02.892490 [ 200 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
6380 2025.02.07 10:10:02.957032 [ 191 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.110873414 sec., 2110.514969801507 rows/sec., 10.91 MiB/sec.
6381 2025.02.07 10:10:02.959973 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6382 2025.02.07 10:10:02.963073 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_31_6} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6383 2025.02.07 10:10:02.963230 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_31_6} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6384 2025.02.07 10:10:02.965649 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB.
6385 2025.02.07 10:10:05.035789 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6386 2025.02.07 10:10:05.036003 [ 255 ] {478bebec-db2f-447b-90fa-c2fa7404bff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6387 2025.02.07 10:10:05.036084 [ 255 ] {478bebec-db2f-447b-90fa-c2fa7404bff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6388 2025.02.07 10:10:05.036938 [ 255 ] {478bebec-db2f-447b-90fa-c2fa7404bff5} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6389 2025.02.07 10:10:05.036991 [ 255 ] {478bebec-db2f-447b-90fa-c2fa7404bff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6390 2025.02.07 10:10:05.037455 [ 255 ] {478bebec-db2f-447b-90fa-c2fa7404bff5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6391 2025.02.07 10:10:05.037721 [ 255 ] {478bebec-db2f-447b-90fa-c2fa7404bff5} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6392 2025.02.07 10:10:05.037998 [ 255 ] {478bebec-db2f-447b-90fa-c2fa7404bff5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002051 sec., 6825.938566552902 rows/sec., 491.38 KiB/sec.
6393 2025.02.07 10:10:05.038065 [ 255 ] {478bebec-db2f-447b-90fa-c2fa7404bff5} <Debug> TCPHandler: Processed in 0.002455709 sec.
6394 2025.02.07 10:10:05.038386 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6395 2025.02.07 10:10:05.038686 [ 256 ] {461fa657-6ba2-4cac-9ac8-07e83dca9de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6396 2025.02.07 10:10:05.038779 [ 256 ] {461fa657-6ba2-4cac-9ac8-07e83dca9de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6397 2025.02.07 10:10:05.039618 [ 256 ] {461fa657-6ba2-4cac-9ac8-07e83dca9de3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6398 2025.02.07 10:10:05.039657 [ 256 ] {461fa657-6ba2-4cac-9ac8-07e83dca9de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6399 2025.02.07 10:10:05.040098 [ 256 ] {461fa657-6ba2-4cac-9ac8-07e83dca9de3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6400 2025.02.07 10:10:05.040351 [ 256 ] {461fa657-6ba2-4cac-9ac8-07e83dca9de3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6401 2025.02.07 10:10:05.040554 [ 256 ] {461fa657-6ba2-4cac-9ac8-07e83dca9de3} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.001952 sec., 103995.90163934426 rows/sec., 8.98 MiB/sec.
6402 2025.02.07 10:10:05.040611 [ 256 ] {461fa657-6ba2-4cac-9ac8-07e83dca9de3} <Debug> TCPHandler: Processed in 0.002415129 sec.
6403 2025.02.07 10:10:05.040789 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6404 2025.02.07 10:10:05.040940 [ 255 ] {11a26a42-3089-4e7a-bc9e-c2303392901c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6405 2025.02.07 10:10:05.041000 [ 255 ] {11a26a42-3089-4e7a-bc9e-c2303392901c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6406 2025.02.07 10:10:05.041696 [ 255 ] {11a26a42-3089-4e7a-bc9e-c2303392901c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6407 2025.02.07 10:10:05.041739 [ 255 ] {11a26a42-3089-4e7a-bc9e-c2303392901c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6408 2025.02.07 10:10:05.042104 [ 255 ] {11a26a42-3089-4e7a-bc9e-c2303392901c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6409 2025.02.07 10:10:05.042356 [ 255 ] {11a26a42-3089-4e7a-bc9e-c2303392901c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6410 2025.02.07 10:10:05.042520 [ 60 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6411 2025.02.07 10:10:05.042591 [ 60 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6412 2025.02.07 10:10:05.042597 [ 255 ] {11a26a42-3089-4e7a-bc9e-c2303392901c} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001684 sec., 4156.769596199525 rows/sec., 270.82 KiB/sec.
6413 2025.02.07 10:10:05.042622 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6414 2025.02.07 10:10:05.042721 [ 255 ] {11a26a42-3089-4e7a-bc9e-c2303392901c} <Debug> TCPHandler: Processed in 0.00199545 sec.
6415 2025.02.07 10:10:05.043101 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6416 2025.02.07 10:10:05.043174 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
6417 2025.02.07 10:10:05.043718 [ 256 ] {3f6f7981-d1ad-468e-ac4c-bc795027d067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6418 2025.02.07 10:10:05.043901 [ 256 ] {3f6f7981-d1ad-468e-ac4c-bc795027d067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6419 2025.02.07 10:10:05.043974 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6420 2025.02.07 10:10:05.044115 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 64 rows starting from the beginning of the part
6421 2025.02.07 10:10:05.044590 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part
6422 2025.02.07 10:10:05.044870 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part
6423 2025.02.07 10:10:05.045133 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
6424 2025.02.07 10:10:05.045700 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part
6425 2025.02.07 10:10:05.045920 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
6426 2025.02.07 10:10:05.046582 [ 256 ] {3f6f7981-d1ad-468e-ac4c-bc795027d067} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6427 2025.02.07 10:10:05.046627 [ 256 ] {3f6f7981-d1ad-468e-ac4c-bc795027d067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6428 2025.02.07 10:10:05.047240 [ 256 ] {3f6f7981-d1ad-468e-ac4c-bc795027d067} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6429 2025.02.07 10:10:05.047534 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.004763956 sec., 35894.53806878149 rows/sec., 2.69 MiB/sec.
6430 2025.02.07 10:10:05.047599 [ 256 ] {3f6f7981-d1ad-468e-ac4c-bc795027d067} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6431 2025.02.07 10:10:05.047845 [ 60 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6432 2025.02.07 10:10:05.047921 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6433 2025.02.07 10:10:05.047940 [ 60 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6434 2025.02.07 10:10:05.048016 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6435 2025.02.07 10:10:05.048061 [ 256 ] {3f6f7981-d1ad-468e-ac4c-bc795027d067} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004559 sec., 3070.848870366309 rows/sec., 215.06 KiB/sec.
6436 2025.02.07 10:10:05.048532 [ 256 ] {3f6f7981-d1ad-468e-ac4c-bc795027d067} <Debug> TCPHandler: Processed in 0.005669805 sec.
6437 2025.02.07 10:10:05.048730 [ 201 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::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
6438 2025.02.07 10:10:05.049022 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6439 2025.02.07 10:10:05.049287 [ 201 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6440 2025.02.07 10:10:05.049416 [ 201 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 242 rows starting from the beginning of the part
6441 2025.02.07 10:10:05.049456 [ 255 ] {b1a51685-6c4f-48b1-83dd-cf7e27103210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6442 2025.02.07 10:10:05.049472 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_41_8} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6443 2025.02.07 10:10:05.049718 [ 255 ] {b1a51685-6c4f-48b1-83dd-cf7e27103210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6444 2025.02.07 10:10:05.049731 [ 201 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
6445 2025.02.07 10:10:05.050111 [ 201 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
6446 2025.02.07 10:10:05.050426 [ 201 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part
6447 2025.02.07 10:10:05.050836 [ 201 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
6448 2025.02.07 10:10:05.051205 [ 201 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
6449 2025.02.07 10:10:05.051315 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_41_8} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6450 2025.02.07 10:10:05.052078 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
6451 2025.02.07 10:10:05.052822 [ 255 ] {b1a51685-6c4f-48b1-83dd-cf7e27103210} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6452 2025.02.07 10:10:05.052899 [ 255 ] {b1a51685-6c4f-48b1-83dd-cf7e27103210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6453 2025.02.07 10:10:05.053895 [ 255 ] {b1a51685-6c4f-48b1-83dd-cf7e27103210} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6454 2025.02.07 10:10:05.054525 [ 255 ] {b1a51685-6c4f-48b1-83dd-cf7e27103210} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6455 2025.02.07 10:10:05.054552 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006348129 sec., 85064.43394581301 rows/sec., 6.09 MiB/sec.
6456 2025.02.07 10:10:05.054884 [ 188 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6457 2025.02.07 10:10:05.054915 [ 255 ] {b1a51685-6c4f-48b1-83dd-cf7e27103210} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005577 sec., 2331.0023310023307 rows/sec., 145.34 KiB/sec.
6458 2025.02.07 10:10:05.055106 [ 255 ] {b1a51685-6c4f-48b1-83dd-cf7e27103210} <Debug> TCPHandler: Processed in 0.006363819 sec.
6459 2025.02.07 10:10:05.055289 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6460 2025.02.07 10:10:05.055432 [ 188 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6461 2025.02.07 10:10:05.055448 [ 256 ] {2e4f850a-2463-4b8b-a9e3-0db6fdaf3149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6462 2025.02.07 10:10:05.055522 [ 256 ] {2e4f850a-2463-4b8b-a9e3-0db6fdaf3149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6463 2025.02.07 10:10:05.055546 [ 188 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_20_4} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6464 2025.02.07 10:10:05.055679 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
6465 2025.02.07 10:10:05.056349 [ 256 ] {2e4f850a-2463-4b8b-a9e3-0db6fdaf3149} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6466 2025.02.07 10:10:05.056387 [ 256 ] {2e4f850a-2463-4b8b-a9e3-0db6fdaf3149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6467 2025.02.07 10:10:05.056767 [ 256 ] {2e4f850a-2463-4b8b-a9e3-0db6fdaf3149} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6468 2025.02.07 10:10:05.057010 [ 256 ] {2e4f850a-2463-4b8b-a9e3-0db6fdaf3149} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6469 2025.02.07 10:10:05.057191 [ 256 ] {2e4f850a-2463-4b8b-a9e3-0db6fdaf3149} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001787 sec., 213766.08841634024 rows/sec., 15.13 MiB/sec.
6470 2025.02.07 10:10:05.057244 [ 256 ] {2e4f850a-2463-4b8b-a9e3-0db6fdaf3149} <Debug> TCPHandler: Processed in 0.002030491 sec.
6471 2025.02.07 10:10:05.057410 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6472 2025.02.07 10:10:05.057554 [ 255 ] {53a87d8a-ff9c-4443-a4a3-a3b916204c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6473 2025.02.07 10:10:05.057615 [ 255 ] {53a87d8a-ff9c-4443-a4a3-a3b916204c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6474 2025.02.07 10:10:05.058119 [ 255 ] {53a87d8a-ff9c-4443-a4a3-a3b916204c1b} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6475 2025.02.07 10:10:05.058160 [ 255 ] {53a87d8a-ff9c-4443-a4a3-a3b916204c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6476 2025.02.07 10:10:05.058533 [ 255 ] {53a87d8a-ff9c-4443-a4a3-a3b916204c1b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6477 2025.02.07 10:10:05.058786 [ 255 ] {53a87d8a-ff9c-4443-a4a3-a3b916204c1b} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6478 2025.02.07 10:10:05.058976 [ 60 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6479 2025.02.07 10:10:05.059042 [ 60 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6480 2025.02.07 10:10:05.059067 [ 255 ] {53a87d8a-ff9c-4443-a4a3-a3b916204c1b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec.
6481 2025.02.07 10:10:05.059082 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6482 2025.02.07 10:10:05.059224 [ 255 ] {53a87d8a-ff9c-4443-a4a3-a3b916204c1b} <Debug> TCPHandler: Processed in 0.001886158 sec.
6483 2025.02.07 10:10:05.059312 [ 186 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::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
6484 2025.02.07 10:10:05.059402 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6485 2025.02.07 10:10:05.059488 [ 186 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6486 2025.02.07 10:10:05.059570 [ 186 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part
6487 2025.02.07 10:10:05.059604 [ 256 ] {5f9673be-5d89-4de0-b3ad-9e62e254a261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6488 2025.02.07 10:10:05.059801 [ 256 ] {5f9673be-5d89-4de0-b3ad-9e62e254a261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6489 2025.02.07 10:10:05.059827 [ 186 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
6490 2025.02.07 10:10:05.060203 [ 186 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6491 2025.02.07 10:10:05.060555 [ 186 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6492 2025.02.07 10:10:05.060901 [ 186 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6493 2025.02.07 10:10:05.061241 [ 186 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6494 2025.02.07 10:10:05.062706 [ 256 ] {5f9673be-5d89-4de0-b3ad-9e62e254a261} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6495 2025.02.07 10:10:05.062770 [ 256 ] {5f9673be-5d89-4de0-b3ad-9e62e254a261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6496 2025.02.07 10:10:05.063933 [ 256 ] {5f9673be-5d89-4de0-b3ad-9e62e254a261} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6497 2025.02.07 10:10:05.063952 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004728656 sec., 25377.189628511776 rows/sec., 1.29 MiB/sec.
6498 2025.02.07 10:10:05.064223 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6499 2025.02.07 10:10:05.064358 [ 256 ] {5f9673be-5d89-4de0-b3ad-9e62e254a261} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6500 2025.02.07 10:10:05.064718 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6501 2025.02.07 10:10:05.064859 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6502 2025.02.07 10:10:05.064943 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6503 2025.02.07 10:10:05.064965 [ 256 ] {5f9673be-5d89-4de0-b3ad-9e62e254a261} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005403 sec., 43864.51971127152 rows/sec., 2.94 MiB/sec.
6504 2025.02.07 10:10:05.065355 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6505 2025.02.07 10:10:05.065349 [ 256 ] {5f9673be-5d89-4de0-b3ad-9e62e254a261} <Debug> TCPHandler: Processed in 0.006016692 sec.
6506 2025.02.07 10:10:05.065409 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
6507 2025.02.07 10:10:05.065643 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_20_4} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6508 2025.02.07 10:10:05.065759 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6509 2025.02.07 10:10:05.065836 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6510 2025.02.07 10:10:05.065862 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6511 2025.02.07 10:10:05.065908 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12335 rows starting from the beginning of the part
6512 2025.02.07 10:10:05.066113 [ 255 ] {493af170-3809-4fa3-8338-afcdb6fbf4eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6513 2025.02.07 10:10:05.066224 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
6514 2025.02.07 10:10:05.066324 [ 255 ] {493af170-3809-4fa3-8338-afcdb6fbf4eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6515 2025.02.07 10:10:05.066558 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part
6516 2025.02.07 10:10:05.066955 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part
6517 2025.02.07 10:10:05.067357 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part
6518 2025.02.07 10:10:05.067685 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part
6519 2025.02.07 10:10:05.068605 [ 255 ] {493af170-3809-4fa3-8338-afcdb6fbf4eb} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6520 2025.02.07 10:10:05.068688 [ 255 ] {493af170-3809-4fa3-8338-afcdb6fbf4eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6521 2025.02.07 10:10:05.069423 [ 255 ] {493af170-3809-4fa3-8338-afcdb6fbf4eb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6522 2025.02.07 10:10:05.069852 [ 255 ] {493af170-3809-4fa3-8338-afcdb6fbf4eb} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6523 2025.02.07 10:10:05.070128 [ 42 ] {} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6524 2025.02.07 10:10:05.070234 [ 42 ] {} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6525 2025.02.07 10:10:05.070320 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6526 2025.02.07 10:10:05.070466 [ 255 ] {493af170-3809-4fa3-8338-afcdb6fbf4eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004445 sec., 224.97187851518558 rows/sec., 15.16 KiB/sec.
6527 2025.02.07 10:10:05.070882 [ 189 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
6528 2025.02.07 10:10:05.070925 [ 255 ] {493af170-3809-4fa3-8338-afcdb6fbf4eb} <Debug> TCPHandler: Processed in 0.00543381 sec.
6529 2025.02.07 10:10:05.071473 [ 189 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6530 2025.02.07 10:10:05.071577 [ 189 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
6531 2025.02.07 10:10:05.071713 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6532 2025.02.07 10:10:05.071995 [ 189 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6533 2025.02.07 10:10:05.072219 [ 256 ] {52ac637d-8d00-4dd1-bdab-ffed29bcbc20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6534 2025.02.07 10:10:05.072362 [ 189 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6535 2025.02.07 10:10:05.072407 [ 256 ] {52ac637d-8d00-4dd1-bdab-ffed29bcbc20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6536 2025.02.07 10:10:05.072725 [ 189 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6537 2025.02.07 10:10:05.073141 [ 189 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
6538 2025.02.07 10:10:05.073649 [ 189 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
6539 2025.02.07 10:10:05.075392 [ 256 ] {52ac637d-8d00-4dd1-bdab-ffed29bcbc20} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6540 2025.02.07 10:10:05.075454 [ 256 ] {52ac637d-8d00-4dd1-bdab-ffed29bcbc20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6541 2025.02.07 10:10:05.076905 [ 256 ] {52ac637d-8d00-4dd1-bdab-ffed29bcbc20} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6542 2025.02.07 10:10:05.077497 [ 256 ] {52ac637d-8d00-4dd1-bdab-ffed29bcbc20} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6543 2025.02.07 10:10:05.078517 [ 256 ] {52ac637d-8d00-4dd1-bdab-ffed29bcbc20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00645 sec., 12713.178294573643 rows/sec., 826.82 KiB/sec.
6544 2025.02.07 10:10:05.078215 [ 42 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6545 2025.02.07 10:10:05.078922 [ 256 ] {52ac637d-8d00-4dd1-bdab-ffed29bcbc20} <Debug> TCPHandler: Processed in 0.007774057 sec.
6546 2025.02.07 10:10:05.078915 [ 192 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.00842987 sec., 2372.515827646215 rows/sec., 159.87 KiB/sec.
6547 2025.02.07 10:10:05.079025 [ 42 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6548 2025.02.07 10:10:05.079161 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6549 2025.02.07 10:10:05.079152 [ 198 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13162 rows, containing 5 columns (5 merged, 0 gathered) in 0.013987183 sec., 941004.3466221897 rows/sec., 63.50 MiB/sec.
6550 2025.02.07 10:10:05.079351 [ 192 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6551 2025.02.07 10:10:05.079439 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
6552 2025.02.07 10:10:05.079782 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6553 2025.02.07 10:10:05.079793 [ 198 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6554 2025.02.07 10:10:05.079877 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2376 rows starting from the beginning of the part
6555 2025.02.07 10:10:05.080124 [ 192 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6556 2025.02.07 10:10:05.080427 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part
6557 2025.02.07 10:10:05.080538 [ 192 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_20_4} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6558 2025.02.07 10:10:05.080881 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
6559 2025.02.07 10:10:05.080978 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part
6560 2025.02.07 10:10:05.080995 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6561 2025.02.07 10:10:05.081218 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part
6562 2025.02.07 10:10:05.081386 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6563 2025.02.07 10:10:05.081419 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
6564 2025.02.07 10:10:05.081684 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part
6565 2025.02.07 10:10:05.081749 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB.
6566 2025.02.07 10:10:05.083174 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2672 rows, containing 4 columns (4 merged, 0 gathered) in 0.003873489 sec., 689817.3713672609 rows/sec., 44.79 MiB/sec.
6567 2025.02.07 10:10:05.083446 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6568 2025.02.07 10:10:05.083757 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6569 2025.02.07 10:10:05.083839 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_46_9} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6570 2025.02.07 10:10:05.083927 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
6571 2025.02.07 10:10:09.110373 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
6572 2025.02.07 10:10:09.110472 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
6573 2025.02.07 10:10:09.238898 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
6574 2025.02.07 10:10:09.239562 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6575 2025.02.07 10:10:09.239601 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6576 2025.02.07 10:10:09.240135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6577 2025.02.07 10:10:09.240402 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6578 2025.02.07 10:10:09.240668 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6579 2025.02.07 10:10:09.344822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 904
6580 2025.02.07 10:10:09.347925 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6581 2025.02.07 10:10:09.347977 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6582 2025.02.07 10:10:09.349440 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6583 2025.02.07 10:10:09.349744 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6584 2025.02.07 10:10:09.350924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 904
6585 2025.02.07 10:10:10.001619 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001083532 sec.
6586 2025.02.07 10:10:10.034696 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6587 2025.02.07 10:10:10.034875 [ 255 ] {c1c071e6-7bf4-4d3a-a5c8-f6c32ff0b905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6588 2025.02.07 10:10:10.034944 [ 255 ] {c1c071e6-7bf4-4d3a-a5c8-f6c32ff0b905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6589 2025.02.07 10:10:10.035782 [ 255 ] {c1c071e6-7bf4-4d3a-a5c8-f6c32ff0b905} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6590 2025.02.07 10:10:10.035829 [ 255 ] {c1c071e6-7bf4-4d3a-a5c8-f6c32ff0b905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6591 2025.02.07 10:10:10.036290 [ 255 ] {c1c071e6-7bf4-4d3a-a5c8-f6c32ff0b905} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6592 2025.02.07 10:10:10.036560 [ 255 ] {c1c071e6-7bf4-4d3a-a5c8-f6c32ff0b905} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6593 2025.02.07 10:10:10.036813 [ 255 ] {c1c071e6-7bf4-4d3a-a5c8-f6c32ff0b905} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00198 sec., 67676.76767676767 rows/sec., 5.82 MiB/sec.
6594 2025.02.07 10:10:10.036926 [ 255 ] {c1c071e6-7bf4-4d3a-a5c8-f6c32ff0b905} <Debug> TCPHandler: Processed in 0.002360008 sec.
6595 2025.02.07 10:10:10.037250 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6596 2025.02.07 10:10:10.037437 [ 256 ] {64f85c0b-2472-4964-8b4d-13d79e90690e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6597 2025.02.07 10:10:10.037518 [ 256 ] {64f85c0b-2472-4964-8b4d-13d79e90690e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6598 2025.02.07 10:10:10.038301 [ 256 ] {64f85c0b-2472-4964-8b4d-13d79e90690e} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6599 2025.02.07 10:10:10.038350 [ 256 ] {64f85c0b-2472-4964-8b4d-13d79e90690e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6600 2025.02.07 10:10:10.038800 [ 256 ] {64f85c0b-2472-4964-8b4d-13d79e90690e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6601 2025.02.07 10:10:10.039059 [ 256 ] {64f85c0b-2472-4964-8b4d-13d79e90690e} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6602 2025.02.07 10:10:10.039317 [ 256 ] {64f85c0b-2472-4964-8b4d-13d79e90690e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001932 sec., 20186.33540372671 rows/sec., 1.48 MiB/sec.
6603 2025.02.07 10:10:10.039385 [ 256 ] {64f85c0b-2472-4964-8b4d-13d79e90690e} <Debug> TCPHandler: Processed in 0.002329227 sec.
6604 2025.02.07 10:10:10.039554 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6605 2025.02.07 10:10:10.039678 [ 255 ] {c0d05463-9d2d-4ab3-a95c-cdc728613e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6606 2025.02.07 10:10:10.039728 [ 255 ] {c0d05463-9d2d-4ab3-a95c-cdc728613e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6607 2025.02.07 10:10:10.040389 [ 255 ] {c0d05463-9d2d-4ab3-a95c-cdc728613e24} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6608 2025.02.07 10:10:10.040432 [ 255 ] {c0d05463-9d2d-4ab3-a95c-cdc728613e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6609 2025.02.07 10:10:10.040825 [ 255 ] {c0d05463-9d2d-4ab3-a95c-cdc728613e24} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6610 2025.02.07 10:10:10.041077 [ 255 ] {c0d05463-9d2d-4ab3-a95c-cdc728613e24} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6611 2025.02.07 10:10:10.041304 [ 255 ] {c0d05463-9d2d-4ab3-a95c-cdc728613e24} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00165 sec., 62424.242424242424 rows/sec., 4.88 MiB/sec.
6612 2025.02.07 10:10:10.041373 [ 255 ] {c0d05463-9d2d-4ab3-a95c-cdc728613e24} <Debug> TCPHandler: Processed in 0.001881048 sec.
6613 2025.02.07 10:10:10.041568 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6614 2025.02.07 10:10:10.041697 [ 256 ] {c04a8593-b172-4692-aedf-81e8bdfd3518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6615 2025.02.07 10:10:10.041758 [ 256 ] {c04a8593-b172-4692-aedf-81e8bdfd3518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6616 2025.02.07 10:10:10.042377 [ 256 ] {c04a8593-b172-4692-aedf-81e8bdfd3518} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6617 2025.02.07 10:10:10.042420 [ 256 ] {c04a8593-b172-4692-aedf-81e8bdfd3518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6618 2025.02.07 10:10:10.042840 [ 256 ] {c04a8593-b172-4692-aedf-81e8bdfd3518} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6619 2025.02.07 10:10:10.043094 [ 256 ] {c04a8593-b172-4692-aedf-81e8bdfd3518} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6620 2025.02.07 10:10:10.043314 [ 256 ] {c04a8593-b172-4692-aedf-81e8bdfd3518} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec.
6621 2025.02.07 10:10:10.043374 [ 256 ] {c04a8593-b172-4692-aedf-81e8bdfd3518} <Debug> TCPHandler: Processed in 0.001898188 sec.
6622 2025.02.07 10:10:10.043530 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6623 2025.02.07 10:10:10.043653 [ 255 ] {748b8cb7-857d-45c6-929e-71128c14cb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6624 2025.02.07 10:10:10.043736 [ 255 ] {748b8cb7-857d-45c6-929e-71128c14cb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6625 2025.02.07 10:10:10.044960 [ 255 ] {748b8cb7-857d-45c6-929e-71128c14cb01} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6626 2025.02.07 10:10:10.045001 [ 255 ] {748b8cb7-857d-45c6-929e-71128c14cb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6627 2025.02.07 10:10:10.045682 [ 255 ] {748b8cb7-857d-45c6-929e-71128c14cb01} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6628 2025.02.07 10:10:10.045942 [ 255 ] {748b8cb7-857d-45c6-929e-71128c14cb01} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6629 2025.02.07 10:10:10.046238 [ 255 ] {748b8cb7-857d-45c6-929e-71128c14cb01} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002603 sec., 14982.71225509028 rows/sec., 26.85 MiB/sec.
6630 2025.02.07 10:10:10.046736 [ 255 ] {748b8cb7-857d-45c6-929e-71128c14cb01} <Debug> TCPHandler: Processed in 0.003262135 sec.
6631 2025.02.07 10:10:10.046917 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6632 2025.02.07 10:10:10.047062 [ 256 ] {00d6332e-5cb3-4239-94ee-9bcd26ad91ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6633 2025.02.07 10:10:10.047125 [ 256 ] {00d6332e-5cb3-4239-94ee-9bcd26ad91ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6634 2025.02.07 10:10:10.047731 [ 256 ] {00d6332e-5cb3-4239-94ee-9bcd26ad91ea} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6635 2025.02.07 10:10:10.047777 [ 256 ] {00d6332e-5cb3-4239-94ee-9bcd26ad91ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6636 2025.02.07 10:10:10.048178 [ 256 ] {00d6332e-5cb3-4239-94ee-9bcd26ad91ea} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6637 2025.02.07 10:10:10.048420 [ 256 ] {00d6332e-5cb3-4239-94ee-9bcd26ad91ea} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6638 2025.02.07 10:10:10.048633 [ 256 ] {00d6332e-5cb3-4239-94ee-9bcd26ad91ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec.
6639 2025.02.07 10:10:10.048683 [ 256 ] {00d6332e-5cb3-4239-94ee-9bcd26ad91ea} <Debug> TCPHandler: Processed in 0.001839567 sec.
6640 2025.02.07 10:10:10.362007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6641 2025.02.07 10:10:10.380909 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6642 2025.02.07 10:10:10.380966 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6643 2025.02.07 10:10:10.388030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6644 2025.02.07 10:10:10.388780 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6645 2025.02.07 10:10:10.392194 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6646 2025.02.07 10:10:14.911057 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6647 2025.02.07 10:10:14.911308 [ 255 ] {24ed1f0d-0075-4773-acc6-3bf9306c7655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6648 2025.02.07 10:10:14.911391 [ 255 ] {24ed1f0d-0075-4773-acc6-3bf9306c7655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6649 2025.02.07 10:10:14.912207 [ 255 ] {24ed1f0d-0075-4773-acc6-3bf9306c7655} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6650 2025.02.07 10:10:14.912262 [ 255 ] {24ed1f0d-0075-4773-acc6-3bf9306c7655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6651 2025.02.07 10:10:14.912713 [ 255 ] {24ed1f0d-0075-4773-acc6-3bf9306c7655} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6652 2025.02.07 10:10:14.912974 [ 255 ] {24ed1f0d-0075-4773-acc6-3bf9306c7655} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6653 2025.02.07 10:10:14.913140 [ 106 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6654 2025.02.07 10:10:14.913190 [ 255 ] {24ed1f0d-0075-4773-acc6-3bf9306c7655} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 518.96 KiB/sec.
6655 2025.02.07 10:10:14.913195 [ 106 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6656 2025.02.07 10:10:14.913246 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6657 2025.02.07 10:10:14.913272 [ 255 ] {24ed1f0d-0075-4773-acc6-3bf9306c7655} <Debug> TCPHandler: Processed in 0.002363239 sec.
6658 2025.02.07 10:10:14.913498 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6659 2025.02.07 10:10:14.913632 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6660 2025.02.07 10:10:14.913711 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6661 2025.02.07 10:10:14.913766 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part
6662 2025.02.07 10:10:14.914060 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
6663 2025.02.07 10:10:14.914137 [ 256 ] {7a1347aa-a8aa-4324-96e9-a5d47bb50d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6664 2025.02.07 10:10:14.914322 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
6665 2025.02.07 10:10:14.914371 [ 256 ] {7a1347aa-a8aa-4324-96e9-a5d47bb50d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6666 2025.02.07 10:10:14.914601 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
6667 2025.02.07 10:10:14.914980 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
6668 2025.02.07 10:10:14.917009 [ 256 ] {7a1347aa-a8aa-4324-96e9-a5d47bb50d50} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6669 2025.02.07 10:10:14.917090 [ 256 ] {7a1347aa-a8aa-4324-96e9-a5d47bb50d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6670 2025.02.07 10:10:14.917783 [ 190 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00441626 sec., 15850.516047515319 rows/sec., 1.17 MiB/sec.
6671 2025.02.07 10:10:14.918032 [ 190 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6672 2025.02.07 10:10:14.918038 [ 256 ] {7a1347aa-a8aa-4324-96e9-a5d47bb50d50} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6673 2025.02.07 10:10:14.918501 [ 256 ] {7a1347aa-a8aa-4324-96e9-a5d47bb50d50} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6674 2025.02.07 10:10:14.918627 [ 190 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6675 2025.02.07 10:10:14.918965 [ 190 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_21_5} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6676 2025.02.07 10:10:14.919073 [ 256 ] {7a1347aa-a8aa-4324-96e9-a5d47bb50d50} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005116 sec., 390.93041438623925 rows/sec., 31.88 KiB/sec.
6677 2025.02.07 10:10:14.919301 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6678 2025.02.07 10:10:14.919449 [ 256 ] {7a1347aa-a8aa-4324-96e9-a5d47bb50d50} <Debug> TCPHandler: Processed in 0.006051702 sec.
6679 2025.02.07 10:10:14.919669 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6680 2025.02.07 10:10:14.919789 [ 255 ] {a797b81c-de0a-4241-8657-38733d83b750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6681 2025.02.07 10:10:14.919839 [ 255 ] {a797b81c-de0a-4241-8657-38733d83b750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6682 2025.02.07 10:10:14.921140 [ 255 ] {a797b81c-de0a-4241-8657-38733d83b750} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6683 2025.02.07 10:10:14.921179 [ 255 ] {a797b81c-de0a-4241-8657-38733d83b750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6684 2025.02.07 10:10:14.921648 [ 255 ] {a797b81c-de0a-4241-8657-38733d83b750} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6685 2025.02.07 10:10:14.921897 [ 255 ] {a797b81c-de0a-4241-8657-38733d83b750} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6686 2025.02.07 10:10:14.922076 [ 255 ] {a797b81c-de0a-4241-8657-38733d83b750} <Debug> executeQuery: Read 1344 rows, 114.14 KiB in 0.002313 sec., 581063.5538261997 rows/sec., 48.19 MiB/sec.
6687 2025.02.07 10:10:14.922129 [ 255 ] {a797b81c-de0a-4241-8657-38733d83b750} <Debug> TCPHandler: Processed in 0.002563912 sec.
6688 2025.02.07 10:10:14.922296 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6689 2025.02.07 10:10:14.922417 [ 256 ] {e10b6b3d-7e15-4826-9032-025587e64434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6690 2025.02.07 10:10:14.922466 [ 256 ] {e10b6b3d-7e15-4826-9032-025587e64434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6691 2025.02.07 10:10:14.923068 [ 256 ] {e10b6b3d-7e15-4826-9032-025587e64434} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6692 2025.02.07 10:10:14.923108 [ 256 ] {e10b6b3d-7e15-4826-9032-025587e64434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6693 2025.02.07 10:10:14.923465 [ 256 ] {e10b6b3d-7e15-4826-9032-025587e64434} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6694 2025.02.07 10:10:14.923709 [ 256 ] {e10b6b3d-7e15-4826-9032-025587e64434} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6695 2025.02.07 10:10:14.923961 [ 256 ] {e10b6b3d-7e15-4826-9032-025587e64434} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001569 sec., 5736.137667304015 rows/sec., 379.67 KiB/sec.
6696 2025.02.07 10:10:14.924159 [ 256 ] {e10b6b3d-7e15-4826-9032-025587e64434} <Debug> TCPHandler: Processed in 0.001920479 sec.
6697 2025.02.07 10:10:14.924375 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6698 2025.02.07 10:10:14.924515 [ 255 ] {ecf47610-c486-4bd9-8b72-29033003cd4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6699 2025.02.07 10:10:14.924572 [ 255 ] {ecf47610-c486-4bd9-8b72-29033003cd4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6700 2025.02.07 10:10:14.925278 [ 255 ] {ecf47610-c486-4bd9-8b72-29033003cd4c} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6701 2025.02.07 10:10:14.925317 [ 255 ] {ecf47610-c486-4bd9-8b72-29033003cd4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6702 2025.02.07 10:10:14.925680 [ 255 ] {ecf47610-c486-4bd9-8b72-29033003cd4c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6703 2025.02.07 10:10:14.925922 [ 255 ] {ecf47610-c486-4bd9-8b72-29033003cd4c} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6704 2025.02.07 10:10:14.926102 [ 255 ] {ecf47610-c486-4bd9-8b72-29033003cd4c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001618 sec., 149567.36711990112 rows/sec., 10.13 MiB/sec.
6705 2025.02.07 10:10:14.926155 [ 255 ] {ecf47610-c486-4bd9-8b72-29033003cd4c} <Debug> TCPHandler: Processed in 0.001876628 sec.
6706 2025.02.07 10:10:14.926369 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6707 2025.02.07 10:10:14.926590 [ 256 ] {88bb5f48-12ad-4919-a538-b3baa1982cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6708 2025.02.07 10:10:14.926680 [ 256 ] {88bb5f48-12ad-4919-a538-b3baa1982cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6709 2025.02.07 10:10:14.927412 [ 256 ] {88bb5f48-12ad-4919-a538-b3baa1982cda} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6710 2025.02.07 10:10:14.927452 [ 256 ] {88bb5f48-12ad-4919-a538-b3baa1982cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6711 2025.02.07 10:10:14.927801 [ 256 ] {88bb5f48-12ad-4919-a538-b3baa1982cda} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6712 2025.02.07 10:10:14.928045 [ 256 ] {88bb5f48-12ad-4919-a538-b3baa1982cda} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6713 2025.02.07 10:10:14.928213 [ 106 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6714 2025.02.07 10:10:14.928284 [ 106 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6715 2025.02.07 10:10:14.928298 [ 256 ] {88bb5f48-12ad-4919-a538-b3baa1982cda} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001749 sec., 7432.8187535734705 rows/sec., 463.43 KiB/sec.
6716 2025.02.07 10:10:14.928328 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6717 2025.02.07 10:10:14.928447 [ 256 ] {88bb5f48-12ad-4919-a538-b3baa1982cda} <Debug> TCPHandler: Processed in 0.002186684 sec.
6718 2025.02.07 10:10:14.928721 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6719 2025.02.07 10:10:14.928809 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6720 2025.02.07 10:10:14.929149 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6721 2025.02.07 10:10:14.929180 [ 255 ] {e73eb621-eef5-41d7-bb78-5207289adfb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6722 2025.02.07 10:10:14.929221 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part
6723 2025.02.07 10:10:14.929280 [ 255 ] {e73eb621-eef5-41d7-bb78-5207289adfb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6724 2025.02.07 10:10:14.929473 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part
6725 2025.02.07 10:10:14.929801 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part
6726 2025.02.07 10:10:14.930090 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
6727 2025.02.07 10:10:14.930379 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part
6728 2025.02.07 10:10:14.932469 [ 255 ] {e73eb621-eef5-41d7-bb78-5207289adfb5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6729 2025.02.07 10:10:14.932559 [ 255 ] {e73eb621-eef5-41d7-bb78-5207289adfb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6730 2025.02.07 10:10:14.932769 [ 200 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004311507 sec., 15075.935166056786 rows/sec., 998.87 KiB/sec.
6731 2025.02.07 10:10:14.932995 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6732 2025.02.07 10:10:14.933380 [ 255 ] {e73eb621-eef5-41d7-bb78-5207289adfb5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6733 2025.02.07 10:10:14.933522 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6734 2025.02.07 10:10:14.933702 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_21_5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6735 2025.02.07 10:10:14.933891 [ 255 ] {e73eb621-eef5-41d7-bb78-5207289adfb5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6736 2025.02.07 10:10:14.933891 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6737 2025.02.07 10:10:14.934137 [ 255 ] {e73eb621-eef5-41d7-bb78-5207289adfb5} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005034 sec., 166865.315852205 rows/sec., 12.05 MiB/sec.
6738 2025.02.07 10:10:14.934272 [ 255 ] {e73eb621-eef5-41d7-bb78-5207289adfb5} <Debug> TCPHandler: Processed in 0.005704345 sec.
6739 2025.02.07 10:10:14.934476 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6740 2025.02.07 10:10:14.934615 [ 256 ] {4d6de3b2-11d9-440d-b1e9-97687f1ab3b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6741 2025.02.07 10:10:14.934674 [ 256 ] {4d6de3b2-11d9-440d-b1e9-97687f1ab3b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6742 2025.02.07 10:10:14.935204 [ 256 ] {4d6de3b2-11d9-440d-b1e9-97687f1ab3b8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6743 2025.02.07 10:10:14.935243 [ 256 ] {4d6de3b2-11d9-440d-b1e9-97687f1ab3b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6744 2025.02.07 10:10:14.935600 [ 256 ] {4d6de3b2-11d9-440d-b1e9-97687f1ab3b8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6745 2025.02.07 10:10:14.935833 [ 256 ] {4d6de3b2-11d9-440d-b1e9-97687f1ab3b8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6746 2025.02.07 10:10:14.936048 [ 256 ] {4d6de3b2-11d9-440d-b1e9-97687f1ab3b8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec.
6747 2025.02.07 10:10:14.936097 [ 256 ] {4d6de3b2-11d9-440d-b1e9-97687f1ab3b8} <Debug> TCPHandler: Processed in 0.001727675 sec.
6748 2025.02.07 10:10:14.936254 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6749 2025.02.07 10:10:14.936397 [ 255 ] {40a3ce35-2488-40d7-9e1e-75431c8ef704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6750 2025.02.07 10:10:14.936459 [ 255 ] {40a3ce35-2488-40d7-9e1e-75431c8ef704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6751 2025.02.07 10:10:14.937283 [ 255 ] {40a3ce35-2488-40d7-9e1e-75431c8ef704} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6752 2025.02.07 10:10:14.937321 [ 255 ] {40a3ce35-2488-40d7-9e1e-75431c8ef704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6753 2025.02.07 10:10:14.937763 [ 255 ] {40a3ce35-2488-40d7-9e1e-75431c8ef704} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6754 2025.02.07 10:10:14.938016 [ 255 ] {40a3ce35-2488-40d7-9e1e-75431c8ef704} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6755 2025.02.07 10:10:14.938207 [ 255 ] {40a3ce35-2488-40d7-9e1e-75431c8ef704} <Debug> executeQuery: Read 924 rows, 63.16 KiB in 0.001842 sec., 501628.664495114 rows/sec., 33.49 MiB/sec.
6756 2025.02.07 10:10:14.938258 [ 255 ] {40a3ce35-2488-40d7-9e1e-75431c8ef704} <Debug> TCPHandler: Processed in 0.002076932 sec.
6757 2025.02.07 10:10:14.938464 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6758 2025.02.07 10:10:14.938685 [ 256 ] {2127ec69-c465-4a4f-88ed-30e4e2c9b039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6759 2025.02.07 10:10:14.938780 [ 256 ] {2127ec69-c465-4a4f-88ed-30e4e2c9b039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6760 2025.02.07 10:10:14.939375 [ 256 ] {2127ec69-c465-4a4f-88ed-30e4e2c9b039} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6761 2025.02.07 10:10:14.939416 [ 256 ] {2127ec69-c465-4a4f-88ed-30e4e2c9b039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6762 2025.02.07 10:10:14.939778 [ 256 ] {2127ec69-c465-4a4f-88ed-30e4e2c9b039} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6763 2025.02.07 10:10:14.940015 [ 256 ] {2127ec69-c465-4a4f-88ed-30e4e2c9b039} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6764 2025.02.07 10:10:14.940217 [ 256 ] {2127ec69-c465-4a4f-88ed-30e4e2c9b039} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001587 sec., 630.1197227473219 rows/sec., 42.46 KiB/sec.
6765 2025.02.07 10:10:14.940267 [ 256 ] {2127ec69-c465-4a4f-88ed-30e4e2c9b039} <Debug> TCPHandler: Processed in 0.001912549 sec.
6766 2025.02.07 10:10:14.940421 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6767 2025.02.07 10:10:14.940562 [ 255 ] {b5e445e2-cdbc-4885-a09b-3b68e71bbe6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6768 2025.02.07 10:10:14.940620 [ 255 ] {b5e445e2-cdbc-4885-a09b-3b68e71bbe6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6769 2025.02.07 10:10:14.941141 [ 255 ] {b5e445e2-cdbc-4885-a09b-3b68e71bbe6a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6770 2025.02.07 10:10:14.941178 [ 255 ] {b5e445e2-cdbc-4885-a09b-3b68e71bbe6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6771 2025.02.07 10:10:14.941543 [ 255 ] {b5e445e2-cdbc-4885-a09b-3b68e71bbe6a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6772 2025.02.07 10:10:14.941778 [ 255 ] {b5e445e2-cdbc-4885-a09b-3b68e71bbe6a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6773 2025.02.07 10:10:14.941952 [ 255 ] {b5e445e2-cdbc-4885-a09b-3b68e71bbe6a} <Debug> executeQuery: Read 74 rows, 4.79 KiB in 0.001422 sec., 52039.3811533052 rows/sec., 3.29 MiB/sec.
6774 2025.02.07 10:10:14.942000 [ 255 ] {b5e445e2-cdbc-4885-a09b-3b68e71bbe6a} <Debug> TCPHandler: Processed in 0.001651054 sec.
6775 2025.02.07 10:10:15.025257 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6776 2025.02.07 10:10:15.025481 [ 255 ] {4957dc31-d2c3-444f-a5c9-9f76c1fdee68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6777 2025.02.07 10:10:15.025564 [ 255 ] {4957dc31-d2c3-444f-a5c9-9f76c1fdee68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6778 2025.02.07 10:10:15.026312 [ 255 ] {4957dc31-d2c3-444f-a5c9-9f76c1fdee68} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6779 2025.02.07 10:10:15.026351 [ 255 ] {4957dc31-d2c3-444f-a5c9-9f76c1fdee68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6780 2025.02.07 10:10:15.026683 [ 255 ] {4957dc31-d2c3-444f-a5c9-9f76c1fdee68} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6781 2025.02.07 10:10:15.026915 [ 255 ] {4957dc31-d2c3-444f-a5c9-9f76c1fdee68} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6782 2025.02.07 10:10:15.027120 [ 255 ] {4957dc31-d2c3-444f-a5c9-9f76c1fdee68} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001693 sec., 17720.023626698166 rows/sec., 1.34 MiB/sec.
6783 2025.02.07 10:10:15.027174 [ 255 ] {4957dc31-d2c3-444f-a5c9-9f76c1fdee68} <Debug> TCPHandler: Processed in 0.002031201 sec.
6784 2025.02.07 10:10:15.027385 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6785 2025.02.07 10:10:15.027614 [ 256 ] {64c3e6af-b656-4291-97d2-9b302ad11630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6786 2025.02.07 10:10:15.027704 [ 256 ] {64c3e6af-b656-4291-97d2-9b302ad11630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6787 2025.02.07 10:10:15.028454 [ 256 ] {64c3e6af-b656-4291-97d2-9b302ad11630} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6788 2025.02.07 10:10:15.028493 [ 256 ] {64c3e6af-b656-4291-97d2-9b302ad11630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6789 2025.02.07 10:10:15.028847 [ 256 ] {64c3e6af-b656-4291-97d2-9b302ad11630} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6790 2025.02.07 10:10:15.029088 [ 256 ] {64c3e6af-b656-4291-97d2-9b302ad11630} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6791 2025.02.07 10:10:15.029327 [ 256 ] {64c3e6af-b656-4291-97d2-9b302ad11630} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001767 sec., 20373.51443123939 rows/sec., 1.59 MiB/sec.
6792 2025.02.07 10:10:15.029379 [ 256 ] {64c3e6af-b656-4291-97d2-9b302ad11630} <Debug> TCPHandler: Processed in 0.002109342 sec.
6793 2025.02.07 10:10:15.029549 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6794 2025.02.07 10:10:15.029690 [ 255 ] {c7e4bb1c-b4fd-40bd-981d-a0c91aa88765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6795 2025.02.07 10:10:15.029748 [ 255 ] {c7e4bb1c-b4fd-40bd-981d-a0c91aa88765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6796 2025.02.07 10:10:15.030301 [ 255 ] {c7e4bb1c-b4fd-40bd-981d-a0c91aa88765} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6797 2025.02.07 10:10:15.030340 [ 255 ] {c7e4bb1c-b4fd-40bd-981d-a0c91aa88765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6798 2025.02.07 10:10:15.030697 [ 255 ] {c7e4bb1c-b4fd-40bd-981d-a0c91aa88765} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6799 2025.02.07 10:10:15.030940 [ 255 ] {c7e4bb1c-b4fd-40bd-981d-a0c91aa88765} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6800 2025.02.07 10:10:15.031184 [ 255 ] {c7e4bb1c-b4fd-40bd-981d-a0c91aa88765} <Debug> executeQuery: Read 22 rows, 1.57 KiB in 0.001519 sec., 14483.212639894668 rows/sec., 1.01 MiB/sec.
6801 2025.02.07 10:10:15.031275 [ 255 ] {c7e4bb1c-b4fd-40bd-981d-a0c91aa88765} <Debug> TCPHandler: Processed in 0.001791187 sec.
6802 2025.02.07 10:10:15.031546 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6803 2025.02.07 10:10:15.031774 [ 256 ] {ce9d7a50-e3dc-4a9d-95ad-fa02696c20d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6804 2025.02.07 10:10:15.031866 [ 256 ] {ce9d7a50-e3dc-4a9d-95ad-fa02696c20d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6805 2025.02.07 10:10:15.032414 [ 256 ] {ce9d7a50-e3dc-4a9d-95ad-fa02696c20d1} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6806 2025.02.07 10:10:15.032453 [ 256 ] {ce9d7a50-e3dc-4a9d-95ad-fa02696c20d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6807 2025.02.07 10:10:15.032813 [ 256 ] {ce9d7a50-e3dc-4a9d-95ad-fa02696c20d1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6808 2025.02.07 10:10:15.033048 [ 256 ] {ce9d7a50-e3dc-4a9d-95ad-fa02696c20d1} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6809 2025.02.07 10:10:15.033313 [ 256 ] {ce9d7a50-e3dc-4a9d-95ad-fa02696c20d1} <Debug> executeQuery: Read 8 rows, 560.00 B in 0.001583 sec., 5053.695514845231 rows/sec., 345.47 KiB/sec.
6810 2025.02.07 10:10:15.033387 [ 256 ] {ce9d7a50-e3dc-4a9d-95ad-fa02696c20d1} <Debug> TCPHandler: Processed in 0.002009341 sec.
6811 2025.02.07 10:10:16.740828 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
6812 2025.02.07 10:10:16.741750 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6813 2025.02.07 10:10:16.741837 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6814 2025.02.07 10:10:16.742528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6815 2025.02.07 10:10:16.742858 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6816 2025.02.07 10:10:16.743150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
6817 2025.02.07 10:10:17.892246 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6818 2025.02.07 10:10:17.912223 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6819 2025.02.07 10:10:17.912280 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6820 2025.02.07 10:10:17.919731 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6821 2025.02.07 10:10:17.920524 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6822 2025.02.07 10:10:17.923871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6823 2025.02.07 10:10:19.351117 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 946
6824 2025.02.07 10:10:19.354544 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6825 2025.02.07 10:10:19.354600 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6826 2025.02.07 10:10:19.356086 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6827 2025.02.07 10:10:19.356390 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6828 2025.02.07 10:10:19.357476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 946
6829 2025.02.07 10:10:20.033326 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6830 2025.02.07 10:10:20.033521 [ 255 ] {f74c30f9-b9c5-4421-942b-06540961e2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6831 2025.02.07 10:10:20.033595 [ 255 ] {f74c30f9-b9c5-4421-942b-06540961e2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6832 2025.02.07 10:10:20.034419 [ 255 ] {f74c30f9-b9c5-4421-942b-06540961e2fc} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6833 2025.02.07 10:10:20.034474 [ 255 ] {f74c30f9-b9c5-4421-942b-06540961e2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6834 2025.02.07 10:10:20.034937 [ 255 ] {f74c30f9-b9c5-4421-942b-06540961e2fc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6835 2025.02.07 10:10:20.035208 [ 255 ] {f74c30f9-b9c5-4421-942b-06540961e2fc} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6836 2025.02.07 10:10:20.035428 [ 83 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6837 2025.02.07 10:10:20.035455 [ 255 ] {f74c30f9-b9c5-4421-942b-06540961e2fc} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001986 sec., 67472.30614300101 rows/sec., 5.81 MiB/sec.
6838 2025.02.07 10:10:20.035508 [ 83 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6839 2025.02.07 10:10:20.035578 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6840 2025.02.07 10:10:20.035601 [ 255 ] {f74c30f9-b9c5-4421-942b-06540961e2fc} <Debug> TCPHandler: Processed in 0.002411769 sec.
6841 2025.02.07 10:10:20.035903 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
6842 2025.02.07 10:10:20.035946 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6843 2025.02.07 10:10:20.036423 [ 256 ] {3e84035b-f2b8-47cd-a093-b042e420f109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6844 2025.02.07 10:10:20.036520 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6845 2025.02.07 10:10:20.036591 [ 256 ] {3e84035b-f2b8-47cd-a093-b042e420f109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6846 2025.02.07 10:10:20.036616 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1431 rows starting from the beginning of the part
6847 2025.02.07 10:10:20.037262 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 203 rows starting from the beginning of the part
6848 2025.02.07 10:10:20.037983 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 134 rows starting from the beginning of the part
6849 2025.02.07 10:10:20.038428 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1344 rows starting from the beginning of the part
6850 2025.02.07 10:10:20.038738 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 30 rows starting from the beginning of the part
6851 2025.02.07 10:10:20.038844 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 134 rows starting from the beginning of the part
6852 2025.02.07 10:10:20.039953 [ 256 ] {3e84035b-f2b8-47cd-a093-b042e420f109} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6853 2025.02.07 10:10:20.040022 [ 256 ] {3e84035b-f2b8-47cd-a093-b042e420f109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6854 2025.02.07 10:10:20.041100 [ 256 ] {3e84035b-f2b8-47cd-a093-b042e420f109} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6855 2025.02.07 10:10:20.041609 [ 256 ] {3e84035b-f2b8-47cd-a093-b042e420f109} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6856 2025.02.07 10:10:20.041881 [ 256 ] {3e84035b-f2b8-47cd-a093-b042e420f109} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005656 sec., 6895.3323903818955 rows/sec., 518.50 KiB/sec.
6857 2025.02.07 10:10:20.041948 [ 256 ] {3e84035b-f2b8-47cd-a093-b042e420f109} <Debug> TCPHandler: Processed in 0.006224096 sec.
6858 2025.02.07 10:10:20.042190 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6859 2025.02.07 10:10:20.042429 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3276 rows, containing 5 columns (5 merged, 0 gathered) in 0.006742306 sec., 485887.17272695724 rows/sec., 42.45 MiB/sec.
6860 2025.02.07 10:10:20.042461 [ 255 ] {3df0e9aa-3663-406f-b62b-6c9d24bf9f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6861 2025.02.07 10:10:20.042531 [ 255 ] {3df0e9aa-3663-406f-b62b-6c9d24bf9f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6862 2025.02.07 10:10:20.042746 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6863 2025.02.07 10:10:20.043373 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6864 2025.02.07 10:10:20.043616 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_51_10} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6865 2025.02.07 10:10:20.043790 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
6866 2025.02.07 10:10:20.043941 [ 255 ] {3df0e9aa-3663-406f-b62b-6c9d24bf9f31} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6867 2025.02.07 10:10:20.043990 [ 255 ] {3df0e9aa-3663-406f-b62b-6c9d24bf9f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6868 2025.02.07 10:10:20.044392 [ 255 ] {3df0e9aa-3663-406f-b62b-6c9d24bf9f31} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6869 2025.02.07 10:10:20.044648 [ 255 ] {3df0e9aa-3663-406f-b62b-6c9d24bf9f31} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6870 2025.02.07 10:10:20.044846 [ 83 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6871 2025.02.07 10:10:20.044903 [ 83 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6872 2025.02.07 10:10:20.044922 [ 255 ] {3df0e9aa-3663-406f-b62b-6c9d24bf9f31} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002503 sec., 41150.61925689173 rows/sec., 3.21 MiB/sec.
6873 2025.02.07 10:10:20.044955 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6874 2025.02.07 10:10:20.045133 [ 255 ] {3df0e9aa-3663-406f-b62b-6c9d24bf9f31} <Debug> TCPHandler: Processed in 0.003086473 sec.
6875 2025.02.07 10:10:20.045288 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
6876 2025.02.07 10:10:20.045456 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6877 2025.02.07 10:10:20.045921 [ 256 ] {d8457d38-3049-4fcf-9128-f406b8a27053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6878 2025.02.07 10:10:20.046038 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6879 2025.02.07 10:10:20.046146 [ 256 ] {d8457d38-3049-4fcf-9128-f406b8a27053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6880 2025.02.07 10:10:20.046195 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part
6881 2025.02.07 10:10:20.046603 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 382 rows starting from the beginning of the part
6882 2025.02.07 10:10:20.047083 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 103 rows starting from the beginning of the part
6883 2025.02.07 10:10:20.047522 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 840 rows starting from the beginning of the part
6884 2025.02.07 10:10:20.047724 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
6885 2025.02.07 10:10:20.048038 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 103 rows starting from the beginning of the part
6886 2025.02.07 10:10:20.048961 [ 256 ] {d8457d38-3049-4fcf-9128-f406b8a27053} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6887 2025.02.07 10:10:20.049048 [ 256 ] {d8457d38-3049-4fcf-9128-f406b8a27053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6888 2025.02.07 10:10:20.050095 [ 256 ] {d8457d38-3049-4fcf-9128-f406b8a27053} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6889 2025.02.07 10:10:20.050509 [ 256 ] {d8457d38-3049-4fcf-9128-f406b8a27053} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6890 2025.02.07 10:10:20.050961 [ 256 ] {d8457d38-3049-4fcf-9128-f406b8a27053} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00519 sec., 30828.516377649325 rows/sec., 2.15 MiB/sec.
6891 2025.02.07 10:10:20.051216 [ 256 ] {d8457d38-3049-4fcf-9128-f406b8a27053} <Debug> TCPHandler: Processed in 0.00592527 sec.
6892 2025.02.07 10:10:20.051271 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 5 columns (5 merged, 0 gathered) in 0.006193165 sec., 383810.2165855423 rows/sec., 29.40 MiB/sec.
6893 2025.02.07 10:10:20.051489 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6894 2025.02.07 10:10:20.051507 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6895 2025.02.07 10:10:20.051787 [ 255 ] {be8b4d2d-1627-43c5-9928-19439d9a5344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6896 2025.02.07 10:10:20.051971 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6897 2025.02.07 10:10:20.052020 [ 255 ] {be8b4d2d-1627-43c5-9928-19439d9a5344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6898 2025.02.07 10:10:20.052181 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_51_10} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6899 2025.02.07 10:10:20.052429 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
6900 2025.02.07 10:10:20.053607 [ 255 ] {be8b4d2d-1627-43c5-9928-19439d9a5344} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6901 2025.02.07 10:10:20.053654 [ 255 ] {be8b4d2d-1627-43c5-9928-19439d9a5344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6902 2025.02.07 10:10:20.054363 [ 255 ] {be8b4d2d-1627-43c5-9928-19439d9a5344} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6903 2025.02.07 10:10:20.054640 [ 255 ] {be8b4d2d-1627-43c5-9928-19439d9a5344} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6904 2025.02.07 10:10:20.054958 [ 255 ] {be8b4d2d-1627-43c5-9928-19439d9a5344} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00326 sec., 11963.190184049081 rows/sec., 21.44 MiB/sec.
6905 2025.02.07 10:10:20.055390 [ 255 ] {be8b4d2d-1627-43c5-9928-19439d9a5344} <Debug> TCPHandler: Processed in 0.004038372 sec.
6906 2025.02.07 10:10:20.055554 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6907 2025.02.07 10:10:20.055691 [ 256 ] {e8814332-ca05-41eb-a733-e0c2fc0f8eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6908 2025.02.07 10:10:20.055751 [ 256 ] {e8814332-ca05-41eb-a733-e0c2fc0f8eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6909 2025.02.07 10:10:20.056301 [ 256 ] {e8814332-ca05-41eb-a733-e0c2fc0f8eca} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6910 2025.02.07 10:10:20.056340 [ 256 ] {e8814332-ca05-41eb-a733-e0c2fc0f8eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6911 2025.02.07 10:10:20.056715 [ 256 ] {e8814332-ca05-41eb-a733-e0c2fc0f8eca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6912 2025.02.07 10:10:20.056946 [ 256 ] {e8814332-ca05-41eb-a733-e0c2fc0f8eca} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6913 2025.02.07 10:10:20.057183 [ 256 ] {e8814332-ca05-41eb-a733-e0c2fc0f8eca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec.
6914 2025.02.07 10:10:20.057252 [ 256 ] {e8814332-ca05-41eb-a733-e0c2fc0f8eca} <Debug> TCPHandler: Processed in 0.001764295 sec.
6915 2025.02.07 10:10:24.110547 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
6916 2025.02.07 10:10:24.110621 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
6917 2025.02.07 10:10:24.243304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
6918 2025.02.07 10:10:24.244401 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6919 2025.02.07 10:10:24.244452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6920 2025.02.07 10:10:24.245006 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6921 2025.02.07 10:10:24.245274 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6922 2025.02.07 10:10:24.245541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
6923 2025.02.07 10:10:25.036074 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6924 2025.02.07 10:10:25.036294 [ 255 ] {0e9182df-5d7d-46bb-9a7f-37464e0317d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6925 2025.02.07 10:10:25.036365 [ 255 ] {0e9182df-5d7d-46bb-9a7f-37464e0317d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6926 2025.02.07 10:10:25.037108 [ 255 ] {0e9182df-5d7d-46bb-9a7f-37464e0317d4} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6927 2025.02.07 10:10:25.037154 [ 255 ] {0e9182df-5d7d-46bb-9a7f-37464e0317d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6928 2025.02.07 10:10:25.037638 [ 255 ] {0e9182df-5d7d-46bb-9a7f-37464e0317d4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6929 2025.02.07 10:10:25.037904 [ 255 ] {0e9182df-5d7d-46bb-9a7f-37464e0317d4} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6930 2025.02.07 10:10:25.038147 [ 255 ] {0e9182df-5d7d-46bb-9a7f-37464e0317d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec.
6931 2025.02.07 10:10:25.038372 [ 255 ] {0e9182df-5d7d-46bb-9a7f-37464e0317d4} <Debug> TCPHandler: Processed in 0.002437779 sec.
6932 2025.02.07 10:10:25.038668 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6933 2025.02.07 10:10:25.038879 [ 256 ] {d09bd39e-c59c-4023-8d8c-0a2da6c704e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6934 2025.02.07 10:10:25.038959 [ 256 ] {d09bd39e-c59c-4023-8d8c-0a2da6c704e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6935 2025.02.07 10:10:25.039847 [ 256 ] {d09bd39e-c59c-4023-8d8c-0a2da6c704e3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6936 2025.02.07 10:10:25.039895 [ 256 ] {d09bd39e-c59c-4023-8d8c-0a2da6c704e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6937 2025.02.07 10:10:25.040357 [ 256 ] {d09bd39e-c59c-4023-8d8c-0a2da6c704e3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6938 2025.02.07 10:10:25.040610 [ 256 ] {d09bd39e-c59c-4023-8d8c-0a2da6c704e3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6939 2025.02.07 10:10:25.040848 [ 256 ] {d09bd39e-c59c-4023-8d8c-0a2da6c704e3} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002026 sec., 100197.4333662389 rows/sec., 8.65 MiB/sec.
6940 2025.02.07 10:10:25.040913 [ 256 ] {d09bd39e-c59c-4023-8d8c-0a2da6c704e3} <Debug> TCPHandler: Processed in 0.002392659 sec.
6941 2025.02.07 10:10:25.041068 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6942 2025.02.07 10:10:25.041202 [ 255 ] {60c9fdea-c72e-4100-ae43-60ca81f91130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6943 2025.02.07 10:10:25.041254 [ 255 ] {60c9fdea-c72e-4100-ae43-60ca81f91130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6944 2025.02.07 10:10:25.041964 [ 255 ] {60c9fdea-c72e-4100-ae43-60ca81f91130} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6945 2025.02.07 10:10:25.042014 [ 255 ] {60c9fdea-c72e-4100-ae43-60ca81f91130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6946 2025.02.07 10:10:25.042430 [ 255 ] {60c9fdea-c72e-4100-ae43-60ca81f91130} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6947 2025.02.07 10:10:25.042682 [ 255 ] {60c9fdea-c72e-4100-ae43-60ca81f91130} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6948 2025.02.07 10:10:25.042913 [ 255 ] {60c9fdea-c72e-4100-ae43-60ca81f91130} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001742 sec., 4018.369690011481 rows/sec., 261.80 KiB/sec.
6949 2025.02.07 10:10:25.042969 [ 255 ] {60c9fdea-c72e-4100-ae43-60ca81f91130} <Debug> TCPHandler: Processed in 0.001962309 sec.
6950 2025.02.07 10:10:25.043121 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6951 2025.02.07 10:10:25.043244 [ 256 ] {5988c59d-bfef-4924-8ca4-37e9e35ebf22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6952 2025.02.07 10:10:25.043314 [ 256 ] {5988c59d-bfef-4924-8ca4-37e9e35ebf22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6953 2025.02.07 10:10:25.044355 [ 256 ] {5988c59d-bfef-4924-8ca4-37e9e35ebf22} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6954 2025.02.07 10:10:25.044396 [ 256 ] {5988c59d-bfef-4924-8ca4-37e9e35ebf22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6955 2025.02.07 10:10:25.044758 [ 256 ] {5988c59d-bfef-4924-8ca4-37e9e35ebf22} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6956 2025.02.07 10:10:25.044996 [ 256 ] {5988c59d-bfef-4924-8ca4-37e9e35ebf22} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6957 2025.02.07 10:10:25.045264 [ 256 ] {5988c59d-bfef-4924-8ca4-37e9e35ebf22} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002042 sec., 6856.023506366308 rows/sec., 480.15 KiB/sec.
6958 2025.02.07 10:10:25.045533 [ 256 ] {5988c59d-bfef-4924-8ca4-37e9e35ebf22} <Debug> TCPHandler: Processed in 0.0024657 sec.
6959 2025.02.07 10:10:25.045772 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6960 2025.02.07 10:10:25.045913 [ 255 ] {73822d7b-ce22-45e5-9618-301df015ff49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6961 2025.02.07 10:10:25.045971 [ 255 ] {73822d7b-ce22-45e5-9618-301df015ff49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6962 2025.02.07 10:10:25.046603 [ 255 ] {73822d7b-ce22-45e5-9618-301df015ff49} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6963 2025.02.07 10:10:25.046643 [ 255 ] {73822d7b-ce22-45e5-9618-301df015ff49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6964 2025.02.07 10:10:25.046999 [ 255 ] {73822d7b-ce22-45e5-9618-301df015ff49} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6965 2025.02.07 10:10:25.047248 [ 255 ] {73822d7b-ce22-45e5-9618-301df015ff49} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6966 2025.02.07 10:10:25.047508 [ 255 ] {73822d7b-ce22-45e5-9618-301df015ff49} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001624 sec., 8004.926108374384 rows/sec., 499.11 KiB/sec.
6967 2025.02.07 10:10:25.047662 [ 255 ] {73822d7b-ce22-45e5-9618-301df015ff49} <Debug> TCPHandler: Processed in 0.00200349 sec.
6968 2025.02.07 10:10:25.047975 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6969 2025.02.07 10:10:25.048197 [ 256 ] {985d7b85-7edf-4974-a456-c489a76942b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6970 2025.02.07 10:10:25.048286 [ 256 ] {985d7b85-7edf-4974-a456-c489a76942b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6971 2025.02.07 10:10:25.049017 [ 256 ] {985d7b85-7edf-4974-a456-c489a76942b7} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6972 2025.02.07 10:10:25.049056 [ 256 ] {985d7b85-7edf-4974-a456-c489a76942b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6973 2025.02.07 10:10:25.049440 [ 256 ] {985d7b85-7edf-4974-a456-c489a76942b7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6974 2025.02.07 10:10:25.049679 [ 256 ] {985d7b85-7edf-4974-a456-c489a76942b7} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6975 2025.02.07 10:10:25.049916 [ 256 ] {985d7b85-7edf-4974-a456-c489a76942b7} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001775 sec., 215211.2676056338 rows/sec., 15.23 MiB/sec.
6976 2025.02.07 10:10:25.050127 [ 256 ] {985d7b85-7edf-4974-a456-c489a76942b7} <Debug> TCPHandler: Processed in 0.002353898 sec.
6977 2025.02.07 10:10:25.050360 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6978 2025.02.07 10:10:25.050496 [ 255 ] {1c17a784-c37b-47b7-9a4f-d2de76669722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6979 2025.02.07 10:10:25.050554 [ 255 ] {1c17a784-c37b-47b7-9a4f-d2de76669722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6980 2025.02.07 10:10:25.051123 [ 255 ] {1c17a784-c37b-47b7-9a4f-d2de76669722} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6981 2025.02.07 10:10:25.051171 [ 255 ] {1c17a784-c37b-47b7-9a4f-d2de76669722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6982 2025.02.07 10:10:25.051560 [ 255 ] {1c17a784-c37b-47b7-9a4f-d2de76669722} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6983 2025.02.07 10:10:25.051806 [ 255 ] {1c17a784-c37b-47b7-9a4f-d2de76669722} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6984 2025.02.07 10:10:25.052108 [ 255 ] {1c17a784-c37b-47b7-9a4f-d2de76669722} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001613 sec., 3719.7768133911964 rows/sec., 194.34 KiB/sec.
6985 2025.02.07 10:10:25.052298 [ 255 ] {1c17a784-c37b-47b7-9a4f-d2de76669722} <Debug> TCPHandler: Processed in 0.002057842 sec.
6986 2025.02.07 10:10:25.052525 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6987 2025.02.07 10:10:25.052744 [ 256 ] {d6aad927-2f09-41f0-8e35-42e210fb4583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6988 2025.02.07 10:10:25.052839 [ 256 ] {d6aad927-2f09-41f0-8e35-42e210fb4583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6989 2025.02.07 10:10:25.053631 [ 256 ] {d6aad927-2f09-41f0-8e35-42e210fb4583} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6990 2025.02.07 10:10:25.053670 [ 256 ] {d6aad927-2f09-41f0-8e35-42e210fb4583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6991 2025.02.07 10:10:25.054060 [ 256 ] {d6aad927-2f09-41f0-8e35-42e210fb4583} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6992 2025.02.07 10:10:25.054309 [ 256 ] {d6aad927-2f09-41f0-8e35-42e210fb4583} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6993 2025.02.07 10:10:25.054516 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6994 2025.02.07 10:10:25.054554 [ 256 ] {d6aad927-2f09-41f0-8e35-42e210fb4583} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001865 sec., 127077.74798927615 rows/sec., 8.52 MiB/sec.
6995 2025.02.07 10:10:25.054628 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6996 2025.02.07 10:10:25.054682 [ 256 ] {d6aad927-2f09-41f0-8e35-42e210fb4583} <Debug> TCPHandler: Processed in 0.002279276 sec.
6997 2025.02.07 10:10:25.054710 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
6998 2025.02.07 10:10:25.054867 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6999 2025.02.07 10:10:25.054942 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
7000 2025.02.07 10:10:25.055014 [ 255 ] {0f3eaa81-5d26-47a4-a81b-ca546123c78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7001 2025.02.07 10:10:25.055085 [ 255 ] {0f3eaa81-5d26-47a4-a81b-ca546123c78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7002 2025.02.07 10:10:25.055161 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7003 2025.02.07 10:10:25.055224 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13162 rows starting from the beginning of the part
7004 2025.02.07 10:10:25.055489 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
7005 2025.02.07 10:10:25.055930 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 924 rows starting from the beginning of the part
7006 2025.02.07 10:10:25.056181 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 22 rows starting from the beginning of the part
7007 2025.02.07 10:10:25.056538 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part
7008 2025.02.07 10:10:25.056701 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part
7009 2025.02.07 10:10:25.057047 [ 255 ] {0f3eaa81-5d26-47a4-a81b-ca546123c78b} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7010 2025.02.07 10:10:25.057094 [ 255 ] {0f3eaa81-5d26-47a4-a81b-ca546123c78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7011 2025.02.07 10:10:25.057553 [ 255 ] {0f3eaa81-5d26-47a4-a81b-ca546123c78b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7012 2025.02.07 10:10:25.057861 [ 255 ] {0f3eaa81-5d26-47a4-a81b-ca546123c78b} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7013 2025.02.07 10:10:25.058221 [ 255 ] {0f3eaa81-5d26-47a4-a81b-ca546123c78b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00324 sec., 308.641975308642 rows/sec., 20.80 KiB/sec.
7014 2025.02.07 10:10:25.058313 [ 255 ] {0f3eaa81-5d26-47a4-a81b-ca546123c78b} <Debug> TCPHandler: Processed in 0.003541362 sec.
7015 2025.02.07 10:10:25.058515 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7016 2025.02.07 10:10:25.058831 [ 256 ] {2e0f68a6-df37-43bc-8873-d89fbe048a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7017 2025.02.07 10:10:25.058928 [ 256 ] {2e0f68a6-df37-43bc-8873-d89fbe048a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7018 2025.02.07 10:10:25.059640 [ 256 ] {2e0f68a6-df37-43bc-8873-d89fbe048a5a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7019 2025.02.07 10:10:25.059692 [ 256 ] {2e0f68a6-df37-43bc-8873-d89fbe048a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7020 2025.02.07 10:10:25.060232 [ 256 ] {2e0f68a6-df37-43bc-8873-d89fbe048a5a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7021 2025.02.07 10:10:25.060508 [ 256 ] {2e0f68a6-df37-43bc-8873-d89fbe048a5a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7022 2025.02.07 10:10:25.060736 [ 103 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7023 2025.02.07 10:10:25.060851 [ 256 ] {2e0f68a6-df37-43bc-8873-d89fbe048a5a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002105 sec., 38954.869358669835 rows/sec., 2.47 MiB/sec.
7024 2025.02.07 10:10:25.060857 [ 103 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7025 2025.02.07 10:10:25.060955 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7026 2025.02.07 10:10:25.061012 [ 256 ] {2e0f68a6-df37-43bc-8873-d89fbe048a5a} <Debug> TCPHandler: Processed in 0.002595142 sec.
7027 2025.02.07 10:10:25.061537 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
7028 2025.02.07 10:10:25.061658 [ 186 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14665 rows, containing 5 columns (5 merged, 0 gathered) in 0.006793497 sec., 2158682.045491446 rows/sec., 145.66 MiB/sec.
7029 2025.02.07 10:10:25.061773 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7030 2025.02.07 10:10:25.061817 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2672 rows starting from the beginning of the part
7031 2025.02.07 10:10:25.061946 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
7032 2025.02.07 10:10:25.062090 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 74 rows starting from the beginning of the part
7033 2025.02.07 10:10:25.062375 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7034 2025.02.07 10:10:25.062405 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
7035 2025.02.07 10:10:25.062751 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part
7036 2025.02.07 10:10:25.062991 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part
7037 2025.02.07 10:10:25.063340 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7038 2025.02.07 10:10:25.063576 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7039 2025.02.07 10:10:25.063728 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB.
7040 2025.02.07 10:10:25.064913 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003722055 sec., 794184.9327857863 rows/sec., 51.58 MiB/sec.
7041 2025.02.07 10:10:25.065161 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7042 2025.02.07 10:10:25.065465 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_51_10} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7043 2025.02.07 10:10:25.065550 [ 191 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_51_10} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7044 2025.02.07 10:10:25.065627 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
7045 2025.02.07 10:10:25.423924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7046 2025.02.07 10:10:25.445119 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7047 2025.02.07 10:10:25.445188 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7048 2025.02.07 10:10:25.452716 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7049 2025.02.07 10:10:25.453481 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7050 2025.02.07 10:10:25.456039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7051 2025.02.07 10:10:29.357687 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 978
7052 2025.02.07 10:10:29.360809 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7053 2025.02.07 10:10:29.360870 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7054 2025.02.07 10:10:29.362393 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7055 2025.02.07 10:10:29.362715 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7056 2025.02.07 10:10:29.363345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 978
7057 2025.02.07 10:10:30.033338 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7058 2025.02.07 10:10:30.033543 [ 255 ] {b3151385-5e64-4ec9-ba27-f7c0aa8ef745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7059 2025.02.07 10:10:30.033624 [ 255 ] {b3151385-5e64-4ec9-ba27-f7c0aa8ef745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7060 2025.02.07 10:10:30.034490 [ 255 ] {b3151385-5e64-4ec9-ba27-f7c0aa8ef745} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7061 2025.02.07 10:10:30.034540 [ 255 ] {b3151385-5e64-4ec9-ba27-f7c0aa8ef745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7062 2025.02.07 10:10:30.034971 [ 255 ] {b3151385-5e64-4ec9-ba27-f7c0aa8ef745} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7063 2025.02.07 10:10:30.035231 [ 255 ] {b3151385-5e64-4ec9-ba27-f7c0aa8ef745} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7064 2025.02.07 10:10:30.035491 [ 255 ] {b3151385-5e64-4ec9-ba27-f7c0aa8ef745} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001997 sec., 4006.0090135202804 rows/sec., 326.66 KiB/sec.
7065 2025.02.07 10:10:30.035657 [ 255 ] {b3151385-5e64-4ec9-ba27-f7c0aa8ef745} <Debug> TCPHandler: Processed in 0.002450269 sec.
7066 2025.02.07 10:10:30.035932 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7067 2025.02.07 10:10:30.036120 [ 256 ] {f0ecd34a-04b2-4417-8ce6-19cb5da64975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7068 2025.02.07 10:10:30.036192 [ 256 ] {f0ecd34a-04b2-4417-8ce6-19cb5da64975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7069 2025.02.07 10:10:30.037010 [ 256 ] {f0ecd34a-04b2-4417-8ce6-19cb5da64975} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7070 2025.02.07 10:10:30.037054 [ 256 ] {f0ecd34a-04b2-4417-8ce6-19cb5da64975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7071 2025.02.07 10:10:30.037498 [ 256 ] {f0ecd34a-04b2-4417-8ce6-19cb5da64975} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7072 2025.02.07 10:10:30.037765 [ 256 ] {f0ecd34a-04b2-4417-8ce6-19cb5da64975} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7073 2025.02.07 10:10:30.037967 [ 256 ] {f0ecd34a-04b2-4417-8ce6-19cb5da64975} <Debug> executeQuery: Read 138 rows, 12.10 KiB in 0.001896 sec., 72784.81012658228 rows/sec., 6.23 MiB/sec.
7074 2025.02.07 10:10:30.038082 [ 256 ] {f0ecd34a-04b2-4417-8ce6-19cb5da64975} <Debug> TCPHandler: Processed in 0.002288017 sec.
7075 2025.02.07 10:10:30.038291 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7076 2025.02.07 10:10:30.038433 [ 255 ] {42ffaf26-c626-481a-a72a-f24da6fbdcc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7077 2025.02.07 10:10:30.038491 [ 255 ] {42ffaf26-c626-481a-a72a-f24da6fbdcc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7078 2025.02.07 10:10:30.039193 [ 255 ] {42ffaf26-c626-481a-a72a-f24da6fbdcc5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7079 2025.02.07 10:10:30.039236 [ 255 ] {42ffaf26-c626-481a-a72a-f24da6fbdcc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7080 2025.02.07 10:10:30.039635 [ 255 ] {42ffaf26-c626-481a-a72a-f24da6fbdcc5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7081 2025.02.07 10:10:30.039886 [ 255 ] {42ffaf26-c626-481a-a72a-f24da6fbdcc5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7082 2025.02.07 10:10:30.040065 [ 116 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7083 2025.02.07 10:10:30.040126 [ 255 ] {42ffaf26-c626-481a-a72a-f24da6fbdcc5} <Debug> executeQuery: Read 47 rows, 3.49 KiB in 0.001716 sec., 27389.277389277388 rows/sec., 1.99 MiB/sec.
7084 2025.02.07 10:10:30.040153 [ 116 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7085 2025.02.07 10:10:30.040222 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7086 2025.02.07 10:10:30.040238 [ 255 ] {42ffaf26-c626-481a-a72a-f24da6fbdcc5} <Debug> TCPHandler: Processed in 0.002061781 sec.
7087 2025.02.07 10:10:30.040505 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7088 2025.02.07 10:10:30.040606 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
7089 2025.02.07 10:10:30.040889 [ 256 ] {5536e808-d556-40a9-9088-d7a5b5d32648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7090 2025.02.07 10:10:30.041066 [ 256 ] {5536e808-d556-40a9-9088-d7a5b5d32648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7091 2025.02.07 10:10:30.041480 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7092 2025.02.07 10:10:30.041563 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 64 rows starting from the beginning of the part
7093 2025.02.07 10:10:30.041924 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part
7094 2025.02.07 10:10:30.042435 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part
7095 2025.02.07 10:10:30.042821 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part
7096 2025.02.07 10:10:30.042985 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part
7097 2025.02.07 10:10:30.043447 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 47 rows starting from the beginning of the part
7098 2025.02.07 10:10:30.044166 [ 256 ] {5536e808-d556-40a9-9088-d7a5b5d32648} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7099 2025.02.07 10:10:30.044227 [ 256 ] {5536e808-d556-40a9-9088-d7a5b5d32648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7100 2025.02.07 10:10:30.045223 [ 256 ] {5536e808-d556-40a9-9088-d7a5b5d32648} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7101 2025.02.07 10:10:30.045925 [ 256 ] {5536e808-d556-40a9-9088-d7a5b5d32648} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7102 2025.02.07 10:10:30.046088 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.005753027 sec., 35633.41524383598 rows/sec., 2.69 MiB/sec.
7103 2025.02.07 10:10:30.046271 [ 256 ] {5536e808-d556-40a9-9088-d7a5b5d32648} <Debug> executeQuery: Read 111 rows, 8.89 KiB in 0.00555 sec., 20000 rows/sec., 1.56 MiB/sec.
7104 2025.02.07 10:10:30.046291 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7105 2025.02.07 10:10:30.046535 [ 256 ] {5536e808-d556-40a9-9088-d7a5b5d32648} <Debug> TCPHandler: Processed in 0.006173764 sec.
7106 2025.02.07 10:10:30.046823 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7107 2025.02.07 10:10:30.047084 [ 255 ] {2ac4c299-02be-4273-921e-cdedcb897b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7108 2025.02.07 10:10:30.047097 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7109 2025.02.07 10:10:30.047210 [ 255 ] {2ac4c299-02be-4273-921e-cdedcb897b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7110 2025.02.07 10:10:30.047308 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_46_9} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7111 2025.02.07 10:10:30.047516 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7112 2025.02.07 10:10:30.048066 [ 255 ] {2ac4c299-02be-4273-921e-cdedcb897b9d} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7113 2025.02.07 10:10:30.048111 [ 255 ] {2ac4c299-02be-4273-921e-cdedcb897b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7114 2025.02.07 10:10:30.048542 [ 255 ] {2ac4c299-02be-4273-921e-cdedcb897b9d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7115 2025.02.07 10:10:30.048791 [ 255 ] {2ac4c299-02be-4273-921e-cdedcb897b9d} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7116 2025.02.07 10:10:30.049001 [ 255 ] {2ac4c299-02be-4273-921e-cdedcb897b9d} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001975 sec., 83037.9746835443 rows/sec., 5.78 MiB/sec.
7117 2025.02.07 10:10:30.049054 [ 255 ] {2ac4c299-02be-4273-921e-cdedcb897b9d} <Debug> TCPHandler: Processed in 0.002396058 sec.
7118 2025.02.07 10:10:30.049212 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7119 2025.02.07 10:10:30.049332 [ 256 ] {dd85fada-b4c5-4ec6-aefa-8b7ad1ecb88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7120 2025.02.07 10:10:30.049416 [ 256 ] {dd85fada-b4c5-4ec6-aefa-8b7ad1ecb88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7121 2025.02.07 10:10:30.050755 [ 256 ] {dd85fada-b4c5-4ec6-aefa-8b7ad1ecb88b} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7122 2025.02.07 10:10:30.050794 [ 256 ] {dd85fada-b4c5-4ec6-aefa-8b7ad1ecb88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7123 2025.02.07 10:10:30.051490 [ 256 ] {dd85fada-b4c5-4ec6-aefa-8b7ad1ecb88b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7124 2025.02.07 10:10:30.051766 [ 256 ] {dd85fada-b4c5-4ec6-aefa-8b7ad1ecb88b} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7125 2025.02.07 10:10:30.052016 [ 256 ] {dd85fada-b4c5-4ec6-aefa-8b7ad1ecb88b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002709 sec., 14396.456256921372 rows/sec., 25.80 MiB/sec.
7126 2025.02.07 10:10:30.052431 [ 256 ] {dd85fada-b4c5-4ec6-aefa-8b7ad1ecb88b} <Debug> TCPHandler: Processed in 0.003276327 sec.
7127 2025.02.07 10:10:30.052611 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7128 2025.02.07 10:10:30.052754 [ 255 ] {34ff7e3d-6d5e-4ffc-92b7-a4947acc4828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7129 2025.02.07 10:10:30.052814 [ 255 ] {34ff7e3d-6d5e-4ffc-92b7-a4947acc4828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7130 2025.02.07 10:10:30.053396 [ 255 ] {34ff7e3d-6d5e-4ffc-92b7-a4947acc4828} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7131 2025.02.07 10:10:30.053443 [ 255 ] {34ff7e3d-6d5e-4ffc-92b7-a4947acc4828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7132 2025.02.07 10:10:30.053827 [ 255 ] {34ff7e3d-6d5e-4ffc-92b7-a4947acc4828} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7133 2025.02.07 10:10:30.054071 [ 255 ] {34ff7e3d-6d5e-4ffc-92b7-a4947acc4828} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7134 2025.02.07 10:10:30.054284 [ 255 ] {34ff7e3d-6d5e-4ffc-92b7-a4947acc4828} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001562 sec., 38412.291933418695 rows/sec., 2.59 MiB/sec.
7135 2025.02.07 10:10:30.054334 [ 255 ] {34ff7e3d-6d5e-4ffc-92b7-a4947acc4828} <Debug> TCPHandler: Processed in 0.001795126 sec.
7136 2025.02.07 10:10:31.745696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
7137 2025.02.07 10:10:31.746655 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7138 2025.02.07 10:10:31.746704 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7139 2025.02.07 10:10:31.747233 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7140 2025.02.07 10:10:31.747491 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7141 2025.02.07 10:10:31.747721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
7142 2025.02.07 10:10:32.956088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7143 2025.02.07 10:10:32.978041 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7144 2025.02.07 10:10:32.978104 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7145 2025.02.07 10:10:32.985652 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7146 2025.02.07 10:10:32.986430 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7147 2025.02.07 10:10:32.990105 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7148 2025.02.07 10:10:35.036488 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7149 2025.02.07 10:10:35.036742 [ 255 ] {a339124e-3f36-492b-b77b-86f0352decaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7150 2025.02.07 10:10:35.036812 [ 255 ] {a339124e-3f36-492b-b77b-86f0352decaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7151 2025.02.07 10:10:35.037589 [ 255 ] {a339124e-3f36-492b-b77b-86f0352decaa} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7152 2025.02.07 10:10:35.037637 [ 255 ] {a339124e-3f36-492b-b77b-86f0352decaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7153 2025.02.07 10:10:35.038080 [ 255 ] {a339124e-3f36-492b-b77b-86f0352decaa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7154 2025.02.07 10:10:35.038338 [ 255 ] {a339124e-3f36-492b-b77b-86f0352decaa} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7155 2025.02.07 10:10:35.038561 [ 255 ] {a339124e-3f36-492b-b77b-86f0352decaa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec.
7156 2025.02.07 10:10:35.038679 [ 255 ] {a339124e-3f36-492b-b77b-86f0352decaa} <Debug> TCPHandler: Processed in 0.002385338 sec.
7157 2025.02.07 10:10:35.039038 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7158 2025.02.07 10:10:35.039336 [ 256 ] {7e0dc4aa-1033-41df-91e4-c09e4d8d31b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7159 2025.02.07 10:10:35.039448 [ 256 ] {7e0dc4aa-1033-41df-91e4-c09e4d8d31b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7160 2025.02.07 10:10:35.040348 [ 256 ] {7e0dc4aa-1033-41df-91e4-c09e4d8d31b3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7161 2025.02.07 10:10:35.040394 [ 256 ] {7e0dc4aa-1033-41df-91e4-c09e4d8d31b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7162 2025.02.07 10:10:35.040856 [ 256 ] {7e0dc4aa-1033-41df-91e4-c09e4d8d31b3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7163 2025.02.07 10:10:35.041118 [ 256 ] {7e0dc4aa-1033-41df-91e4-c09e4d8d31b3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7164 2025.02.07 10:10:35.041357 [ 256 ] {7e0dc4aa-1033-41df-91e4-c09e4d8d31b3} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002104 sec., 96482.8897338403 rows/sec., 8.33 MiB/sec.
7165 2025.02.07 10:10:35.041418 [ 256 ] {7e0dc4aa-1033-41df-91e4-c09e4d8d31b3} <Debug> TCPHandler: Processed in 0.002607032 sec.
7166 2025.02.07 10:10:35.041580 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7167 2025.02.07 10:10:35.041717 [ 255 ] {bdc350f6-39a7-4a43-993c-94bb46f0847b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7168 2025.02.07 10:10:35.041773 [ 255 ] {bdc350f6-39a7-4a43-993c-94bb46f0847b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7169 2025.02.07 10:10:35.042473 [ 255 ] {bdc350f6-39a7-4a43-993c-94bb46f0847b} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7170 2025.02.07 10:10:35.042520 [ 255 ] {bdc350f6-39a7-4a43-993c-94bb46f0847b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7171 2025.02.07 10:10:35.042897 [ 255 ] {bdc350f6-39a7-4a43-993c-94bb46f0847b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7172 2025.02.07 10:10:35.043158 [ 255 ] {bdc350f6-39a7-4a43-993c-94bb46f0847b} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7173 2025.02.07 10:10:35.043333 [ 255 ] {bdc350f6-39a7-4a43-993c-94bb46f0847b} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001648 sec., 4247.572815533981 rows/sec., 276.73 KiB/sec.
7174 2025.02.07 10:10:35.043385 [ 255 ] {bdc350f6-39a7-4a43-993c-94bb46f0847b} <Debug> TCPHandler: Processed in 0.001874258 sec.
7175 2025.02.07 10:10:35.043548 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7176 2025.02.07 10:10:35.043685 [ 256 ] {9ef69349-a2fe-4163-9b23-ede68d36d71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7177 2025.02.07 10:10:35.043744 [ 256 ] {9ef69349-a2fe-4163-9b23-ede68d36d71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7178 2025.02.07 10:10:35.044456 [ 256 ] {9ef69349-a2fe-4163-9b23-ede68d36d71d} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7179 2025.02.07 10:10:35.044505 [ 256 ] {9ef69349-a2fe-4163-9b23-ede68d36d71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7180 2025.02.07 10:10:35.044881 [ 256 ] {9ef69349-a2fe-4163-9b23-ede68d36d71d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7181 2025.02.07 10:10:35.045143 [ 256 ] {9ef69349-a2fe-4163-9b23-ede68d36d71d} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7182 2025.02.07 10:10:35.045358 [ 256 ] {9ef69349-a2fe-4163-9b23-ede68d36d71d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001703 sec., 8220.786846741044 rows/sec., 575.73 KiB/sec.
7183 2025.02.07 10:10:35.045409 [ 256 ] {9ef69349-a2fe-4163-9b23-ede68d36d71d} <Debug> TCPHandler: Processed in 0.001917379 sec.
7184 2025.02.07 10:10:35.045557 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7185 2025.02.07 10:10:35.045695 [ 255 ] {524c9394-774c-4d6c-97e5-8bde7c0c085f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7186 2025.02.07 10:10:35.045754 [ 255 ] {524c9394-774c-4d6c-97e5-8bde7c0c085f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7187 2025.02.07 10:10:35.046442 [ 255 ] {524c9394-774c-4d6c-97e5-8bde7c0c085f} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7188 2025.02.07 10:10:35.046490 [ 255 ] {524c9394-774c-4d6c-97e5-8bde7c0c085f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7189 2025.02.07 10:10:35.046868 [ 255 ] {524c9394-774c-4d6c-97e5-8bde7c0c085f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7190 2025.02.07 10:10:35.047108 [ 255 ] {524c9394-774c-4d6c-97e5-8bde7c0c085f} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7191 2025.02.07 10:10:35.047322 [ 255 ] {524c9394-774c-4d6c-97e5-8bde7c0c085f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001654 sec., 7859.7339782345825 rows/sec., 490.05 KiB/sec.
7192 2025.02.07 10:10:35.047473 [ 255 ] {524c9394-774c-4d6c-97e5-8bde7c0c085f} <Debug> TCPHandler: Processed in 0.00196931 sec.
7193 2025.02.07 10:10:35.047772 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7194 2025.02.07 10:10:35.048013 [ 256 ] {2f1ce649-b20a-46f4-9039-d303adff0164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7195 2025.02.07 10:10:35.048102 [ 256 ] {2f1ce649-b20a-46f4-9039-d303adff0164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7196 2025.02.07 10:10:35.049072 [ 256 ] {2f1ce649-b20a-46f4-9039-d303adff0164} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7197 2025.02.07 10:10:35.049112 [ 256 ] {2f1ce649-b20a-46f4-9039-d303adff0164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7198 2025.02.07 10:10:35.049508 [ 256 ] {2f1ce649-b20a-46f4-9039-d303adff0164} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7199 2025.02.07 10:10:35.049758 [ 256 ] {2f1ce649-b20a-46f4-9039-d303adff0164} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7200 2025.02.07 10:10:35.049984 [ 256 ] {2f1ce649-b20a-46f4-9039-d303adff0164} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002023 sec., 188828.47256549678 rows/sec., 13.36 MiB/sec.
7201 2025.02.07 10:10:35.050074 [ 256 ] {2f1ce649-b20a-46f4-9039-d303adff0164} <Debug> TCPHandler: Processed in 0.00246936 sec.
7202 2025.02.07 10:10:35.050285 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7203 2025.02.07 10:10:35.050430 [ 255 ] {a2912feb-9db7-4805-9987-ebadcde86c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7204 2025.02.07 10:10:35.050490 [ 255 ] {a2912feb-9db7-4805-9987-ebadcde86c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7205 2025.02.07 10:10:35.051001 [ 255 ] {a2912feb-9db7-4805-9987-ebadcde86c97} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7206 2025.02.07 10:10:35.051040 [ 255 ] {a2912feb-9db7-4805-9987-ebadcde86c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7207 2025.02.07 10:10:35.051413 [ 255 ] {a2912feb-9db7-4805-9987-ebadcde86c97} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7208 2025.02.07 10:10:35.051655 [ 255 ] {a2912feb-9db7-4805-9987-ebadcde86c97} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7209 2025.02.07 10:10:35.051842 [ 255 ] {a2912feb-9db7-4805-9987-ebadcde86c97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec.
7210 2025.02.07 10:10:35.051892 [ 255 ] {a2912feb-9db7-4805-9987-ebadcde86c97} <Debug> TCPHandler: Processed in 0.001728315 sec.
7211 2025.02.07 10:10:35.052053 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7212 2025.02.07 10:10:35.052189 [ 256 ] {8bed52a1-db70-40a9-8857-39df060032e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7213 2025.02.07 10:10:35.052258 [ 256 ] {8bed52a1-db70-40a9-8857-39df060032e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7214 2025.02.07 10:10:35.052928 [ 256 ] {8bed52a1-db70-40a9-8857-39df060032e8} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7215 2025.02.07 10:10:35.052968 [ 256 ] {8bed52a1-db70-40a9-8857-39df060032e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7216 2025.02.07 10:10:35.053369 [ 256 ] {8bed52a1-db70-40a9-8857-39df060032e8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7217 2025.02.07 10:10:35.053612 [ 256 ] {8bed52a1-db70-40a9-8857-39df060032e8} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7218 2025.02.07 10:10:35.053820 [ 256 ] {8bed52a1-db70-40a9-8857-39df060032e8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001662 sec., 142599.27797833935 rows/sec., 9.56 MiB/sec.
7219 2025.02.07 10:10:35.053872 [ 256 ] {8bed52a1-db70-40a9-8857-39df060032e8} <Debug> TCPHandler: Processed in 0.001886908 sec.
7220 2025.02.07 10:10:35.054024 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7221 2025.02.07 10:10:35.054162 [ 255 ] {649ea2fd-aa37-41eb-a6ad-900378d5aae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7222 2025.02.07 10:10:35.054222 [ 255 ] {649ea2fd-aa37-41eb-a6ad-900378d5aae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7223 2025.02.07 10:10:35.054753 [ 255 ] {649ea2fd-aa37-41eb-a6ad-900378d5aae1} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7224 2025.02.07 10:10:35.054791 [ 255 ] {649ea2fd-aa37-41eb-a6ad-900378d5aae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7225 2025.02.07 10:10:35.055159 [ 255 ] {649ea2fd-aa37-41eb-a6ad-900378d5aae1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7226 2025.02.07 10:10:35.055420 [ 255 ] {649ea2fd-aa37-41eb-a6ad-900378d5aae1} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7227 2025.02.07 10:10:35.055633 [ 255 ] {649ea2fd-aa37-41eb-a6ad-900378d5aae1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec.
7228 2025.02.07 10:10:35.055822 [ 255 ] {649ea2fd-aa37-41eb-a6ad-900378d5aae1} <Debug> TCPHandler: Processed in 0.001862758 sec.
7229 2025.02.07 10:10:35.055990 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7230 2025.02.07 10:10:35.056125 [ 256 ] {d741d7fc-28b5-47b5-82b0-52b0164a8b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7231 2025.02.07 10:10:35.056185 [ 256 ] {d741d7fc-28b5-47b5-82b0-52b0164a8b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7232 2025.02.07 10:10:35.056736 [ 256 ] {d741d7fc-28b5-47b5-82b0-52b0164a8b67} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7233 2025.02.07 10:10:35.056774 [ 256 ] {d741d7fc-28b5-47b5-82b0-52b0164a8b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7234 2025.02.07 10:10:35.057149 [ 256 ] {d741d7fc-28b5-47b5-82b0-52b0164a8b67} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7235 2025.02.07 10:10:35.057394 [ 256 ] {d741d7fc-28b5-47b5-82b0-52b0164a8b67} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7236 2025.02.07 10:10:35.057602 [ 256 ] {d741d7fc-28b5-47b5-82b0-52b0164a8b67} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec.
7237 2025.02.07 10:10:35.057651 [ 256 ] {d741d7fc-28b5-47b5-82b0-52b0164a8b67} <Debug> TCPHandler: Processed in 0.001728235 sec.
7238 2025.02.07 10:10:39.110877 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
7239 2025.02.07 10:10:39.110944 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
7240 2025.02.07 10:10:39.248810 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531
7241 2025.02.07 10:10:39.249473 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7242 2025.02.07 10:10:39.249522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7243 2025.02.07 10:10:39.250092 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7244 2025.02.07 10:10:39.250362 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7245 2025.02.07 10:10:39.250528 [ 100 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7246 2025.02.07 10:10:39.250578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7247 2025.02.07 10:10:39.250581 [ 100 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7248 2025.02.07 10:10:39.250614 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7249 2025.02.07 10:10:39.250721 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
7250 2025.02.07 10:10:39.250836 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7251 2025.02.07 10:10:39.250876 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part
7252 2025.02.07 10:10:39.250957 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part
7253 2025.02.07 10:10:39.251107 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part
7254 2025.02.07 10:10:39.251394 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part
7255 2025.02.07 10:10:39.251624 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part
7256 2025.02.07 10:10:39.251844 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part
7257 2025.02.07 10:10:39.254572 [ 189 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003900669 sec., 4237990.970266895 rows/sec., 60.62 MiB/sec.
7258 2025.02.07 10:10:39.254743 [ 195 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7259 2025.02.07 10:10:39.255113 [ 195 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7260 2025.02.07 10:10:39.255209 [ 195 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_36_7} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7261 2025.02.07 10:10:39.255344 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7262 2025.02.07 10:10:39.364503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1012
7263 2025.02.07 10:10:39.367697 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7264 2025.02.07 10:10:39.367753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7265 2025.02.07 10:10:39.369272 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7266 2025.02.07 10:10:39.369594 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7267 2025.02.07 10:10:39.370277 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1012
7268 2025.02.07 10:10:40.033732 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7269 2025.02.07 10:10:40.033922 [ 255 ] {ea4768bc-4030-4737-92dd-f897f13ba424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7270 2025.02.07 10:10:40.033993 [ 255 ] {ea4768bc-4030-4737-92dd-f897f13ba424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7271 2025.02.07 10:10:40.034856 [ 255 ] {ea4768bc-4030-4737-92dd-f897f13ba424} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7272 2025.02.07 10:10:40.034899 [ 255 ] {ea4768bc-4030-4737-92dd-f897f13ba424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7273 2025.02.07 10:10:40.035353 [ 255 ] {ea4768bc-4030-4737-92dd-f897f13ba424} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7274 2025.02.07 10:10:40.035607 [ 255 ] {ea4768bc-4030-4737-92dd-f897f13ba424} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7275 2025.02.07 10:10:40.035838 [ 255 ] {ea4768bc-4030-4737-92dd-f897f13ba424} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001971 sec., 67985.79401319128 rows/sec., 5.85 MiB/sec.
7276 2025.02.07 10:10:40.035896 [ 255 ] {ea4768bc-4030-4737-92dd-f897f13ba424} <Debug> TCPHandler: Processed in 0.002295437 sec.
7277 2025.02.07 10:10:40.036159 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7278 2025.02.07 10:10:40.036352 [ 256 ] {65d24649-ab4a-47aa-9235-bb9bb2b93ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7279 2025.02.07 10:10:40.036421 [ 256 ] {65d24649-ab4a-47aa-9235-bb9bb2b93ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7280 2025.02.07 10:10:40.037164 [ 256 ] {65d24649-ab4a-47aa-9235-bb9bb2b93ac7} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7281 2025.02.07 10:10:40.037206 [ 256 ] {65d24649-ab4a-47aa-9235-bb9bb2b93ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7282 2025.02.07 10:10:40.037646 [ 256 ] {65d24649-ab4a-47aa-9235-bb9bb2b93ac7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7283 2025.02.07 10:10:40.037904 [ 256 ] {65d24649-ab4a-47aa-9235-bb9bb2b93ac7} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7284 2025.02.07 10:10:40.038157 [ 256 ] {65d24649-ab4a-47aa-9235-bb9bb2b93ac7} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001849 sec., 21092.482422931316 rows/sec., 1.55 MiB/sec.
7285 2025.02.07 10:10:40.038264 [ 256 ] {65d24649-ab4a-47aa-9235-bb9bb2b93ac7} <Debug> TCPHandler: Processed in 0.002235745 sec.
7286 2025.02.07 10:10:40.038506 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7287 2025.02.07 10:10:40.038712 [ 255 ] {74e70f8d-c88a-41a1-89f6-14ea66b94eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7288 2025.02.07 10:10:40.038773 [ 255 ] {74e70f8d-c88a-41a1-89f6-14ea66b94eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7289 2025.02.07 10:10:40.039424 [ 255 ] {74e70f8d-c88a-41a1-89f6-14ea66b94eb8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7290 2025.02.07 10:10:40.039465 [ 255 ] {74e70f8d-c88a-41a1-89f6-14ea66b94eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7291 2025.02.07 10:10:40.039853 [ 255 ] {74e70f8d-c88a-41a1-89f6-14ea66b94eb8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7292 2025.02.07 10:10:40.040099 [ 255 ] {74e70f8d-c88a-41a1-89f6-14ea66b94eb8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7293 2025.02.07 10:10:40.040319 [ 255 ] {74e70f8d-c88a-41a1-89f6-14ea66b94eb8} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001651 sec., 62386.43246517263 rows/sec., 4.87 MiB/sec.
7294 2025.02.07 10:10:40.040371 [ 255 ] {74e70f8d-c88a-41a1-89f6-14ea66b94eb8} <Debug> TCPHandler: Processed in 0.00200886 sec.
7295 2025.02.07 10:10:40.040540 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7296 2025.02.07 10:10:40.040657 [ 256 ] {9ac5d047-b4e3-452d-bfe3-1b4ee4366cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7297 2025.02.07 10:10:40.040712 [ 256 ] {9ac5d047-b4e3-452d-bfe3-1b4ee4366cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7298 2025.02.07 10:10:40.041394 [ 256 ] {9ac5d047-b4e3-452d-bfe3-1b4ee4366cb6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7299 2025.02.07 10:10:40.041440 [ 256 ] {9ac5d047-b4e3-452d-bfe3-1b4ee4366cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7300 2025.02.07 10:10:40.041877 [ 256 ] {9ac5d047-b4e3-452d-bfe3-1b4ee4366cb6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7301 2025.02.07 10:10:40.042117 [ 256 ] {9ac5d047-b4e3-452d-bfe3-1b4ee4366cb6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7302 2025.02.07 10:10:40.042324 [ 256 ] {9ac5d047-b4e3-452d-bfe3-1b4ee4366cb6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec.
7303 2025.02.07 10:10:40.042375 [ 256 ] {9ac5d047-b4e3-452d-bfe3-1b4ee4366cb6} <Debug> TCPHandler: Processed in 0.001890958 sec.
7304 2025.02.07 10:10:40.042520 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7305 2025.02.07 10:10:40.042638 [ 255 ] {cf176d25-505c-4f82-8a2b-de2e825dfb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7306 2025.02.07 10:10:40.042722 [ 255 ] {cf176d25-505c-4f82-8a2b-de2e825dfb5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7307 2025.02.07 10:10:40.044097 [ 255 ] {cf176d25-505c-4f82-8a2b-de2e825dfb5a} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7308 2025.02.07 10:10:40.044137 [ 255 ] {cf176d25-505c-4f82-8a2b-de2e825dfb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7309 2025.02.07 10:10:40.044796 [ 255 ] {cf176d25-505c-4f82-8a2b-de2e825dfb5a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7310 2025.02.07 10:10:40.045053 [ 255 ] {cf176d25-505c-4f82-8a2b-de2e825dfb5a} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7311 2025.02.07 10:10:40.045305 [ 255 ] {cf176d25-505c-4f82-8a2b-de2e825dfb5a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002691 sec., 14492.753623188406 rows/sec., 25.97 MiB/sec.
7312 2025.02.07 10:10:40.045399 [ 255 ] {cf176d25-505c-4f82-8a2b-de2e825dfb5a} <Debug> TCPHandler: Processed in 0.002935129 sec.
7313 2025.02.07 10:10:40.045556 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7314 2025.02.07 10:10:40.045695 [ 256 ] {96b363c3-c5c4-4539-9e4f-882b434bc9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7315 2025.02.07 10:10:40.045753 [ 256 ] {96b363c3-c5c4-4539-9e4f-882b434bc9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7316 2025.02.07 10:10:40.046343 [ 256 ] {96b363c3-c5c4-4539-9e4f-882b434bc9eb} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7317 2025.02.07 10:10:40.046390 [ 256 ] {96b363c3-c5c4-4539-9e4f-882b434bc9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7318 2025.02.07 10:10:40.046814 [ 256 ] {96b363c3-c5c4-4539-9e4f-882b434bc9eb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7319 2025.02.07 10:10:40.047056 [ 256 ] {96b363c3-c5c4-4539-9e4f-882b434bc9eb} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7320 2025.02.07 10:10:40.047275 [ 256 ] {96b363c3-c5c4-4539-9e4f-882b434bc9eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec.
7321 2025.02.07 10:10:40.047323 [ 256 ] {96b363c3-c5c4-4539-9e4f-882b434bc9eb} <Debug> TCPHandler: Processed in 0.001834437 sec.
7322 2025.02.07 10:10:40.491134 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7323 2025.02.07 10:10:40.512581 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7324 2025.02.07 10:10:40.512630 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7325 2025.02.07 10:10:40.520217 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7326 2025.02.07 10:10:40.521011 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7327 2025.02.07 10:10:40.521316 [ 99 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7328 2025.02.07 10:10:40.521381 [ 99 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7329 2025.02.07 10:10:40.521419 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7330 2025.02.07 10:10:40.521938 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
7331 2025.02.07 10:10:40.535621 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7332 2025.02.07 10:10:40.537793 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7333 2025.02.07 10:10:40.539462 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
7334 2025.02.07 10:10:40.545480 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
7335 2025.02.07 10:10:40.551362 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
7336 2025.02.07 10:10:40.557133 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
7337 2025.02.07 10:10:40.563004 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
7338 2025.02.07 10:10:40.567905 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
7339 2025.02.07 10:10:40.628081 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.106507655 sec., 2553.8070479535013 rows/sec., 13.21 MiB/sec.
7340 2025.02.07 10:10:40.630921 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7341 2025.02.07 10:10:40.633911 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_36_7} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7342 2025.02.07 10:10:40.634039 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_36_7} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7343 2025.02.07 10:10:40.636535 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
7344 2025.02.07 10:10:41.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.82 MiB, peak 216.72 MiB, free memory in arenas 0.00 B, will set to 206.97 MiB (RSS), difference: 2.15 MiB
7345 2025.02.07 10:10:41.193448 [ 98 ] {} <Debug> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7346 2025.02.07 10:10:41.193527 [ 98 ] {} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7347 2025.02.07 10:10:41.193569 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7348 2025.02.07 10:10:41.193957 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::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
7349 2025.02.07 10:10:41.194212 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7350 2025.02.07 10:10:41.194250 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
7351 2025.02.07 10:10:41.194344 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
7352 2025.02.07 10:10:41.194435 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
7353 2025.02.07 10:10:41.194693 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
7354 2025.02.07 10:10:41.194812 [ 195 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
7355 2025.02.07 10:10:41.195886 [ 200 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002187024 sec., 16460.724710839935 rows/sec., 1.37 MiB/sec.
7356 2025.02.07 10:10:41.196115 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7357 2025.02.07 10:10:41.196525 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7358 2025.02.07 10:10:41.196631 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_13_3} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7359 2025.02.07 10:10:41.196746 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7360 2025.02.07 10:10:43.945834 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7361 2025.02.07 10:10:43.946164 [ 255 ] {1640e47e-e4d1-4e6c-8238-03f502287ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7362 2025.02.07 10:10:43.946280 [ 255 ] {1640e47e-e4d1-4e6c-8238-03f502287ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7363 2025.02.07 10:10:43.947255 [ 255 ] {1640e47e-e4d1-4e6c-8238-03f502287ac7} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7364 2025.02.07 10:10:43.947302 [ 255 ] {1640e47e-e4d1-4e6c-8238-03f502287ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7365 2025.02.07 10:10:43.947734 [ 255 ] {1640e47e-e4d1-4e6c-8238-03f502287ac7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7366 2025.02.07 10:10:43.947991 [ 255 ] {1640e47e-e4d1-4e6c-8238-03f502287ac7} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7367 2025.02.07 10:10:43.948242 [ 255 ] {1640e47e-e4d1-4e6c-8238-03f502287ac7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002157 sec., 6490.496059341678 rows/sec., 467.23 KiB/sec.
7368 2025.02.07 10:10:43.948299 [ 255 ] {1640e47e-e4d1-4e6c-8238-03f502287ac7} <Debug> TCPHandler: Processed in 0.002603943 sec.
7369 2025.02.07 10:10:43.948546 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7370 2025.02.07 10:10:43.948736 [ 256 ] {88e96193-dfc1-43ab-9c4f-3487577de472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7371 2025.02.07 10:10:43.948805 [ 256 ] {88e96193-dfc1-43ab-9c4f-3487577de472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7372 2025.02.07 10:10:43.949545 [ 256 ] {88e96193-dfc1-43ab-9c4f-3487577de472} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7373 2025.02.07 10:10:43.949585 [ 256 ] {88e96193-dfc1-43ab-9c4f-3487577de472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7374 2025.02.07 10:10:43.950015 [ 256 ] {88e96193-dfc1-43ab-9c4f-3487577de472} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7375 2025.02.07 10:10:43.950264 [ 256 ] {88e96193-dfc1-43ab-9c4f-3487577de472} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7376 2025.02.07 10:10:43.950467 [ 256 ] {88e96193-dfc1-43ab-9c4f-3487577de472} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001781 sec., 3368.893879842785 rows/sec., 274.71 KiB/sec.
7377 2025.02.07 10:10:43.950521 [ 256 ] {88e96193-dfc1-43ab-9c4f-3487577de472} <Debug> TCPHandler: Processed in 0.002106323 sec.
7378 2025.02.07 10:10:43.950689 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7379 2025.02.07 10:10:43.950826 [ 255 ] {c2f26533-6e9f-41ac-a399-db188bc915ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7380 2025.02.07 10:10:43.950876 [ 255 ] {c2f26533-6e9f-41ac-a399-db188bc915ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7381 2025.02.07 10:10:43.952119 [ 255 ] {c2f26533-6e9f-41ac-a399-db188bc915ee} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7382 2025.02.07 10:10:43.952160 [ 255 ] {c2f26533-6e9f-41ac-a399-db188bc915ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7383 2025.02.07 10:10:43.952610 [ 255 ] {c2f26533-6e9f-41ac-a399-db188bc915ee} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7384 2025.02.07 10:10:43.952863 [ 255 ] {c2f26533-6e9f-41ac-a399-db188bc915ee} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7385 2025.02.07 10:10:43.953044 [ 96 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7386 2025.02.07 10:10:43.953116 [ 255 ] {c2f26533-6e9f-41ac-a399-db188bc915ee} <Debug> executeQuery: Read 1346 rows, 114.29 KiB in 0.002309 sec., 582936.3360762235 rows/sec., 48.34 MiB/sec.
7387 2025.02.07 10:10:43.953121 [ 96 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7388 2025.02.07 10:10:43.953209 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7389 2025.02.07 10:10:43.953239 [ 255 ] {c2f26533-6e9f-41ac-a399-db188bc915ee} <Debug> TCPHandler: Processed in 0.002616163 sec.
7390 2025.02.07 10:10:43.953457 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
7391 2025.02.07 10:10:43.953479 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7392 2025.02.07 10:10:43.953663 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7393 2025.02.07 10:10:43.953733 [ 256 ] {9f54e79c-00af-4ed4-921e-3cc58db1d20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7394 2025.02.07 10:10:43.953752 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1431 rows starting from the beginning of the part
7395 2025.02.07 10:10:43.953830 [ 256 ] {9f54e79c-00af-4ed4-921e-3cc58db1d20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7396 2025.02.07 10:10:43.953966 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 203 rows starting from the beginning of the part
7397 2025.02.07 10:10:43.954388 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 138 rows starting from the beginning of the part
7398 2025.02.07 10:10:43.954825 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 203 rows starting from the beginning of the part
7399 2025.02.07 10:10:43.955238 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 134 rows starting from the beginning of the part
7400 2025.02.07 10:10:43.955627 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1346 rows starting from the beginning of the part
7401 2025.02.07 10:10:43.956803 [ 256 ] {9f54e79c-00af-4ed4-921e-3cc58db1d20f} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7402 2025.02.07 10:10:43.956878 [ 256 ] {9f54e79c-00af-4ed4-921e-3cc58db1d20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7403 2025.02.07 10:10:43.957890 [ 256 ] {9f54e79c-00af-4ed4-921e-3cc58db1d20f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7404 2025.02.07 10:10:43.958354 [ 256 ] {9f54e79c-00af-4ed4-921e-3cc58db1d20f} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7405 2025.02.07 10:10:43.958586 [ 256 ] {9f54e79c-00af-4ed4-921e-3cc58db1d20f} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.004927 sec., 2638.5224274406332 rows/sec., 177.59 KiB/sec.
7406 2025.02.07 10:10:43.958681 [ 256 ] {9f54e79c-00af-4ed4-921e-3cc58db1d20f} <Debug> TCPHandler: Processed in 0.005326608 sec.
7407 2025.02.07 10:10:43.958859 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7408 2025.02.07 10:10:43.959019 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3455 rows, containing 5 columns (5 merged, 0 gathered) in 0.005705576 sec., 605547.9762253626 rows/sec., 53.03 MiB/sec.
7409 2025.02.07 10:10:43.959024 [ 255 ] {a9d262ff-38ed-4dcd-a28f-a29cf155cf47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7410 2025.02.07 10:10:43.959090 [ 255 ] {a9d262ff-38ed-4dcd-a28f-a29cf155cf47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7411 2025.02.07 10:10:43.959231 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7412 2025.02.07 10:10:43.959620 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7413 2025.02.07 10:10:43.959731 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_56_11} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7414 2025.02.07 10:10:43.959835 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
7415 2025.02.07 10:10:43.959959 [ 255 ] {a9d262ff-38ed-4dcd-a28f-a29cf155cf47} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7416 2025.02.07 10:10:43.960000 [ 255 ] {a9d262ff-38ed-4dcd-a28f-a29cf155cf47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7417 2025.02.07 10:10:43.960384 [ 255 ] {a9d262ff-38ed-4dcd-a28f-a29cf155cf47} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7418 2025.02.07 10:10:43.960648 [ 255 ] {a9d262ff-38ed-4dcd-a28f-a29cf155cf47} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7419 2025.02.07 10:10:43.960837 [ 255 ] {a9d262ff-38ed-4dcd-a28f-a29cf155cf47} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001842 sec., 131378.93593919653 rows/sec., 8.90 MiB/sec.
7420 2025.02.07 10:10:43.960893 [ 255 ] {a9d262ff-38ed-4dcd-a28f-a29cf155cf47} <Debug> TCPHandler: Processed in 0.002109922 sec.
7421 2025.02.07 10:10:43.961056 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7422 2025.02.07 10:10:43.961174 [ 256 ] {ec675e0f-6832-4d64-bf1d-f7909d466195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7423 2025.02.07 10:10:43.961225 [ 256 ] {ec675e0f-6832-4d64-bf1d-f7909d466195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7424 2025.02.07 10:10:43.961825 [ 256 ] {ec675e0f-6832-4d64-bf1d-f7909d466195} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7425 2025.02.07 10:10:43.961864 [ 256 ] {ec675e0f-6832-4d64-bf1d-f7909d466195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7426 2025.02.07 10:10:43.962223 [ 256 ] {ec675e0f-6832-4d64-bf1d-f7909d466195} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7427 2025.02.07 10:10:43.962476 [ 256 ] {ec675e0f-6832-4d64-bf1d-f7909d466195} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7428 2025.02.07 10:10:43.962730 [ 256 ] {ec675e0f-6832-4d64-bf1d-f7909d466195} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec.
7429 2025.02.07 10:10:43.962946 [ 256 ] {ec675e0f-6832-4d64-bf1d-f7909d466195} <Debug> TCPHandler: Processed in 0.001943709 sec.
7430 2025.02.07 10:10:43.963136 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7431 2025.02.07 10:10:43.963280 [ 255 ] {ef9bd2c8-21d8-490d-89ce-276426b106a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7432 2025.02.07 10:10:43.963339 [ 255 ] {ef9bd2c8-21d8-490d-89ce-276426b106a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7433 2025.02.07 10:10:43.964358 [ 255 ] {ef9bd2c8-21d8-490d-89ce-276426b106a0} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7434 2025.02.07 10:10:43.964396 [ 255 ] {ef9bd2c8-21d8-490d-89ce-276426b106a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7435 2025.02.07 10:10:43.964809 [ 255 ] {ef9bd2c8-21d8-490d-89ce-276426b106a0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7436 2025.02.07 10:10:43.965066 [ 255 ] {ef9bd2c8-21d8-490d-89ce-276426b106a0} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7437 2025.02.07 10:10:43.965195 [ 94 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7438 2025.02.07 10:10:43.965237 [ 94 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7439 2025.02.07 10:10:43.965253 [ 255 ] {ef9bd2c8-21d8-490d-89ce-276426b106a0} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.002002 sec., 421578.4215784216 rows/sec., 30.47 MiB/sec.
7440 2025.02.07 10:10:43.965263 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7441 2025.02.07 10:10:43.965363 [ 255 ] {ef9bd2c8-21d8-490d-89ce-276426b106a0} <Debug> TCPHandler: Processed in 0.002297257 sec.
7442 2025.02.07 10:10:43.965689 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7443 2025.02.07 10:10:43.965758 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
7444 2025.02.07 10:10:43.966096 [ 256 ] {f25d4cc0-6479-4240-8ed2-9c4d10409ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7445 2025.02.07 10:10:43.966274 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7446 2025.02.07 10:10:43.966295 [ 256 ] {f25d4cc0-6479-4240-8ed2-9c4d10409ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7447 2025.02.07 10:10:43.966409 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part
7448 2025.02.07 10:10:43.966763 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 382 rows starting from the beginning of the part
7449 2025.02.07 10:10:43.967159 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 111 rows starting from the beginning of the part
7450 2025.02.07 10:10:43.967504 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 382 rows starting from the beginning of the part
7451 2025.02.07 10:10:43.967777 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 103 rows starting from the beginning of the part
7452 2025.02.07 10:10:43.968125 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 844 rows starting from the beginning of the part
7453 2025.02.07 10:10:43.968724 [ 256 ] {f25d4cc0-6479-4240-8ed2-9c4d10409ae3} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7454 2025.02.07 10:10:43.968772 [ 256 ] {f25d4cc0-6479-4240-8ed2-9c4d10409ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7455 2025.02.07 10:10:43.969527 [ 256 ] {f25d4cc0-6479-4240-8ed2-9c4d10409ae3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7456 2025.02.07 10:10:43.970050 [ 256 ] {f25d4cc0-6479-4240-8ed2-9c4d10409ae3} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7457 2025.02.07 10:10:43.970596 [ 256 ] {f25d4cc0-6479-4240-8ed2-9c4d10409ae3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00463 sec., 1295.8963282937366 rows/sec., 67.71 KiB/sec.
7458 2025.02.07 10:10:43.970861 [ 256 ] {f25d4cc0-6479-4240-8ed2-9c4d10409ae3} <Debug> TCPHandler: Processed in 0.005379799 sec.
7459 2025.02.07 10:10:43.971082 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7460 2025.02.07 10:10:43.971296 [ 255 ] {834394f2-9c57-42a8-9006-02f33b6b4802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7461 2025.02.07 10:10:43.971448 [ 255 ] {834394f2-9c57-42a8-9006-02f33b6b4802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7462 2025.02.07 10:10:43.971798 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2735 rows, containing 5 columns (5 merged, 0 gathered) in 0.00641736 sec., 426187.71582083596 rows/sec., 32.51 MiB/sec.
7463 2025.02.07 10:10:43.972068 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7464 2025.02.07 10:10:43.972507 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7465 2025.02.07 10:10:43.972754 [ 201 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_56_11} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7466 2025.02.07 10:10:43.972879 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
7467 2025.02.07 10:10:43.972953 [ 255 ] {834394f2-9c57-42a8-9006-02f33b6b4802} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7468 2025.02.07 10:10:43.972997 [ 255 ] {834394f2-9c57-42a8-9006-02f33b6b4802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7469 2025.02.07 10:10:43.973457 [ 255 ] {834394f2-9c57-42a8-9006-02f33b6b4802} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7470 2025.02.07 10:10:43.973703 [ 255 ] {834394f2-9c57-42a8-9006-02f33b6b4802} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7471 2025.02.07 10:10:43.973885 [ 255 ] {834394f2-9c57-42a8-9006-02f33b6b4802} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.002677 sec., 346656.70526709 rows/sec., 23.13 MiB/sec.
7472 2025.02.07 10:10:43.973945 [ 255 ] {834394f2-9c57-42a8-9006-02f33b6b4802} <Debug> TCPHandler: Processed in 0.002960729 sec.
7473 2025.02.07 10:10:43.974109 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7474 2025.02.07 10:10:43.974252 [ 256 ] {ad1abe35-10c8-4235-b840-9830b3011edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7475 2025.02.07 10:10:43.974313 [ 256 ] {ad1abe35-10c8-4235-b840-9830b3011edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7476 2025.02.07 10:10:43.974860 [ 256 ] {ad1abe35-10c8-4235-b840-9830b3011edd} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7477 2025.02.07 10:10:43.974899 [ 256 ] {ad1abe35-10c8-4235-b840-9830b3011edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7478 2025.02.07 10:10:43.975251 [ 256 ] {ad1abe35-10c8-4235-b840-9830b3011edd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7479 2025.02.07 10:10:43.975490 [ 256 ] {ad1abe35-10c8-4235-b840-9830b3011edd} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7480 2025.02.07 10:10:43.975704 [ 256 ] {ad1abe35-10c8-4235-b840-9830b3011edd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec.
7481 2025.02.07 10:10:43.975755 [ 256 ] {ad1abe35-10c8-4235-b840-9830b3011edd} <Debug> TCPHandler: Processed in 0.001716365 sec.
7482 2025.02.07 10:10:43.975909 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7483 2025.02.07 10:10:43.976050 [ 255 ] {e1abf8fd-3433-41bf-a58b-072996354bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7484 2025.02.07 10:10:43.976108 [ 255 ] {e1abf8fd-3433-41bf-a58b-072996354bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7485 2025.02.07 10:10:43.976762 [ 255 ] {e1abf8fd-3433-41bf-a58b-072996354bf7} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7486 2025.02.07 10:10:43.976815 [ 255 ] {e1abf8fd-3433-41bf-a58b-072996354bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7487 2025.02.07 10:10:43.977247 [ 255 ] {e1abf8fd-3433-41bf-a58b-072996354bf7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7488 2025.02.07 10:10:43.977490 [ 255 ] {e1abf8fd-3433-41bf-a58b-072996354bf7} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7489 2025.02.07 10:10:43.977681 [ 255 ] {e1abf8fd-3433-41bf-a58b-072996354bf7} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001659 sec., 42194.09282700422 rows/sec., 2.65 MiB/sec.
7490 2025.02.07 10:10:43.977760 [ 255 ] {e1abf8fd-3433-41bf-a58b-072996354bf7} <Debug> TCPHandler: Processed in 0.001920139 sec.
7491 2025.02.07 10:10:45.025227 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7492 2025.02.07 10:10:45.025436 [ 255 ] {5b90a549-fe4b-4133-ad79-57caac712303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7493 2025.02.07 10:10:45.025513 [ 255 ] {5b90a549-fe4b-4133-ad79-57caac712303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7494 2025.02.07 10:10:45.026338 [ 255 ] {5b90a549-fe4b-4133-ad79-57caac712303} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7495 2025.02.07 10:10:45.026380 [ 255 ] {5b90a549-fe4b-4133-ad79-57caac712303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7496 2025.02.07 10:10:45.026825 [ 255 ] {5b90a549-fe4b-4133-ad79-57caac712303} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7497 2025.02.07 10:10:45.027080 [ 255 ] {5b90a549-fe4b-4133-ad79-57caac712303} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7498 2025.02.07 10:10:45.027334 [ 255 ] {5b90a549-fe4b-4133-ad79-57caac712303} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.19 MiB/sec.
7499 2025.02.07 10:10:45.027442 [ 255 ] {5b90a549-fe4b-4133-ad79-57caac712303} <Debug> TCPHandler: Processed in 0.002355218 sec.
7500 2025.02.07 10:10:45.027721 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7501 2025.02.07 10:10:45.027910 [ 256 ] {7c328de2-c155-47b9-8c28-8f05d0c11cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7502 2025.02.07 10:10:45.027980 [ 256 ] {7c328de2-c155-47b9-8c28-8f05d0c11cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7503 2025.02.07 10:10:45.028762 [ 256 ] {7c328de2-c155-47b9-8c28-8f05d0c11cce} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7504 2025.02.07 10:10:45.028807 [ 256 ] {7c328de2-c155-47b9-8c28-8f05d0c11cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7505 2025.02.07 10:10:45.029233 [ 256 ] {7c328de2-c155-47b9-8c28-8f05d0c11cce} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7506 2025.02.07 10:10:45.029501 [ 256 ] {7c328de2-c155-47b9-8c28-8f05d0c11cce} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7507 2025.02.07 10:10:45.029724 [ 256 ] {7c328de2-c155-47b9-8c28-8f05d0c11cce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001866 sec., 34297.96355841372 rows/sec., 2.68 MiB/sec.
7508 2025.02.07 10:10:45.029781 [ 256 ] {7c328de2-c155-47b9-8c28-8f05d0c11cce} <Debug> TCPHandler: Processed in 0.002213545 sec.
7509 2025.02.07 10:10:45.030016 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7510 2025.02.07 10:10:45.030244 [ 255 ] {ea42ae8e-4217-4bf9-90ac-7a9e0a26fda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7511 2025.02.07 10:10:45.030340 [ 255 ] {ea42ae8e-4217-4bf9-90ac-7a9e0a26fda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7512 2025.02.07 10:10:45.031139 [ 255 ] {ea42ae8e-4217-4bf9-90ac-7a9e0a26fda5} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7513 2025.02.07 10:10:45.031179 [ 255 ] {ea42ae8e-4217-4bf9-90ac-7a9e0a26fda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7514 2025.02.07 10:10:45.031566 [ 255 ] {ea42ae8e-4217-4bf9-90ac-7a9e0a26fda5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7515 2025.02.07 10:10:45.031807 [ 255 ] {ea42ae8e-4217-4bf9-90ac-7a9e0a26fda5} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7516 2025.02.07 10:10:45.031995 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7517 2025.02.07 10:10:45.032045 [ 255 ] {ea42ae8e-4217-4bf9-90ac-7a9e0a26fda5} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001859 sec., 17213.555675094136 rows/sec., 1.20 MiB/sec.
7518 2025.02.07 10:10:45.032106 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7519 2025.02.07 10:10:45.032154 [ 255 ] {ea42ae8e-4217-4bf9-90ac-7a9e0a26fda5} <Debug> TCPHandler: Processed in 0.002244345 sec.
7520 2025.02.07 10:10:45.032167 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
7521 2025.02.07 10:10:45.032378 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
7522 2025.02.07 10:10:45.032447 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7523 2025.02.07 10:10:45.032622 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7524 2025.02.07 10:10:45.032712 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14665 rows starting from the beginning of the part
7525 2025.02.07 10:10:45.032789 [ 256 ] {edf98343-397f-452e-a6a3-0d90bcba4a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7526 2025.02.07 10:10:45.032935 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 164 rows starting from the beginning of the part
7527 2025.02.07 10:10:45.032970 [ 256 ] {edf98343-397f-452e-a6a3-0d90bcba4a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7528 2025.02.07 10:10:45.033320 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part
7529 2025.02.07 10:10:45.033724 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
7530 2025.02.07 10:10:45.034189 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 928 rows starting from the beginning of the part
7531 2025.02.07 10:10:45.034546 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part
7532 2025.02.07 10:10:45.035428 [ 256 ] {edf98343-397f-452e-a6a3-0d90bcba4a6c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7533 2025.02.07 10:10:45.035494 [ 256 ] {edf98343-397f-452e-a6a3-0d90bcba4a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7534 2025.02.07 10:10:45.036090 [ 256 ] {edf98343-397f-452e-a6a3-0d90bcba4a6c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7535 2025.02.07 10:10:45.036520 [ 256 ] {edf98343-397f-452e-a6a3-0d90bcba4a6c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7536 2025.02.07 10:10:45.036761 [ 93 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7537 2025.02.07 10:10:45.036858 [ 93 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7538 2025.02.07 10:10:45.036924 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7539 2025.02.07 10:10:45.037044 [ 256 ] {edf98343-397f-452e-a6a3-0d90bcba4a6c} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004319 sec., 2778.420930771012 rows/sec., 191.74 KiB/sec.
7540 2025.02.07 10:10:45.037554 [ 256 ] {edf98343-397f-452e-a6a3-0d90bcba4a6c} <Debug> TCPHandler: Processed in 0.005264937 sec.
7541 2025.02.07 10:10:45.037677 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
7542 2025.02.07 10:10:45.038426 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7543 2025.02.07 10:10:45.038557 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2956 rows starting from the beginning of the part
7544 2025.02.07 10:10:45.039146 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
7545 2025.02.07 10:10:45.039393 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part
7546 2025.02.07 10:10:45.039690 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
7547 2025.02.07 10:10:45.039921 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 70 rows starting from the beginning of the part
7548 2025.02.07 10:10:45.040042 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part
7549 2025.02.07 10:10:45.042899 [ 191 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16186 rows, containing 5 columns (5 merged, 0 gathered) in 0.010617495 sec., 1524465.0456628425 rows/sec., 102.86 MiB/sec.
7550 2025.02.07 10:10:45.043200 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3240 rows, containing 4 columns (4 merged, 0 gathered) in 0.006150545 sec., 526782.5859334416 rows/sec., 34.22 MiB/sec.
7551 2025.02.07 10:10:45.043718 [ 191 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7552 2025.02.07 10:10:45.043883 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7553 2025.02.07 10:10:45.044288 [ 191 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7554 2025.02.07 10:10:45.044406 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_56_11} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7555 2025.02.07 10:10:45.044482 [ 191 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7556 2025.02.07 10:10:45.044566 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_56_11} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7557 2025.02.07 10:10:45.044675 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB.
7558 2025.02.07 10:10:45.044770 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
7559 2025.02.07 10:10:46.751696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958
7560 2025.02.07 10:10:46.752431 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7561 2025.02.07 10:10:46.752494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7562 2025.02.07 10:10:46.753208 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7563 2025.02.07 10:10:46.753541 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7564 2025.02.07 10:10:46.753801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958
7565 2025.02.07 10:10:48.036703 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7566 2025.02.07 10:10:48.057840 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7567 2025.02.07 10:10:48.057915 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7568 2025.02.07 10:10:48.065002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7569 2025.02.07 10:10:48.065804 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7570 2025.02.07 10:10:48.069191 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7571 2025.02.07 10:10:49.371440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1054
7572 2025.02.07 10:10:49.374722 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7573 2025.02.07 10:10:49.374764 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7574 2025.02.07 10:10:49.376218 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7575 2025.02.07 10:10:49.376529 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7576 2025.02.07 10:10:49.376696 [ 86 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7577 2025.02.07 10:10:49.376767 [ 86 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7578 2025.02.07 10:10:49.376811 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7579 2025.02.07 10:10:49.377298 [ 193 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
7580 2025.02.07 10:10:49.377735 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1054
7581 2025.02.07 10:10:49.378375 [ 193 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7582 2025.02.07 10:10:49.378575 [ 193 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 870 rows starting from the beginning of the part
7583 2025.02.07 10:10:49.379232 [ 193 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part
7584 2025.02.07 10:10:49.379859 [ 193 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part
7585 2025.02.07 10:10:49.380503 [ 193 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
7586 2025.02.07 10:10:49.381123 [ 193 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part
7587 2025.02.07 10:10:49.381688 [ 193 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part
7588 2025.02.07 10:10:49.390370 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1054 rows, containing 72 columns (72 merged, 0 gathered) in 0.013414612 sec., 78571.03880455134 rows/sec., 63.61 MiB/sec.
7589 2025.02.07 10:10:49.391813 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7590 2025.02.07 10:10:49.392663 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7591 2025.02.07 10:10:49.392759 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_26_5} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7592 2025.02.07 10:10:49.393095 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB.
7593 2025.02.07 10:10:50.034272 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7594 2025.02.07 10:10:50.034464 [ 255 ] {69cbac93-8246-4f39-ba0b-8053f4816747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7595 2025.02.07 10:10:50.034537 [ 255 ] {69cbac93-8246-4f39-ba0b-8053f4816747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7596 2025.02.07 10:10:50.035359 [ 255 ] {69cbac93-8246-4f39-ba0b-8053f4816747} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7597 2025.02.07 10:10:50.035400 [ 255 ] {69cbac93-8246-4f39-ba0b-8053f4816747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7598 2025.02.07 10:10:50.035846 [ 255 ] {69cbac93-8246-4f39-ba0b-8053f4816747} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7599 2025.02.07 10:10:50.036101 [ 255 ] {69cbac93-8246-4f39-ba0b-8053f4816747} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7600 2025.02.07 10:10:50.036325 [ 255 ] {69cbac93-8246-4f39-ba0b-8053f4816747} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001915 sec., 69973.89033942559 rows/sec., 6.02 MiB/sec.
7601 2025.02.07 10:10:50.036384 [ 255 ] {69cbac93-8246-4f39-ba0b-8053f4816747} <Debug> TCPHandler: Processed in 0.002246015 sec.
7602 2025.02.07 10:10:50.036638 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7603 2025.02.07 10:10:50.036832 [ 256 ] {b67b6efc-2a1d-4f03-bc71-fe2a462e2fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7604 2025.02.07 10:10:50.036936 [ 256 ] {b67b6efc-2a1d-4f03-bc71-fe2a462e2fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7605 2025.02.07 10:10:50.037710 [ 256 ] {b67b6efc-2a1d-4f03-bc71-fe2a462e2fa3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7606 2025.02.07 10:10:50.037760 [ 256 ] {b67b6efc-2a1d-4f03-bc71-fe2a462e2fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7607 2025.02.07 10:10:50.038202 [ 256 ] {b67b6efc-2a1d-4f03-bc71-fe2a462e2fa3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7608 2025.02.07 10:10:50.038467 [ 256 ] {b67b6efc-2a1d-4f03-bc71-fe2a462e2fa3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7609 2025.02.07 10:10:50.038695 [ 256 ] {b67b6efc-2a1d-4f03-bc71-fe2a462e2fa3} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001911 sec., 20408.163265306124 rows/sec., 1.50 MiB/sec.
7610 2025.02.07 10:10:50.038790 [ 256 ] {b67b6efc-2a1d-4f03-bc71-fe2a462e2fa3} <Debug> TCPHandler: Processed in 0.002287356 sec.
7611 2025.02.07 10:10:50.039011 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7612 2025.02.07 10:10:50.039191 [ 255 ] {9bc9c835-8f59-4566-8e34-3f19c112df87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7613 2025.02.07 10:10:50.039247 [ 255 ] {9bc9c835-8f59-4566-8e34-3f19c112df87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7614 2025.02.07 10:10:50.039996 [ 255 ] {9bc9c835-8f59-4566-8e34-3f19c112df87} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7615 2025.02.07 10:10:50.040036 [ 255 ] {9bc9c835-8f59-4566-8e34-3f19c112df87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7616 2025.02.07 10:10:50.040408 [ 255 ] {9bc9c835-8f59-4566-8e34-3f19c112df87} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7617 2025.02.07 10:10:50.040665 [ 255 ] {9bc9c835-8f59-4566-8e34-3f19c112df87} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7618 2025.02.07 10:10:50.040886 [ 255 ] {9bc9c835-8f59-4566-8e34-3f19c112df87} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001725 sec., 59710.14492753623 rows/sec., 4.66 MiB/sec.
7619 2025.02.07 10:10:50.040940 [ 255 ] {9bc9c835-8f59-4566-8e34-3f19c112df87} <Debug> TCPHandler: Processed in 0.002046831 sec.
7620 2025.02.07 10:10:50.041120 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7621 2025.02.07 10:10:50.041284 [ 256 ] {f222f01c-a4e8-4dc8-b52c-7972b750f4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7622 2025.02.07 10:10:50.041355 [ 256 ] {f222f01c-a4e8-4dc8-b52c-7972b750f4da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7623 2025.02.07 10:10:50.042054 [ 256 ] {f222f01c-a4e8-4dc8-b52c-7972b750f4da} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7624 2025.02.07 10:10:50.042094 [ 256 ] {f222f01c-a4e8-4dc8-b52c-7972b750f4da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7625 2025.02.07 10:10:50.042523 [ 256 ] {f222f01c-a4e8-4dc8-b52c-7972b750f4da} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7626 2025.02.07 10:10:50.042767 [ 256 ] {f222f01c-a4e8-4dc8-b52c-7972b750f4da} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7627 2025.02.07 10:10:50.042986 [ 256 ] {f222f01c-a4e8-4dc8-b52c-7972b750f4da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001725 sec., 92753.62318840579 rows/sec., 6.46 MiB/sec.
7628 2025.02.07 10:10:50.043054 [ 256 ] {f222f01c-a4e8-4dc8-b52c-7972b750f4da} <Debug> TCPHandler: Processed in 0.002005601 sec.
7629 2025.02.07 10:10:50.043286 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7630 2025.02.07 10:10:50.043502 [ 255 ] {92e6efcd-f421-4d2b-8bbc-16e0a9f871ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7631 2025.02.07 10:10:50.043585 [ 255 ] {92e6efcd-f421-4d2b-8bbc-16e0a9f871ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7632 2025.02.07 10:10:50.044809 [ 255 ] {92e6efcd-f421-4d2b-8bbc-16e0a9f871ce} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7633 2025.02.07 10:10:50.044848 [ 255 ] {92e6efcd-f421-4d2b-8bbc-16e0a9f871ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7634 2025.02.07 10:10:50.045519 [ 255 ] {92e6efcd-f421-4d2b-8bbc-16e0a9f871ce} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7635 2025.02.07 10:10:50.045795 [ 255 ] {92e6efcd-f421-4d2b-8bbc-16e0a9f871ce} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7636 2025.02.07 10:10:50.045976 [ 84 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7637 2025.02.07 10:10:50.046049 [ 84 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7638 2025.02.07 10:10:50.046081 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7639 2025.02.07 10:10:50.046091 [ 255 ] {92e6efcd-f421-4d2b-8bbc-16e0a9f871ce} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002627 sec., 14845.831747240198 rows/sec., 26.60 MiB/sec.
7640 2025.02.07 10:10:50.046491 [ 255 ] {92e6efcd-f421-4d2b-8bbc-16e0a9f871ce} <Debug> TCPHandler: Processed in 0.003327188 sec.
7641 2025.02.07 10:10:50.046485 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
7642 2025.02.07 10:10:50.046697 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7643 2025.02.07 10:10:50.047001 [ 256 ] {80454c99-e509-46f0-a25d-76e5125dd79a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7644 2025.02.07 10:10:50.047142 [ 256 ] {80454c99-e509-46f0-a25d-76e5125dd79a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7645 2025.02.07 10:10:50.047193 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7646 2025.02.07 10:10:50.047429 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 747 rows starting from the beginning of the part
7647 2025.02.07 10:10:50.048227 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part
7648 2025.02.07 10:10:50.049057 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part
7649 2025.02.07 10:10:50.049503 [ 256 ] {80454c99-e509-46f0-a25d-76e5125dd79a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7650 2025.02.07 10:10:50.049636 [ 256 ] {80454c99-e509-46f0-a25d-76e5125dd79a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7651 2025.02.07 10:10:50.049770 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part
7652 2025.02.07 10:10:50.050438 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part
7653 2025.02.07 10:10:50.051132 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part
7654 2025.02.07 10:10:50.051170 [ 256 ] {80454c99-e509-46f0-a25d-76e5125dd79a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7655 2025.02.07 10:10:50.052132 [ 256 ] {80454c99-e509-46f0-a25d-76e5125dd79a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7656 2025.02.07 10:10:50.052489 [ 256 ] {80454c99-e509-46f0-a25d-76e5125dd79a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005585 sec., 10743.061772605193 rows/sec., 741.38 KiB/sec.
7657 2025.02.07 10:10:50.052656 [ 256 ] {80454c99-e509-46f0-a25d-76e5125dd79a} <Debug> TCPHandler: Processed in 0.006056433 sec.
7658 2025.02.07 10:10:50.067191 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 942 rows, containing 19 columns (19 merged, 0 gathered) in 0.020988925 sec., 44880.81214259425 rows/sec., 80.42 MiB/sec.
7659 2025.02.07 10:10:50.068506 [ 196 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7660 2025.02.07 10:10:50.068952 [ 196 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7661 2025.02.07 10:10:50.069039 [ 196 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7662 2025.02.07 10:10:50.069209 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB.
7663 2025.02.07 10:10:51.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.04 MiB, peak 216.77 MiB, free memory in arenas 0.00 B, will set to 210.85 MiB (RSS), difference: 1.81 MiB
7664 2025.02.07 10:10:54.110988 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache
7665 2025.02.07 10:10:54.111088 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache
7666 2025.02.07 10:10:54.243872 [ 76 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
7667 2025.02.07 10:10:54.243974 [ 76 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7668 2025.02.07 10:10:54.244016 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7669 2025.02.07 10:10:54.244350 [ 194 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
7670 2025.02.07 10:10:54.244758 [ 194 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7671 2025.02.07 10:10:54.244835 [ 194 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part
7672 2025.02.07 10:10:54.244969 [ 194 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
7673 2025.02.07 10:10:54.245271 [ 194 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
7674 2025.02.07 10:10:54.245413 [ 194 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
7675 2025.02.07 10:10:54.245626 [ 194 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
7676 2025.02.07 10:10:54.246665 [ 187 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002527452 sec., 56974.37577449542 rows/sec., 2.91 MiB/sec.
7677 2025.02.07 10:10:54.246888 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7678 2025.02.07 10:10:54.247273 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7679 2025.02.07 10:10:54.247367 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_24_5} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7680 2025.02.07 10:10:54.247470 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7681 2025.02.07 10:10:54.254879 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446
7682 2025.02.07 10:10:54.255500 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7683 2025.02.07 10:10:54.255535 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7684 2025.02.07 10:10:54.256014 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7685 2025.02.07 10:10:54.256260 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7686 2025.02.07 10:10:54.256430 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7687 2025.02.07 10:10:55.037099 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7688 2025.02.07 10:10:55.037318 [ 255 ] {ae478bbb-cafd-4994-a9a5-5ceb344a2c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7689 2025.02.07 10:10:55.037397 [ 255 ] {ae478bbb-cafd-4994-a9a5-5ceb344a2c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7690 2025.02.07 10:10:55.038213 [ 255 ] {ae478bbb-cafd-4994-a9a5-5ceb344a2c43} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7691 2025.02.07 10:10:55.038262 [ 255 ] {ae478bbb-cafd-4994-a9a5-5ceb344a2c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7692 2025.02.07 10:10:55.038690 [ 255 ] {ae478bbb-cafd-4994-a9a5-5ceb344a2c43} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7693 2025.02.07 10:10:55.038950 [ 255 ] {ae478bbb-cafd-4994-a9a5-5ceb344a2c43} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7694 2025.02.07 10:10:55.039165 [ 76 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7695 2025.02.07 10:10:55.039234 [ 255 ] {ae478bbb-cafd-4994-a9a5-5ceb344a2c43} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec.
7696 2025.02.07 10:10:55.039294 [ 76 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7697 2025.02.07 10:10:55.039388 [ 255 ] {ae478bbb-cafd-4994-a9a5-5ceb344a2c43} <Debug> TCPHandler: Processed in 0.002420219 sec.
7698 2025.02.07 10:10:55.039394 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7699 2025.02.07 10:10:55.039620 [ 194 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7700 2025.02.07 10:10:55.039768 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7701 2025.02.07 10:10:55.039784 [ 194 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7702 2025.02.07 10:10:55.039888 [ 194 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part
7703 2025.02.07 10:10:55.040107 [ 194 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
7704 2025.02.07 10:10:55.040385 [ 194 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7705 2025.02.07 10:10:55.040397 [ 256 ] {a5afae85-5727-403f-9af3-646a38756a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7706 2025.02.07 10:10:55.040645 [ 256 ] {a5afae85-5727-403f-9af3-646a38756a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7707 2025.02.07 10:10:55.040655 [ 194 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
7708 2025.02.07 10:10:55.041003 [ 194 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
7709 2025.02.07 10:10:55.043386 [ 256 ] {a5afae85-5727-403f-9af3-646a38756a6f} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7710 2025.02.07 10:10:55.043396 [ 194 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003874608 sec., 18066.34374367678 rows/sec., 1.34 MiB/sec.
7711 2025.02.07 10:10:55.043438 [ 256 ] {a5afae85-5727-403f-9af3-646a38756a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7712 2025.02.07 10:10:55.043790 [ 187 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7713 2025.02.07 10:10:55.044234 [ 256 ] {a5afae85-5727-403f-9af3-646a38756a6f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7714 2025.02.07 10:10:55.044515 [ 187 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7715 2025.02.07 10:10:55.044681 [ 187 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_25_6} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7716 2025.02.07 10:10:55.044874 [ 256 ] {a5afae85-5727-403f-9af3-646a38756a6f} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7717 2025.02.07 10:10:55.044893 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7718 2025.02.07 10:10:55.045168 [ 256 ] {a5afae85-5727-403f-9af3-646a38756a6f} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.004997 sec., 40624.374624774864 rows/sec., 3.51 MiB/sec.
7719 2025.02.07 10:10:55.045236 [ 256 ] {a5afae85-5727-403f-9af3-646a38756a6f} <Debug> TCPHandler: Processed in 0.005708645 sec.
7720 2025.02.07 10:10:55.045490 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7721 2025.02.07 10:10:55.045728 [ 255 ] {b5fe3cfc-71d2-4df3-89bb-80fe515a0de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7722 2025.02.07 10:10:55.045821 [ 255 ] {b5fe3cfc-71d2-4df3-89bb-80fe515a0de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7723 2025.02.07 10:10:55.046593 [ 255 ] {b5fe3cfc-71d2-4df3-89bb-80fe515a0de1} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7724 2025.02.07 10:10:55.046635 [ 255 ] {b5fe3cfc-71d2-4df3-89bb-80fe515a0de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7725 2025.02.07 10:10:55.047013 [ 255 ] {b5fe3cfc-71d2-4df3-89bb-80fe515a0de1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7726 2025.02.07 10:10:55.047264 [ 255 ] {b5fe3cfc-71d2-4df3-89bb-80fe515a0de1} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7727 2025.02.07 10:10:55.047461 [ 76 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7728 2025.02.07 10:10:55.047521 [ 255 ] {b5fe3cfc-71d2-4df3-89bb-80fe515a0de1} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001849 sec., 3785.8301784748514 rows/sec., 246.65 KiB/sec.
7729 2025.02.07 10:10:55.047536 [ 76 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7730 2025.02.07 10:10:55.047625 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7731 2025.02.07 10:10:55.047654 [ 255 ] {b5fe3cfc-71d2-4df3-89bb-80fe515a0de1} <Debug> TCPHandler: Processed in 0.002271976 sec.
7732 2025.02.07 10:10:55.048037 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
7733 2025.02.07 10:10:55.048077 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7734 2025.02.07 10:10:55.048516 [ 256 ] {a95bee7c-7d05-4d58-9fc2-ba6695189cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7735 2025.02.07 10:10:55.048690 [ 256 ] {a95bee7c-7d05-4d58-9fc2-ba6695189cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7736 2025.02.07 10:10:55.048772 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7737 2025.02.07 10:10:55.048960 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 64 rows starting from the beginning of the part
7738 2025.02.07 10:10:55.049526 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part
7739 2025.02.07 10:10:55.049906 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part
7740 2025.02.07 10:10:55.050351 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part
7741 2025.02.07 10:10:55.050650 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part
7742 2025.02.07 10:10:55.051018 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part
7743 2025.02.07 10:10:55.051759 [ 256 ] {a95bee7c-7d05-4d58-9fc2-ba6695189cc5} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7744 2025.02.07 10:10:55.051842 [ 256 ] {a95bee7c-7d05-4d58-9fc2-ba6695189cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7745 2025.02.07 10:10:55.052774 [ 256 ] {a95bee7c-7d05-4d58-9fc2-ba6695189cc5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7746 2025.02.07 10:10:55.053378 [ 256 ] {a95bee7c-7d05-4d58-9fc2-ba6695189cc5} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7747 2025.02.07 10:10:55.053741 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 5 columns (5 merged, 0 gathered) in 0.005963941 sec., 28336.96711620722 rows/sec., 2.12 MiB/sec.
7748 2025.02.07 10:10:55.053755 [ 76 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
7749 2025.02.07 10:10:55.053867 [ 76 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7750 2025.02.07 10:10:55.053925 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7751 2025.02.07 10:10:55.053971 [ 256 ] {a95bee7c-7d05-4d58-9fc2-ba6695189cc5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005599 sec., 2500.4465083050545 rows/sec., 175.11 KiB/sec.
7752 2025.02.07 10:10:55.054069 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7753 2025.02.07 10:10:55.054625 [ 256 ] {a95bee7c-7d05-4d58-9fc2-ba6695189cc5} <Debug> TCPHandler: Processed in 0.006821338 sec.
7754 2025.02.07 10:10:55.054642 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::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
7755 2025.02.07 10:10:55.055301 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7756 2025.02.07 10:10:55.055455 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 242 rows starting from the beginning of the part
7757 2025.02.07 10:10:55.055454 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7758 2025.02.07 10:10:55.055487 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7759 2025.02.07 10:10:55.055810 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part
7760 2025.02.07 10:10:55.055959 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_51_10} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7761 2025.02.07 10:10:55.055952 [ 255 ] {279cc557-336d-451c-9e52-b48176e020f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7762 2025.02.07 10:10:55.056269 [ 255 ] {279cc557-336d-451c-9e52-b48176e020f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7763 2025.02.07 10:10:55.056301 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
7764 2025.02.07 10:10:55.056356 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7765 2025.02.07 10:10:55.056856 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7766 2025.02.07 10:10:55.057205 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part
7767 2025.02.07 10:10:55.057605 [ 187 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
7768 2025.02.07 10:10:55.058985 [ 255 ] {279cc557-336d-451c-9e52-b48176e020f8} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7769 2025.02.07 10:10:55.059064 [ 255 ] {279cc557-336d-451c-9e52-b48176e020f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7770 2025.02.07 10:10:55.060070 [ 255 ] {279cc557-336d-451c-9e52-b48176e020f8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7771 2025.02.07 10:10:55.060490 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.00641413 sec., 119735.64614374826 rows/sec., 8.57 MiB/sec.
7772 2025.02.07 10:10:55.060574 [ 255 ] {279cc557-336d-451c-9e52-b48176e020f8} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7773 2025.02.07 10:10:55.060882 [ 76 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7774 2025.02.07 10:10:55.060909 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
7775 2025.02.07 10:10:55.061020 [ 76 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7776 2025.02.07 10:10:55.061153 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7777 2025.02.07 10:10:55.061198 [ 255 ] {279cc557-336d-451c-9e52-b48176e020f8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005392 sec., 2410.9792284866467 rows/sec., 150.32 KiB/sec.
7778 2025.02.07 10:10:55.061738 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7779 2025.02.07 10:10:55.061804 [ 255 ] {279cc557-336d-451c-9e52-b48176e020f8} <Debug> TCPHandler: Processed in 0.006486702 sec.
7780 2025.02.07 10:10:55.062261 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7781 2025.02.07 10:10:55.062388 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7782 2025.02.07 10:10:55.062557 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7783 2025.02.07 10:10:55.062739 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part
7784 2025.02.07 10:10:55.062903 [ 256 ] {3f89fb5b-d000-4fe5-8c58-89f6e29ce7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7785 2025.02.07 10:10:55.062920 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_25_5} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
7786 2025.02.07 10:10:55.063169 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part
7787 2025.02.07 10:10:55.063165 [ 256 ] {3f89fb5b-d000-4fe5-8c58-89f6e29ce7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7788 2025.02.07 10:10:55.063374 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
7789 2025.02.07 10:10:55.063563 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part
7790 2025.02.07 10:10:55.063986 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
7791 2025.02.07 10:10:55.064403 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part
7792 2025.02.07 10:10:55.066446 [ 256 ] {3f89fb5b-d000-4fe5-8c58-89f6e29ce7e4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7793 2025.02.07 10:10:55.066518 [ 256 ] {3f89fb5b-d000-4fe5-8c58-89f6e29ce7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7794 2025.02.07 10:10:55.066993 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005682255 sec., 11439.120560411317 rows/sec., 757.91 KiB/sec.
7795 2025.02.07 10:10:55.067214 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7796 2025.02.07 10:10:55.067387 [ 256 ] {3f89fb5b-d000-4fe5-8c58-89f6e29ce7e4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7797 2025.02.07 10:10:55.067655 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7798 2025.02.07 10:10:55.067831 [ 256 ] {3f89fb5b-d000-4fe5-8c58-89f6e29ce7e4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7799 2025.02.07 10:10:55.067836 [ 201 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_25_6} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7800 2025.02.07 10:10:55.068043 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7801 2025.02.07 10:10:55.068193 [ 256 ] {3f89fb5b-d000-4fe5-8c58-89f6e29ce7e4} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005538 sec., 68977.97038642109 rows/sec., 4.88 MiB/sec.
7802 2025.02.07 10:10:55.068260 [ 256 ] {3f89fb5b-d000-4fe5-8c58-89f6e29ce7e4} <Debug> TCPHandler: Processed in 0.006293647 sec.
7803 2025.02.07 10:10:55.068439 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7804 2025.02.07 10:10:55.068583 [ 255 ] {59f8e155-3458-4567-83d3-e6997f8718b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7805 2025.02.07 10:10:55.068642 [ 255 ] {59f8e155-3458-4567-83d3-e6997f8718b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7806 2025.02.07 10:10:55.069216 [ 255 ] {59f8e155-3458-4567-83d3-e6997f8718b5} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7807 2025.02.07 10:10:55.069256 [ 255 ] {59f8e155-3458-4567-83d3-e6997f8718b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7808 2025.02.07 10:10:55.069620 [ 255 ] {59f8e155-3458-4567-83d3-e6997f8718b5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7809 2025.02.07 10:10:55.069864 [ 255 ] {59f8e155-3458-4567-83d3-e6997f8718b5} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7810 2025.02.07 10:10:55.070072 [ 255 ] {59f8e155-3458-4567-83d3-e6997f8718b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec.
7811 2025.02.07 10:10:55.070122 [ 255 ] {59f8e155-3458-4567-83d3-e6997f8718b5} <Debug> TCPHandler: Processed in 0.001756546 sec.
7812 2025.02.07 10:10:55.070320 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7813 2025.02.07 10:10:55.070545 [ 256 ] {0b8bdf59-8631-429c-8295-f4527eab39f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7814 2025.02.07 10:10:55.070643 [ 256 ] {0b8bdf59-8631-429c-8295-f4527eab39f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7815 2025.02.07 10:10:55.071452 [ 256 ] {0b8bdf59-8631-429c-8295-f4527eab39f8} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7816 2025.02.07 10:10:55.071489 [ 256 ] {0b8bdf59-8631-429c-8295-f4527eab39f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7817 2025.02.07 10:10:55.071898 [ 256 ] {0b8bdf59-8631-429c-8295-f4527eab39f8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7818 2025.02.07 10:10:55.072138 [ 256 ] {0b8bdf59-8631-429c-8295-f4527eab39f8} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7819 2025.02.07 10:10:55.072347 [ 256 ] {0b8bdf59-8631-429c-8295-f4527eab39f8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001857 sec., 127625.20193861067 rows/sec., 8.55 MiB/sec.
7820 2025.02.07 10:10:55.072420 [ 256 ] {0b8bdf59-8631-429c-8295-f4527eab39f8} <Debug> TCPHandler: Processed in 0.002211595 sec.
7821 2025.02.07 10:10:55.072673 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7822 2025.02.07 10:10:55.072854 [ 255 ] {fd788f8b-f60a-4af2-9bc1-d56a36a60302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7823 2025.02.07 10:10:55.072912 [ 255 ] {fd788f8b-f60a-4af2-9bc1-d56a36a60302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7824 2025.02.07 10:10:55.073420 [ 255 ] {fd788f8b-f60a-4af2-9bc1-d56a36a60302} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7825 2025.02.07 10:10:55.073460 [ 255 ] {fd788f8b-f60a-4af2-9bc1-d56a36a60302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7826 2025.02.07 10:10:55.073820 [ 255 ] {fd788f8b-f60a-4af2-9bc1-d56a36a60302} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7827 2025.02.07 10:10:55.074059 [ 255 ] {fd788f8b-f60a-4af2-9bc1-d56a36a60302} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7828 2025.02.07 10:10:55.074215 [ 76 ] {} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
7829 2025.02.07 10:10:55.074274 [ 76 ] {} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7830 2025.02.07 10:10:55.074308 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7831 2025.02.07 10:10:55.074315 [ 255 ] {fd788f8b-f60a-4af2-9bc1-d56a36a60302} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec.
7832 2025.02.07 10:10:55.074583 [ 255 ] {fd788f8b-f60a-4af2-9bc1-d56a36a60302} <Debug> TCPHandler: Processed in 0.002061062 sec.
7833 2025.02.07 10:10:55.074679 [ 190 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
7834 2025.02.07 10:10:55.074861 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7835 2025.02.07 10:10:55.075271 [ 256 ] {01fd78bb-adb9-45e9-a882-c956507d1452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7836 2025.02.07 10:10:55.075313 [ 190 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7837 2025.02.07 10:10:55.075426 [ 190 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part
7838 2025.02.07 10:10:55.075448 [ 256 ] {01fd78bb-adb9-45e9-a882-c956507d1452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7839 2025.02.07 10:10:55.075744 [ 190 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7840 2025.02.07 10:10:55.076103 [ 190 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7841 2025.02.07 10:10:55.076423 [ 190 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7842 2025.02.07 10:10:55.076724 [ 190 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7843 2025.02.07 10:10:55.077072 [ 190 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
7844 2025.02.07 10:10:55.078197 [ 256 ] {01fd78bb-adb9-45e9-a882-c956507d1452} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7845 2025.02.07 10:10:55.078278 [ 256 ] {01fd78bb-adb9-45e9-a882-c956507d1452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7846 2025.02.07 10:10:55.079393 [ 256 ] {01fd78bb-adb9-45e9-a882-c956507d1452} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7847 2025.02.07 10:10:55.079891 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.005498541 sec., 4546.660650525294 rows/sec., 306.37 KiB/sec.
7848 2025.02.07 10:10:55.079960 [ 256 ] {01fd78bb-adb9-45e9-a882-c956507d1452} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7849 2025.02.07 10:10:55.080153 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
7850 2025.02.07 10:10:55.080397 [ 256 ] {01fd78bb-adb9-45e9-a882-c956507d1452} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00527 sec., 15559.772296015179 rows/sec., 1011.96 KiB/sec.
7851 2025.02.07 10:10:55.080523 [ 256 ] {01fd78bb-adb9-45e9-a882-c956507d1452} <Debug> TCPHandler: Processed in 0.005835518 sec.
7852 2025.02.07 10:10:55.080772 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7853 2025.02.07 10:10:55.080876 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_25_5} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
7854 2025.02.07 10:10:55.080978 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7855 2025.02.07 10:10:55.570234 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7856 2025.02.07 10:10:55.590870 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7857 2025.02.07 10:10:55.590935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7858 2025.02.07 10:10:55.598419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7859 2025.02.07 10:10:55.599173 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7860 2025.02.07 10:10:55.602753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7861 2025.02.07 10:10:56.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.23 MiB, peak 216.77 MiB, free memory in arenas 0.00 B, will set to 211.18 MiB (RSS), difference: -1.05 MiB
7862 2025.02.07 10:10:59.378936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1086
7863 2025.02.07 10:10:59.381977 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7864 2025.02.07 10:10:59.382030 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7865 2025.02.07 10:10:59.383514 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7866 2025.02.07 10:10:59.383821 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7867 2025.02.07 10:10:59.384310 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1086
7868 2025.02.07 10:11:00.034984 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7869 2025.02.07 10:11:00.035170 [ 255 ] {10fe0d15-f2fe-4b05-a062-a0fd8c1fa1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7870 2025.02.07 10:11:00.035246 [ 255 ] {10fe0d15-f2fe-4b05-a062-a0fd8c1fa1e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7871 2025.02.07 10:11:00.035981 [ 255 ] {10fe0d15-f2fe-4b05-a062-a0fd8c1fa1e1} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7872 2025.02.07 10:11:00.036025 [ 255 ] {10fe0d15-f2fe-4b05-a062-a0fd8c1fa1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7873 2025.02.07 10:11:00.036452 [ 255 ] {10fe0d15-f2fe-4b05-a062-a0fd8c1fa1e1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7874 2025.02.07 10:11:00.036711 [ 255 ] {10fe0d15-f2fe-4b05-a062-a0fd8c1fa1e1} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7875 2025.02.07 10:11:00.036921 [ 255 ] {10fe0d15-f2fe-4b05-a062-a0fd8c1fa1e1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0018 sec., 1111.111111111111 rows/sec., 90.60 KiB/sec.
7876 2025.02.07 10:11:00.037041 [ 255 ] {10fe0d15-f2fe-4b05-a062-a0fd8c1fa1e1} <Debug> TCPHandler: Processed in 0.002186064 sec.
7877 2025.02.07 10:11:00.037323 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7878 2025.02.07 10:11:00.037519 [ 256 ] {ebfdf1ed-8246-45e1-9740-b0b2a2c86cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7879 2025.02.07 10:11:00.037597 [ 256 ] {ebfdf1ed-8246-45e1-9740-b0b2a2c86cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7880 2025.02.07 10:11:00.038451 [ 256 ] {ebfdf1ed-8246-45e1-9740-b0b2a2c86cf8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7881 2025.02.07 10:11:00.038508 [ 256 ] {ebfdf1ed-8246-45e1-9740-b0b2a2c86cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7882 2025.02.07 10:11:00.038986 [ 256 ] {ebfdf1ed-8246-45e1-9740-b0b2a2c86cf8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7883 2025.02.07 10:11:00.039261 [ 256 ] {ebfdf1ed-8246-45e1-9740-b0b2a2c86cf8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7884 2025.02.07 10:11:00.039554 [ 256 ] {ebfdf1ed-8246-45e1-9740-b0b2a2c86cf8} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.002085 sec., 64748.20143884892 rows/sec., 5.56 MiB/sec.
7885 2025.02.07 10:11:00.039761 [ 256 ] {ebfdf1ed-8246-45e1-9740-b0b2a2c86cf8} <Debug> TCPHandler: Processed in 0.002584092 sec.
7886 2025.02.07 10:11:00.039995 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7887 2025.02.07 10:11:00.040132 [ 255 ] {b07c13e5-140c-4a2c-8ca7-11ea13843272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7888 2025.02.07 10:11:00.040190 [ 255 ] {b07c13e5-140c-4a2c-8ca7-11ea13843272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7889 2025.02.07 10:11:00.040924 [ 255 ] {b07c13e5-140c-4a2c-8ca7-11ea13843272} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7890 2025.02.07 10:11:00.040969 [ 255 ] {b07c13e5-140c-4a2c-8ca7-11ea13843272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7891 2025.02.07 10:11:00.041400 [ 255 ] {b07c13e5-140c-4a2c-8ca7-11ea13843272} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7892 2025.02.07 10:11:00.041658 [ 255 ] {b07c13e5-140c-4a2c-8ca7-11ea13843272} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7893 2025.02.07 10:11:00.041860 [ 255 ] {b07c13e5-140c-4a2c-8ca7-11ea13843272} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001752 sec., 23401.826484018264 rows/sec., 1.71 MiB/sec.
7894 2025.02.07 10:11:00.041962 [ 255 ] {b07c13e5-140c-4a2c-8ca7-11ea13843272} <Debug> TCPHandler: Processed in 0.002068941 sec.
7895 2025.02.07 10:11:00.042189 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7896 2025.02.07 10:11:00.042362 [ 256 ] {3a5dcd0a-d7bd-488b-84d8-3b361421fac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7897 2025.02.07 10:11:00.042421 [ 256 ] {3a5dcd0a-d7bd-488b-84d8-3b361421fac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7898 2025.02.07 10:11:00.043132 [ 256 ] {3a5dcd0a-d7bd-488b-84d8-3b361421fac7} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7899 2025.02.07 10:11:00.043176 [ 256 ] {3a5dcd0a-d7bd-488b-84d8-3b361421fac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7900 2025.02.07 10:11:00.043578 [ 256 ] {3a5dcd0a-d7bd-488b-84d8-3b361421fac7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7901 2025.02.07 10:11:00.043852 [ 256 ] {3a5dcd0a-d7bd-488b-84d8-3b361421fac7} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7902 2025.02.07 10:11:00.044086 [ 256 ] {3a5dcd0a-d7bd-488b-84d8-3b361421fac7} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001756 sec., 59794.98861047836 rows/sec., 4.67 MiB/sec.
7903 2025.02.07 10:11:00.044151 [ 256 ] {3a5dcd0a-d7bd-488b-84d8-3b361421fac7} <Debug> TCPHandler: Processed in 0.002087292 sec.
7904 2025.02.07 10:11:00.044336 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7905 2025.02.07 10:11:00.044464 [ 255 ] {d99ddc3b-3ed4-42ea-ba41-0ef5bb7ad8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7906 2025.02.07 10:11:00.044522 [ 255 ] {d99ddc3b-3ed4-42ea-ba41-0ef5bb7ad8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7907 2025.02.07 10:11:00.045123 [ 255 ] {d99ddc3b-3ed4-42ea-ba41-0ef5bb7ad8a6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7908 2025.02.07 10:11:00.045163 [ 255 ] {d99ddc3b-3ed4-42ea-ba41-0ef5bb7ad8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7909 2025.02.07 10:11:00.045588 [ 255 ] {d99ddc3b-3ed4-42ea-ba41-0ef5bb7ad8a6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7910 2025.02.07 10:11:00.045841 [ 255 ] {d99ddc3b-3ed4-42ea-ba41-0ef5bb7ad8a6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7911 2025.02.07 10:11:00.046044 [ 255 ] {d99ddc3b-3ed4-42ea-ba41-0ef5bb7ad8a6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001603 sec., 100436.68122270743 rows/sec., 6.99 MiB/sec.
7912 2025.02.07 10:11:00.046110 [ 255 ] {d99ddc3b-3ed4-42ea-ba41-0ef5bb7ad8a6} <Debug> TCPHandler: Processed in 0.001833838 sec.
7913 2025.02.07 10:11:00.046327 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7914 2025.02.07 10:11:00.046478 [ 256 ] {5b48aa57-539a-42cd-9d77-6586e2b180e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7915 2025.02.07 10:11:00.046563 [ 256 ] {5b48aa57-539a-42cd-9d77-6586e2b180e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7916 2025.02.07 10:11:00.047789 [ 256 ] {5b48aa57-539a-42cd-9d77-6586e2b180e4} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7917 2025.02.07 10:11:00.047829 [ 256 ] {5b48aa57-539a-42cd-9d77-6586e2b180e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7918 2025.02.07 10:11:00.048534 [ 256 ] {5b48aa57-539a-42cd-9d77-6586e2b180e4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7919 2025.02.07 10:11:00.048807 [ 256 ] {5b48aa57-539a-42cd-9d77-6586e2b180e4} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7920 2025.02.07 10:11:00.049056 [ 256 ] {5b48aa57-539a-42cd-9d77-6586e2b180e4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002609 sec., 14948.256036795707 rows/sec., 26.79 MiB/sec.
7921 2025.02.07 10:11:00.049181 [ 256 ] {5b48aa57-539a-42cd-9d77-6586e2b180e4} <Debug> TCPHandler: Processed in 0.00296457 sec.
7922 2025.02.07 10:11:00.049331 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7923 2025.02.07 10:11:00.049452 [ 255 ] {bead8dbd-2c0c-45a7-8423-36745d453a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7924 2025.02.07 10:11:00.049503 [ 255 ] {bead8dbd-2c0c-45a7-8423-36745d453a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7925 2025.02.07 10:11:00.050010 [ 255 ] {bead8dbd-2c0c-45a7-8423-36745d453a21} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7926 2025.02.07 10:11:00.050048 [ 255 ] {bead8dbd-2c0c-45a7-8423-36745d453a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7927 2025.02.07 10:11:00.050431 [ 255 ] {bead8dbd-2c0c-45a7-8423-36745d453a21} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7928 2025.02.07 10:11:00.050688 [ 255 ] {bead8dbd-2c0c-45a7-8423-36745d453a21} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7929 2025.02.07 10:11:00.050867 [ 255 ] {bead8dbd-2c0c-45a7-8423-36745d453a21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec.
7930 2025.02.07 10:11:00.050918 [ 255 ] {bead8dbd-2c0c-45a7-8423-36745d453a21} <Debug> TCPHandler: Processed in 0.001646713 sec.
7931 2025.02.07 10:11:01.757536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873
7932 2025.02.07 10:11:01.758180 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7933 2025.02.07 10:11:01.758230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7934 2025.02.07 10:11:01.758739 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7935 2025.02.07 10:11:01.758991 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7936 2025.02.07 10:11:01.759234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873
7937 2025.02.07 10:11:03.103790 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7938 2025.02.07 10:11:03.125211 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7939 2025.02.07 10:11:03.125262 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7940 2025.02.07 10:11:03.133154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7941 2025.02.07 10:11:03.133942 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7942 2025.02.07 10:11:03.136579 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7943 2025.02.07 10:11:05.037192 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7944 2025.02.07 10:11:05.037384 [ 255 ] {46a45988-0c50-4548-983e-2a820ee4db63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7945 2025.02.07 10:11:05.037459 [ 255 ] {46a45988-0c50-4548-983e-2a820ee4db63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7946 2025.02.07 10:11:05.038236 [ 255 ] {46a45988-0c50-4548-983e-2a820ee4db63} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7947 2025.02.07 10:11:05.038288 [ 255 ] {46a45988-0c50-4548-983e-2a820ee4db63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7948 2025.02.07 10:11:05.038740 [ 255 ] {46a45988-0c50-4548-983e-2a820ee4db63} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7949 2025.02.07 10:11:05.039007 [ 255 ] {46a45988-0c50-4548-983e-2a820ee4db63} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7950 2025.02.07 10:11:05.039258 [ 255 ] {46a45988-0c50-4548-983e-2a820ee4db63} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec.
7951 2025.02.07 10:11:05.039373 [ 255 ] {46a45988-0c50-4548-983e-2a820ee4db63} <Debug> TCPHandler: Processed in 0.002312667 sec.
7952 2025.02.07 10:11:05.039681 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7953 2025.02.07 10:11:05.039890 [ 256 ] {c488fc5d-ae69-46fe-a97b-10638ed28f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7954 2025.02.07 10:11:05.039970 [ 256 ] {c488fc5d-ae69-46fe-a97b-10638ed28f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7955 2025.02.07 10:11:05.040842 [ 256 ] {c488fc5d-ae69-46fe-a97b-10638ed28f37} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7956 2025.02.07 10:11:05.040888 [ 256 ] {c488fc5d-ae69-46fe-a97b-10638ed28f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7957 2025.02.07 10:11:05.041344 [ 256 ] {c488fc5d-ae69-46fe-a97b-10638ed28f37} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7958 2025.02.07 10:11:05.041602 [ 256 ] {c488fc5d-ae69-46fe-a97b-10638ed28f37} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7959 2025.02.07 10:11:05.041804 [ 57 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7960 2025.02.07 10:11:05.041839 [ 256 ] {c488fc5d-ae69-46fe-a97b-10638ed28f37} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002007 sec., 101145.98903836572 rows/sec., 8.73 MiB/sec.
7961 2025.02.07 10:11:05.041890 [ 57 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7962 2025.02.07 10:11:05.041958 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7963 2025.02.07 10:11:05.041966 [ 256 ] {c488fc5d-ae69-46fe-a97b-10638ed28f37} <Debug> TCPHandler: Processed in 0.002446529 sec.
7964 2025.02.07 10:11:05.042191 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7965 2025.02.07 10:11:05.042212 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
7966 2025.02.07 10:11:05.042406 [ 255 ] {e1cecc74-6ffe-4632-8e70-f0ce33b01bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7967 2025.02.07 10:11:05.042527 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7968 2025.02.07 10:11:05.042530 [ 255 ] {e1cecc74-6ffe-4632-8e70-f0ce33b01bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7969 2025.02.07 10:11:05.042613 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1431 rows starting from the beginning of the part
7970 2025.02.07 10:11:05.042953 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
7971 2025.02.07 10:11:05.043316 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 134 rows starting from the beginning of the part
7972 2025.02.07 10:11:05.043703 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 203 rows starting from the beginning of the part
7973 2025.02.07 10:11:05.044109 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 135 rows starting from the beginning of the part
7974 2025.02.07 10:11:05.044468 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 203 rows starting from the beginning of the part
7975 2025.02.07 10:11:05.045421 [ 255 ] {e1cecc74-6ffe-4632-8e70-f0ce33b01bc4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7976 2025.02.07 10:11:05.045486 [ 255 ] {e1cecc74-6ffe-4632-8e70-f0ce33b01bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7977 2025.02.07 10:11:05.046417 [ 255 ] {e1cecc74-6ffe-4632-8e70-f0ce33b01bc4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7978 2025.02.07 10:11:05.046955 [ 255 ] {e1cecc74-6ffe-4632-8e70-f0ce33b01bc4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7979 2025.02.07 10:11:05.047299 [ 255 ] {e1cecc74-6ffe-4632-8e70-f0ce33b01bc4} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004947 sec., 1414.9989892864362 rows/sec., 92.19 KiB/sec.
7980 2025.02.07 10:11:05.047507 [ 255 ] {e1cecc74-6ffe-4632-8e70-f0ce33b01bc4} <Debug> TCPHandler: Processed in 0.005413439 sec.
7981 2025.02.07 10:11:05.047771 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7982 2025.02.07 10:11:05.047937 [ 197 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2162 rows, containing 5 columns (5 merged, 0 gathered) in 0.005862428 sec., 368789.17745343735 rows/sec., 32.42 MiB/sec.
7983 2025.02.07 10:11:05.047984 [ 256 ] {58d35f91-40b8-44ef-b875-06e2966e40de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7984 2025.02.07 10:11:05.048051 [ 256 ] {58d35f91-40b8-44ef-b875-06e2966e40de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7985 2025.02.07 10:11:05.048221 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7986 2025.02.07 10:11:05.048660 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7987 2025.02.07 10:11:05.048789 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_61_12} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7988 2025.02.07 10:11:05.048912 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
7989 2025.02.07 10:11:05.048912 [ 256 ] {58d35f91-40b8-44ef-b875-06e2966e40de} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7990 2025.02.07 10:11:05.048966 [ 256 ] {58d35f91-40b8-44ef-b875-06e2966e40de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
7991 2025.02.07 10:11:05.049332 [ 256 ] {58d35f91-40b8-44ef-b875-06e2966e40de} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7992 2025.02.07 10:11:05.049595 [ 256 ] {58d35f91-40b8-44ef-b875-06e2966e40de} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7993 2025.02.07 10:11:05.049828 [ 256 ] {58d35f91-40b8-44ef-b875-06e2966e40de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001882 sec., 7438.894792773645 rows/sec., 520.97 KiB/sec.
7994 2025.02.07 10:11:05.049984 [ 256 ] {58d35f91-40b8-44ef-b875-06e2966e40de} <Debug> TCPHandler: Processed in 0.002342768 sec.
7995 2025.02.07 10:11:05.050165 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7996 2025.02.07 10:11:05.050291 [ 255 ] {77592eba-2c78-4a8c-bcd8-2fea32a28ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7997 2025.02.07 10:11:05.050344 [ 255 ] {77592eba-2c78-4a8c-bcd8-2fea32a28ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7998 2025.02.07 10:11:05.050944 [ 255 ] {77592eba-2c78-4a8c-bcd8-2fea32a28ead} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7999 2025.02.07 10:11:05.050985 [ 255 ] {77592eba-2c78-4a8c-bcd8-2fea32a28ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8000 2025.02.07 10:11:05.051354 [ 255 ] {77592eba-2c78-4a8c-bcd8-2fea32a28ead} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8001 2025.02.07 10:11:05.051616 [ 255 ] {77592eba-2c78-4a8c-bcd8-2fea32a28ead} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8002 2025.02.07 10:11:05.051875 [ 255 ] {77592eba-2c78-4a8c-bcd8-2fea32a28ead} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001611 sec., 8069.522036002483 rows/sec., 503.13 KiB/sec.
8003 2025.02.07 10:11:05.052085 [ 255 ] {77592eba-2c78-4a8c-bcd8-2fea32a28ead} <Debug> TCPHandler: Processed in 0.00198519 sec.
8004 2025.02.07 10:11:05.052279 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8005 2025.02.07 10:11:05.052413 [ 256 ] {5166b4bb-b064-4b64-937e-ada373d621c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8006 2025.02.07 10:11:05.052471 [ 256 ] {5166b4bb-b064-4b64-937e-ada373d621c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8007 2025.02.07 10:11:05.053314 [ 256 ] {5166b4bb-b064-4b64-937e-ada373d621c6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8008 2025.02.07 10:11:05.053353 [ 256 ] {5166b4bb-b064-4b64-937e-ada373d621c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8009 2025.02.07 10:11:05.053745 [ 256 ] {5166b4bb-b064-4b64-937e-ada373d621c6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8010 2025.02.07 10:11:05.053987 [ 256 ] {5166b4bb-b064-4b64-937e-ada373d621c6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8011 2025.02.07 10:11:05.054159 [ 57 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8012 2025.02.07 10:11:05.054221 [ 256 ] {5166b4bb-b064-4b64-937e-ada373d621c6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001829 sec., 208857.29907053037 rows/sec., 14.78 MiB/sec.
8013 2025.02.07 10:11:05.054223 [ 57 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8014 2025.02.07 10:11:05.054303 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8015 2025.02.07 10:11:05.054350 [ 256 ] {5166b4bb-b064-4b64-937e-ada373d621c6} <Debug> TCPHandler: Processed in 0.002145993 sec.
8016 2025.02.07 10:11:05.054551 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
8017 2025.02.07 10:11:05.054622 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8018 2025.02.07 10:11:05.054735 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8019 2025.02.07 10:11:05.054811 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part
8020 2025.02.07 10:11:05.054858 [ 255 ] {6bb5709d-11dc-4096-8b3e-c8b83a8381f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8021 2025.02.07 10:11:05.055063 [ 255 ] {6bb5709d-11dc-4096-8b3e-c8b83a8381f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8022 2025.02.07 10:11:05.055133 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
8023 2025.02.07 10:11:05.055520 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 103 rows starting from the beginning of the part
8024 2025.02.07 10:11:05.055910 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 382 rows starting from the beginning of the part
8025 2025.02.07 10:11:05.056320 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 105 rows starting from the beginning of the part
8026 2025.02.07 10:11:05.056593 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 382 rows starting from the beginning of the part
8027 2025.02.07 10:11:05.057467 [ 255 ] {6bb5709d-11dc-4096-8b3e-c8b83a8381f6} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8028 2025.02.07 10:11:05.057535 [ 255 ] {6bb5709d-11dc-4096-8b3e-c8b83a8381f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8029 2025.02.07 10:11:05.058538 [ 255 ] {6bb5709d-11dc-4096-8b3e-c8b83a8381f6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8030 2025.02.07 10:11:05.059018 [ 255 ] {6bb5709d-11dc-4096-8b3e-c8b83a8381f6} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8031 2025.02.07 10:11:05.059317 [ 255 ] {6bb5709d-11dc-4096-8b3e-c8b83a8381f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004526 sec., 1325.6738842244808 rows/sec., 69.26 KiB/sec.
8032 2025.02.07 10:11:05.059612 [ 255 ] {6bb5709d-11dc-4096-8b3e-c8b83a8381f6} <Debug> TCPHandler: Processed in 0.005073092 sec.
8033 2025.02.07 10:11:05.059887 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8034 2025.02.07 10:11:05.059949 [ 192 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.005548692 sec., 351253.9531839215 rows/sec., 26.88 MiB/sec.
8035 2025.02.07 10:11:05.060067 [ 256 ] {748644c4-a7a2-4704-9dff-c3cfd2a41f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8036 2025.02.07 10:11:05.060151 [ 256 ] {748644c4-a7a2-4704-9dff-c3cfd2a41f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8037 2025.02.07 10:11:05.060257 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8038 2025.02.07 10:11:05.060879 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8039 2025.02.07 10:11:05.061115 [ 197 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_61_12} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8040 2025.02.07 10:11:05.061301 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
8041 2025.02.07 10:11:05.061418 [ 256 ] {748644c4-a7a2-4704-9dff-c3cfd2a41f2e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8042 2025.02.07 10:11:05.061464 [ 256 ] {748644c4-a7a2-4704-9dff-c3cfd2a41f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8043 2025.02.07 10:11:05.061881 [ 256 ] {748644c4-a7a2-4704-9dff-c3cfd2a41f2e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8044 2025.02.07 10:11:05.062136 [ 256 ] {748644c4-a7a2-4704-9dff-c3cfd2a41f2e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8045 2025.02.07 10:11:05.062366 [ 256 ] {748644c4-a7a2-4704-9dff-c3cfd2a41f2e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002332 sec., 101629.50257289881 rows/sec., 6.81 MiB/sec.
8046 2025.02.07 10:11:05.062475 [ 256 ] {748644c4-a7a2-4704-9dff-c3cfd2a41f2e} <Debug> TCPHandler: Processed in 0.002729985 sec.
8047 2025.02.07 10:11:05.062790 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8048 2025.02.07 10:11:05.063038 [ 255 ] {615bd0c1-3abb-48d4-8d9d-6fb7d00162ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8049 2025.02.07 10:11:05.063135 [ 255 ] {615bd0c1-3abb-48d4-8d9d-6fb7d00162ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8050 2025.02.07 10:11:05.063674 [ 255 ] {615bd0c1-3abb-48d4-8d9d-6fb7d00162ed} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8051 2025.02.07 10:11:05.063714 [ 255 ] {615bd0c1-3abb-48d4-8d9d-6fb7d00162ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8052 2025.02.07 10:11:05.064080 [ 255 ] {615bd0c1-3abb-48d4-8d9d-6fb7d00162ed} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8053 2025.02.07 10:11:05.064330 [ 255 ] {615bd0c1-3abb-48d4-8d9d-6fb7d00162ed} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8054 2025.02.07 10:11:05.064537 [ 255 ] {615bd0c1-3abb-48d4-8d9d-6fb7d00162ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001554 sec., 643.5006435006435 rows/sec., 43.36 KiB/sec.
8055 2025.02.07 10:11:05.064590 [ 255 ] {615bd0c1-3abb-48d4-8d9d-6fb7d00162ed} <Debug> TCPHandler: Processed in 0.002020651 sec.
8056 2025.02.07 10:11:05.064743 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8057 2025.02.07 10:11:05.064885 [ 256 ] {a83669da-4d86-4e90-a88e-f286ff99345c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8058 2025.02.07 10:11:05.064946 [ 256 ] {a83669da-4d86-4e90-a88e-f286ff99345c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8059 2025.02.07 10:11:05.065490 [ 256 ] {a83669da-4d86-4e90-a88e-f286ff99345c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8060 2025.02.07 10:11:05.065527 [ 256 ] {a83669da-4d86-4e90-a88e-f286ff99345c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8061 2025.02.07 10:11:05.065911 [ 256 ] {a83669da-4d86-4e90-a88e-f286ff99345c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8062 2025.02.07 10:11:05.066173 [ 256 ] {a83669da-4d86-4e90-a88e-f286ff99345c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8063 2025.02.07 10:11:05.066376 [ 256 ] {a83669da-4d86-4e90-a88e-f286ff99345c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001522 sec., 53876.47831800263 rows/sec., 3.42 MiB/sec.
8064 2025.02.07 10:11:05.066510 [ 256 ] {a83669da-4d86-4e90-a88e-f286ff99345c} <Debug> TCPHandler: Processed in 0.001832157 sec.
8065 2025.02.07 10:11:09.111154 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache
8066 2025.02.07 10:11:09.111233 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache
8067 2025.02.07 10:11:09.259442 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361
8068 2025.02.07 10:11:09.260140 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8069 2025.02.07 10:11:09.260187 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8070 2025.02.07 10:11:09.260707 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8071 2025.02.07 10:11:09.260971 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8072 2025.02.07 10:11:09.261284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8073 2025.02.07 10:11:09.384541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1120
8074 2025.02.07 10:11:09.387615 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8075 2025.02.07 10:11:09.387661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8076 2025.02.07 10:11:09.389153 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8077 2025.02.07 10:11:09.389458 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8078 2025.02.07 10:11:09.390667 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1120
8079 2025.02.07 10:11:10.032934 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8080 2025.02.07 10:11:10.033151 [ 255 ] {e7aaf35b-864a-43ac-900b-abeaac48af97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8081 2025.02.07 10:11:10.033230 [ 255 ] {e7aaf35b-864a-43ac-900b-abeaac48af97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8082 2025.02.07 10:11:10.034112 [ 255 ] {e7aaf35b-864a-43ac-900b-abeaac48af97} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8083 2025.02.07 10:11:10.034165 [ 255 ] {e7aaf35b-864a-43ac-900b-abeaac48af97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8084 2025.02.07 10:11:10.034634 [ 255 ] {e7aaf35b-864a-43ac-900b-abeaac48af97} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8085 2025.02.07 10:11:10.034900 [ 255 ] {e7aaf35b-864a-43ac-900b-abeaac48af97} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8086 2025.02.07 10:11:10.035116 [ 255 ] {e7aaf35b-864a-43ac-900b-abeaac48af97} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002025 sec., 66172.83950617284 rows/sec., 5.69 MiB/sec.
8087 2025.02.07 10:11:10.035179 [ 255 ] {e7aaf35b-864a-43ac-900b-abeaac48af97} <Debug> TCPHandler: Processed in 0.002391128 sec.
8088 2025.02.07 10:11:10.035446 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8089 2025.02.07 10:11:10.035643 [ 256 ] {424d37f7-c1c3-4eee-b9cd-610f3b873e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8090 2025.02.07 10:11:10.035717 [ 256 ] {424d37f7-c1c3-4eee-b9cd-610f3b873e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8091 2025.02.07 10:11:10.036506 [ 256 ] {424d37f7-c1c3-4eee-b9cd-610f3b873e00} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8092 2025.02.07 10:11:10.036560 [ 256 ] {424d37f7-c1c3-4eee-b9cd-610f3b873e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8093 2025.02.07 10:11:10.037080 [ 256 ] {424d37f7-c1c3-4eee-b9cd-610f3b873e00} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8094 2025.02.07 10:11:10.037426 [ 256 ] {424d37f7-c1c3-4eee-b9cd-610f3b873e00} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8095 2025.02.07 10:11:10.037661 [ 256 ] {424d37f7-c1c3-4eee-b9cd-610f3b873e00} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002072 sec., 18822.39382239382 rows/sec., 1.38 MiB/sec.
8096 2025.02.07 10:11:10.037720 [ 256 ] {424d37f7-c1c3-4eee-b9cd-610f3b873e00} <Debug> TCPHandler: Processed in 0.002416339 sec.
8097 2025.02.07 10:11:10.037903 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8098 2025.02.07 10:11:10.038034 [ 255 ] {8abdb72f-593a-4115-93d2-a1b366118dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8099 2025.02.07 10:11:10.038087 [ 255 ] {8abdb72f-593a-4115-93d2-a1b366118dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8100 2025.02.07 10:11:10.038773 [ 255 ] {8abdb72f-593a-4115-93d2-a1b366118dba} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8101 2025.02.07 10:11:10.038816 [ 255 ] {8abdb72f-593a-4115-93d2-a1b366118dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8102 2025.02.07 10:11:10.039219 [ 255 ] {8abdb72f-593a-4115-93d2-a1b366118dba} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8103 2025.02.07 10:11:10.039479 [ 255 ] {8abdb72f-593a-4115-93d2-a1b366118dba} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8104 2025.02.07 10:11:10.039698 [ 255 ] {8abdb72f-593a-4115-93d2-a1b366118dba} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001695 sec., 60766.96165191741 rows/sec., 4.75 MiB/sec.
8105 2025.02.07 10:11:10.039754 [ 255 ] {8abdb72f-593a-4115-93d2-a1b366118dba} <Debug> TCPHandler: Processed in 0.001917099 sec.
8106 2025.02.07 10:11:10.039906 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8107 2025.02.07 10:11:10.040033 [ 256 ] {30247994-21dd-4413-a357-0470e06de31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8108 2025.02.07 10:11:10.040089 [ 256 ] {30247994-21dd-4413-a357-0470e06de31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8109 2025.02.07 10:11:10.040708 [ 256 ] {30247994-21dd-4413-a357-0470e06de31c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8110 2025.02.07 10:11:10.040755 [ 256 ] {30247994-21dd-4413-a357-0470e06de31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8111 2025.02.07 10:11:10.041298 [ 256 ] {30247994-21dd-4413-a357-0470e06de31c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8112 2025.02.07 10:11:10.041689 [ 256 ] {30247994-21dd-4413-a357-0470e06de31c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8113 2025.02.07 10:11:10.041892 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8114 2025.02.07 10:11:10.041936 [ 256 ] {30247994-21dd-4413-a357-0470e06de31c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001925 sec., 83116.88311688311 rows/sec., 5.79 MiB/sec.
8115 2025.02.07 10:11:10.041977 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8116 2025.02.07 10:11:10.042043 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8117 2025.02.07 10:11:10.042063 [ 256 ] {30247994-21dd-4413-a357-0470e06de31c} <Debug> TCPHandler: Processed in 0.002209895 sec.
8118 2025.02.07 10:11:10.042204 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
8119 2025.02.07 10:11:10.042256 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8120 2025.02.07 10:11:10.042419 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8121 2025.02.07 10:11:10.042500 [ 255 ] {fe363039-648a-4feb-a0b4-952b307d0df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8122 2025.02.07 10:11:10.042505 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16186 rows starting from the beginning of the part
8123 2025.02.07 10:11:10.042777 [ 255 ] {fe363039-648a-4feb-a0b4-952b307d0df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8124 2025.02.07 10:11:10.042849 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part
8125 2025.02.07 10:11:10.043351 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part
8126 2025.02.07 10:11:10.043771 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part
8127 2025.02.07 10:11:10.044191 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part
8128 2025.02.07 10:11:10.044510 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
8129 2025.02.07 10:11:10.047519 [ 255 ] {fe363039-648a-4feb-a0b4-952b307d0df1} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8130 2025.02.07 10:11:10.047599 [ 255 ] {fe363039-648a-4feb-a0b4-952b307d0df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8131 2025.02.07 10:11:10.049287 [ 255 ] {fe363039-648a-4feb-a0b4-952b307d0df1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8132 2025.02.07 10:11:10.050042 [ 255 ] {fe363039-648a-4feb-a0b4-952b307d0df1} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8133 2025.02.07 10:11:10.050489 [ 255 ] {fe363039-648a-4feb-a0b4-952b307d0df1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008046 sec., 4847.1290082028345 rows/sec., 8.69 MiB/sec.
8134 2025.02.07 10:11:10.051040 [ 255 ] {fe363039-648a-4feb-a0b4-952b307d0df1} <Debug> TCPHandler: Processed in 0.00885539 sec.
8135 2025.02.07 10:11:10.051229 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8136 2025.02.07 10:11:10.051421 [ 256 ] {433b8e49-f01f-4240-87d8-2f9c7983ade5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8137 2025.02.07 10:11:10.051485 [ 256 ] {433b8e49-f01f-4240-87d8-2f9c7983ade5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8138 2025.02.07 10:11:10.052144 [ 256 ] {433b8e49-f01f-4240-87d8-2f9c7983ade5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8139 2025.02.07 10:11:10.052192 [ 256 ] {433b8e49-f01f-4240-87d8-2f9c7983ade5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8140 2025.02.07 10:11:10.052476 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17141 rows, containing 5 columns (5 merged, 0 gathered) in 0.010344219 sec., 1657060.8182212694 rows/sec., 111.89 MiB/sec.
8141 2025.02.07 10:11:10.052789 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8142 2025.02.07 10:11:10.052842 [ 256 ] {433b8e49-f01f-4240-87d8-2f9c7983ade5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8143 2025.02.07 10:11:10.053395 [ 256 ] {433b8e49-f01f-4240-87d8-2f9c7983ade5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8144 2025.02.07 10:11:10.053414 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8145 2025.02.07 10:11:10.053631 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8146 2025.02.07 10:11:10.053698 [ 51 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8147 2025.02.07 10:11:10.053827 [ 51 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8148 2025.02.07 10:11:10.053900 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
8149 2025.02.07 10:11:10.053908 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8150 2025.02.07 10:11:10.053965 [ 256 ] {433b8e49-f01f-4240-87d8-2f9c7983ade5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002591 sec., 23157.082207641837 rows/sec., 1.56 MiB/sec.
8151 2025.02.07 10:11:10.054315 [ 256 ] {433b8e49-f01f-4240-87d8-2f9c7983ade5} <Debug> TCPHandler: Processed in 0.003168464 sec.
8152 2025.02.07 10:11:10.054316 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
8153 2025.02.07 10:11:10.054756 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8154 2025.02.07 10:11:10.054863 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3240 rows starting from the beginning of the part
8155 2025.02.07 10:11:10.055233 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part
8156 2025.02.07 10:11:10.055364 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part
8157 2025.02.07 10:11:10.055443 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
8158 2025.02.07 10:11:10.055662 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part
8159 2025.02.07 10:11:10.055903 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
8160 2025.02.07 10:11:10.057472 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3584 rows, containing 4 columns (4 merged, 0 gathered) in 0.00343206 sec., 1044270.78780674 rows/sec., 67.90 MiB/sec.
8161 2025.02.07 10:11:10.057775 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8162 2025.02.07 10:11:10.058061 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_61_12} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8163 2025.02.07 10:11:10.058144 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_61_12} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8164 2025.02.07 10:11:10.058212 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
8165 2025.02.07 10:11:10.636626 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8166 2025.02.07 10:11:10.658745 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8167 2025.02.07 10:11:10.658802 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8168 2025.02.07 10:11:10.666384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8169 2025.02.07 10:11:10.667180 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8170 2025.02.07 10:11:10.670051 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8171 2025.02.07 10:11:13.939618 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8172 2025.02.07 10:11:13.939966 [ 255 ] {f33e1d0e-d87e-4488-8912-3fc63201e07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8173 2025.02.07 10:11:13.940084 [ 255 ] {f33e1d0e-d87e-4488-8912-3fc63201e07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8174 2025.02.07 10:11:13.940901 [ 255 ] {f33e1d0e-d87e-4488-8912-3fc63201e07c} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8175 2025.02.07 10:11:13.940956 [ 255 ] {f33e1d0e-d87e-4488-8912-3fc63201e07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8176 2025.02.07 10:11:13.941396 [ 255 ] {f33e1d0e-d87e-4488-8912-3fc63201e07c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8177 2025.02.07 10:11:13.941652 [ 255 ] {f33e1d0e-d87e-4488-8912-3fc63201e07c} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8178 2025.02.07 10:11:13.942037 [ 255 ] {f33e1d0e-d87e-4488-8912-3fc63201e07c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002121 sec., 6600.660066006601 rows/sec., 475.16 KiB/sec.
8179 2025.02.07 10:11:13.942425 [ 255 ] {f33e1d0e-d87e-4488-8912-3fc63201e07c} <Debug> TCPHandler: Processed in 0.002999491 sec.
8180 2025.02.07 10:11:13.942781 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8181 2025.02.07 10:11:13.942995 [ 256 ] {f087019c-87a8-42e3-a0eb-23a172c268b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8182 2025.02.07 10:11:13.943075 [ 256 ] {f087019c-87a8-42e3-a0eb-23a172c268b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8183 2025.02.07 10:11:13.943800 [ 256 ] {f087019c-87a8-42e3-a0eb-23a172c268b3} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8184 2025.02.07 10:11:13.943844 [ 256 ] {f087019c-87a8-42e3-a0eb-23a172c268b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8185 2025.02.07 10:11:13.944273 [ 256 ] {f087019c-87a8-42e3-a0eb-23a172c268b3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8186 2025.02.07 10:11:13.944536 [ 256 ] {f087019c-87a8-42e3-a0eb-23a172c268b3} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8187 2025.02.07 10:11:13.944737 [ 256 ] {f087019c-87a8-42e3-a0eb-23a172c268b3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001801 sec., 1110.494169905608 rows/sec., 90.55 KiB/sec.
8188 2025.02.07 10:11:13.944798 [ 256 ] {f087019c-87a8-42e3-a0eb-23a172c268b3} <Debug> TCPHandler: Processed in 0.002204195 sec.
8189 2025.02.07 10:11:13.944944 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8190 2025.02.07 10:11:13.945064 [ 255 ] {30a37c8a-acec-4828-b075-cae9f8f6393c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8191 2025.02.07 10:11:13.945113 [ 255 ] {30a37c8a-acec-4828-b075-cae9f8f6393c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8192 2025.02.07 10:11:13.946314 [ 255 ] {30a37c8a-acec-4828-b075-cae9f8f6393c} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8193 2025.02.07 10:11:13.946355 [ 255 ] {30a37c8a-acec-4828-b075-cae9f8f6393c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8194 2025.02.07 10:11:13.946814 [ 255 ] {30a37c8a-acec-4828-b075-cae9f8f6393c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8195 2025.02.07 10:11:13.947068 [ 255 ] {30a37c8a-acec-4828-b075-cae9f8f6393c} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8196 2025.02.07 10:11:13.947295 [ 255 ] {30a37c8a-acec-4828-b075-cae9f8f6393c} <Debug> executeQuery: Read 1344 rows, 114.14 KiB in 0.002255 sec., 596008.8691796008 rows/sec., 49.43 MiB/sec.
8197 2025.02.07 10:11:13.947348 [ 255 ] {30a37c8a-acec-4828-b075-cae9f8f6393c} <Debug> TCPHandler: Processed in 0.00246088 sec.
8198 2025.02.07 10:11:13.947564 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8199 2025.02.07 10:11:13.947795 [ 256 ] {f5ec84a5-810a-498d-b08e-78dfce5f3dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8200 2025.02.07 10:11:13.947890 [ 256 ] {f5ec84a5-810a-498d-b08e-78dfce5f3dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8201 2025.02.07 10:11:13.948648 [ 256 ] {f5ec84a5-810a-498d-b08e-78dfce5f3dc5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8202 2025.02.07 10:11:13.948689 [ 256 ] {f5ec84a5-810a-498d-b08e-78dfce5f3dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8203 2025.02.07 10:11:13.949059 [ 256 ] {f5ec84a5-810a-498d-b08e-78dfce5f3dc5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8204 2025.02.07 10:11:13.949322 [ 256 ] {f5ec84a5-810a-498d-b08e-78dfce5f3dc5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8205 2025.02.07 10:11:13.949502 [ 256 ] {f5ec84a5-810a-498d-b08e-78dfce5f3dc5} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001764 sec., 5102.040816326531 rows/sec., 337.70 KiB/sec.
8206 2025.02.07 10:11:13.949556 [ 256 ] {f5ec84a5-810a-498d-b08e-78dfce5f3dc5} <Debug> TCPHandler: Processed in 0.002107152 sec.
8207 2025.02.07 10:11:13.949706 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8208 2025.02.07 10:11:13.949825 [ 255 ] {63d1fda5-81bf-4e1a-ba19-4ee42a4bdeeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8209 2025.02.07 10:11:13.949874 [ 255 ] {63d1fda5-81bf-4e1a-ba19-4ee42a4bdeeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8210 2025.02.07 10:11:13.950549 [ 255 ] {63d1fda5-81bf-4e1a-ba19-4ee42a4bdeeb} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8211 2025.02.07 10:11:13.950590 [ 255 ] {63d1fda5-81bf-4e1a-ba19-4ee42a4bdeeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8212 2025.02.07 10:11:13.950960 [ 255 ] {63d1fda5-81bf-4e1a-ba19-4ee42a4bdeeb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8213 2025.02.07 10:11:13.951203 [ 255 ] {63d1fda5-81bf-4e1a-ba19-4ee42a4bdeeb} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8214 2025.02.07 10:11:13.951419 [ 255 ] {63d1fda5-81bf-4e1a-ba19-4ee42a4bdeeb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001617 sec., 149659.86394557822 rows/sec., 10.14 MiB/sec.
8215 2025.02.07 10:11:13.951472 [ 255 ] {63d1fda5-81bf-4e1a-ba19-4ee42a4bdeeb} <Debug> TCPHandler: Processed in 0.001821977 sec.
8216 2025.02.07 10:11:13.951628 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8217 2025.02.07 10:11:13.951750 [ 256 ] {a8e1b278-b7b4-4383-8770-e438253f0c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8218 2025.02.07 10:11:13.951807 [ 256 ] {a8e1b278-b7b4-4383-8770-e438253f0c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8219 2025.02.07 10:11:13.952402 [ 256 ] {a8e1b278-b7b4-4383-8770-e438253f0c5e} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8220 2025.02.07 10:11:13.952441 [ 256 ] {a8e1b278-b7b4-4383-8770-e438253f0c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8221 2025.02.07 10:11:13.952807 [ 256 ] {a8e1b278-b7b4-4383-8770-e438253f0c5e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8222 2025.02.07 10:11:13.953067 [ 256 ] {a8e1b278-b7b4-4383-8770-e438253f0c5e} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8223 2025.02.07 10:11:13.953356 [ 256 ] {a8e1b278-b7b4-4383-8770-e438253f0c5e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec.
8224 2025.02.07 10:11:13.953714 [ 256 ] {a8e1b278-b7b4-4383-8770-e438253f0c5e} <Debug> TCPHandler: Processed in 0.002140123 sec.
8225 2025.02.07 10:11:13.954075 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8226 2025.02.07 10:11:13.954198 [ 255 ] {ebd0948e-f699-4627-ab6d-b6abf5c1c1ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8227 2025.02.07 10:11:13.954246 [ 255 ] {ebd0948e-f699-4627-ab6d-b6abf5c1c1ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8228 2025.02.07 10:11:13.955171 [ 255 ] {ebd0948e-f699-4627-ab6d-b6abf5c1c1ed} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8229 2025.02.07 10:11:13.955213 [ 255 ] {ebd0948e-f699-4627-ab6d-b6abf5c1c1ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8230 2025.02.07 10:11:13.955616 [ 255 ] {ebd0948e-f699-4627-ab6d-b6abf5c1c1ed} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8231 2025.02.07 10:11:13.955860 [ 255 ] {ebd0948e-f699-4627-ab6d-b6abf5c1c1ed} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8232 2025.02.07 10:11:13.956073 [ 255 ] {ebd0948e-f699-4627-ab6d-b6abf5c1c1ed} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.001898 sec., 442571.12750263436 rows/sec., 31.97 MiB/sec.
8233 2025.02.07 10:11:13.956126 [ 255 ] {ebd0948e-f699-4627-ab6d-b6abf5c1c1ed} <Debug> TCPHandler: Processed in 0.002275026 sec.
8234 2025.02.07 10:11:13.956297 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8235 2025.02.07 10:11:13.956423 [ 256 ] {0cdee060-a35b-4390-95ce-df0474628d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8236 2025.02.07 10:11:13.956475 [ 256 ] {0cdee060-a35b-4390-95ce-df0474628d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8237 2025.02.07 10:11:13.956998 [ 256 ] {0cdee060-a35b-4390-95ce-df0474628d4a} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8238 2025.02.07 10:11:13.957035 [ 256 ] {0cdee060-a35b-4390-95ce-df0474628d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8239 2025.02.07 10:11:13.957447 [ 256 ] {0cdee060-a35b-4390-95ce-df0474628d4a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8240 2025.02.07 10:11:13.957701 [ 256 ] {0cdee060-a35b-4390-95ce-df0474628d4a} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8241 2025.02.07 10:11:13.957886 [ 256 ] {0cdee060-a35b-4390-95ce-df0474628d4a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec.
8242 2025.02.07 10:11:13.957942 [ 256 ] {0cdee060-a35b-4390-95ce-df0474628d4a} <Debug> TCPHandler: Processed in 0.001716555 sec.
8243 2025.02.07 10:11:13.958096 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8244 2025.02.07 10:11:13.958217 [ 255 ] {d1008a60-4c67-4623-a413-78d62c3770f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8245 2025.02.07 10:11:13.958270 [ 255 ] {d1008a60-4c67-4623-a413-78d62c3770f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8246 2025.02.07 10:11:13.959034 [ 255 ] {d1008a60-4c67-4623-a413-78d62c3770f5} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8247 2025.02.07 10:11:13.959076 [ 255 ] {d1008a60-4c67-4623-a413-78d62c3770f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8248 2025.02.07 10:11:13.959537 [ 255 ] {d1008a60-4c67-4623-a413-78d62c3770f5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8249 2025.02.07 10:11:13.959786 [ 255 ] {d1008a60-4c67-4623-a413-78d62c3770f5} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8250 2025.02.07 10:11:13.960000 [ 255 ] {d1008a60-4c67-4623-a413-78d62c3770f5} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001807 sec., 512451.57719977864 rows/sec., 34.20 MiB/sec.
8251 2025.02.07 10:11:13.960052 [ 255 ] {d1008a60-4c67-4623-a413-78d62c3770f5} <Debug> TCPHandler: Processed in 0.002015031 sec.
8252 2025.02.07 10:11:13.960209 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8253 2025.02.07 10:11:13.960328 [ 256 ] {e8e5527a-e0db-4b43-88db-d23895487fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8254 2025.02.07 10:11:13.960382 [ 256 ] {e8e5527a-e0db-4b43-88db-d23895487fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8255 2025.02.07 10:11:13.960867 [ 256 ] {e8e5527a-e0db-4b43-88db-d23895487fe8} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8256 2025.02.07 10:11:13.960906 [ 256 ] {e8e5527a-e0db-4b43-88db-d23895487fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8257 2025.02.07 10:11:13.961279 [ 256 ] {e8e5527a-e0db-4b43-88db-d23895487fe8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8258 2025.02.07 10:11:13.961522 [ 256 ] {e8e5527a-e0db-4b43-88db-d23895487fe8} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8259 2025.02.07 10:11:13.961702 [ 256 ] {e8e5527a-e0db-4b43-88db-d23895487fe8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec.
8260 2025.02.07 10:11:13.961753 [ 256 ] {e8e5527a-e0db-4b43-88db-d23895487fe8} <Debug> TCPHandler: Processed in 0.001605173 sec.
8261 2025.02.07 10:11:13.961895 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8262 2025.02.07 10:11:13.962014 [ 255 ] {b155b763-f4da-45bb-be49-e3e8a7cb3dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8263 2025.02.07 10:11:13.962065 [ 255 ] {b155b763-f4da-45bb-be49-e3e8a7cb3dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8264 2025.02.07 10:11:13.962629 [ 255 ] {b155b763-f4da-45bb-be49-e3e8a7cb3dc8} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8265 2025.02.07 10:11:13.962677 [ 255 ] {b155b763-f4da-45bb-be49-e3e8a7cb3dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8266 2025.02.07 10:11:13.963126 [ 255 ] {b155b763-f4da-45bb-be49-e3e8a7cb3dc8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8267 2025.02.07 10:11:13.963374 [ 255 ] {b155b763-f4da-45bb-be49-e3e8a7cb3dc8} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8268 2025.02.07 10:11:13.963581 [ 255 ] {b155b763-f4da-45bb-be49-e3e8a7cb3dc8} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001592 sec., 43969.849246231155 rows/sec., 2.76 MiB/sec.
8269 2025.02.07 10:11:13.963631 [ 255 ] {b155b763-f4da-45bb-be49-e3e8a7cb3dc8} <Debug> TCPHandler: Processed in 0.001791626 sec.
8270 2025.02.07 10:11:15.024077 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8271 2025.02.07 10:11:15.024283 [ 255 ] {1d729986-14bb-498c-8e6d-33666f4e0193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8272 2025.02.07 10:11:15.024359 [ 255 ] {1d729986-14bb-498c-8e6d-33666f4e0193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8273 2025.02.07 10:11:15.025199 [ 255 ] {1d729986-14bb-498c-8e6d-33666f4e0193} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8274 2025.02.07 10:11:15.025240 [ 255 ] {1d729986-14bb-498c-8e6d-33666f4e0193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8275 2025.02.07 10:11:15.025683 [ 255 ] {1d729986-14bb-498c-8e6d-33666f4e0193} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8276 2025.02.07 10:11:15.025936 [ 255 ] {1d729986-14bb-498c-8e6d-33666f4e0193} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8277 2025.02.07 10:11:15.026161 [ 255 ] {1d729986-14bb-498c-8e6d-33666f4e0193} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.21 MiB/sec.
8278 2025.02.07 10:11:15.026266 [ 255 ] {1d729986-14bb-498c-8e6d-33666f4e0193} <Debug> TCPHandler: Processed in 0.002327308 sec.
8279 2025.02.07 10:11:15.026623 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8280 2025.02.07 10:11:15.026926 [ 256 ] {33ff2bb2-e31a-4801-b58a-0a23a49874d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8281 2025.02.07 10:11:15.027042 [ 256 ] {33ff2bb2-e31a-4801-b58a-0a23a49874d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8282 2025.02.07 10:11:15.027862 [ 256 ] {33ff2bb2-e31a-4801-b58a-0a23a49874d8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8283 2025.02.07 10:11:15.027908 [ 256 ] {33ff2bb2-e31a-4801-b58a-0a23a49874d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8284 2025.02.07 10:11:15.028377 [ 256 ] {33ff2bb2-e31a-4801-b58a-0a23a49874d8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8285 2025.02.07 10:11:15.028645 [ 256 ] {33ff2bb2-e31a-4801-b58a-0a23a49874d8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8286 2025.02.07 10:11:15.028900 [ 256 ] {33ff2bb2-e31a-4801-b58a-0a23a49874d8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002057 sec., 31113.271754982987 rows/sec., 2.43 MiB/sec.
8287 2025.02.07 10:11:15.028998 [ 256 ] {33ff2bb2-e31a-4801-b58a-0a23a49874d8} <Debug> TCPHandler: Processed in 0.002599883 sec.
8288 2025.02.07 10:11:15.029223 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8289 2025.02.07 10:11:15.029411 [ 255 ] {2a58b49d-c541-42b5-8067-f15c791a8e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8290 2025.02.07 10:11:15.029474 [ 255 ] {2a58b49d-c541-42b5-8067-f15c791a8e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8291 2025.02.07 10:11:15.030100 [ 255 ] {2a58b49d-c541-42b5-8067-f15c791a8e09} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8292 2025.02.07 10:11:15.030166 [ 255 ] {2a58b49d-c541-42b5-8067-f15c791a8e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8293 2025.02.07 10:11:15.030547 [ 255 ] {2a58b49d-c541-42b5-8067-f15c791a8e09} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8294 2025.02.07 10:11:15.030780 [ 255 ] {2a58b49d-c541-42b5-8067-f15c791a8e09} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8295 2025.02.07 10:11:15.031022 [ 255 ] {2a58b49d-c541-42b5-8067-f15c791a8e09} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001634 sec., 19583.843329253366 rows/sec., 1.36 MiB/sec.
8296 2025.02.07 10:11:15.031147 [ 255 ] {2a58b49d-c541-42b5-8067-f15c791a8e09} <Debug> TCPHandler: Processed in 0.002058401 sec.
8297 2025.02.07 10:11:15.031382 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8298 2025.02.07 10:11:15.031559 [ 256 ] {e142f2b0-e0f0-4a35-9202-54355ccfa524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8299 2025.02.07 10:11:15.031627 [ 256 ] {e142f2b0-e0f0-4a35-9202-54355ccfa524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8300 2025.02.07 10:11:15.032204 [ 256 ] {e142f2b0-e0f0-4a35-9202-54355ccfa524} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8301 2025.02.07 10:11:15.032244 [ 256 ] {e142f2b0-e0f0-4a35-9202-54355ccfa524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8302 2025.02.07 10:11:15.032619 [ 256 ] {e142f2b0-e0f0-4a35-9202-54355ccfa524} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8303 2025.02.07 10:11:15.032860 [ 256 ] {e142f2b0-e0f0-4a35-9202-54355ccfa524} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8304 2025.02.07 10:11:15.033065 [ 256 ] {e142f2b0-e0f0-4a35-9202-54355ccfa524} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001541 sec., 7787.1512005191435 rows/sec., 537.39 KiB/sec.
8305 2025.02.07 10:11:15.033119 [ 256 ] {e142f2b0-e0f0-4a35-9202-54355ccfa524} <Debug> TCPHandler: Processed in 0.001869917 sec.
8306 2025.02.07 10:11:16.761646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788
8307 2025.02.07 10:11:16.762531 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8308 2025.02.07 10:11:16.762603 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8309 2025.02.07 10:11:16.763276 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8310 2025.02.07 10:11:16.763601 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8311 2025.02.07 10:11:16.763926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788
8312 2025.02.07 10:11:16.763922 [ 43 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8313 2025.02.07 10:11:16.764035 [ 43 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8314 2025.02.07 10:11:16.764072 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8315 2025.02.07 10:11:16.764251 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
8316 2025.02.07 10:11:16.764549 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8317 2025.02.07 10:11:16.764663 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
8318 2025.02.07 10:11:16.764846 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part
8319 2025.02.07 10:11:16.765023 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part
8320 2025.02.07 10:11:16.765278 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part
8321 2025.02.07 10:11:16.765468 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part
8322 2025.02.07 10:11:16.765640 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part
8323 2025.02.07 10:11:16.769202 [ 198 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.005025401 sec., 3738607.1280679894 rows/sec., 53.48 MiB/sec.
8324 2025.02.07 10:11:16.769553 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8325 2025.02.07 10:11:16.769988 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8326 2025.02.07 10:11:16.770105 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_41_8} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8327 2025.02.07 10:11:16.770238 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
8328 2025.02.07 10:11:18.170392 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 310
8329 2025.02.07 10:11:18.192336 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8330 2025.02.07 10:11:18.192390 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8331 2025.02.07 10:11:18.199942 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8332 2025.02.07 10:11:18.200718 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8333 2025.02.07 10:11:18.201076 [ 37 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8334 2025.02.07 10:11:18.201215 [ 37 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8335 2025.02.07 10:11:18.201291 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8336 2025.02.07 10:11:18.201800 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
8337 2025.02.07 10:11:18.215822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 310
8338 2025.02.07 10:11:18.217702 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8339 2025.02.07 10:11:18.219169 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
8340 2025.02.07 10:11:18.225001 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
8341 2025.02.07 10:11:18.230813 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
8342 2025.02.07 10:11:18.236760 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
8343 2025.02.07 10:11:18.242769 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
8344 2025.02.07 10:11:18.247753 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
8345 2025.02.07 10:11:18.313059 [ 198 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 679 columns (679 merged, 0 gathered) in 0.111622468 sec., 2777.218650997754 rows/sec., 14.36 MiB/sec.
8346 2025.02.07 10:11:18.315980 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8347 2025.02.07 10:11:18.318907 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_41_8} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8348 2025.02.07 10:11:18.319042 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_41_8} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8349 2025.02.07 10:11:18.321435 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8350 2025.02.07 10:11:19.001090 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.24 MiB, peak 227.65 MiB, free memory in arenas 0.00 B, will set to 216.46 MiB (RSS), difference: 2.22 MiB
8351 2025.02.07 10:11:19.390851 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1162
8352 2025.02.07 10:11:19.394145 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8353 2025.02.07 10:11:19.394206 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8354 2025.02.07 10:11:19.395718 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8355 2025.02.07 10:11:19.396037 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8356 2025.02.07 10:11:19.397232 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1162
8357 2025.02.07 10:11:20.031550 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8358 2025.02.07 10:11:20.031741 [ 255 ] {7d09876b-18e9-44cd-a71c-3e563961ab56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8359 2025.02.07 10:11:20.031812 [ 255 ] {7d09876b-18e9-44cd-a71c-3e563961ab56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8360 2025.02.07 10:11:20.032654 [ 255 ] {7d09876b-18e9-44cd-a71c-3e563961ab56} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8361 2025.02.07 10:11:20.032697 [ 255 ] {7d09876b-18e9-44cd-a71c-3e563961ab56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8362 2025.02.07 10:11:20.033165 [ 255 ] {7d09876b-18e9-44cd-a71c-3e563961ab56} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8363 2025.02.07 10:11:20.033440 [ 255 ] {7d09876b-18e9-44cd-a71c-3e563961ab56} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8364 2025.02.07 10:11:20.033653 [ 255 ] {7d09876b-18e9-44cd-a71c-3e563961ab56} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001966 sec., 68158.69786368261 rows/sec., 5.86 MiB/sec.
8365 2025.02.07 10:11:20.033719 [ 255 ] {7d09876b-18e9-44cd-a71c-3e563961ab56} <Debug> TCPHandler: Processed in 0.002301086 sec.
8366 2025.02.07 10:11:20.033989 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8367 2025.02.07 10:11:20.034206 [ 256 ] {0527bd58-8303-4b1c-b29b-735a0fa0460a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8368 2025.02.07 10:11:20.034290 [ 256 ] {0527bd58-8303-4b1c-b29b-735a0fa0460a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8369 2025.02.07 10:11:20.035143 [ 256 ] {0527bd58-8303-4b1c-b29b-735a0fa0460a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8370 2025.02.07 10:11:20.035196 [ 256 ] {0527bd58-8303-4b1c-b29b-735a0fa0460a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8371 2025.02.07 10:11:20.035627 [ 256 ] {0527bd58-8303-4b1c-b29b-735a0fa0460a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8372 2025.02.07 10:11:20.035878 [ 256 ] {0527bd58-8303-4b1c-b29b-735a0fa0460a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8373 2025.02.07 10:11:20.036070 [ 34 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8374 2025.02.07 10:11:20.036142 [ 34 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8375 2025.02.07 10:11:20.036152 [ 256 ] {0527bd58-8303-4b1c-b29b-735a0fa0460a} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001992 sec., 19578.31325301205 rows/sec., 1.44 MiB/sec.
8376 2025.02.07 10:11:20.036178 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8377 2025.02.07 10:11:20.036321 [ 256 ] {0527bd58-8303-4b1c-b29b-735a0fa0460a} <Debug> TCPHandler: Processed in 0.00248205 sec.
8378 2025.02.07 10:11:20.036434 [ 198 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
8379 2025.02.07 10:11:20.036521 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8380 2025.02.07 10:11:20.036568 [ 198 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8381 2025.02.07 10:11:20.036609 [ 198 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 64 rows starting from the beginning of the part
8382 2025.02.07 10:11:20.036661 [ 255 ] {b7cb58ff-4cab-4d9a-8db5-294667209c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8383 2025.02.07 10:11:20.036726 [ 198 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part
8384 2025.02.07 10:11:20.036746 [ 255 ] {b7cb58ff-4cab-4d9a-8db5-294667209c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8385 2025.02.07 10:11:20.037005 [ 198 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part
8386 2025.02.07 10:11:20.037189 [ 198 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 39 rows starting from the beginning of the part
8387 2025.02.07 10:11:20.037447 [ 198 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 9 rows starting from the beginning of the part
8388 2025.02.07 10:11:20.037686 [ 198 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part
8389 2025.02.07 10:11:20.038233 [ 255 ] {b7cb58ff-4cab-4d9a-8db5-294667209c11} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8390 2025.02.07 10:11:20.038279 [ 255 ] {b7cb58ff-4cab-4d9a-8db5-294667209c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8391 2025.02.07 10:11:20.038879 [ 255 ] {b7cb58ff-4cab-4d9a-8db5-294667209c11} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8392 2025.02.07 10:11:20.039219 [ 255 ] {b7cb58ff-4cab-4d9a-8db5-294667209c11} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8393 2025.02.07 10:11:20.039542 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.003232835 sec., 61555.87897309946 rows/sec., 4.66 MiB/sec.
8394 2025.02.07 10:11:20.039614 [ 255 ] {b7cb58ff-4cab-4d9a-8db5-294667209c11} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00298 sec., 34563.75838926175 rows/sec., 2.70 MiB/sec.
8395 2025.02.07 10:11:20.039711 [ 255 ] {b7cb58ff-4cab-4d9a-8db5-294667209c11} <Debug> TCPHandler: Processed in 0.003254506 sec.
8396 2025.02.07 10:11:20.039762 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8397 2025.02.07 10:11:20.039900 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8398 2025.02.07 10:11:20.040085 [ 256 ] {eb23ea51-c404-4ecf-ab61-854a64a1105c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8399 2025.02.07 10:11:20.040167 [ 256 ] {eb23ea51-c404-4ecf-ab61-854a64a1105c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8400 2025.02.07 10:11:20.040223 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8401 2025.02.07 10:11:20.040455 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_56_11} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8402 2025.02.07 10:11:20.040658 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8403 2025.02.07 10:11:20.041170 [ 256 ] {eb23ea51-c404-4ecf-ab61-854a64a1105c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8404 2025.02.07 10:11:20.041214 [ 256 ] {eb23ea51-c404-4ecf-ab61-854a64a1105c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8405 2025.02.07 10:11:20.041619 [ 256 ] {eb23ea51-c404-4ecf-ab61-854a64a1105c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8406 2025.02.07 10:11:20.041861 [ 256 ] {eb23ea51-c404-4ecf-ab61-854a64a1105c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8407 2025.02.07 10:11:20.042078 [ 256 ] {eb23ea51-c404-4ecf-ab61-854a64a1105c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002046 sec., 78201.36852394916 rows/sec., 5.45 MiB/sec.
8408 2025.02.07 10:11:20.042133 [ 256 ] {eb23ea51-c404-4ecf-ab61-854a64a1105c} <Debug> TCPHandler: Processed in 0.002325307 sec.
8409 2025.02.07 10:11:20.042294 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8410 2025.02.07 10:11:20.042416 [ 255 ] {9babcef7-375f-4ee4-82b4-4c12e41079e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8411 2025.02.07 10:11:20.042498 [ 255 ] {9babcef7-375f-4ee4-82b4-4c12e41079e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8412 2025.02.07 10:11:20.043699 [ 255 ] {9babcef7-375f-4ee4-82b4-4c12e41079e6} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8413 2025.02.07 10:11:20.043737 [ 255 ] {9babcef7-375f-4ee4-82b4-4c12e41079e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8414 2025.02.07 10:11:20.044426 [ 255 ] {9babcef7-375f-4ee4-82b4-4c12e41079e6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8415 2025.02.07 10:11:20.044689 [ 255 ] {9babcef7-375f-4ee4-82b4-4c12e41079e6} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8416 2025.02.07 10:11:20.044903 [ 255 ] {9babcef7-375f-4ee4-82b4-4c12e41079e6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002513 sec., 15519.299641862315 rows/sec., 27.81 MiB/sec.
8417 2025.02.07 10:11:20.045030 [ 255 ] {9babcef7-375f-4ee4-82b4-4c12e41079e6} <Debug> TCPHandler: Processed in 0.002793906 sec.
8418 2025.02.07 10:11:20.045192 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8419 2025.02.07 10:11:20.045310 [ 256 ] {1ca7991a-0957-49db-a2c6-ab3e1d49f9c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8420 2025.02.07 10:11:20.045362 [ 256 ] {1ca7991a-0957-49db-a2c6-ab3e1d49f9c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8421 2025.02.07 10:11:20.045890 [ 256 ] {1ca7991a-0957-49db-a2c6-ab3e1d49f9c5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8422 2025.02.07 10:11:20.045930 [ 256 ] {1ca7991a-0957-49db-a2c6-ab3e1d49f9c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8423 2025.02.07 10:11:20.046312 [ 256 ] {1ca7991a-0957-49db-a2c6-ab3e1d49f9c5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8424 2025.02.07 10:11:20.046556 [ 256 ] {1ca7991a-0957-49db-a2c6-ab3e1d49f9c5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8425 2025.02.07 10:11:20.046788 [ 256 ] {1ca7991a-0957-49db-a2c6-ab3e1d49f9c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec.
8426 2025.02.07 10:11:20.046838 [ 256 ] {1ca7991a-0957-49db-a2c6-ab3e1d49f9c5} <Debug> TCPHandler: Processed in 0.001708735 sec.
8427 2025.02.07 10:11:24.111271 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
8428 2025.02.07 10:11:24.111334 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
8429 2025.02.07 10:11:24.264591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276
8430 2025.02.07 10:11:24.265272 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8431 2025.02.07 10:11:24.265315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8432 2025.02.07 10:11:24.265829 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8433 2025.02.07 10:11:24.266087 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8434 2025.02.07 10:11:24.266327 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8435 2025.02.07 10:11:25.034722 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8436 2025.02.07 10:11:25.034962 [ 255 ] {a1efd4a1-caa0-4c91-a505-4f812b634e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8437 2025.02.07 10:11:25.035038 [ 255 ] {a1efd4a1-caa0-4c91-a505-4f812b634e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8438 2025.02.07 10:11:25.035864 [ 255 ] {a1efd4a1-caa0-4c91-a505-4f812b634e45} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8439 2025.02.07 10:11:25.035906 [ 255 ] {a1efd4a1-caa0-4c91-a505-4f812b634e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8440 2025.02.07 10:11:25.036343 [ 255 ] {a1efd4a1-caa0-4c91-a505-4f812b634e45} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8441 2025.02.07 10:11:25.036607 [ 255 ] {a1efd4a1-caa0-4c91-a505-4f812b634e45} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8442 2025.02.07 10:11:25.036849 [ 255 ] {a1efd4a1-caa0-4c91-a505-4f812b634e45} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001951 sec., 7175.807278318811 rows/sec., 516.56 KiB/sec.
8443 2025.02.07 10:11:25.036906 [ 255 ] {a1efd4a1-caa0-4c91-a505-4f812b634e45} <Debug> TCPHandler: Processed in 0.002369548 sec.
8444 2025.02.07 10:11:25.037157 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8445 2025.02.07 10:11:25.037367 [ 256 ] {4fbf85fb-37b0-4085-ae29-46080fc72190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8446 2025.02.07 10:11:25.037448 [ 256 ] {4fbf85fb-37b0-4085-ae29-46080fc72190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8447 2025.02.07 10:11:25.038347 [ 256 ] {4fbf85fb-37b0-4085-ae29-46080fc72190} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8448 2025.02.07 10:11:25.038397 [ 256 ] {4fbf85fb-37b0-4085-ae29-46080fc72190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8449 2025.02.07 10:11:25.038854 [ 256 ] {4fbf85fb-37b0-4085-ae29-46080fc72190} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8450 2025.02.07 10:11:25.039108 [ 256 ] {4fbf85fb-37b0-4085-ae29-46080fc72190} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8451 2025.02.07 10:11:25.039315 [ 30 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8452 2025.02.07 10:11:25.039384 [ 256 ] {4fbf85fb-37b0-4085-ae29-46080fc72190} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002067 sec., 98209.96613449445 rows/sec., 8.48 MiB/sec.
8453 2025.02.07 10:11:25.039385 [ 30 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8454 2025.02.07 10:11:25.039473 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8455 2025.02.07 10:11:25.039520 [ 256 ] {4fbf85fb-37b0-4085-ae29-46080fc72190} <Debug> TCPHandler: Processed in 0.002506021 sec.
8456 2025.02.07 10:11:25.039721 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
8457 2025.02.07 10:11:25.039731 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8458 2025.02.07 10:11:25.039865 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8459 2025.02.07 10:11:25.039881 [ 255 ] {5c28804b-a672-4c20-9ffc-d73b3eb74812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8460 2025.02.07 10:11:25.039902 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1431 rows starting from the beginning of the part
8461 2025.02.07 10:11:25.039941 [ 255 ] {5c28804b-a672-4c20-9ffc-d73b3eb74812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8462 2025.02.07 10:11:25.040100 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 134 rows starting from the beginning of the part
8463 2025.02.07 10:11:25.040306 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1344 rows starting from the beginning of the part
8464 2025.02.07 10:11:25.040508 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part
8465 2025.02.07 10:11:25.040774 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 134 rows starting from the beginning of the part
8466 2025.02.07 10:11:25.041011 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 203 rows starting from the beginning of the part
8467 2025.02.07 10:11:25.041773 [ 255 ] {5c28804b-a672-4c20-9ffc-d73b3eb74812} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8468 2025.02.07 10:11:25.041817 [ 255 ] {5c28804b-a672-4c20-9ffc-d73b3eb74812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8469 2025.02.07 10:11:25.042378 [ 255 ] {5c28804b-a672-4c20-9ffc-d73b3eb74812} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8470 2025.02.07 10:11:25.042676 [ 255 ] {5c28804b-a672-4c20-9ffc-d73b3eb74812} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8471 2025.02.07 10:11:25.042884 [ 255 ] {5c28804b-a672-4c20-9ffc-d73b3eb74812} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003038 sec., 2304.147465437788 rows/sec., 150.12 KiB/sec.
8472 2025.02.07 10:11:25.043083 [ 255 ] {5c28804b-a672-4c20-9ffc-d73b3eb74812} <Debug> TCPHandler: Processed in 0.00343247 sec.
8473 2025.02.07 10:11:25.043397 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8474 2025.02.07 10:11:25.044022 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.00444735 sec., 742464.6137587551 rows/sec., 64.82 MiB/sec.
8475 2025.02.07 10:11:25.044039 [ 256 ] {a13a92f1-9014-4ea0-a937-1d67d19b9b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8476 2025.02.07 10:11:25.044184 [ 256 ] {a13a92f1-9014-4ea0-a937-1d67d19b9b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8477 2025.02.07 10:11:25.044350 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8478 2025.02.07 10:11:25.044966 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8479 2025.02.07 10:11:25.045095 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_66_13} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8480 2025.02.07 10:11:25.045263 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
8481 2025.02.07 10:11:25.045451 [ 256 ] {a13a92f1-9014-4ea0-a937-1d67d19b9b59} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8482 2025.02.07 10:11:25.045497 [ 256 ] {a13a92f1-9014-4ea0-a937-1d67d19b9b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8483 2025.02.07 10:11:25.045877 [ 256 ] {a13a92f1-9014-4ea0-a937-1d67d19b9b59} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8484 2025.02.07 10:11:25.046132 [ 256 ] {a13a92f1-9014-4ea0-a937-1d67d19b9b59} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8485 2025.02.07 10:11:25.046402 [ 256 ] {a13a92f1-9014-4ea0-a937-1d67d19b9b59} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002579 sec., 5428.4606436603335 rows/sec., 380.17 KiB/sec.
8486 2025.02.07 10:11:25.046624 [ 256 ] {a13a92f1-9014-4ea0-a937-1d67d19b9b59} <Debug> TCPHandler: Processed in 0.00342643 sec.
8487 2025.02.07 10:11:25.046842 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8488 2025.02.07 10:11:25.046981 [ 255 ] {b5f67056-928a-4ded-a775-fb8a6bc43bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8489 2025.02.07 10:11:25.047037 [ 255 ] {b5f67056-928a-4ded-a775-fb8a6bc43bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8490 2025.02.07 10:11:25.047738 [ 255 ] {b5f67056-928a-4ded-a775-fb8a6bc43bcb} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8491 2025.02.07 10:11:25.047780 [ 255 ] {b5f67056-928a-4ded-a775-fb8a6bc43bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8492 2025.02.07 10:11:25.048127 [ 255 ] {b5f67056-928a-4ded-a775-fb8a6bc43bcb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8493 2025.02.07 10:11:25.048363 [ 255 ] {b5f67056-928a-4ded-a775-fb8a6bc43bcb} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8494 2025.02.07 10:11:25.048578 [ 255 ] {b5f67056-928a-4ded-a775-fb8a6bc43bcb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec.
8495 2025.02.07 10:11:25.048739 [ 255 ] {b5f67056-928a-4ded-a775-fb8a6bc43bcb} <Debug> TCPHandler: Processed in 0.002012871 sec.
8496 2025.02.07 10:11:25.048967 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8497 2025.02.07 10:11:25.049106 [ 256 ] {8b588848-cbf2-4de8-b145-474ec3a5f9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8498 2025.02.07 10:11:25.049163 [ 256 ] {8b588848-cbf2-4de8-b145-474ec3a5f9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8499 2025.02.07 10:11:25.050025 [ 256 ] {8b588848-cbf2-4de8-b145-474ec3a5f9d4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8500 2025.02.07 10:11:25.050066 [ 256 ] {8b588848-cbf2-4de8-b145-474ec3a5f9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8501 2025.02.07 10:11:25.050476 [ 256 ] {8b588848-cbf2-4de8-b145-474ec3a5f9d4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8502 2025.02.07 10:11:25.050722 [ 256 ] {8b588848-cbf2-4de8-b145-474ec3a5f9d4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8503 2025.02.07 10:11:25.050892 [ 30 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8504 2025.02.07 10:11:25.050957 [ 30 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8505 2025.02.07 10:11:25.050973 [ 256 ] {8b588848-cbf2-4de8-b145-474ec3a5f9d4} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001888 sec., 202330.5084745763 rows/sec., 14.32 MiB/sec.
8506 2025.02.07 10:11:25.051000 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8507 2025.02.07 10:11:25.051135 [ 256 ] {8b588848-cbf2-4de8-b145-474ec3a5f9d4} <Debug> TCPHandler: Processed in 0.002266286 sec.
8508 2025.02.07 10:11:25.051469 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8509 2025.02.07 10:11:25.051574 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
8510 2025.02.07 10:11:25.051934 [ 255 ] {cc3cfd3b-2a61-4d42-8946-33c1f630b650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8511 2025.02.07 10:11:25.052210 [ 255 ] {cc3cfd3b-2a61-4d42-8946-33c1f630b650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8512 2025.02.07 10:11:25.052362 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8513 2025.02.07 10:11:25.052522 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part
8514 2025.02.07 10:11:25.052952 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 103 rows starting from the beginning of the part
8515 2025.02.07 10:11:25.053286 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 840 rows starting from the beginning of the part
8516 2025.02.07 10:11:25.053573 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part
8517 2025.02.07 10:11:25.053891 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 103 rows starting from the beginning of the part
8518 2025.02.07 10:11:25.054215 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 382 rows starting from the beginning of the part
8519 2025.02.07 10:11:25.054866 [ 255 ] {cc3cfd3b-2a61-4d42-8946-33c1f630b650} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8520 2025.02.07 10:11:25.054918 [ 255 ] {cc3cfd3b-2a61-4d42-8946-33c1f630b650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8521 2025.02.07 10:11:25.055772 [ 255 ] {cc3cfd3b-2a61-4d42-8946-33c1f630b650} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8522 2025.02.07 10:11:25.056293 [ 255 ] {cc3cfd3b-2a61-4d42-8946-33c1f630b650} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8523 2025.02.07 10:11:25.056807 [ 255 ] {cc3cfd3b-2a61-4d42-8946-33c1f630b650} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005078 sec., 1181.5675462780623 rows/sec., 61.73 KiB/sec.
8524 2025.02.07 10:11:25.056883 [ 255 ] {cc3cfd3b-2a61-4d42-8946-33c1f630b650} <Debug> TCPHandler: Processed in 0.005601533 sec.
8525 2025.02.07 10:11:25.057067 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8526 2025.02.07 10:11:25.057378 [ 256 ] {9edf32d9-763d-44f4-b949-ce4adf7dbe15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8527 2025.02.07 10:11:25.057525 [ 256 ] {9edf32d9-763d-44f4-b949-ce4adf7dbe15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8528 2025.02.07 10:11:25.057532 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006373589 sec., 377338.4195309738 rows/sec., 28.93 MiB/sec.
8529 2025.02.07 10:11:25.057844 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8530 2025.02.07 10:11:25.058432 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8531 2025.02.07 10:11:25.058633 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_66_13} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8532 2025.02.07 10:11:25.058745 [ 256 ] {9edf32d9-763d-44f4-b949-ce4adf7dbe15} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8533 2025.02.07 10:11:25.058783 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
8534 2025.02.07 10:11:25.058827 [ 256 ] {9edf32d9-763d-44f4-b949-ce4adf7dbe15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8535 2025.02.07 10:11:25.059256 [ 256 ] {9edf32d9-763d-44f4-b949-ce4adf7dbe15} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8536 2025.02.07 10:11:25.059497 [ 256 ] {9edf32d9-763d-44f4-b949-ce4adf7dbe15} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8537 2025.02.07 10:11:25.059716 [ 256 ] {9edf32d9-763d-44f4-b949-ce4adf7dbe15} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002472 sec., 95873.786407767 rows/sec., 6.43 MiB/sec.
8538 2025.02.07 10:11:25.059776 [ 256 ] {9edf32d9-763d-44f4-b949-ce4adf7dbe15} <Debug> TCPHandler: Processed in 0.002777807 sec.
8539 2025.02.07 10:11:25.059992 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8540 2025.02.07 10:11:25.060217 [ 255 ] {1db493ff-b2e5-4fb9-b51c-9b717a66a419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8541 2025.02.07 10:11:25.060309 [ 255 ] {1db493ff-b2e5-4fb9-b51c-9b717a66a419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8542 2025.02.07 10:11:25.061012 [ 255 ] {1db493ff-b2e5-4fb9-b51c-9b717a66a419} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8543 2025.02.07 10:11:25.061050 [ 255 ] {1db493ff-b2e5-4fb9-b51c-9b717a66a419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8544 2025.02.07 10:11:25.061406 [ 255 ] {1db493ff-b2e5-4fb9-b51c-9b717a66a419} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8545 2025.02.07 10:11:25.061646 [ 255 ] {1db493ff-b2e5-4fb9-b51c-9b717a66a419} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8546 2025.02.07 10:11:25.061821 [ 255 ] {1db493ff-b2e5-4fb9-b51c-9b717a66a419} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00166 sec., 602.4096385542168 rows/sec., 40.59 KiB/sec.
8547 2025.02.07 10:11:25.061871 [ 255 ] {1db493ff-b2e5-4fb9-b51c-9b717a66a419} <Debug> TCPHandler: Processed in 0.00198951 sec.
8548 2025.02.07 10:11:25.062020 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8549 2025.02.07 10:11:25.062159 [ 256 ] {8fe6a058-b9e6-48b0-86cd-24c3f170021f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8550 2025.02.07 10:11:25.062219 [ 256 ] {8fe6a058-b9e6-48b0-86cd-24c3f170021f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8551 2025.02.07 10:11:25.062799 [ 256 ] {8fe6a058-b9e6-48b0-86cd-24c3f170021f} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8552 2025.02.07 10:11:25.062838 [ 256 ] {8fe6a058-b9e6-48b0-86cd-24c3f170021f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8553 2025.02.07 10:11:25.063213 [ 256 ] {8fe6a058-b9e6-48b0-86cd-24c3f170021f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8554 2025.02.07 10:11:25.063447 [ 256 ] {8fe6a058-b9e6-48b0-86cd-24c3f170021f} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8555 2025.02.07 10:11:25.063671 [ 256 ] {8fe6a058-b9e6-48b0-86cd-24c3f170021f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec.
8556 2025.02.07 10:11:25.063723 [ 256 ] {8fe6a058-b9e6-48b0-86cd-24c3f170021f} <Debug> TCPHandler: Processed in 0.001769816 sec.
8557 2025.02.07 10:11:25.716482 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 317
8558 2025.02.07 10:11:25.735552 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8559 2025.02.07 10:11:25.735603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8560 2025.02.07 10:11:25.742620 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8561 2025.02.07 10:11:25.743376 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8562 2025.02.07 10:11:25.746373 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8563 2025.02.07 10:11:26.001116 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.76 MiB, peak 227.65 MiB, free memory in arenas 0.00 B, will set to 216.62 MiB (RSS), difference: -1.14 MiB
8564 2025.02.07 10:11:29.397964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1194
8565 2025.02.07 10:11:29.401080 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8566 2025.02.07 10:11:29.401134 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8567 2025.02.07 10:11:29.402621 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8568 2025.02.07 10:11:29.402927 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8569 2025.02.07 10:11:29.404190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194
8570 2025.02.07 10:11:30.032008 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8571 2025.02.07 10:11:30.032204 [ 255 ] {4ee523e5-136d-467e-99ad-0431d3271bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8572 2025.02.07 10:11:30.032279 [ 255 ] {4ee523e5-136d-467e-99ad-0431d3271bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8573 2025.02.07 10:11:30.033047 [ 255 ] {4ee523e5-136d-467e-99ad-0431d3271bc8} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8574 2025.02.07 10:11:30.033102 [ 255 ] {4ee523e5-136d-467e-99ad-0431d3271bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8575 2025.02.07 10:11:30.033535 [ 255 ] {4ee523e5-136d-467e-99ad-0431d3271bc8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8576 2025.02.07 10:11:30.033799 [ 255 ] {4ee523e5-136d-467e-99ad-0431d3271bc8} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8577 2025.02.07 10:11:30.034075 [ 255 ] {4ee523e5-136d-467e-99ad-0431d3271bc8} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001914 sec., 4179.728317659353 rows/sec., 340.83 KiB/sec.
8578 2025.02.07 10:11:30.034217 [ 255 ] {4ee523e5-136d-467e-99ad-0431d3271bc8} <Debug> TCPHandler: Processed in 0.002340598 sec.
8579 2025.02.07 10:11:30.034509 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8580 2025.02.07 10:11:30.034703 [ 256 ] {5e04931e-ae69-42c6-b4b3-b9edd654891e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8581 2025.02.07 10:11:30.034780 [ 256 ] {5e04931e-ae69-42c6-b4b3-b9edd654891e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8582 2025.02.07 10:11:30.035643 [ 256 ] {5e04931e-ae69-42c6-b4b3-b9edd654891e} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8583 2025.02.07 10:11:30.035695 [ 256 ] {5e04931e-ae69-42c6-b4b3-b9edd654891e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8584 2025.02.07 10:11:30.036158 [ 256 ] {5e04931e-ae69-42c6-b4b3-b9edd654891e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8585 2025.02.07 10:11:30.036604 [ 256 ] {5e04931e-ae69-42c6-b4b3-b9edd654891e} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8586 2025.02.07 10:11:30.036919 [ 256 ] {5e04931e-ae69-42c6-b4b3-b9edd654891e} <Debug> executeQuery: Read 138 rows, 12.10 KiB in 0.002263 sec., 60980.99867432612 rows/sec., 5.22 MiB/sec.
8587 2025.02.07 10:11:30.037066 [ 256 ] {5e04931e-ae69-42c6-b4b3-b9edd654891e} <Debug> TCPHandler: Processed in 0.002694864 sec.
8588 2025.02.07 10:11:30.037286 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8589 2025.02.07 10:11:30.037450 [ 255 ] {358a3030-f76e-4c86-b893-2bfaa012cfa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8590 2025.02.07 10:11:30.037513 [ 255 ] {358a3030-f76e-4c86-b893-2bfaa012cfa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8591 2025.02.07 10:11:30.038190 [ 255 ] {358a3030-f76e-4c86-b893-2bfaa012cfa3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8592 2025.02.07 10:11:30.038235 [ 255 ] {358a3030-f76e-4c86-b893-2bfaa012cfa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8593 2025.02.07 10:11:30.038636 [ 255 ] {358a3030-f76e-4c86-b893-2bfaa012cfa3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8594 2025.02.07 10:11:30.038912 [ 255 ] {358a3030-f76e-4c86-b893-2bfaa012cfa3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8595 2025.02.07 10:11:30.039159 [ 255 ] {358a3030-f76e-4c86-b893-2bfaa012cfa3} <Debug> executeQuery: Read 47 rows, 3.49 KiB in 0.001736 sec., 27073.73271889401 rows/sec., 1.96 MiB/sec.
8596 2025.02.07 10:11:30.039267 [ 255 ] {358a3030-f76e-4c86-b893-2bfaa012cfa3} <Debug> TCPHandler: Processed in 0.002077862 sec.
8597 2025.02.07 10:11:30.039605 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8598 2025.02.07 10:11:30.039761 [ 256 ] {cd52df26-1b5b-4f1b-96cc-dc6035499205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8599 2025.02.07 10:11:30.039826 [ 256 ] {cd52df26-1b5b-4f1b-96cc-dc6035499205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8600 2025.02.07 10:11:30.040640 [ 256 ] {cd52df26-1b5b-4f1b-96cc-dc6035499205} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8601 2025.02.07 10:11:30.040688 [ 256 ] {cd52df26-1b5b-4f1b-96cc-dc6035499205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8602 2025.02.07 10:11:30.041178 [ 256 ] {cd52df26-1b5b-4f1b-96cc-dc6035499205} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8603 2025.02.07 10:11:30.041515 [ 256 ] {cd52df26-1b5b-4f1b-96cc-dc6035499205} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8604 2025.02.07 10:11:30.041738 [ 256 ] {cd52df26-1b5b-4f1b-96cc-dc6035499205} <Debug> executeQuery: Read 111 rows, 8.89 KiB in 0.002017 sec., 55032.226078334155 rows/sec., 4.30 MiB/sec.
8605 2025.02.07 10:11:30.041810 [ 256 ] {cd52df26-1b5b-4f1b-96cc-dc6035499205} <Debug> TCPHandler: Processed in 0.002301616 sec.
8606 2025.02.07 10:11:30.042024 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8607 2025.02.07 10:11:30.042151 [ 255 ] {6ad3cc8e-a80a-49c9-b349-a63d92fb09db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8608 2025.02.07 10:11:30.042206 [ 255 ] {6ad3cc8e-a80a-49c9-b349-a63d92fb09db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8609 2025.02.07 10:11:30.042813 [ 255 ] {6ad3cc8e-a80a-49c9-b349-a63d92fb09db} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8610 2025.02.07 10:11:30.042857 [ 255 ] {6ad3cc8e-a80a-49c9-b349-a63d92fb09db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8611 2025.02.07 10:11:30.043320 [ 255 ] {6ad3cc8e-a80a-49c9-b349-a63d92fb09db} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8612 2025.02.07 10:11:30.043679 [ 255 ] {6ad3cc8e-a80a-49c9-b349-a63d92fb09db} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8613 2025.02.07 10:11:30.043885 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8614 2025.02.07 10:11:30.043918 [ 255 ] {6ad3cc8e-a80a-49c9-b349-a63d92fb09db} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001793 sec., 91466.81539319575 rows/sec., 6.37 MiB/sec.
8615 2025.02.07 10:11:30.043968 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8616 2025.02.07 10:11:30.044040 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8617 2025.02.07 10:11:30.044051 [ 255 ] {6ad3cc8e-a80a-49c9-b349-a63d92fb09db} <Debug> TCPHandler: Processed in 0.002126903 sec.
8618 2025.02.07 10:11:30.044264 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8619 2025.02.07 10:11:30.044280 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
8620 2025.02.07 10:11:30.044482 [ 256 ] {c97ac2de-7174-46aa-9b1f-50594645b822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8621 2025.02.07 10:11:30.044550 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8622 2025.02.07 10:11:30.044667 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17141 rows starting from the beginning of the part
8623 2025.02.07 10:11:30.044668 [ 256 ] {c97ac2de-7174-46aa-9b1f-50594645b822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8624 2025.02.07 10:11:30.044935 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 926 rows starting from the beginning of the part
8625 2025.02.07 10:11:30.045349 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
8626 2025.02.07 10:11:30.045824 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part
8627 2025.02.07 10:11:30.046102 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part
8628 2025.02.07 10:11:30.046383 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 164 rows starting from the beginning of the part
8629 2025.02.07 10:11:30.049660 [ 256 ] {c97ac2de-7174-46aa-9b1f-50594645b822} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8630 2025.02.07 10:11:30.049728 [ 256 ] {c97ac2de-7174-46aa-9b1f-50594645b822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8631 2025.02.07 10:11:30.051400 [ 256 ] {c97ac2de-7174-46aa-9b1f-50594645b822} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8632 2025.02.07 10:11:30.052136 [ 256 ] {c97ac2de-7174-46aa-9b1f-50594645b822} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8633 2025.02.07 10:11:30.052473 [ 256 ] {c97ac2de-7174-46aa-9b1f-50594645b822} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008063 sec., 4836.909338955723 rows/sec., 8.67 MiB/sec.
8634 2025.02.07 10:11:30.053030 [ 256 ] {c97ac2de-7174-46aa-9b1f-50594645b822} <Debug> TCPHandler: Processed in 0.00886276 sec.
8635 2025.02.07 10:11:30.053200 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8636 2025.02.07 10:11:30.053378 [ 255 ] {233ed070-f9ef-4cf1-98e5-b75793f43111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8637 2025.02.07 10:11:30.053448 [ 255 ] {233ed070-f9ef-4cf1-98e5-b75793f43111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8638 2025.02.07 10:11:30.054129 [ 255 ] {233ed070-f9ef-4cf1-98e5-b75793f43111} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8639 2025.02.07 10:11:30.054205 [ 255 ] {233ed070-f9ef-4cf1-98e5-b75793f43111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8640 2025.02.07 10:11:30.055004 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18660 rows, containing 5 columns (5 merged, 0 gathered) in 0.010859189 sec., 1718360.3674270704 rows/sec., 116.02 MiB/sec.
8641 2025.02.07 10:11:30.055087 [ 255 ] {233ed070-f9ef-4cf1-98e5-b75793f43111} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8642 2025.02.07 10:11:30.055290 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8643 2025.02.07 10:11:30.055471 [ 255 ] {233ed070-f9ef-4cf1-98e5-b75793f43111} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8644 2025.02.07 10:11:30.055733 [ 45 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8645 2025.02.07 10:11:30.055817 [ 45 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8646 2025.02.07 10:11:30.055882 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8647 2025.02.07 10:11:30.055991 [ 255 ] {233ed070-f9ef-4cf1-98e5-b75793f43111} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002618 sec., 22918.25821237586 rows/sec., 1.54 MiB/sec.
8648 2025.02.07 10:11:30.055998 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8649 2025.02.07 10:11:30.056189 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
8650 2025.02.07 10:11:30.056320 [ 255 ] {233ed070-f9ef-4cf1-98e5-b75793f43111} <Debug> TCPHandler: Processed in 0.003180964 sec.
8651 2025.02.07 10:11:30.056467 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8652 2025.02.07 10:11:30.056567 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8653 2025.02.07 10:11:30.056633 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3584 rows starting from the beginning of the part
8654 2025.02.07 10:11:30.056738 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB.
8655 2025.02.07 10:11:30.056865 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 70 rows starting from the beginning of the part
8656 2025.02.07 10:11:30.057034 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 12 rows starting from the beginning of the part
8657 2025.02.07 10:11:30.057197 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part
8658 2025.02.07 10:11:30.057348 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part
8659 2025.02.07 10:11:30.057489 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
8660 2025.02.07 10:11:30.058915 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3868 rows, containing 4 columns (4 merged, 0 gathered) in 0.00292681 sec., 1321575.367037833 rows/sec., 85.94 MiB/sec.
8661 2025.02.07 10:11:30.059329 [ 195 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8662 2025.02.07 10:11:30.059711 [ 195 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8663 2025.02.07 10:11:30.059801 [ 195 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_66_13} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8664 2025.02.07 10:11:30.059894 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
8665 2025.02.07 10:11:31.767144 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703
8666 2025.02.07 10:11:31.767806 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8667 2025.02.07 10:11:31.767846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8668 2025.02.07 10:11:31.768389 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8669 2025.02.07 10:11:31.768649 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8670 2025.02.07 10:11:31.768838 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703
8671 2025.02.07 10:11:33.247140 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
8672 2025.02.07 10:11:33.268857 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8673 2025.02.07 10:11:33.268901 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8674 2025.02.07 10:11:33.276327 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8675 2025.02.07 10:11:33.277091 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8676 2025.02.07 10:11:33.279651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
8677 2025.02.07 10:11:35.033205 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8678 2025.02.07 10:11:35.033409 [ 255 ] {bb53c4c7-9964-44df-b671-63e965100f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8679 2025.02.07 10:11:35.033485 [ 255 ] {bb53c4c7-9964-44df-b671-63e965100f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8680 2025.02.07 10:11:35.034243 [ 255 ] {bb53c4c7-9964-44df-b671-63e965100f73} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8681 2025.02.07 10:11:35.034283 [ 255 ] {bb53c4c7-9964-44df-b671-63e965100f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8682 2025.02.07 10:11:35.034710 [ 255 ] {bb53c4c7-9964-44df-b671-63e965100f73} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8683 2025.02.07 10:11:35.034967 [ 255 ] {bb53c4c7-9964-44df-b671-63e965100f73} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8684 2025.02.07 10:11:35.035165 [ 63 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8685 2025.02.07 10:11:35.035225 [ 255 ] {bb53c4c7-9964-44df-b671-63e965100f73} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec.
8686 2025.02.07 10:11:35.035253 [ 63 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8687 2025.02.07 10:11:35.035315 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8688 2025.02.07 10:11:35.035349 [ 255 ] {bb53c4c7-9964-44df-b671-63e965100f73} <Debug> TCPHandler: Processed in 0.002277066 sec.
8689 2025.02.07 10:11:35.035661 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
8690 2025.02.07 10:11:35.035696 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8691 2025.02.07 10:11:35.036063 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8692 2025.02.07 10:11:35.036118 [ 256 ] {a8cc44ac-cee5-4c6b-a2e5-b8c541cc490a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8693 2025.02.07 10:11:35.036145 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part
8694 2025.02.07 10:11:35.036257 [ 256 ] {a8cc44ac-cee5-4c6b-a2e5-b8c541cc490a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8695 2025.02.07 10:11:35.036531 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
8696 2025.02.07 10:11:35.036938 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
8697 2025.02.07 10:11:35.037177 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
8698 2025.02.07 10:11:35.037575 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
8699 2025.02.07 10:11:35.038984 [ 256 ] {a8cc44ac-cee5-4c6b-a2e5-b8c541cc490a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8700 2025.02.07 10:11:35.039036 [ 256 ] {a8cc44ac-cee5-4c6b-a2e5-b8c541cc490a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8701 2025.02.07 10:11:35.039342 [ 196 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003902149 sec., 17938.83319165926 rows/sec., 1.33 MiB/sec.
8702 2025.02.07 10:11:35.039605 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8703 2025.02.07 10:11:35.039700 [ 256 ] {a8cc44ac-cee5-4c6b-a2e5-b8c541cc490a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8704 2025.02.07 10:11:35.040135 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8705 2025.02.07 10:11:35.040163 [ 256 ] {a8cc44ac-cee5-4c6b-a2e5-b8c541cc490a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8706 2025.02.07 10:11:35.040296 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_29_7} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8707 2025.02.07 10:11:35.040569 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8708 2025.02.07 10:11:35.040680 [ 256 ] {a8cc44ac-cee5-4c6b-a2e5-b8c541cc490a} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.004664 sec., 43524.87135506004 rows/sec., 3.76 MiB/sec.
8709 2025.02.07 10:11:35.040887 [ 256 ] {a8cc44ac-cee5-4c6b-a2e5-b8c541cc490a} <Debug> TCPHandler: Processed in 0.005397969 sec.
8710 2025.02.07 10:11:35.041107 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8711 2025.02.07 10:11:35.041257 [ 255 ] {396ee7c3-a78b-4832-9c61-800b08180d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8712 2025.02.07 10:11:35.041313 [ 255 ] {396ee7c3-a78b-4832-9c61-800b08180d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8713 2025.02.07 10:11:35.041934 [ 255 ] {396ee7c3-a78b-4832-9c61-800b08180d91} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8714 2025.02.07 10:11:35.041973 [ 255 ] {396ee7c3-a78b-4832-9c61-800b08180d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8715 2025.02.07 10:11:35.042337 [ 255 ] {396ee7c3-a78b-4832-9c61-800b08180d91} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8716 2025.02.07 10:11:35.042578 [ 255 ] {396ee7c3-a78b-4832-9c61-800b08180d91} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8717 2025.02.07 10:11:35.042798 [ 255 ] {396ee7c3-a78b-4832-9c61-800b08180d91} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00157 sec., 4458.598726114649 rows/sec., 290.48 KiB/sec.
8718 2025.02.07 10:11:35.042852 [ 255 ] {396ee7c3-a78b-4832-9c61-800b08180d91} <Debug> TCPHandler: Processed in 0.001854467 sec.
8719 2025.02.07 10:11:35.043002 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8720 2025.02.07 10:11:35.043151 [ 256 ] {ce63b808-ba7f-470f-8179-bb52780dcf96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8721 2025.02.07 10:11:35.043212 [ 256 ] {ce63b808-ba7f-470f-8179-bb52780dcf96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8722 2025.02.07 10:11:35.043890 [ 256 ] {ce63b808-ba7f-470f-8179-bb52780dcf96} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8723 2025.02.07 10:11:35.043931 [ 256 ] {ce63b808-ba7f-470f-8179-bb52780dcf96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8724 2025.02.07 10:11:35.044313 [ 256 ] {ce63b808-ba7f-470f-8179-bb52780dcf96} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8725 2025.02.07 10:11:35.044574 [ 256 ] {ce63b808-ba7f-470f-8179-bb52780dcf96} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8726 2025.02.07 10:11:35.044855 [ 256 ] {ce63b808-ba7f-470f-8179-bb52780dcf96} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001727 sec., 8106.543138390272 rows/sec., 567.73 KiB/sec.
8727 2025.02.07 10:11:35.045036 [ 256 ] {ce63b808-ba7f-470f-8179-bb52780dcf96} <Debug> TCPHandler: Processed in 0.002098982 sec.
8728 2025.02.07 10:11:35.045273 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8729 2025.02.07 10:11:35.045407 [ 255 ] {69406e82-9008-47e5-92b0-35dd57877112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8730 2025.02.07 10:11:35.045462 [ 255 ] {69406e82-9008-47e5-92b0-35dd57877112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8731 2025.02.07 10:11:35.046072 [ 255 ] {69406e82-9008-47e5-92b0-35dd57877112} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8732 2025.02.07 10:11:35.046111 [ 255 ] {69406e82-9008-47e5-92b0-35dd57877112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8733 2025.02.07 10:11:35.046481 [ 255 ] {69406e82-9008-47e5-92b0-35dd57877112} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8734 2025.02.07 10:11:35.046731 [ 255 ] {69406e82-9008-47e5-92b0-35dd57877112} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8735 2025.02.07 10:11:35.046922 [ 95 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8736 2025.02.07 10:11:35.046992 [ 255 ] {69406e82-9008-47e5-92b0-35dd57877112} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001612 sec., 8064.5161290322585 rows/sec., 502.82 KiB/sec.
8737 2025.02.07 10:11:35.047020 [ 95 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8738 2025.02.07 10:11:35.047100 [ 255 ] {69406e82-9008-47e5-92b0-35dd57877112} <Debug> TCPHandler: Processed in 0.00196173 sec.
8739 2025.02.07 10:11:35.047107 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8740 2025.02.07 10:11:35.047457 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8741 2025.02.07 10:11:35.047559 [ 199 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
8742 2025.02.07 10:11:35.047904 [ 256 ] {328a43c3-1fba-4c95-adf5-47565657c43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8743 2025.02.07 10:11:35.048093 [ 256 ] {328a43c3-1fba-4c95-adf5-47565657c43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8744 2025.02.07 10:11:35.048203 [ 199 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8745 2025.02.07 10:11:35.048304 [ 199 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part
8746 2025.02.07 10:11:35.048676 [ 199 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part
8747 2025.02.07 10:11:35.049012 [ 199 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part
8748 2025.02.07 10:11:35.049457 [ 199 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part
8749 2025.02.07 10:11:35.049912 [ 199 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part
8750 2025.02.07 10:11:35.051231 [ 256 ] {328a43c3-1fba-4c95-adf5-47565657c43e} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8751 2025.02.07 10:11:35.051289 [ 256 ] {328a43c3-1fba-4c95-adf5-47565657c43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8752 2025.02.07 10:11:35.052365 [ 256 ] {328a43c3-1fba-4c95-adf5-47565657c43e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8753 2025.02.07 10:11:35.052497 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005212825 sec., 12469.2465217996 rows/sec., 826.16 KiB/sec.
8754 2025.02.07 10:11:35.052724 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8755 2025.02.07 10:11:35.052891 [ 256 ] {328a43c3-1fba-4c95-adf5-47565657c43e} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8756 2025.02.07 10:11:35.053287 [ 256 ] {328a43c3-1fba-4c95-adf5-47565657c43e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.0055 sec., 69454.54545454546 rows/sec., 4.92 MiB/sec.
8757 2025.02.07 10:11:35.053454 [ 256 ] {328a43c3-1fba-4c95-adf5-47565657c43e} <Debug> TCPHandler: Processed in 0.006246467 sec.
8758 2025.02.07 10:11:35.053461 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8759 2025.02.07 10:11:35.053646 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_29_7} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8760 2025.02.07 10:11:35.053737 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8761 2025.02.07 10:11:35.053781 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8762 2025.02.07 10:11:35.053897 [ 255 ] {b2d0ed66-fac9-4dd5-8f47-108a55fa9af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8763 2025.02.07 10:11:35.053958 [ 255 ] {b2d0ed66-fac9-4dd5-8f47-108a55fa9af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8764 2025.02.07 10:11:35.054524 [ 255 ] {b2d0ed66-fac9-4dd5-8f47-108a55fa9af8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8765 2025.02.07 10:11:35.054571 [ 255 ] {b2d0ed66-fac9-4dd5-8f47-108a55fa9af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8766 2025.02.07 10:11:35.054951 [ 255 ] {b2d0ed66-fac9-4dd5-8f47-108a55fa9af8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8767 2025.02.07 10:11:35.055182 [ 255 ] {b2d0ed66-fac9-4dd5-8f47-108a55fa9af8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8768 2025.02.07 10:11:35.055336 [ 95 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
8769 2025.02.07 10:11:35.055395 [ 95 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8770 2025.02.07 10:11:35.055432 [ 255 ] {b2d0ed66-fac9-4dd5-8f47-108a55fa9af8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 202.50 KiB/sec.
8771 2025.02.07 10:11:35.055439 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8772 2025.02.07 10:11:35.055553 [ 255 ] {b2d0ed66-fac9-4dd5-8f47-108a55fa9af8} <Debug> TCPHandler: Processed in 0.00200135 sec.
8773 2025.02.07 10:11:35.055727 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
8774 2025.02.07 10:11:35.055797 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8775 2025.02.07 10:11:35.055932 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8776 2025.02.07 10:11:35.056018 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part
8777 2025.02.07 10:11:35.056029 [ 256 ] {464c3025-7b5c-4357-8c3c-4d5c71971485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8778 2025.02.07 10:11:35.056275 [ 256 ] {464c3025-7b5c-4357-8c3c-4d5c71971485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8779 2025.02.07 10:11:35.056301 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
8780 2025.02.07 10:11:35.056660 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8781 2025.02.07 10:11:35.056983 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
8782 2025.02.07 10:11:35.057301 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
8783 2025.02.07 10:11:35.057618 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
8784 2025.02.07 10:11:35.058872 [ 256 ] {464c3025-7b5c-4357-8c3c-4d5c71971485} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8785 2025.02.07 10:11:35.058950 [ 256 ] {464c3025-7b5c-4357-8c3c-4d5c71971485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8786 2025.02.07 10:11:35.060053 [ 256 ] {464c3025-7b5c-4357-8c3c-4d5c71971485} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8787 2025.02.07 10:11:35.060070 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004497962 sec., 38684.18630481982 rows/sec., 1.97 MiB/sec.
8788 2025.02.07 10:11:35.060249 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
8789 2025.02.07 10:11:35.060529 [ 256 ] {464c3025-7b5c-4357-8c3c-4d5c71971485} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8790 2025.02.07 10:11:35.060823 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8791 2025.02.07 10:11:35.060943 [ 256 ] {464c3025-7b5c-4357-8c3c-4d5c71971485} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004979 sec., 47599.91966258285 rows/sec., 3.19 MiB/sec.
8792 2025.02.07 10:11:35.060971 [ 189 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_29_6} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
8793 2025.02.07 10:11:35.061114 [ 256 ] {464c3025-7b5c-4357-8c3c-4d5c71971485} <Debug> TCPHandler: Processed in 0.00543141 sec.
8794 2025.02.07 10:11:35.061158 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8795 2025.02.07 10:11:35.061355 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8796 2025.02.07 10:11:35.061577 [ 255 ] {8a28e6e4-8d71-43f3-81aa-9a4892ee5529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8797 2025.02.07 10:11:35.061669 [ 255 ] {8a28e6e4-8d71-43f3-81aa-9a4892ee5529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8798 2025.02.07 10:11:35.062167 [ 255 ] {8a28e6e4-8d71-43f3-81aa-9a4892ee5529} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8799 2025.02.07 10:11:35.062205 [ 255 ] {8a28e6e4-8d71-43f3-81aa-9a4892ee5529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8800 2025.02.07 10:11:35.062566 [ 255 ] {8a28e6e4-8d71-43f3-81aa-9a4892ee5529} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8801 2025.02.07 10:11:35.062802 [ 255 ] {8a28e6e4-8d71-43f3-81aa-9a4892ee5529} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8802 2025.02.07 10:11:35.063014 [ 255 ] {8a28e6e4-8d71-43f3-81aa-9a4892ee5529} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec.
8803 2025.02.07 10:11:35.063063 [ 255 ] {8a28e6e4-8d71-43f3-81aa-9a4892ee5529} <Debug> TCPHandler: Processed in 0.001821777 sec.
8804 2025.02.07 10:11:35.063271 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8805 2025.02.07 10:11:35.063498 [ 256 ] {faaec764-04e9-461a-9650-9f05881970f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8806 2025.02.07 10:11:35.063591 [ 256 ] {faaec764-04e9-461a-9650-9f05881970f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8807 2025.02.07 10:11:35.064155 [ 256 ] {faaec764-04e9-461a-9650-9f05881970f0} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8808 2025.02.07 10:11:35.064194 [ 256 ] {faaec764-04e9-461a-9650-9f05881970f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
8809 2025.02.07 10:11:35.064579 [ 256 ] {faaec764-04e9-461a-9650-9f05881970f0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8810 2025.02.07 10:11:35.064825 [ 256 ] {faaec764-04e9-461a-9650-9f05881970f0} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8811 2025.02.07 10:11:35.065056 [ 256 ] {faaec764-04e9-461a-9650-9f05881970f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001615 sec., 50773.99380804954 rows/sec., 3.22 MiB/sec.
8812 2025.02.07 10:11:35.065107 [ 256 ] {faaec764-04e9-461a-9650-9f05881970f0} <Debug> TCPHandler: Processed in 0.001950229 sec.
8813 2025.02.07 10:11:39.111370 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
8814 2025.02.07 10:11:39.111433 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
8815 2025.02.07 10:11:39.269739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191
8816 2025.02.07 10:11:39.270419 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8817 2025.02.07 10:11:39.270459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8818 2025.02.07 10:11:39.271004 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8819 2025.02.07 10:11:39.271259 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8820 2025.02.07 10:11:39.271496 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
8821 2025.02.07 10:11:39.405050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1228
8822 2025.02.07 10:11:39.408127 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8823 2025.02.07 10:11:39.408172 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8824 2025.02.07 10:11:39.409696 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8825 2025.02.07 10:11:39.410006 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8826 2025.02.07 10:11:39.410253 [ 141 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8827 2025.02.07 10:11:39.410423 [ 141 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8828 2025.02.07 10:11:39.410550 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8829 2025.02.07 10:11:39.411210 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
8830 2025.02.07 10:11:39.412203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1228
8831 2025.02.07 10:11:39.412662 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8832 2025.02.07 10:11:39.412823 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1054 rows starting from the beginning of the part
8833 2025.02.07 10:11:39.413418 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
8834 2025.02.07 10:11:39.414017 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
8835 2025.02.07 10:11:39.414586 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part
8836 2025.02.07 10:11:39.415165 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
8837 2025.02.07 10:11:39.415695 [ 189 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part
8838 2025.02.07 10:11:39.423594 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1228 rows, containing 72 columns (72 merged, 0 gathered) in 0.012840839 sec., 95632.3804075419 rows/sec., 76.03 MiB/sec.
8839 2025.02.07 10:11:39.425054 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8840 2025.02.07 10:11:39.425748 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_31_6} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8841 2025.02.07 10:11:39.425836 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_31_6} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8842 2025.02.07 10:11:39.426028 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB.
8843 2025.02.07 10:11:40.031344 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8844 2025.02.07 10:11:40.031551 [ 255 ] {43bb8870-5358-4f57-b72a-b3f7495c775d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8845 2025.02.07 10:11:40.031634 [ 255 ] {43bb8870-5358-4f57-b72a-b3f7495c775d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8846 2025.02.07 10:11:40.032473 [ 255 ] {43bb8870-5358-4f57-b72a-b3f7495c775d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8847 2025.02.07 10:11:40.032520 [ 255 ] {43bb8870-5358-4f57-b72a-b3f7495c775d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8848 2025.02.07 10:11:40.032970 [ 255 ] {43bb8870-5358-4f57-b72a-b3f7495c775d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8849 2025.02.07 10:11:40.033234 [ 255 ] {43bb8870-5358-4f57-b72a-b3f7495c775d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8850 2025.02.07 10:11:40.033497 [ 255 ] {43bb8870-5358-4f57-b72a-b3f7495c775d} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002003 sec., 66899.65052421368 rows/sec., 5.76 MiB/sec.
8851 2025.02.07 10:11:40.033590 [ 255 ] {43bb8870-5358-4f57-b72a-b3f7495c775d} <Debug> TCPHandler: Processed in 0.002386959 sec.
8852 2025.02.07 10:11:40.033918 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8853 2025.02.07 10:11:40.034114 [ 256 ] {3eed208c-9716-4d50-b44b-315e743621e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8854 2025.02.07 10:11:40.034188 [ 256 ] {3eed208c-9716-4d50-b44b-315e743621e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8855 2025.02.07 10:11:40.035032 [ 256 ] {3eed208c-9716-4d50-b44b-315e743621e5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8856 2025.02.07 10:11:40.035091 [ 256 ] {3eed208c-9716-4d50-b44b-315e743621e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8857 2025.02.07 10:11:40.035611 [ 256 ] {3eed208c-9716-4d50-b44b-315e743621e5} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8858 2025.02.07 10:11:40.035947 [ 256 ] {3eed208c-9716-4d50-b44b-315e743621e5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8859 2025.02.07 10:11:40.036275 [ 256 ] {3eed208c-9716-4d50-b44b-315e743621e5} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002195 sec., 17767.653758542143 rows/sec., 1.30 MiB/sec.
8860 2025.02.07 10:11:40.036476 [ 256 ] {3eed208c-9716-4d50-b44b-315e743621e5} <Debug> TCPHandler: Processed in 0.002731725 sec.
8861 2025.02.07 10:11:40.036765 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8862 2025.02.07 10:11:40.036917 [ 255 ] {2f4c19cb-627c-4b8d-8075-b5cdbe573374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8863 2025.02.07 10:11:40.036978 [ 255 ] {2f4c19cb-627c-4b8d-8075-b5cdbe573374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8864 2025.02.07 10:11:40.037830 [ 255 ] {2f4c19cb-627c-4b8d-8075-b5cdbe573374} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8865 2025.02.07 10:11:40.037883 [ 255 ] {2f4c19cb-627c-4b8d-8075-b5cdbe573374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8866 2025.02.07 10:11:40.038310 [ 255 ] {2f4c19cb-627c-4b8d-8075-b5cdbe573374} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8867 2025.02.07 10:11:40.038558 [ 255 ] {2f4c19cb-627c-4b8d-8075-b5cdbe573374} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8868 2025.02.07 10:11:40.038783 [ 255 ] {2f4c19cb-627c-4b8d-8075-b5cdbe573374} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001901 sec., 54182.009468700686 rows/sec., 4.23 MiB/sec.
8869 2025.02.07 10:11:40.038842 [ 255 ] {2f4c19cb-627c-4b8d-8075-b5cdbe573374} <Debug> TCPHandler: Processed in 0.002226265 sec.
8870 2025.02.07 10:11:40.039009 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8871 2025.02.07 10:11:40.039136 [ 256 ] {cf9fce4d-f1ac-4cdd-b4fb-09607b6b832a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8872 2025.02.07 10:11:40.039191 [ 256 ] {cf9fce4d-f1ac-4cdd-b4fb-09607b6b832a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8873 2025.02.07 10:11:40.039790 [ 256 ] {cf9fce4d-f1ac-4cdd-b4fb-09607b6b832a} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8874 2025.02.07 10:11:40.039831 [ 256 ] {cf9fce4d-f1ac-4cdd-b4fb-09607b6b832a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8875 2025.02.07 10:11:40.040248 [ 256 ] {cf9fce4d-f1ac-4cdd-b4fb-09607b6b832a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8876 2025.02.07 10:11:40.040504 [ 256 ] {cf9fce4d-f1ac-4cdd-b4fb-09607b6b832a} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8877 2025.02.07 10:11:40.040732 [ 256 ] {cf9fce4d-f1ac-4cdd-b4fb-09607b6b832a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec.
8878 2025.02.07 10:11:40.040826 [ 256 ] {cf9fce4d-f1ac-4cdd-b4fb-09607b6b832a} <Debug> TCPHandler: Processed in 0.001878328 sec.
8879 2025.02.07 10:11:40.041044 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8880 2025.02.07 10:11:40.041250 [ 255 ] {2b30c23e-9a4d-4ce6-bbe0-858f412e68d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8881 2025.02.07 10:11:40.041333 [ 255 ] {2b30c23e-9a4d-4ce6-bbe0-858f412e68d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8882 2025.02.07 10:11:40.042607 [ 255 ] {2b30c23e-9a4d-4ce6-bbe0-858f412e68d4} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8883 2025.02.07 10:11:40.042648 [ 255 ] {2b30c23e-9a4d-4ce6-bbe0-858f412e68d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8884 2025.02.07 10:11:40.043353 [ 255 ] {2b30c23e-9a4d-4ce6-bbe0-858f412e68d4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8885 2025.02.07 10:11:40.043612 [ 255 ] {2b30c23e-9a4d-4ce6-bbe0-858f412e68d4} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8886 2025.02.07 10:11:40.043811 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8887 2025.02.07 10:11:40.043882 [ 255 ] {2b30c23e-9a4d-4ce6-bbe0-858f412e68d4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002664 sec., 14639.63963963964 rows/sec., 26.23 MiB/sec.
8888 2025.02.07 10:11:40.043894 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8889 2025.02.07 10:11:40.043964 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8890 2025.02.07 10:11:40.044308 [ 255 ] {2b30c23e-9a4d-4ce6-bbe0-858f412e68d4} <Debug> TCPHandler: Processed in 0.003380488 sec.
8891 2025.02.07 10:11:40.044335 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
8892 2025.02.07 10:11:40.044519 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8893 2025.02.07 10:11:40.044708 [ 256 ] {dcb227e6-ffee-4666-830e-9b0f9145053c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8894 2025.02.07 10:11:40.044765 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8895 2025.02.07 10:11:40.044776 [ 256 ] {dcb227e6-ffee-4666-830e-9b0f9145053c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8896 2025.02.07 10:11:40.044881 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 942 rows starting from the beginning of the part
8897 2025.02.07 10:11:40.045400 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part
8898 2025.02.07 10:11:40.045849 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part
8899 2025.02.07 10:11:40.046066 [ 256 ] {dcb227e6-ffee-4666-830e-9b0f9145053c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8900 2025.02.07 10:11:40.046140 [ 256 ] {dcb227e6-ffee-4666-830e-9b0f9145053c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8901 2025.02.07 10:11:40.046271 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part
8902 2025.02.07 10:11:40.046646 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part
8903 2025.02.07 10:11:40.046975 [ 256 ] {dcb227e6-ffee-4666-830e-9b0f9145053c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8904 2025.02.07 10:11:40.046998 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part
8905 2025.02.07 10:11:40.047419 [ 256 ] {dcb227e6-ffee-4666-830e-9b0f9145053c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8906 2025.02.07 10:11:40.047710 [ 256 ] {dcb227e6-ffee-4666-830e-9b0f9145053c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003054 sec., 19646.36542239686 rows/sec., 1.32 MiB/sec.
8907 2025.02.07 10:11:40.047790 [ 256 ] {dcb227e6-ffee-4666-830e-9b0f9145053c} <Debug> TCPHandler: Processed in 0.003367038 sec.
8908 2025.02.07 10:11:40.054640 [ 190 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 19 columns (19 merged, 0 gathered) in 0.010522043 sec., 108058.86271325825 rows/sec., 193.64 MiB/sec.
8909 2025.02.07 10:11:40.055541 [ 188 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8910 2025.02.07 10:11:40.055937 [ 188 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8911 2025.02.07 10:11:40.056022 [ 188 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8912 2025.02.07 10:11:40.056144 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.64 MiB.
8913 2025.02.07 10:11:40.780491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
8914 2025.02.07 10:11:40.801258 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8915 2025.02.07 10:11:40.801317 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8916 2025.02.07 10:11:40.808937 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8917 2025.02.07 10:11:40.809693 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8918 2025.02.07 10:11:40.812345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
8919 2025.02.07 10:11:41.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.65 MiB, peak 227.65 MiB, free memory in arenas 0.00 B, will set to 221.38 MiB (RSS), difference: 2.73 MiB
8920 2025.02.07 10:11:43.742066 [ 148 ] {} <Debug> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
8921 2025.02.07 10:11:43.742153 [ 148 ] {} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8922 2025.02.07 10:11:43.742179 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8923 2025.02.07 10:11:43.742345 [ 194 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
8924 2025.02.07 10:11:43.742502 [ 194 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8925 2025.02.07 10:11:43.742538 [ 194 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part
8926 2025.02.07 10:11:43.742623 [ 194 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
8927 2025.02.07 10:11:43.742872 [ 194 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
8928 2025.02.07 10:11:43.743097 [ 194 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
8929 2025.02.07 10:11:43.743193 [ 194 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
8930 2025.02.07 10:11:43.744256 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00199942 sec., 18005.22151423913 rows/sec., 1.50 MiB/sec.
8931 2025.02.07 10:11:43.744399 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
8932 2025.02.07 10:11:43.744732 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8933 2025.02.07 10:11:43.744815 [ 186 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_17_4} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
8934 2025.02.07 10:11:43.744891 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8935 2025.02.07 10:11:43.937584 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8936 2025.02.07 10:11:43.937825 [ 255 ] {f53632ca-69e8-4c34-bdbc-6843a3b0accb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8937 2025.02.07 10:11:43.937890 [ 255 ] {f53632ca-69e8-4c34-bdbc-6843a3b0accb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8938 2025.02.07 10:11:43.938557 [ 255 ] {f53632ca-69e8-4c34-bdbc-6843a3b0accb} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8939 2025.02.07 10:11:43.938602 [ 255 ] {f53632ca-69e8-4c34-bdbc-6843a3b0accb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8940 2025.02.07 10:11:43.938982 [ 255 ] {f53632ca-69e8-4c34-bdbc-6843a3b0accb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8941 2025.02.07 10:11:43.939239 [ 255 ] {f53632ca-69e8-4c34-bdbc-6843a3b0accb} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8942 2025.02.07 10:11:43.939480 [ 255 ] {f53632ca-69e8-4c34-bdbc-6843a3b0accb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001704 sec., 8215.962441314554 rows/sec., 591.44 KiB/sec.
8943 2025.02.07 10:11:43.939536 [ 255 ] {f53632ca-69e8-4c34-bdbc-6843a3b0accb} <Debug> TCPHandler: Processed in 0.002133354 sec.
8944 2025.02.07 10:11:43.939815 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8945 2025.02.07 10:11:43.940018 [ 256 ] {f144ff52-758d-40cc-a7b7-48d63cb4ae0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8946 2025.02.07 10:11:43.940096 [ 256 ] {f144ff52-758d-40cc-a7b7-48d63cb4ae0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8947 2025.02.07 10:11:43.940908 [ 256 ] {f144ff52-758d-40cc-a7b7-48d63cb4ae0a} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8948 2025.02.07 10:11:43.940948 [ 256 ] {f144ff52-758d-40cc-a7b7-48d63cb4ae0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8949 2025.02.07 10:11:43.941376 [ 256 ] {f144ff52-758d-40cc-a7b7-48d63cb4ae0a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8950 2025.02.07 10:11:43.941658 [ 256 ] {f144ff52-758d-40cc-a7b7-48d63cb4ae0a} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8951 2025.02.07 10:11:43.941854 [ 256 ] {f144ff52-758d-40cc-a7b7-48d63cb4ae0a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001894 sec., 3167.898627243928 rows/sec., 258.32 KiB/sec.
8952 2025.02.07 10:11:43.941910 [ 256 ] {f144ff52-758d-40cc-a7b7-48d63cb4ae0a} <Debug> TCPHandler: Processed in 0.002258866 sec.
8953 2025.02.07 10:11:43.942083 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8954 2025.02.07 10:11:43.942220 [ 255 ] {42d68bcb-617e-4862-9769-a871a3f364c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8955 2025.02.07 10:11:43.942276 [ 255 ] {42d68bcb-617e-4862-9769-a871a3f364c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8956 2025.02.07 10:11:43.943537 [ 255 ] {42d68bcb-617e-4862-9769-a871a3f364c8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8957 2025.02.07 10:11:43.943577 [ 255 ] {42d68bcb-617e-4862-9769-a871a3f364c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8958 2025.02.07 10:11:43.944023 [ 255 ] {42d68bcb-617e-4862-9769-a871a3f364c8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8959 2025.02.07 10:11:43.944261 [ 255 ] {42d68bcb-617e-4862-9769-a871a3f364c8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8960 2025.02.07 10:11:43.944477 [ 255 ] {42d68bcb-617e-4862-9769-a871a3f364c8} <Debug> executeQuery: Read 1346 rows, 114.29 KiB in 0.002287 sec., 588543.9440314823 rows/sec., 48.80 MiB/sec.
8961 2025.02.07 10:11:43.944530 [ 255 ] {42d68bcb-617e-4862-9769-a871a3f364c8} <Debug> TCPHandler: Processed in 0.002516601 sec.
8962 2025.02.07 10:11:43.944686 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8963 2025.02.07 10:11:43.944826 [ 256 ] {f7898309-c004-45bb-bd98-50515202c6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8964 2025.02.07 10:11:43.944884 [ 256 ] {f7898309-c004-45bb-bd98-50515202c6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8965 2025.02.07 10:11:43.945594 [ 256 ] {f7898309-c004-45bb-bd98-50515202c6d7} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8966 2025.02.07 10:11:43.945640 [ 256 ] {f7898309-c004-45bb-bd98-50515202c6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8967 2025.02.07 10:11:43.946054 [ 256 ] {f7898309-c004-45bb-bd98-50515202c6d7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8968 2025.02.07 10:11:43.946310 [ 256 ] {f7898309-c004-45bb-bd98-50515202c6d7} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8969 2025.02.07 10:11:43.946440 [ 148 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8970 2025.02.07 10:11:43.946477 [ 148 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8971 2025.02.07 10:11:43.946494 [ 256 ] {f7898309-c004-45bb-bd98-50515202c6d7} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001698 sec., 7656.065959952885 rows/sec., 515.31 KiB/sec.
8972 2025.02.07 10:11:43.946505 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8973 2025.02.07 10:11:43.946591 [ 256 ] {f7898309-c004-45bb-bd98-50515202c6d7} <Debug> TCPHandler: Processed in 0.00197316 sec.
8974 2025.02.07 10:11:43.946793 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
8975 2025.02.07 10:11:43.946806 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8976 2025.02.07 10:11:43.947054 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8977 2025.02.07 10:11:43.947083 [ 255 ] {85445938-3239-401e-97c7-a2bb54713b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8978 2025.02.07 10:11:43.947132 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 64 rows starting from the beginning of the part
8979 2025.02.07 10:11:43.947176 [ 255 ] {85445938-3239-401e-97c7-a2bb54713b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8980 2025.02.07 10:11:43.947484 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part
8981 2025.02.07 10:11:43.947762 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 47 rows starting from the beginning of the part
8982 2025.02.07 10:11:43.948136 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part
8983 2025.02.07 10:11:43.948506 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part
8984 2025.02.07 10:11:43.948905 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part
8985 2025.02.07 10:11:43.950176 [ 255 ] {85445938-3239-401e-97c7-a2bb54713b41} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8986 2025.02.07 10:11:43.950251 [ 255 ] {85445938-3239-401e-97c7-a2bb54713b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8987 2025.02.07 10:11:43.951290 [ 255 ] {85445938-3239-401e-97c7-a2bb54713b41} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8988 2025.02.07 10:11:43.951628 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.005020432 sec., 35255.930166965714 rows/sec., 2.64 MiB/sec.
8989 2025.02.07 10:11:43.951760 [ 255 ] {85445938-3239-401e-97c7-a2bb54713b41} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8990 2025.02.07 10:11:43.951801 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8991 2025.02.07 10:11:43.951988 [ 148 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
8992 2025.02.07 10:11:43.952076 [ 148 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8993 2025.02.07 10:11:43.952109 [ 255 ] {85445938-3239-401e-97c7-a2bb54713b41} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005077 sec., 47665.94445538704 rows/sec., 3.23 MiB/sec.
8994 2025.02.07 10:11:43.952150 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
8995 2025.02.07 10:11:43.952415 [ 255 ] {85445938-3239-401e-97c7-a2bb54713b41} <Debug> TCPHandler: Processed in 0.005721756 sec.
8996 2025.02.07 10:11:43.952446 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::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
8997 2025.02.07 10:11:43.952484 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8998 2025.02.07 10:11:43.952670 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8999 2025.02.07 10:11:43.952684 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_61_12} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9000 2025.02.07 10:11:43.952719 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9001 2025.02.07 10:11:43.952739 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 242 rows starting from the beginning of the part
9002 2025.02.07 10:11:43.952893 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9003 2025.02.07 10:11:43.953131 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
9004 2025.02.07 10:11:43.953243 [ 256 ] {74b3b69b-208d-49d1-9a0d-8b97759e6f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9005 2025.02.07 10:11:43.953394 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part
9006 2025.02.07 10:11:43.953468 [ 256 ] {74b3b69b-208d-49d1-9a0d-8b97759e6f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9007 2025.02.07 10:11:43.953683 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
9008 2025.02.07 10:11:43.954044 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
9009 2025.02.07 10:11:43.954302 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part
9010 2025.02.07 10:11:43.956322 [ 256 ] {74b3b69b-208d-49d1-9a0d-8b97759e6f7e} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9011 2025.02.07 10:11:43.956416 [ 256 ] {74b3b69b-208d-49d1-9a0d-8b97759e6f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9012 2025.02.07 10:11:43.957276 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.005001081 sec., 153566.79885808687 rows/sec., 11.00 MiB/sec.
9013 2025.02.07 10:11:43.957422 [ 256 ] {74b3b69b-208d-49d1-9a0d-8b97759e6f7e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9014 2025.02.07 10:11:43.957451 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
9015 2025.02.07 10:11:43.957913 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9016 2025.02.07 10:11:43.957952 [ 256 ] {74b3b69b-208d-49d1-9a0d-8b97759e6f7e} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9017 2025.02.07 10:11:43.958094 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_30_6} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
9018 2025.02.07 10:11:43.958273 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
9019 2025.02.07 10:11:43.958393 [ 256 ] {74b3b69b-208d-49d1-9a0d-8b97759e6f7e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005293 sec., 2456.07406007935 rows/sec., 153.14 KiB/sec.
9020 2025.02.07 10:11:43.958473 [ 256 ] {74b3b69b-208d-49d1-9a0d-8b97759e6f7e} <Debug> TCPHandler: Processed in 0.00592854 sec.
9021 2025.02.07 10:11:43.958622 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9022 2025.02.07 10:11:43.958740 [ 255 ] {1c8a6246-bdd5-4e4d-9e52-a20fe38b7ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9023 2025.02.07 10:11:43.958788 [ 255 ] {1c8a6246-bdd5-4e4d-9e52-a20fe38b7ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9024 2025.02.07 10:11:43.959683 [ 255 ] {1c8a6246-bdd5-4e4d-9e52-a20fe38b7ecd} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9025 2025.02.07 10:11:43.959723 [ 255 ] {1c8a6246-bdd5-4e4d-9e52-a20fe38b7ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9026 2025.02.07 10:11:43.960120 [ 255 ] {1c8a6246-bdd5-4e4d-9e52-a20fe38b7ecd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9027 2025.02.07 10:11:43.960367 [ 255 ] {1c8a6246-bdd5-4e4d-9e52-a20fe38b7ecd} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9028 2025.02.07 10:11:43.960588 [ 255 ] {1c8a6246-bdd5-4e4d-9e52-a20fe38b7ecd} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001871 sec., 451095.67076429713 rows/sec., 32.60 MiB/sec.
9029 2025.02.07 10:11:43.960640 [ 255 ] {1c8a6246-bdd5-4e4d-9e52-a20fe38b7ecd} <Debug> TCPHandler: Processed in 0.002075462 sec.
9030 2025.02.07 10:11:43.960780 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9031 2025.02.07 10:11:43.960900 [ 256 ] {1e3dc744-ea18-4028-85e7-f68edbcb065e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9032 2025.02.07 10:11:43.960952 [ 256 ] {1e3dc744-ea18-4028-85e7-f68edbcb065e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9033 2025.02.07 10:11:43.961460 [ 256 ] {1e3dc744-ea18-4028-85e7-f68edbcb065e} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9034 2025.02.07 10:11:43.961499 [ 256 ] {1e3dc744-ea18-4028-85e7-f68edbcb065e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9035 2025.02.07 10:11:43.961881 [ 256 ] {1e3dc744-ea18-4028-85e7-f68edbcb065e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9036 2025.02.07 10:11:43.962139 [ 256 ] {1e3dc744-ea18-4028-85e7-f68edbcb065e} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9037 2025.02.07 10:11:43.962325 [ 256 ] {1e3dc744-ea18-4028-85e7-f68edbcb065e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec.
9038 2025.02.07 10:11:43.962374 [ 256 ] {1e3dc744-ea18-4028-85e7-f68edbcb065e} <Debug> TCPHandler: Processed in 0.001652554 sec.
9039 2025.02.07 10:11:43.962514 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9040 2025.02.07 10:11:43.962629 [ 255 ] {44c392f1-6de4-457f-9570-a70e98c66cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9041 2025.02.07 10:11:43.962682 [ 255 ] {44c392f1-6de4-457f-9570-a70e98c66cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9042 2025.02.07 10:11:43.963560 [ 255 ] {44c392f1-6de4-457f-9570-a70e98c66cfb} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9043 2025.02.07 10:11:43.963607 [ 255 ] {44c392f1-6de4-457f-9570-a70e98c66cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9044 2025.02.07 10:11:43.964066 [ 255 ] {44c392f1-6de4-457f-9570-a70e98c66cfb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9045 2025.02.07 10:11:43.964305 [ 255 ] {44c392f1-6de4-457f-9570-a70e98c66cfb} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9046 2025.02.07 10:11:43.964517 [ 255 ] {44c392f1-6de4-457f-9570-a70e98c66cfb} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.001911 sec., 485609.62846677133 rows/sec., 32.41 MiB/sec.
9047 2025.02.07 10:11:43.964584 [ 255 ] {44c392f1-6de4-457f-9570-a70e98c66cfb} <Debug> TCPHandler: Processed in 0.002126043 sec.
9048 2025.02.07 10:11:43.964789 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9049 2025.02.07 10:11:43.964969 [ 256 ] {ba34af7a-febd-4886-9013-b51c4d164e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9050 2025.02.07 10:11:43.965021 [ 256 ] {ba34af7a-febd-4886-9013-b51c4d164e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9051 2025.02.07 10:11:43.965506 [ 256 ] {ba34af7a-febd-4886-9013-b51c4d164e33} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9052 2025.02.07 10:11:43.965545 [ 256 ] {ba34af7a-febd-4886-9013-b51c4d164e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9053 2025.02.07 10:11:43.965915 [ 256 ] {ba34af7a-febd-4886-9013-b51c4d164e33} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9054 2025.02.07 10:11:43.966166 [ 256 ] {ba34af7a-febd-4886-9013-b51c4d164e33} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9055 2025.02.07 10:11:43.966288 [ 148 ] {} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
9056 2025.02.07 10:11:43.966326 [ 148 ] {} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9057 2025.02.07 10:11:43.966350 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9058 2025.02.07 10:11:43.966359 [ 256 ] {ba34af7a-febd-4886-9013-b51c4d164e33} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec.
9059 2025.02.07 10:11:43.966560 [ 256 ] {ba34af7a-febd-4886-9013-b51c4d164e33} <Debug> TCPHandler: Processed in 0.001884098 sec.
9060 2025.02.07 10:11:43.966608 [ 198 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
9061 2025.02.07 10:11:43.966738 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9062 2025.02.07 10:11:43.966785 [ 198 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9063 2025.02.07 10:11:43.966815 [ 198 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part
9064 2025.02.07 10:11:43.966950 [ 255 ] {b8644369-140c-4ad0-a1ce-68623ba580e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9065 2025.02.07 10:11:43.966951 [ 198 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
9066 2025.02.07 10:11:43.967070 [ 255 ] {b8644369-140c-4ad0-a1ce-68623ba580e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9067 2025.02.07 10:11:43.967134 [ 198 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
9068 2025.02.07 10:11:43.967351 [ 198 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
9069 2025.02.07 10:11:43.967814 [ 198 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
9070 2025.02.07 10:11:43.968038 [ 198 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
9071 2025.02.07 10:11:43.968777 [ 255 ] {b8644369-140c-4ad0-a1ce-68623ba580e5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9072 2025.02.07 10:11:43.968825 [ 255 ] {b8644369-140c-4ad0-a1ce-68623ba580e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9073 2025.02.07 10:11:43.969432 [ 255 ] {b8644369-140c-4ad0-a1ce-68623ba580e5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9074 2025.02.07 10:11:43.969552 [ 190 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003127184 sec., 9593.295437684512 rows/sec., 646.42 KiB/sec.
9075 2025.02.07 10:11:43.969776 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
9076 2025.02.07 10:11:43.969829 [ 255 ] {b8644369-140c-4ad0-a1ce-68623ba580e5} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9077 2025.02.07 10:11:43.970471 [ 255 ] {b8644369-140c-4ad0-a1ce-68623ba580e5} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.003562 sec., 19651.88096574958 rows/sec., 1.24 MiB/sec.
9078 2025.02.07 10:11:43.970767 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9079 2025.02.07 10:11:43.970816 [ 255 ] {b8644369-140c-4ad0-a1ce-68623ba580e5} <Debug> TCPHandler: Processed in 0.004165364 sec.
9080 2025.02.07 10:11:43.971096 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_30_6} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
9081 2025.02.07 10:11:43.971233 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
9082 2025.02.07 10:11:45.022207 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9083 2025.02.07 10:11:45.022426 [ 255 ] {83326bec-9f35-415e-9872-c813b2d43a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9084 2025.02.07 10:11:45.022504 [ 255 ] {83326bec-9f35-415e-9872-c813b2d43a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9085 2025.02.07 10:11:45.023276 [ 255 ] {83326bec-9f35-415e-9872-c813b2d43a46} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9086 2025.02.07 10:11:45.023319 [ 255 ] {83326bec-9f35-415e-9872-c813b2d43a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9087 2025.02.07 10:11:45.023753 [ 255 ] {83326bec-9f35-415e-9872-c813b2d43a46} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9088 2025.02.07 10:11:45.024009 [ 255 ] {83326bec-9f35-415e-9872-c813b2d43a46} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9089 2025.02.07 10:11:45.024161 [ 146 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9090 2025.02.07 10:11:45.024204 [ 146 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9091 2025.02.07 10:11:45.024217 [ 255 ] {83326bec-9f35-415e-9872-c813b2d43a46} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001849 sec., 30286.64142779881 rows/sec., 2.31 MiB/sec.
9092 2025.02.07 10:11:45.024229 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9093 2025.02.07 10:11:45.024318 [ 255 ] {83326bec-9f35-415e-9872-c813b2d43a46} <Debug> TCPHandler: Processed in 0.002254415 sec.
9094 2025.02.07 10:11:45.024668 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9095 2025.02.07 10:11:45.024687 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
9096 2025.02.07 10:11:45.025138 [ 256 ] {0aa4042f-5f77-426a-9fa0-1c3d5264f988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9097 2025.02.07 10:11:45.025246 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9098 2025.02.07 10:11:45.025327 [ 256 ] {0aa4042f-5f77-426a-9fa0-1c3d5264f988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9099 2025.02.07 10:11:45.025380 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1431 rows starting from the beginning of the part
9100 2025.02.07 10:11:45.025749 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 138 rows starting from the beginning of the part
9101 2025.02.07 10:11:45.025984 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 203 rows starting from the beginning of the part
9102 2025.02.07 10:11:45.026363 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 134 rows starting from the beginning of the part
9103 2025.02.07 10:11:45.026870 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1346 rows starting from the beginning of the part
9104 2025.02.07 10:11:45.027231 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
9105 2025.02.07 10:11:45.028549 [ 256 ] {0aa4042f-5f77-426a-9fa0-1c3d5264f988} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9106 2025.02.07 10:11:45.028623 [ 256 ] {0aa4042f-5f77-426a-9fa0-1c3d5264f988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9107 2025.02.07 10:11:45.029681 [ 256 ] {0aa4042f-5f77-426a-9fa0-1c3d5264f988} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9108 2025.02.07 10:11:45.030000 [ 256 ] {0aa4042f-5f77-426a-9fa0-1c3d5264f988} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9109 2025.02.07 10:11:45.030313 [ 146 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9110 2025.02.07 10:11:45.030467 [ 146 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9111 2025.02.07 10:11:45.030591 [ 256 ] {0aa4042f-5f77-426a-9fa0-1c3d5264f988} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005589 sec., 11451.064591161208 rows/sec., 915.23 KiB/sec.
9112 2025.02.07 10:11:45.030609 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9113 2025.02.07 10:11:45.031024 [ 256 ] {0aa4042f-5f77-426a-9fa0-1c3d5264f988} <Debug> TCPHandler: Processed in 0.006581693 sec.
9114 2025.02.07 10:11:45.031057 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006699585 sec., 493761.9270447349 rows/sec., 43.10 MiB/sec.
9115 2025.02.07 10:11:45.031351 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9116 2025.02.07 10:11:45.031585 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9117 2025.02.07 10:11:45.031742 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
9118 2025.02.07 10:11:45.031812 [ 255 ] {998cc0f8-b6a7-4b85-b366-07b0023b72ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9119 2025.02.07 10:11:45.032075 [ 255 ] {998cc0f8-b6a7-4b85-b366-07b0023b72ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9120 2025.02.07 10:11:45.033100 [ 195 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9121 2025.02.07 10:11:45.033348 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9122 2025.02.07 10:11:45.033489 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part
9123 2025.02.07 10:11:45.033546 [ 195 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_71_14} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9124 2025.02.07 10:11:45.034001 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 111 rows starting from the beginning of the part
9125 2025.02.07 10:11:45.034071 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
9126 2025.02.07 10:11:45.034369 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 382 rows starting from the beginning of the part
9127 2025.02.07 10:11:45.034721 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 103 rows starting from the beginning of the part
9128 2025.02.07 10:11:45.035063 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 844 rows starting from the beginning of the part
9129 2025.02.07 10:11:45.035410 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
9130 2025.02.07 10:11:45.035835 [ 255 ] {998cc0f8-b6a7-4b85-b366-07b0023b72ec} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9131 2025.02.07 10:11:45.035919 [ 255 ] {998cc0f8-b6a7-4b85-b366-07b0023b72ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9132 2025.02.07 10:11:45.037111 [ 255 ] {998cc0f8-b6a7-4b85-b366-07b0023b72ec} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9133 2025.02.07 10:11:45.037891 [ 255 ] {998cc0f8-b6a7-4b85-b366-07b0023b72ec} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9134 2025.02.07 10:11:45.038547 [ 255 ] {998cc0f8-b6a7-4b85-b366-07b0023b72ec} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.006889 sec., 4645.086369574684 rows/sec., 331.29 KiB/sec.
9135 2025.02.07 10:11:45.038924 [ 255 ] {998cc0f8-b6a7-4b85-b366-07b0023b72ec} <Debug> TCPHandler: Processed in 0.007749657 sec.
9136 2025.02.07 10:11:45.039269 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9137 2025.02.07 10:11:45.039638 [ 256 ] {4e4bb50a-7222-42e3-a9bd-ad7789148d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9138 2025.02.07 10:11:45.039716 [ 256 ] {4e4bb50a-7222-42e3-a9bd-ad7789148d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9139 2025.02.07 10:11:45.040511 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.009501222 sec., 254388.33025899195 rows/sec., 19.51 MiB/sec.
9140 2025.02.07 10:11:45.040763 [ 256 ] {4e4bb50a-7222-42e3-a9bd-ad7789148d7c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9141 2025.02.07 10:11:45.040767 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9142 2025.02.07 10:11:45.040834 [ 256 ] {4e4bb50a-7222-42e3-a9bd-ad7789148d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9143 2025.02.07 10:11:45.041379 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9144 2025.02.07 10:11:45.041600 [ 191 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_71_14} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9145 2025.02.07 10:11:45.041687 [ 256 ] {4e4bb50a-7222-42e3-a9bd-ad7789148d7c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9146 2025.02.07 10:11:45.041723 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
9147 2025.02.07 10:11:45.041998 [ 256 ] {4e4bb50a-7222-42e3-a9bd-ad7789148d7c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9148 2025.02.07 10:11:45.042307 [ 256 ] {4e4bb50a-7222-42e3-a9bd-ad7789148d7c} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002768 sec., 4335.260115606936 rows/sec., 299.18 KiB/sec.
9149 2025.02.07 10:11:45.042433 [ 256 ] {4e4bb50a-7222-42e3-a9bd-ad7789148d7c} <Debug> TCPHandler: Processed in 0.003303247 sec.
9150 2025.02.07 10:11:46.772451 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618
9151 2025.02.07 10:11:46.773148 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9152 2025.02.07 10:11:46.773206 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9153 2025.02.07 10:11:46.773757 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9154 2025.02.07 10:11:46.774041 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9155 2025.02.07 10:11:46.774331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618
9156 2025.02.07 10:11:48.313224 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9157 2025.02.07 10:11:48.335530 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9158 2025.02.07 10:11:48.335593 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9159 2025.02.07 10:11:48.343017 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9160 2025.02.07 10:11:48.343812 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9161 2025.02.07 10:11:48.348053 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9162 2025.02.07 10:11:49.413176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1270
9163 2025.02.07 10:11:49.416380 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9164 2025.02.07 10:11:49.416420 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9165 2025.02.07 10:11:49.417897 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9166 2025.02.07 10:11:49.418203 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9167 2025.02.07 10:11:49.418675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1270
9168 2025.02.07 10:11:50.030883 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9169 2025.02.07 10:11:50.031094 [ 255 ] {93665fc6-5801-4cd9-aa40-f5dfe7607ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9170 2025.02.07 10:11:50.031175 [ 255 ] {93665fc6-5801-4cd9-aa40-f5dfe7607ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9171 2025.02.07 10:11:50.032079 [ 255 ] {93665fc6-5801-4cd9-aa40-f5dfe7607ab7} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9172 2025.02.07 10:11:50.032127 [ 255 ] {93665fc6-5801-4cd9-aa40-f5dfe7607ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9173 2025.02.07 10:11:50.032584 [ 255 ] {93665fc6-5801-4cd9-aa40-f5dfe7607ab7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9174 2025.02.07 10:11:50.032847 [ 255 ] {93665fc6-5801-4cd9-aa40-f5dfe7607ab7} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9175 2025.02.07 10:11:50.033070 [ 255 ] {93665fc6-5801-4cd9-aa40-f5dfe7607ab7} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002023 sec., 66238.2600098863 rows/sec., 5.70 MiB/sec.
9176 2025.02.07 10:11:50.033183 [ 255 ] {93665fc6-5801-4cd9-aa40-f5dfe7607ab7} <Debug> TCPHandler: Processed in 0.002439199 sec.
9177 2025.02.07 10:11:50.033493 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9178 2025.02.07 10:11:50.033698 [ 256 ] {87e90c5c-2c48-4d82-a5ff-8f2a743ba9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9179 2025.02.07 10:11:50.033779 [ 256 ] {87e90c5c-2c48-4d82-a5ff-8f2a743ba9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9180 2025.02.07 10:11:50.034577 [ 256 ] {87e90c5c-2c48-4d82-a5ff-8f2a743ba9ab} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9181 2025.02.07 10:11:50.034630 [ 256 ] {87e90c5c-2c48-4d82-a5ff-8f2a743ba9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9182 2025.02.07 10:11:50.035071 [ 256 ] {87e90c5c-2c48-4d82-a5ff-8f2a743ba9ab} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9183 2025.02.07 10:11:50.035336 [ 256 ] {87e90c5c-2c48-4d82-a5ff-8f2a743ba9ab} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9184 2025.02.07 10:11:50.035556 [ 256 ] {87e90c5c-2c48-4d82-a5ff-8f2a743ba9ab} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001915 sec., 20365.535248041775 rows/sec., 1.50 MiB/sec.
9185 2025.02.07 10:11:50.035623 [ 256 ] {87e90c5c-2c48-4d82-a5ff-8f2a743ba9ab} <Debug> TCPHandler: Processed in 0.002306837 sec.
9186 2025.02.07 10:11:50.035793 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9187 2025.02.07 10:11:50.035942 [ 255 ] {c5dc34b7-37f3-446c-b07a-f6a2824a07b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9188 2025.02.07 10:11:50.036004 [ 255 ] {c5dc34b7-37f3-446c-b07a-f6a2824a07b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9189 2025.02.07 10:11:50.036883 [ 255 ] {c5dc34b7-37f3-446c-b07a-f6a2824a07b4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9190 2025.02.07 10:11:50.036934 [ 255 ] {c5dc34b7-37f3-446c-b07a-f6a2824a07b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9191 2025.02.07 10:11:50.037379 [ 255 ] {c5dc34b7-37f3-446c-b07a-f6a2824a07b4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9192 2025.02.07 10:11:50.037630 [ 255 ] {c5dc34b7-37f3-446c-b07a-f6a2824a07b4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9193 2025.02.07 10:11:50.037812 [ 255 ] {c5dc34b7-37f3-446c-b07a-f6a2824a07b4} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001907 sec., 54011.536444677506 rows/sec., 4.22 MiB/sec.
9194 2025.02.07 10:11:50.037869 [ 255 ] {c5dc34b7-37f3-446c-b07a-f6a2824a07b4} <Debug> TCPHandler: Processed in 0.002142133 sec.
9195 2025.02.07 10:11:50.038031 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9196 2025.02.07 10:11:50.038158 [ 256 ] {33e8bcf5-fc70-4f46-bd84-db8a52e9bde8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9197 2025.02.07 10:11:50.038217 [ 256 ] {33e8bcf5-fc70-4f46-bd84-db8a52e9bde8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9198 2025.02.07 10:11:50.038842 [ 256 ] {33e8bcf5-fc70-4f46-bd84-db8a52e9bde8} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9199 2025.02.07 10:11:50.038883 [ 256 ] {33e8bcf5-fc70-4f46-bd84-db8a52e9bde8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9200 2025.02.07 10:11:50.039307 [ 256 ] {33e8bcf5-fc70-4f46-bd84-db8a52e9bde8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9201 2025.02.07 10:11:50.039575 [ 256 ] {33e8bcf5-fc70-4f46-bd84-db8a52e9bde8} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9202 2025.02.07 10:11:50.039785 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9203 2025.02.07 10:11:50.039841 [ 256 ] {33e8bcf5-fc70-4f46-bd84-db8a52e9bde8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec.
9204 2025.02.07 10:11:50.039852 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9205 2025.02.07 10:11:50.039931 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9206 2025.02.07 10:11:50.039979 [ 256 ] {33e8bcf5-fc70-4f46-bd84-db8a52e9bde8} <Debug> TCPHandler: Processed in 0.002004211 sec.
9207 2025.02.07 10:11:50.040118 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
9208 2025.02.07 10:11:50.040175 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9209 2025.02.07 10:11:50.040268 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9210 2025.02.07 10:11:50.040353 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18660 rows starting from the beginning of the part
9211 2025.02.07 10:11:50.040431 [ 255 ] {6f9febca-188d-43b7-abc6-aef83992f4d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9212 2025.02.07 10:11:50.040651 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part
9213 2025.02.07 10:11:50.040776 [ 255 ] {6f9febca-188d-43b7-abc6-aef83992f4d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9214 2025.02.07 10:11:50.041042 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
9215 2025.02.07 10:11:50.041449 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 928 rows starting from the beginning of the part
9216 2025.02.07 10:11:50.041849 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
9217 2025.02.07 10:11:50.042242 [ 192 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part
9218 2025.02.07 10:11:50.045063 [ 255 ] {6f9febca-188d-43b7-abc6-aef83992f4d7} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9219 2025.02.07 10:11:50.045130 [ 255 ] {6f9febca-188d-43b7-abc6-aef83992f4d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9220 2025.02.07 10:11:50.046738 [ 255 ] {6f9febca-188d-43b7-abc6-aef83992f4d7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9221 2025.02.07 10:11:50.047393 [ 255 ] {6f9febca-188d-43b7-abc6-aef83992f4d7} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9222 2025.02.07 10:11:50.047731 [ 255 ] {6f9febca-188d-43b7-abc6-aef83992f4d7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007375 sec., 5288.13559322034 rows/sec., 9.48 MiB/sec.
9223 2025.02.07 10:11:50.048215 [ 255 ] {6f9febca-188d-43b7-abc6-aef83992f4d7} <Debug> TCPHandler: Processed in 0.008117245 sec.
9224 2025.02.07 10:11:50.048436 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9225 2025.02.07 10:11:50.048568 [ 256 ] {76698eec-f82b-4e0f-bc38-e4d280b38a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9226 2025.02.07 10:11:50.048625 [ 256 ] {76698eec-f82b-4e0f-bc38-e4d280b38a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9227 2025.02.07 10:11:50.049238 [ 256 ] {76698eec-f82b-4e0f-bc38-e4d280b38a23} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9228 2025.02.07 10:11:50.049278 [ 256 ] {76698eec-f82b-4e0f-bc38-e4d280b38a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9229 2025.02.07 10:11:50.049758 [ 256 ] {76698eec-f82b-4e0f-bc38-e4d280b38a23} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9230 2025.02.07 10:11:50.050058 [ 256 ] {76698eec-f82b-4e0f-bc38-e4d280b38a23} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9231 2025.02.07 10:11:50.050329 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20177 rows, containing 5 columns (5 merged, 0 gathered) in 0.010272858 sec., 1964107.7487881174 rows/sec., 132.60 MiB/sec.
9232 2025.02.07 10:11:50.050385 [ 137 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9233 2025.02.07 10:11:50.050496 [ 137 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9234 2025.02.07 10:11:50.050505 [ 256 ] {76698eec-f82b-4e0f-bc38-e4d280b38a23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001956 sec., 30674.846625766873 rows/sec., 2.07 MiB/sec.
9235 2025.02.07 10:11:50.050531 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9236 2025.02.07 10:11:50.050768 [ 256 ] {76698eec-f82b-4e0f-bc38-e4d280b38a23} <Debug> TCPHandler: Processed in 0.002428459 sec.
9237 2025.02.07 10:11:50.051021 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9238 2025.02.07 10:11:50.051004 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
9239 2025.02.07 10:11:50.051830 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9240 2025.02.07 10:11:50.051973 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3868 rows starting from the beginning of the part
9241 2025.02.07 10:11:50.052123 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9242 2025.02.07 10:11:50.052397 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part
9243 2025.02.07 10:11:50.052691 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9244 2025.02.07 10:11:50.052709 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
9245 2025.02.07 10:11:50.052967 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 70 rows starting from the beginning of the part
9246 2025.02.07 10:11:50.053088 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
9247 2025.02.07 10:11:50.053224 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 12 rows starting from the beginning of the part
9248 2025.02.07 10:11:50.053427 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part
9249 2025.02.07 10:11:50.055255 [ 196 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4152 rows, containing 4 columns (4 merged, 0 gathered) in 0.004588243 sec., 904921.5571189234 rows/sec., 58.85 MiB/sec.
9250 2025.02.07 10:11:50.055630 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9251 2025.02.07 10:11:50.055964 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9252 2025.02.07 10:11:50.056047 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_71_14} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9253 2025.02.07 10:11:50.056130 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
9254 2025.02.07 10:11:54.111485 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
9255 2025.02.07 10:11:54.111579 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
9256 2025.02.07 10:11:54.275301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106
9257 2025.02.07 10:11:54.275958 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9258 2025.02.07 10:11:54.275995 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9259 2025.02.07 10:11:54.276511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9260 2025.02.07 10:11:54.276775 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9261 2025.02.07 10:11:54.276938 [ 132 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9262 2025.02.07 10:11:54.276965 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9263 2025.02.07 10:11:54.276993 [ 132 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9264 2025.02.07 10:11:54.277020 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9265 2025.02.07 10:11:54.277125 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
9266 2025.02.07 10:11:54.277207 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9267 2025.02.07 10:11:54.277238 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part
9268 2025.02.07 10:11:54.277299 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part
9269 2025.02.07 10:11:54.277382 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part
9270 2025.02.07 10:11:54.277555 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part
9271 2025.02.07 10:11:54.277876 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part
9272 2025.02.07 10:11:54.278133 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part
9273 2025.02.07 10:11:54.280511 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003430119 sec., 6153139.2934181 rows/sec., 88.02 MiB/sec.
9274 2025.02.07 10:11:54.280779 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9275 2025.02.07 10:11:54.281105 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9276 2025.02.07 10:11:54.281191 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_46_9} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9277 2025.02.07 10:11:54.281282 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
9278 2025.02.07 10:11:55.033549 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9279 2025.02.07 10:11:55.033851 [ 255 ] {0ea789d8-abec-4554-83df-15d44663295f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9280 2025.02.07 10:11:55.033923 [ 255 ] {0ea789d8-abec-4554-83df-15d44663295f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9281 2025.02.07 10:11:55.034662 [ 255 ] {0ea789d8-abec-4554-83df-15d44663295f} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9282 2025.02.07 10:11:55.034708 [ 255 ] {0ea789d8-abec-4554-83df-15d44663295f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9283 2025.02.07 10:11:55.035138 [ 255 ] {0ea789d8-abec-4554-83df-15d44663295f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9284 2025.02.07 10:11:55.035394 [ 255 ] {0ea789d8-abec-4554-83df-15d44663295f} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9285 2025.02.07 10:11:55.035669 [ 255 ] {0ea789d8-abec-4554-83df-15d44663295f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec.
9286 2025.02.07 10:11:55.035768 [ 255 ] {0ea789d8-abec-4554-83df-15d44663295f} <Debug> TCPHandler: Processed in 0.002400839 sec.
9287 2025.02.07 10:11:55.036170 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9288 2025.02.07 10:11:55.036467 [ 256 ] {50d464eb-5d6b-47af-b8ec-1448decfe3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9289 2025.02.07 10:11:55.036578 [ 256 ] {50d464eb-5d6b-47af-b8ec-1448decfe3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9290 2025.02.07 10:11:55.037515 [ 256 ] {50d464eb-5d6b-47af-b8ec-1448decfe3ff} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9291 2025.02.07 10:11:55.037555 [ 256 ] {50d464eb-5d6b-47af-b8ec-1448decfe3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9292 2025.02.07 10:11:55.037999 [ 256 ] {50d464eb-5d6b-47af-b8ec-1448decfe3ff} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9293 2025.02.07 10:11:55.038259 [ 256 ] {50d464eb-5d6b-47af-b8ec-1448decfe3ff} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9294 2025.02.07 10:11:55.038452 [ 256 ] {50d464eb-5d6b-47af-b8ec-1448decfe3ff} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002069 sec., 98115.03141614306 rows/sec., 8.47 MiB/sec.
9295 2025.02.07 10:11:55.038505 [ 256 ] {50d464eb-5d6b-47af-b8ec-1448decfe3ff} <Debug> TCPHandler: Processed in 0.002581712 sec.
9296 2025.02.07 10:11:55.038658 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9297 2025.02.07 10:11:55.038782 [ 255 ] {8ecc85d2-8244-4e1c-aa71-02d6f3c63709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9298 2025.02.07 10:11:55.038832 [ 255 ] {8ecc85d2-8244-4e1c-aa71-02d6f3c63709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9299 2025.02.07 10:11:55.039432 [ 255 ] {8ecc85d2-8244-4e1c-aa71-02d6f3c63709} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9300 2025.02.07 10:11:55.039473 [ 255 ] {8ecc85d2-8244-4e1c-aa71-02d6f3c63709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9301 2025.02.07 10:11:55.039836 [ 255 ] {8ecc85d2-8244-4e1c-aa71-02d6f3c63709} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9302 2025.02.07 10:11:55.040075 [ 255 ] {8ecc85d2-8244-4e1c-aa71-02d6f3c63709} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9303 2025.02.07 10:11:55.040285 [ 255 ] {8ecc85d2-8244-4e1c-aa71-02d6f3c63709} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001531 sec., 4572.175048987589 rows/sec., 297.88 KiB/sec.
9304 2025.02.07 10:11:55.040340 [ 255 ] {8ecc85d2-8244-4e1c-aa71-02d6f3c63709} <Debug> TCPHandler: Processed in 0.001745005 sec.
9305 2025.02.07 10:11:55.040496 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9306 2025.02.07 10:11:55.040612 [ 256 ] {beb5d3e5-c377-430c-a7da-e68d748c4781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9307 2025.02.07 10:11:55.040662 [ 256 ] {beb5d3e5-c377-430c-a7da-e68d748c4781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9308 2025.02.07 10:11:55.041255 [ 256 ] {beb5d3e5-c377-430c-a7da-e68d748c4781} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9309 2025.02.07 10:11:55.041293 [ 256 ] {beb5d3e5-c377-430c-a7da-e68d748c4781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9310 2025.02.07 10:11:55.041649 [ 256 ] {beb5d3e5-c377-430c-a7da-e68d748c4781} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9311 2025.02.07 10:11:55.041889 [ 256 ] {beb5d3e5-c377-430c-a7da-e68d748c4781} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9312 2025.02.07 10:11:55.042086 [ 256 ] {beb5d3e5-c377-430c-a7da-e68d748c4781} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001498 sec., 9345.794392523365 rows/sec., 654.52 KiB/sec.
9313 2025.02.07 10:11:55.042140 [ 256 ] {beb5d3e5-c377-430c-a7da-e68d748c4781} <Debug> TCPHandler: Processed in 0.001702935 sec.
9314 2025.02.07 10:11:55.042291 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9315 2025.02.07 10:11:55.042432 [ 255 ] {eeec9639-47ae-4784-9218-a854fa7b089e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9316 2025.02.07 10:11:55.042489 [ 255 ] {eeec9639-47ae-4784-9218-a854fa7b089e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9317 2025.02.07 10:11:55.043116 [ 255 ] {eeec9639-47ae-4784-9218-a854fa7b089e} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9318 2025.02.07 10:11:55.043156 [ 255 ] {eeec9639-47ae-4784-9218-a854fa7b089e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9319 2025.02.07 10:11:55.043529 [ 255 ] {eeec9639-47ae-4784-9218-a854fa7b089e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9320 2025.02.07 10:11:55.043769 [ 255 ] {eeec9639-47ae-4784-9218-a854fa7b089e} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9321 2025.02.07 10:11:55.043990 [ 255 ] {eeec9639-47ae-4784-9218-a854fa7b089e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001589 sec., 8181.2460667086225 rows/sec., 510.10 KiB/sec.
9322 2025.02.07 10:11:55.044045 [ 255 ] {eeec9639-47ae-4784-9218-a854fa7b089e} <Debug> TCPHandler: Processed in 0.001825157 sec.
9323 2025.02.07 10:11:55.044203 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9324 2025.02.07 10:11:55.044339 [ 256 ] {0111e89a-3a65-4e63-a15e-ff53640807ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9325 2025.02.07 10:11:55.044395 [ 256 ] {0111e89a-3a65-4e63-a15e-ff53640807ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9326 2025.02.07 10:11:55.045194 [ 256 ] {0111e89a-3a65-4e63-a15e-ff53640807ba} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9327 2025.02.07 10:11:55.045234 [ 256 ] {0111e89a-3a65-4e63-a15e-ff53640807ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9328 2025.02.07 10:11:55.045617 [ 256 ] {0111e89a-3a65-4e63-a15e-ff53640807ba} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9329 2025.02.07 10:11:55.045860 [ 256 ] {0111e89a-3a65-4e63-a15e-ff53640807ba} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9330 2025.02.07 10:11:55.046073 [ 256 ] {0111e89a-3a65-4e63-a15e-ff53640807ba} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001764 sec., 216553.2879818594 rows/sec., 15.32 MiB/sec.
9331 2025.02.07 10:11:55.046126 [ 256 ] {0111e89a-3a65-4e63-a15e-ff53640807ba} <Debug> TCPHandler: Processed in 0.001989441 sec.
9332 2025.02.07 10:11:55.046271 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9333 2025.02.07 10:11:55.046389 [ 255 ] {2cfc1183-6d4b-4fc6-91db-1a8bcc8aa446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9334 2025.02.07 10:11:55.046439 [ 255 ] {2cfc1183-6d4b-4fc6-91db-1a8bcc8aa446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9335 2025.02.07 10:11:55.046924 [ 255 ] {2cfc1183-6d4b-4fc6-91db-1a8bcc8aa446} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9336 2025.02.07 10:11:55.046963 [ 255 ] {2cfc1183-6d4b-4fc6-91db-1a8bcc8aa446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9337 2025.02.07 10:11:55.047330 [ 255 ] {2cfc1183-6d4b-4fc6-91db-1a8bcc8aa446} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9338 2025.02.07 10:11:55.047573 [ 255 ] {2cfc1183-6d4b-4fc6-91db-1a8bcc8aa446} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9339 2025.02.07 10:11:55.047798 [ 255 ] {2cfc1183-6d4b-4fc6-91db-1a8bcc8aa446} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec.
9340 2025.02.07 10:11:55.047873 [ 255 ] {2cfc1183-6d4b-4fc6-91db-1a8bcc8aa446} <Debug> TCPHandler: Processed in 0.001658994 sec.
9341 2025.02.07 10:11:55.048077 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9342 2025.02.07 10:11:55.048213 [ 256 ] {a6021dc2-09ba-400b-bcd6-673d1557fe7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9343 2025.02.07 10:11:55.048275 [ 256 ] {a6021dc2-09ba-400b-bcd6-673d1557fe7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9344 2025.02.07 10:11:55.048950 [ 256 ] {a6021dc2-09ba-400b-bcd6-673d1557fe7a} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9345 2025.02.07 10:11:55.048988 [ 256 ] {a6021dc2-09ba-400b-bcd6-673d1557fe7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9346 2025.02.07 10:11:55.049385 [ 256 ] {a6021dc2-09ba-400b-bcd6-673d1557fe7a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9347 2025.02.07 10:11:55.049629 [ 256 ] {a6021dc2-09ba-400b-bcd6-673d1557fe7a} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9348 2025.02.07 10:11:55.049836 [ 256 ] {a6021dc2-09ba-400b-bcd6-673d1557fe7a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001654 sec., 143288.99637243047 rows/sec., 9.60 MiB/sec.
9349 2025.02.07 10:11:55.049887 [ 256 ] {a6021dc2-09ba-400b-bcd6-673d1557fe7a} <Debug> TCPHandler: Processed in 0.001921349 sec.
9350 2025.02.07 10:11:55.050023 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9351 2025.02.07 10:11:55.050145 [ 255 ] {7a192a1f-2337-412d-95bf-229e6df1a00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9352 2025.02.07 10:11:55.050196 [ 255 ] {7a192a1f-2337-412d-95bf-229e6df1a00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9353 2025.02.07 10:11:55.050662 [ 255 ] {7a192a1f-2337-412d-95bf-229e6df1a00d} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9354 2025.02.07 10:11:55.050700 [ 255 ] {7a192a1f-2337-412d-95bf-229e6df1a00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9355 2025.02.07 10:11:55.051060 [ 255 ] {7a192a1f-2337-412d-95bf-229e6df1a00d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9356 2025.02.07 10:11:55.051306 [ 255 ] {7a192a1f-2337-412d-95bf-229e6df1a00d} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9357 2025.02.07 10:11:55.051511 [ 255 ] {7a192a1f-2337-412d-95bf-229e6df1a00d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec.
9358 2025.02.07 10:11:55.051562 [ 255 ] {7a192a1f-2337-412d-95bf-229e6df1a00d} <Debug> TCPHandler: Processed in 0.001595483 sec.
9359 2025.02.07 10:11:55.051703 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9360 2025.02.07 10:11:55.051821 [ 256 ] {33965461-698e-4859-a719-2b0d9b580117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9361 2025.02.07 10:11:55.051871 [ 256 ] {33965461-698e-4859-a719-2b0d9b580117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9362 2025.02.07 10:11:55.052361 [ 256 ] {33965461-698e-4859-a719-2b0d9b580117} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9363 2025.02.07 10:11:55.052399 [ 256 ] {33965461-698e-4859-a719-2b0d9b580117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9364 2025.02.07 10:11:55.052774 [ 256 ] {33965461-698e-4859-a719-2b0d9b580117} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9365 2025.02.07 10:11:55.053005 [ 256 ] {33965461-698e-4859-a719-2b0d9b580117} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9366 2025.02.07 10:11:55.053220 [ 256 ] {33965461-698e-4859-a719-2b0d9b580117} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001423 sec., 57624.73647224174 rows/sec., 3.66 MiB/sec.
9367 2025.02.07 10:11:55.053274 [ 256 ] {33965461-698e-4859-a719-2b0d9b580117} <Debug> TCPHandler: Processed in 0.001625763 sec.
9368 2025.02.07 10:11:55.848958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9369 2025.02.07 10:11:55.871605 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9370 2025.02.07 10:11:55.871650 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9371 2025.02.07 10:11:55.879034 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9372 2025.02.07 10:11:55.879838 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9373 2025.02.07 10:11:55.880144 [ 131 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9374 2025.02.07 10:11:55.880213 [ 131 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9375 2025.02.07 10:11:55.880260 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9376 2025.02.07 10:11:55.880962 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
9377 2025.02.07 10:11:55.895781 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9378 2025.02.07 10:11:55.897554 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9379 2025.02.07 10:11:55.898807 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 310 rows starting from the beginning of the part
9380 2025.02.07 10:11:55.904374 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 7 rows starting from the beginning of the part
9381 2025.02.07 10:11:55.909956 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
9382 2025.02.07 10:11:55.915617 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part
9383 2025.02.07 10:11:55.921489 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
9384 2025.02.07 10:11:55.926281 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
9385 2025.02.07 10:11:55.986537 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.106109437 sec., 3270.2086620250375 rows/sec., 16.91 MiB/sec.
9386 2025.02.07 10:11:55.989870 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9387 2025.02.07 10:11:55.992915 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_46_9} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9388 2025.02.07 10:11:55.993051 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_46_9} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9389 2025.02.07 10:11:55.995846 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
9390 2025.02.07 10:11:59.419677 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1302
9391 2025.02.07 10:11:59.422747 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9392 2025.02.07 10:11:59.422793 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9393 2025.02.07 10:11:59.424280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9394 2025.02.07 10:11:59.424601 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9395 2025.02.07 10:11:59.425440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1302
9396 2025.02.07 10:12:00.030986 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9397 2025.02.07 10:12:00.031228 [ 255 ] {b04d75e3-ac40-44d0-8743-ebeb3d105826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9398 2025.02.07 10:12:00.031331 [ 255 ] {b04d75e3-ac40-44d0-8743-ebeb3d105826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9399 2025.02.07 10:12:00.032261 [ 255 ] {b04d75e3-ac40-44d0-8743-ebeb3d105826} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9400 2025.02.07 10:12:00.032312 [ 255 ] {b04d75e3-ac40-44d0-8743-ebeb3d105826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9401 2025.02.07 10:12:00.032753 [ 255 ] {b04d75e3-ac40-44d0-8743-ebeb3d105826} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9402 2025.02.07 10:12:00.033009 [ 255 ] {b04d75e3-ac40-44d0-8743-ebeb3d105826} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9403 2025.02.07 10:12:00.033262 [ 255 ] {b04d75e3-ac40-44d0-8743-ebeb3d105826} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002105 sec., 950.1187648456057 rows/sec., 77.48 KiB/sec.
9404 2025.02.07 10:12:00.033321 [ 255 ] {b04d75e3-ac40-44d0-8743-ebeb3d105826} <Debug> TCPHandler: Processed in 0.002535991 sec.
9405 2025.02.07 10:12:00.033586 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9406 2025.02.07 10:12:00.033790 [ 256 ] {118eeb65-4469-40d6-a445-6b6a093b4a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9407 2025.02.07 10:12:00.033872 [ 256 ] {118eeb65-4469-40d6-a445-6b6a093b4a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9408 2025.02.07 10:12:00.034792 [ 256 ] {118eeb65-4469-40d6-a445-6b6a093b4a53} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9409 2025.02.07 10:12:00.034851 [ 256 ] {118eeb65-4469-40d6-a445-6b6a093b4a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9410 2025.02.07 10:12:00.035318 [ 256 ] {118eeb65-4469-40d6-a445-6b6a093b4a53} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9411 2025.02.07 10:12:00.035598 [ 256 ] {118eeb65-4469-40d6-a445-6b6a093b4a53} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9412 2025.02.07 10:12:00.035867 [ 256 ] {118eeb65-4469-40d6-a445-6b6a093b4a53} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.00213 sec., 63380.281690140844 rows/sec., 5.45 MiB/sec.
9413 2025.02.07 10:12:00.035942 [ 256 ] {118eeb65-4469-40d6-a445-6b6a093b4a53} <Debug> TCPHandler: Processed in 0.00249799 sec.
9414 2025.02.07 10:12:00.036124 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9415 2025.02.07 10:12:00.036252 [ 255 ] {fd4113fd-21ee-48d8-a556-edd7f3506974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9416 2025.02.07 10:12:00.036301 [ 255 ] {fd4113fd-21ee-48d8-a556-edd7f3506974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9417 2025.02.07 10:12:00.036991 [ 255 ] {fd4113fd-21ee-48d8-a556-edd7f3506974} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9418 2025.02.07 10:12:00.037038 [ 255 ] {fd4113fd-21ee-48d8-a556-edd7f3506974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9419 2025.02.07 10:12:00.037483 [ 255 ] {fd4113fd-21ee-48d8-a556-edd7f3506974} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9420 2025.02.07 10:12:00.037779 [ 255 ] {fd4113fd-21ee-48d8-a556-edd7f3506974} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9421 2025.02.07 10:12:00.038011 [ 255 ] {fd4113fd-21ee-48d8-a556-edd7f3506974} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001786 sec., 22956.32698768197 rows/sec., 1.68 MiB/sec.
9422 2025.02.07 10:12:00.038081 [ 255 ] {fd4113fd-21ee-48d8-a556-edd7f3506974} <Debug> TCPHandler: Processed in 0.002016981 sec.
9423 2025.02.07 10:12:00.038299 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9424 2025.02.07 10:12:00.038453 [ 256 ] {966c7227-0b72-40ef-ae64-987e65451fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9425 2025.02.07 10:12:00.038511 [ 256 ] {966c7227-0b72-40ef-ae64-987e65451fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9426 2025.02.07 10:12:00.039194 [ 256 ] {966c7227-0b72-40ef-ae64-987e65451fbd} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9427 2025.02.07 10:12:00.039239 [ 256 ] {966c7227-0b72-40ef-ae64-987e65451fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9428 2025.02.07 10:12:00.039648 [ 256 ] {966c7227-0b72-40ef-ae64-987e65451fbd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9429 2025.02.07 10:12:00.039896 [ 256 ] {966c7227-0b72-40ef-ae64-987e65451fbd} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9430 2025.02.07 10:12:00.040128 [ 256 ] {966c7227-0b72-40ef-ae64-987e65451fbd} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001705 sec., 61583.57771260997 rows/sec., 4.81 MiB/sec.
9431 2025.02.07 10:12:00.040182 [ 256 ] {966c7227-0b72-40ef-ae64-987e65451fbd} <Debug> TCPHandler: Processed in 0.00199769 sec.
9432 2025.02.07 10:12:00.040344 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9433 2025.02.07 10:12:00.040466 [ 255 ] {a8a875e0-b41a-4b49-8e66-bf0117703ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9434 2025.02.07 10:12:00.040520 [ 255 ] {a8a875e0-b41a-4b49-8e66-bf0117703ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9435 2025.02.07 10:12:00.041128 [ 255 ] {a8a875e0-b41a-4b49-8e66-bf0117703ae9} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9436 2025.02.07 10:12:00.041170 [ 255 ] {a8a875e0-b41a-4b49-8e66-bf0117703ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9437 2025.02.07 10:12:00.041598 [ 255 ] {a8a875e0-b41a-4b49-8e66-bf0117703ae9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9438 2025.02.07 10:12:00.041854 [ 255 ] {a8a875e0-b41a-4b49-8e66-bf0117703ae9} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9439 2025.02.07 10:12:00.042081 [ 255 ] {a8a875e0-b41a-4b49-8e66-bf0117703ae9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001639 sec., 98230.6284319707 rows/sec., 6.84 MiB/sec.
9440 2025.02.07 10:12:00.042135 [ 255 ] {a8a875e0-b41a-4b49-8e66-bf0117703ae9} <Debug> TCPHandler: Processed in 0.001851347 sec.
9441 2025.02.07 10:12:00.042286 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9442 2025.02.07 10:12:00.042404 [ 256 ] {9bc108ef-2fc4-4a5b-9857-93d0f3512508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9443 2025.02.07 10:12:00.042487 [ 256 ] {9bc108ef-2fc4-4a5b-9857-93d0f3512508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9444 2025.02.07 10:12:00.043763 [ 256 ] {9bc108ef-2fc4-4a5b-9857-93d0f3512508} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9445 2025.02.07 10:12:00.043803 [ 256 ] {9bc108ef-2fc4-4a5b-9857-93d0f3512508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9446 2025.02.07 10:12:00.044472 [ 256 ] {9bc108ef-2fc4-4a5b-9857-93d0f3512508} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9447 2025.02.07 10:12:00.044732 [ 256 ] {9bc108ef-2fc4-4a5b-9857-93d0f3512508} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9448 2025.02.07 10:12:00.044975 [ 256 ] {9bc108ef-2fc4-4a5b-9857-93d0f3512508} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002597 sec., 15017.327685791299 rows/sec., 26.91 MiB/sec.
9449 2025.02.07 10:12:00.045070 [ 256 ] {9bc108ef-2fc4-4a5b-9857-93d0f3512508} <Debug> TCPHandler: Processed in 0.002839388 sec.
9450 2025.02.07 10:12:00.045225 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9451 2025.02.07 10:12:00.045347 [ 255 ] {925d7661-abf2-4fd8-ad9c-ef3e8e29c19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9452 2025.02.07 10:12:00.045397 [ 255 ] {925d7661-abf2-4fd8-ad9c-ef3e8e29c19e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9453 2025.02.07 10:12:00.045907 [ 255 ] {925d7661-abf2-4fd8-ad9c-ef3e8e29c19e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9454 2025.02.07 10:12:00.045949 [ 255 ] {925d7661-abf2-4fd8-ad9c-ef3e8e29c19e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9455 2025.02.07 10:12:00.046334 [ 255 ] {925d7661-abf2-4fd8-ad9c-ef3e8e29c19e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9456 2025.02.07 10:12:00.046588 [ 255 ] {925d7661-abf2-4fd8-ad9c-ef3e8e29c19e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9457 2025.02.07 10:12:00.046813 [ 255 ] {925d7661-abf2-4fd8-ad9c-ef3e8e29c19e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec.
9458 2025.02.07 10:12:00.046866 [ 255 ] {925d7661-abf2-4fd8-ad9c-ef3e8e29c19e} <Debug> TCPHandler: Processed in 0.001701004 sec.
9459 2025.02.07 10:12:01.777920 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533
9460 2025.02.07 10:12:01.778585 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9461 2025.02.07 10:12:01.778638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9462 2025.02.07 10:12:01.779247 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9463 2025.02.07 10:12:01.779511 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9464 2025.02.07 10:12:01.779777 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533
9465 2025.02.07 10:12:03.396690 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9466 2025.02.07 10:12:03.416822 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9467 2025.02.07 10:12:03.416887 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9468 2025.02.07 10:12:03.423922 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9469 2025.02.07 10:12:03.424753 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9470 2025.02.07 10:12:03.427992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9471 2025.02.07 10:12:05.033379 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9472 2025.02.07 10:12:05.033592 [ 255 ] {40e18bcc-78d4-4952-9e62-649e58acff91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9473 2025.02.07 10:12:05.033669 [ 255 ] {40e18bcc-78d4-4952-9e62-649e58acff91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9474 2025.02.07 10:12:05.034420 [ 255 ] {40e18bcc-78d4-4952-9e62-649e58acff91} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9475 2025.02.07 10:12:05.034464 [ 255 ] {40e18bcc-78d4-4952-9e62-649e58acff91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9476 2025.02.07 10:12:05.034915 [ 255 ] {40e18bcc-78d4-4952-9e62-649e58acff91} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9477 2025.02.07 10:12:05.035186 [ 255 ] {40e18bcc-78d4-4952-9e62-649e58acff91} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9478 2025.02.07 10:12:05.035471 [ 255 ] {40e18bcc-78d4-4952-9e62-649e58acff91} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec.
9479 2025.02.07 10:12:05.035568 [ 255 ] {40e18bcc-78d4-4952-9e62-649e58acff91} <Debug> TCPHandler: Processed in 0.002327857 sec.
9480 2025.02.07 10:12:05.035927 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9481 2025.02.07 10:12:05.036127 [ 256 ] {cf58a5db-92e6-48c8-a2fb-f18919c9d2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9482 2025.02.07 10:12:05.036197 [ 256 ] {cf58a5db-92e6-48c8-a2fb-f18919c9d2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9483 2025.02.07 10:12:05.037067 [ 256 ] {cf58a5db-92e6-48c8-a2fb-f18919c9d2d4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9484 2025.02.07 10:12:05.037109 [ 256 ] {cf58a5db-92e6-48c8-a2fb-f18919c9d2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9485 2025.02.07 10:12:05.037556 [ 256 ] {cf58a5db-92e6-48c8-a2fb-f18919c9d2d4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9486 2025.02.07 10:12:05.037803 [ 256 ] {cf58a5db-92e6-48c8-a2fb-f18919c9d2d4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9487 2025.02.07 10:12:05.038002 [ 256 ] {cf58a5db-92e6-48c8-a2fb-f18919c9d2d4} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.001927 sec., 105345.09600415154 rows/sec., 9.10 MiB/sec.
9488 2025.02.07 10:12:05.038058 [ 256 ] {cf58a5db-92e6-48c8-a2fb-f18919c9d2d4} <Debug> TCPHandler: Processed in 0.002375838 sec.
9489 2025.02.07 10:12:05.038247 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9490 2025.02.07 10:12:05.038389 [ 255 ] {4aa7fd07-dee0-4fd7-a0d2-6b70940b4095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9491 2025.02.07 10:12:05.038448 [ 255 ] {4aa7fd07-dee0-4fd7-a0d2-6b70940b4095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9492 2025.02.07 10:12:05.039133 [ 255 ] {4aa7fd07-dee0-4fd7-a0d2-6b70940b4095} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9493 2025.02.07 10:12:05.039175 [ 255 ] {4aa7fd07-dee0-4fd7-a0d2-6b70940b4095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9494 2025.02.07 10:12:05.039550 [ 255 ] {4aa7fd07-dee0-4fd7-a0d2-6b70940b4095} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9495 2025.02.07 10:12:05.039821 [ 255 ] {4aa7fd07-dee0-4fd7-a0d2-6b70940b4095} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9496 2025.02.07 10:12:05.040073 [ 255 ] {4aa7fd07-dee0-4fd7-a0d2-6b70940b4095} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001715 sec., 4081.6326530612246 rows/sec., 265.92 KiB/sec.
9497 2025.02.07 10:12:05.040174 [ 255 ] {4aa7fd07-dee0-4fd7-a0d2-6b70940b4095} <Debug> TCPHandler: Processed in 0.001995931 sec.
9498 2025.02.07 10:12:05.040405 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9499 2025.02.07 10:12:05.040615 [ 256 ] {f578db46-d683-4ba0-b1b7-930e726f49fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9500 2025.02.07 10:12:05.040672 [ 256 ] {f578db46-d683-4ba0-b1b7-930e726f49fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9501 2025.02.07 10:12:05.041299 [ 256 ] {f578db46-d683-4ba0-b1b7-930e726f49fc} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9502 2025.02.07 10:12:05.041338 [ 256 ] {f578db46-d683-4ba0-b1b7-930e726f49fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9503 2025.02.07 10:12:05.041691 [ 256 ] {f578db46-d683-4ba0-b1b7-930e726f49fc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9504 2025.02.07 10:12:05.041923 [ 256 ] {f578db46-d683-4ba0-b1b7-930e726f49fc} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9505 2025.02.07 10:12:05.042137 [ 256 ] {f578db46-d683-4ba0-b1b7-930e726f49fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001548 sec., 9043.927648578812 rows/sec., 633.38 KiB/sec.
9506 2025.02.07 10:12:05.042323 [ 256 ] {f578db46-d683-4ba0-b1b7-930e726f49fc} <Debug> TCPHandler: Processed in 0.002050412 sec.
9507 2025.02.07 10:12:05.042516 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9508 2025.02.07 10:12:05.042656 [ 255 ] {6e19424e-5abe-468b-b7ee-3eb442b348f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9509 2025.02.07 10:12:05.042714 [ 255 ] {6e19424e-5abe-468b-b7ee-3eb442b348f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9510 2025.02.07 10:12:05.043326 [ 255 ] {6e19424e-5abe-468b-b7ee-3eb442b348f7} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9511 2025.02.07 10:12:05.043368 [ 255 ] {6e19424e-5abe-468b-b7ee-3eb442b348f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9512 2025.02.07 10:12:05.043725 [ 255 ] {6e19424e-5abe-468b-b7ee-3eb442b348f7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9513 2025.02.07 10:12:05.043975 [ 255 ] {6e19424e-5abe-468b-b7ee-3eb442b348f7} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9514 2025.02.07 10:12:05.044184 [ 255 ] {6e19424e-5abe-468b-b7ee-3eb442b348f7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001557 sec., 8349.389852280026 rows/sec., 520.58 KiB/sec.
9515 2025.02.07 10:12:05.044237 [ 255 ] {6e19424e-5abe-468b-b7ee-3eb442b348f7} <Debug> TCPHandler: Processed in 0.001809387 sec.
9516 2025.02.07 10:12:05.044381 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9517 2025.02.07 10:12:05.044497 [ 256 ] {b48bcd99-52f2-41f9-b21e-ab9ccc4fc285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9518 2025.02.07 10:12:05.044545 [ 256 ] {b48bcd99-52f2-41f9-b21e-ab9ccc4fc285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9519 2025.02.07 10:12:05.045284 [ 256 ] {b48bcd99-52f2-41f9-b21e-ab9ccc4fc285} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9520 2025.02.07 10:12:05.045322 [ 256 ] {b48bcd99-52f2-41f9-b21e-ab9ccc4fc285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9521 2025.02.07 10:12:05.045704 [ 256 ] {b48bcd99-52f2-41f9-b21e-ab9ccc4fc285} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9522 2025.02.07 10:12:05.045951 [ 256 ] {b48bcd99-52f2-41f9-b21e-ab9ccc4fc285} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9523 2025.02.07 10:12:05.046146 [ 256 ] {b48bcd99-52f2-41f9-b21e-ab9ccc4fc285} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001672 sec., 228468.8995215311 rows/sec., 16.17 MiB/sec.
9524 2025.02.07 10:12:05.046240 [ 256 ] {b48bcd99-52f2-41f9-b21e-ab9ccc4fc285} <Debug> TCPHandler: Processed in 0.001916698 sec.
9525 2025.02.07 10:12:05.046476 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9526 2025.02.07 10:12:05.046659 [ 255 ] {ade656d8-e4c8-486c-9560-f9a3ed366036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9527 2025.02.07 10:12:05.046718 [ 255 ] {ade656d8-e4c8-486c-9560-f9a3ed366036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9528 2025.02.07 10:12:05.047238 [ 255 ] {ade656d8-e4c8-486c-9560-f9a3ed366036} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9529 2025.02.07 10:12:05.047280 [ 255 ] {ade656d8-e4c8-486c-9560-f9a3ed366036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9530 2025.02.07 10:12:05.047647 [ 255 ] {ade656d8-e4c8-486c-9560-f9a3ed366036} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9531 2025.02.07 10:12:05.047899 [ 255 ] {ade656d8-e4c8-486c-9560-f9a3ed366036} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9532 2025.02.07 10:12:05.048121 [ 255 ] {ade656d8-e4c8-486c-9560-f9a3ed366036} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec.
9533 2025.02.07 10:12:05.048199 [ 255 ] {ade656d8-e4c8-486c-9560-f9a3ed366036} <Debug> TCPHandler: Processed in 0.001861248 sec.
9534 2025.02.07 10:12:05.048418 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9535 2025.02.07 10:12:05.048562 [ 256 ] {c9beb70a-f84c-4dde-9b82-70124251f7ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9536 2025.02.07 10:12:05.048624 [ 256 ] {c9beb70a-f84c-4dde-9b82-70124251f7ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9537 2025.02.07 10:12:05.049253 [ 256 ] {c9beb70a-f84c-4dde-9b82-70124251f7ce} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9538 2025.02.07 10:12:05.049291 [ 256 ] {c9beb70a-f84c-4dde-9b82-70124251f7ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9539 2025.02.07 10:12:05.049702 [ 256 ] {c9beb70a-f84c-4dde-9b82-70124251f7ce} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9540 2025.02.07 10:12:05.049955 [ 256 ] {c9beb70a-f84c-4dde-9b82-70124251f7ce} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9541 2025.02.07 10:12:05.050173 [ 256 ] {c9beb70a-f84c-4dde-9b82-70124251f7ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00164 sec., 144512.19512195123 rows/sec., 9.69 MiB/sec.
9542 2025.02.07 10:12:05.050226 [ 256 ] {c9beb70a-f84c-4dde-9b82-70124251f7ce} <Debug> TCPHandler: Processed in 0.001921439 sec.
9543 2025.02.07 10:12:05.050383 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9544 2025.02.07 10:12:05.050525 [ 255 ] {6902efae-53ef-48f2-94c3-533964df2227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9545 2025.02.07 10:12:05.050589 [ 255 ] {6902efae-53ef-48f2-94c3-533964df2227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9546 2025.02.07 10:12:05.051127 [ 255 ] {6902efae-53ef-48f2-94c3-533964df2227} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9547 2025.02.07 10:12:05.051167 [ 255 ] {6902efae-53ef-48f2-94c3-533964df2227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9548 2025.02.07 10:12:05.051527 [ 255 ] {6902efae-53ef-48f2-94c3-533964df2227} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9549 2025.02.07 10:12:05.051783 [ 255 ] {6902efae-53ef-48f2-94c3-533964df2227} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9550 2025.02.07 10:12:05.051991 [ 255 ] {6902efae-53ef-48f2-94c3-533964df2227} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec.
9551 2025.02.07 10:12:05.052041 [ 255 ] {6902efae-53ef-48f2-94c3-533964df2227} <Debug> TCPHandler: Processed in 0.001724775 sec.
9552 2025.02.07 10:12:05.052196 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9553 2025.02.07 10:12:05.052334 [ 256 ] {e4c53c6c-c921-4225-864a-43028ecda30a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9554 2025.02.07 10:12:05.052396 [ 256 ] {e4c53c6c-c921-4225-864a-43028ecda30a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9555 2025.02.07 10:12:05.052968 [ 256 ] {e4c53c6c-c921-4225-864a-43028ecda30a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9556 2025.02.07 10:12:05.053007 [ 256 ] {e4c53c6c-c921-4225-864a-43028ecda30a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9557 2025.02.07 10:12:05.053376 [ 256 ] {e4c53c6c-c921-4225-864a-43028ecda30a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9558 2025.02.07 10:12:05.053616 [ 256 ] {e4c53c6c-c921-4225-864a-43028ecda30a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9559 2025.02.07 10:12:05.053846 [ 256 ] {e4c53c6c-c921-4225-864a-43028ecda30a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00154 sec., 53246.75324675325 rows/sec., 3.38 MiB/sec.
9560 2025.02.07 10:12:05.053928 [ 256 ] {e4c53c6c-c921-4225-864a-43028ecda30a} <Debug> TCPHandler: Processed in 0.001794537 sec.
9561 2025.02.07 10:12:09.111627 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
9562 2025.02.07 10:12:09.111700 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
9563 2025.02.07 10:12:09.280745 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021
9564 2025.02.07 10:12:09.281450 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9565 2025.02.07 10:12:09.281496 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9566 2025.02.07 10:12:09.282023 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9567 2025.02.07 10:12:09.282286 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9568 2025.02.07 10:12:09.282492 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
9569 2025.02.07 10:12:09.426422 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1336
9570 2025.02.07 10:12:09.429611 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9571 2025.02.07 10:12:09.429660 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9572 2025.02.07 10:12:09.431224 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9573 2025.02.07 10:12:09.431570 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9574 2025.02.07 10:12:09.432558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1336
9575 2025.02.07 10:12:10.002387 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00096869 sec.
9576 2025.02.07 10:12:10.031224 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9577 2025.02.07 10:12:10.031416 [ 255 ] {d35e2a02-6383-44a8-a7be-1656813a4455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9578 2025.02.07 10:12:10.031492 [ 255 ] {d35e2a02-6383-44a8-a7be-1656813a4455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9579 2025.02.07 10:12:10.032347 [ 255 ] {d35e2a02-6383-44a8-a7be-1656813a4455} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9580 2025.02.07 10:12:10.032390 [ 255 ] {d35e2a02-6383-44a8-a7be-1656813a4455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9581 2025.02.07 10:12:10.032832 [ 255 ] {d35e2a02-6383-44a8-a7be-1656813a4455} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9582 2025.02.07 10:12:10.033098 [ 255 ] {d35e2a02-6383-44a8-a7be-1656813a4455} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9583 2025.02.07 10:12:10.033309 [ 36 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9584 2025.02.07 10:12:10.033336 [ 255 ] {d35e2a02-6383-44a8-a7be-1656813a4455} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001979 sec., 67710.96513390602 rows/sec., 5.83 MiB/sec.
9585 2025.02.07 10:12:10.033405 [ 36 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9586 2025.02.07 10:12:10.033484 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9587 2025.02.07 10:12:10.033491 [ 255 ] {d35e2a02-6383-44a8-a7be-1656813a4455} <Debug> TCPHandler: Processed in 0.002405148 sec.
9588 2025.02.07 10:12:10.033654 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
9589 2025.02.07 10:12:10.033787 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9590 2025.02.07 10:12:10.033809 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9591 2025.02.07 10:12:10.033872 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1431 rows starting from the beginning of the part
9592 2025.02.07 10:12:10.034122 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 134 rows starting from the beginning of the part
9593 2025.02.07 10:12:10.034124 [ 256 ] {bacde6ed-b41a-4f48-9a08-a9a952edc801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9594 2025.02.07 10:12:10.034369 [ 256 ] {bacde6ed-b41a-4f48-9a08-a9a952edc801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9595 2025.02.07 10:12:10.034406 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 203 rows starting from the beginning of the part
9596 2025.02.07 10:12:10.034838 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 135 rows starting from the beginning of the part
9597 2025.02.07 10:12:10.035029 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 203 rows starting from the beginning of the part
9598 2025.02.07 10:12:10.035312 [ 190 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 134 rows starting from the beginning of the part
9599 2025.02.07 10:12:10.037348 [ 256 ] {bacde6ed-b41a-4f48-9a08-a9a952edc801} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9600 2025.02.07 10:12:10.037427 [ 256 ] {bacde6ed-b41a-4f48-9a08-a9a952edc801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9601 2025.02.07 10:12:10.038266 [ 256 ] {bacde6ed-b41a-4f48-9a08-a9a952edc801} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9602 2025.02.07 10:12:10.038665 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2240 rows, containing 5 columns (5 merged, 0 gathered) in 0.005088863 sec., 440176.91181704047 rows/sec., 38.84 MiB/sec.
9603 2025.02.07 10:12:10.038809 [ 256 ] {bacde6ed-b41a-4f48-9a08-a9a952edc801} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9604 2025.02.07 10:12:10.038962 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9605 2025.02.07 10:12:10.039025 [ 36 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9606 2025.02.07 10:12:10.039076 [ 36 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9607 2025.02.07 10:12:10.039108 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9608 2025.02.07 10:12:10.039222 [ 256 ] {bacde6ed-b41a-4f48-9a08-a9a952edc801} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005227 sec., 7461.258848287737 rows/sec., 561.05 KiB/sec.
9609 2025.02.07 10:12:10.039425 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
9610 2025.02.07 10:12:10.039554 [ 256 ] {bacde6ed-b41a-4f48-9a08-a9a952edc801} <Debug> TCPHandler: Processed in 0.00592147 sec.
9611 2025.02.07 10:12:10.039819 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9612 2025.02.07 10:12:10.039851 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9613 2025.02.07 10:12:10.039894 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 64 rows starting from the beginning of the part
9614 2025.02.07 10:12:10.039914 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9615 2025.02.07 10:12:10.040351 [ 255 ] {31bd9f3b-86a1-4c54-8a4b-e087a2e6d3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9616 2025.02.07 10:12:10.040363 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part
9617 2025.02.07 10:12:10.040417 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_76_15} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9618 2025.02.07 10:12:10.040485 [ 255 ] {31bd9f3b-86a1-4c54-8a4b-e087a2e6d3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9619 2025.02.07 10:12:10.040768 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
9620 2025.02.07 10:12:10.040854 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
9621 2025.02.07 10:12:10.041150 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part
9622 2025.02.07 10:12:10.041333 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
9623 2025.02.07 10:12:10.041559 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 39 rows starting from the beginning of the part
9624 2025.02.07 10:12:10.042552 [ 255 ] {31bd9f3b-86a1-4c54-8a4b-e087a2e6d3af} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9625 2025.02.07 10:12:10.042597 [ 255 ] {31bd9f3b-86a1-4c54-8a4b-e087a2e6d3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9626 2025.02.07 10:12:10.043226 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.004026261 sec., 48928.77039019577 rows/sec., 3.70 MiB/sec.
9627 2025.02.07 10:12:10.043290 [ 255 ] {31bd9f3b-86a1-4c54-8a4b-e087a2e6d3af} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9628 2025.02.07 10:12:10.043411 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9629 2025.02.07 10:12:10.043756 [ 255 ] {31bd9f3b-86a1-4c54-8a4b-e087a2e6d3af} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9630 2025.02.07 10:12:10.044040 [ 36 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9631 2025.02.07 10:12:10.044059 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9632 2025.02.07 10:12:10.044132 [ 36 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9633 2025.02.07 10:12:10.044212 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9634 2025.02.07 10:12:10.044320 [ 255 ] {31bd9f3b-86a1-4c54-8a4b-e087a2e6d3af} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.004142 sec., 24867.213906325447 rows/sec., 1.94 MiB/sec.
9635 2025.02.07 10:12:10.044363 [ 200 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_66_13} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9636 2025.02.07 10:12:10.044568 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
9637 2025.02.07 10:12:10.044636 [ 255 ] {31bd9f3b-86a1-4c54-8a4b-e087a2e6d3af} <Debug> TCPHandler: Processed in 0.00492089 sec.
9638 2025.02.07 10:12:10.044702 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9639 2025.02.07 10:12:10.044915 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9640 2025.02.07 10:12:10.044935 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9641 2025.02.07 10:12:10.044983 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part
9642 2025.02.07 10:12:10.045231 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 103 rows starting from the beginning of the part
9643 2025.02.07 10:12:10.045363 [ 256 ] {22ab0ea9-ad16-49a0-ab2d-535a225087de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9644 2025.02.07 10:12:10.045560 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 382 rows starting from the beginning of the part
9645 2025.02.07 10:12:10.045577 [ 256 ] {22ab0ea9-ad16-49a0-ab2d-535a225087de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9646 2025.02.07 10:12:10.045912 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 105 rows starting from the beginning of the part
9647 2025.02.07 10:12:10.046296 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 382 rows starting from the beginning of the part
9648 2025.02.07 10:12:10.046650 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 103 rows starting from the beginning of the part
9649 2025.02.07 10:12:10.048221 [ 256 ] {22ab0ea9-ad16-49a0-ab2d-535a225087de} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9650 2025.02.07 10:12:10.048283 [ 256 ] {22ab0ea9-ad16-49a0-ab2d-535a225087de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9651 2025.02.07 10:12:10.049255 [ 256 ] {22ab0ea9-ad16-49a0-ab2d-535a225087de} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9652 2025.02.07 10:12:10.049586 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1988 rows, containing 5 columns (5 merged, 0 gathered) in 0.005251837 sec., 378534.21574203466 rows/sec., 29.01 MiB/sec.
9653 2025.02.07 10:12:10.049722 [ 256 ] {22ab0ea9-ad16-49a0-ab2d-535a225087de} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9654 2025.02.07 10:12:10.049918 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9655 2025.02.07 10:12:10.050130 [ 256 ] {22ab0ea9-ad16-49a0-ab2d-535a225087de} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004974 sec., 32167.269802975472 rows/sec., 2.24 MiB/sec.
9656 2025.02.07 10:12:10.050255 [ 256 ] {22ab0ea9-ad16-49a0-ab2d-535a225087de} <Debug> TCPHandler: Processed in 0.005483851 sec.
9657 2025.02.07 10:12:10.050461 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9658 2025.02.07 10:12:10.050538 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9659 2025.02.07 10:12:10.050735 [ 255 ] {f17c3c57-0088-42bc-970a-8343463b4c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9660 2025.02.07 10:12:10.050755 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_76_15} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9661 2025.02.07 10:12:10.050945 [ 255 ] {f17c3c57-0088-42bc-970a-8343463b4c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9662 2025.02.07 10:12:10.050972 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
9663 2025.02.07 10:12:10.052221 [ 255 ] {f17c3c57-0088-42bc-970a-8343463b4c54} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9664 2025.02.07 10:12:10.052266 [ 255 ] {f17c3c57-0088-42bc-970a-8343463b4c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9665 2025.02.07 10:12:10.052955 [ 255 ] {f17c3c57-0088-42bc-970a-8343463b4c54} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9666 2025.02.07 10:12:10.053236 [ 255 ] {f17c3c57-0088-42bc-970a-8343463b4c54} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9667 2025.02.07 10:12:10.053496 [ 255 ] {f17c3c57-0088-42bc-970a-8343463b4c54} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002854 sec., 13665.031534688156 rows/sec., 24.49 MiB/sec.
9668 2025.02.07 10:12:10.053591 [ 255 ] {f17c3c57-0088-42bc-970a-8343463b4c54} <Debug> TCPHandler: Processed in 0.003220755 sec.
9669 2025.02.07 10:12:10.053779 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9670 2025.02.07 10:12:10.053983 [ 256 ] {544dd03a-4f0d-44d7-8f23-0b89374c2945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9671 2025.02.07 10:12:10.054045 [ 256 ] {544dd03a-4f0d-44d7-8f23-0b89374c2945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9672 2025.02.07 10:12:10.054659 [ 256 ] {544dd03a-4f0d-44d7-8f23-0b89374c2945} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9673 2025.02.07 10:12:10.054704 [ 256 ] {544dd03a-4f0d-44d7-8f23-0b89374c2945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9674 2025.02.07 10:12:10.055123 [ 256 ] {544dd03a-4f0d-44d7-8f23-0b89374c2945} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9675 2025.02.07 10:12:10.055362 [ 256 ] {544dd03a-4f0d-44d7-8f23-0b89374c2945} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9676 2025.02.07 10:12:10.055536 [ 256 ] {544dd03a-4f0d-44d7-8f23-0b89374c2945} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec.
9677 2025.02.07 10:12:10.055584 [ 256 ] {544dd03a-4f0d-44d7-8f23-0b89374c2945} <Debug> TCPHandler: Processed in 0.001907098 sec.
9678 2025.02.07 10:12:10.928928 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
9679 2025.02.07 10:12:10.948952 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9680 2025.02.07 10:12:10.948998 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
9681 2025.02.07 10:12:10.956410 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9682 2025.02.07 10:12:10.957166 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9683 2025.02.07 10:12:10.959702 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
9684 2025.02.07 10:12:11.001173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.66 MiB, peak 237.59 MiB, free memory in arenas 0.00 B, will set to 224.60 MiB (RSS), difference: -1.06 MiB
9685 2025.02.07 10:12:13.944469 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9686 2025.02.07 10:12:13.944812 [ 255 ] {c9a6e24d-d74f-4493-adfe-50886418e09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9687 2025.02.07 10:12:13.944930 [ 255 ] {c9a6e24d-d74f-4493-adfe-50886418e09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9688 2025.02.07 10:12:13.945729 [ 255 ] {c9a6e24d-d74f-4493-adfe-50886418e09d} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9689 2025.02.07 10:12:13.945780 [ 255 ] {c9a6e24d-d74f-4493-adfe-50886418e09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9690 2025.02.07 10:12:13.946231 [ 255 ] {c9a6e24d-d74f-4493-adfe-50886418e09d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9691 2025.02.07 10:12:13.946497 [ 255 ] {c9a6e24d-d74f-4493-adfe-50886418e09d} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9692 2025.02.07 10:12:13.946701 [ 39 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9693 2025.02.07 10:12:13.946762 [ 255 ] {c9a6e24d-d74f-4493-adfe-50886418e09d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002032 sec., 6889.76377952756 rows/sec., 495.97 KiB/sec.
9694 2025.02.07 10:12:13.946795 [ 39 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9695 2025.02.07 10:12:13.946875 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9696 2025.02.07 10:12:13.946888 [ 255 ] {c9a6e24d-d74f-4493-adfe-50886418e09d} <Debug> TCPHandler: Processed in 0.002609633 sec.
9697 2025.02.07 10:12:13.947221 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
9698 2025.02.07 10:12:13.947317 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9699 2025.02.07 10:12:13.947437 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9700 2025.02.07 10:12:13.947526 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part
9701 2025.02.07 10:12:13.947644 [ 256 ] {30d97c8a-d0d1-46e4-85af-0a8f923dc29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9702 2025.02.07 10:12:13.947795 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
9703 2025.02.07 10:12:13.947843 [ 256 ] {30d97c8a-d0d1-46e4-85af-0a8f923dc29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9704 2025.02.07 10:12:13.948235 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
9705 2025.02.07 10:12:13.948541 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
9706 2025.02.07 10:12:13.948942 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
9707 2025.02.07 10:12:13.951603 [ 256 ] {30d97c8a-d0d1-46e4-85af-0a8f923dc29b} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9708 2025.02.07 10:12:13.951700 [ 256 ] {30d97c8a-d0d1-46e4-85af-0a8f923dc29b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9709 2025.02.07 10:12:13.952879 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005903459 sec., 11857.455095394074 rows/sec., 899.90 KiB/sec.
9710 2025.02.07 10:12:13.952935 [ 256 ] {30d97c8a-d0d1-46e4-85af-0a8f923dc29b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9711 2025.02.07 10:12:13.953076 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9712 2025.02.07 10:12:13.953406 [ 256 ] {30d97c8a-d0d1-46e4-85af-0a8f923dc29b} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9713 2025.02.07 10:12:13.953698 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9714 2025.02.07 10:12:13.953846 [ 256 ] {30d97c8a-d0d1-46e4-85af-0a8f923dc29b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.006298 sec., 317.56113051762463 rows/sec., 25.89 KiB/sec.
9715 2025.02.07 10:12:13.953893 [ 191 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_33_8} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9716 2025.02.07 10:12:13.954049 [ 256 ] {30d97c8a-d0d1-46e4-85af-0a8f923dc29b} <Debug> TCPHandler: Processed in 0.007021222 sec.
9717 2025.02.07 10:12:13.954106 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9718 2025.02.07 10:12:13.954259 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9719 2025.02.07 10:12:13.954381 [ 255 ] {5bfdd9fb-dd47-47db-b66e-7617c2cd007e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9720 2025.02.07 10:12:13.954431 [ 255 ] {5bfdd9fb-dd47-47db-b66e-7617c2cd007e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9721 2025.02.07 10:12:13.955799 [ 255 ] {5bfdd9fb-dd47-47db-b66e-7617c2cd007e} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9722 2025.02.07 10:12:13.955842 [ 255 ] {5bfdd9fb-dd47-47db-b66e-7617c2cd007e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9723 2025.02.07 10:12:13.956307 [ 255 ] {5bfdd9fb-dd47-47db-b66e-7617c2cd007e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9724 2025.02.07 10:12:13.956568 [ 255 ] {5bfdd9fb-dd47-47db-b66e-7617c2cd007e} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9725 2025.02.07 10:12:13.956839 [ 255 ] {5bfdd9fb-dd47-47db-b66e-7617c2cd007e} <Debug> executeQuery: Read 1344 rows, 114.14 KiB in 0.002474 sec., 543249.7978981406 rows/sec., 45.06 MiB/sec.
9726 2025.02.07 10:12:13.956905 [ 255 ] {5bfdd9fb-dd47-47db-b66e-7617c2cd007e} <Debug> TCPHandler: Processed in 0.002732255 sec.
9727 2025.02.07 10:12:13.957145 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9728 2025.02.07 10:12:13.957337 [ 256 ] {16085978-552a-4937-8775-c50bd87e0418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9729 2025.02.07 10:12:13.957390 [ 256 ] {16085978-552a-4937-8775-c50bd87e0418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9730 2025.02.07 10:12:13.958010 [ 256 ] {16085978-552a-4937-8775-c50bd87e0418} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9731 2025.02.07 10:12:13.958053 [ 256 ] {16085978-552a-4937-8775-c50bd87e0418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9732 2025.02.07 10:12:13.958430 [ 256 ] {16085978-552a-4937-8775-c50bd87e0418} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9733 2025.02.07 10:12:13.958692 [ 256 ] {16085978-552a-4937-8775-c50bd87e0418} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9734 2025.02.07 10:12:13.958906 [ 256 ] {16085978-552a-4937-8775-c50bd87e0418} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.0016 sec., 5625 rows/sec., 372.31 KiB/sec.
9735 2025.02.07 10:12:13.958965 [ 256 ] {16085978-552a-4937-8775-c50bd87e0418} <Debug> TCPHandler: Processed in 0.001935049 sec.
9736 2025.02.07 10:12:13.959112 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9737 2025.02.07 10:12:13.959231 [ 255 ] {ae5cb10b-1f7c-4828-b377-b6bd48bd53e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9738 2025.02.07 10:12:13.959279 [ 255 ] {ae5cb10b-1f7c-4828-b377-b6bd48bd53e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9739 2025.02.07 10:12:13.959948 [ 255 ] {ae5cb10b-1f7c-4828-b377-b6bd48bd53e0} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9740 2025.02.07 10:12:13.959989 [ 255 ] {ae5cb10b-1f7c-4828-b377-b6bd48bd53e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9741 2025.02.07 10:12:13.960356 [ 255 ] {ae5cb10b-1f7c-4828-b377-b6bd48bd53e0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9742 2025.02.07 10:12:13.960598 [ 255 ] {ae5cb10b-1f7c-4828-b377-b6bd48bd53e0} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9743 2025.02.07 10:12:13.960811 [ 255 ] {ae5cb10b-1f7c-4828-b377-b6bd48bd53e0} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001604 sec., 150872.81795511223 rows/sec., 10.22 MiB/sec.
9744 2025.02.07 10:12:13.960865 [ 255 ] {ae5cb10b-1f7c-4828-b377-b6bd48bd53e0} <Debug> TCPHandler: Processed in 0.001810517 sec.
9745 2025.02.07 10:12:13.961016 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9746 2025.02.07 10:12:13.961156 [ 256 ] {dce87b8e-7aba-4334-b328-681615e75af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9747 2025.02.07 10:12:13.961217 [ 256 ] {dce87b8e-7aba-4334-b328-681615e75af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9748 2025.02.07 10:12:13.961933 [ 256 ] {dce87b8e-7aba-4334-b328-681615e75af4} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9749 2025.02.07 10:12:13.961982 [ 256 ] {dce87b8e-7aba-4334-b328-681615e75af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9750 2025.02.07 10:12:13.962359 [ 256 ] {dce87b8e-7aba-4334-b328-681615e75af4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9751 2025.02.07 10:12:13.962604 [ 256 ] {dce87b8e-7aba-4334-b328-681615e75af4} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9752 2025.02.07 10:12:13.962771 [ 109 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9753 2025.02.07 10:12:13.962842 [ 256 ] {dce87b8e-7aba-4334-b328-681615e75af4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001713 sec., 7589.025102159953 rows/sec., 473.17 KiB/sec.
9754 2025.02.07 10:12:13.962850 [ 109 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9755 2025.02.07 10:12:13.962919 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9756 2025.02.07 10:12:13.962969 [ 256 ] {dce87b8e-7aba-4334-b328-681615e75af4} <Debug> TCPHandler: Processed in 0.002010551 sec.
9757 2025.02.07 10:12:13.963283 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
9758 2025.02.07 10:12:13.963348 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9759 2025.02.07 10:12:13.964026 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9760 2025.02.07 10:12:13.964209 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part
9761 2025.02.07 10:12:13.964231 [ 255 ] {3e0391cb-4767-493b-a5ed-a70a9dbee124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9762 2025.02.07 10:12:13.964568 [ 255 ] {3e0391cb-4767-493b-a5ed-a70a9dbee124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9763 2025.02.07 10:12:13.964809 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part
9764 2025.02.07 10:12:13.965276 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part
9765 2025.02.07 10:12:13.965640 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part
9766 2025.02.07 10:12:13.965991 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part
9767 2025.02.07 10:12:13.967830 [ 255 ] {3e0391cb-4767-493b-a5ed-a70a9dbee124} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9768 2025.02.07 10:12:13.967908 [ 255 ] {3e0391cb-4767-493b-a5ed-a70a9dbee124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9769 2025.02.07 10:12:13.968336 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310027 sec., 12240.992371601877 rows/sec., 811.04 KiB/sec.
9770 2025.02.07 10:12:13.968554 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9771 2025.02.07 10:12:13.968843 [ 255 ] {3e0391cb-4767-493b-a5ed-a70a9dbee124} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9772 2025.02.07 10:12:13.969035 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9773 2025.02.07 10:12:13.969186 [ 193 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_33_8} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9774 2025.02.07 10:12:13.969347 [ 255 ] {3e0391cb-4767-493b-a5ed-a70a9dbee124} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9775 2025.02.07 10:12:13.969360 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9776 2025.02.07 10:12:13.969626 [ 255 ] {3e0391cb-4767-493b-a5ed-a70a9dbee124} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005791 sec., 145052.66793299947 rows/sec., 10.48 MiB/sec.
9777 2025.02.07 10:12:13.969708 [ 255 ] {3e0391cb-4767-493b-a5ed-a70a9dbee124} <Debug> TCPHandler: Processed in 0.006634574 sec.
9778 2025.02.07 10:12:13.969989 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9779 2025.02.07 10:12:13.970244 [ 256 ] {aa897613-d0f0-409b-8f75-c3f094db004e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9780 2025.02.07 10:12:13.970331 [ 256 ] {aa897613-d0f0-409b-8f75-c3f094db004e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9781 2025.02.07 10:12:13.971112 [ 256 ] {aa897613-d0f0-409b-8f75-c3f094db004e} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9782 2025.02.07 10:12:13.971151 [ 256 ] {aa897613-d0f0-409b-8f75-c3f094db004e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9783 2025.02.07 10:12:13.971520 [ 256 ] {aa897613-d0f0-409b-8f75-c3f094db004e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9784 2025.02.07 10:12:13.971762 [ 256 ] {aa897613-d0f0-409b-8f75-c3f094db004e} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9785 2025.02.07 10:12:13.972022 [ 256 ] {aa897613-d0f0-409b-8f75-c3f094db004e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00181 sec., 3314.9171270718234 rows/sec., 173.19 KiB/sec.
9786 2025.02.07 10:12:13.972373 [ 256 ] {aa897613-d0f0-409b-8f75-c3f094db004e} <Debug> TCPHandler: Processed in 0.002544952 sec.
9787 2025.02.07 10:12:13.972674 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9788 2025.02.07 10:12:13.973065 [ 255 ] {5ef9afe5-d615-40e5-a2ec-6df7ec3c1c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9789 2025.02.07 10:12:13.973172 [ 255 ] {5ef9afe5-d615-40e5-a2ec-6df7ec3c1c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9790 2025.02.07 10:12:13.974141 [ 255 ] {5ef9afe5-d615-40e5-a2ec-6df7ec3c1c8f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9791 2025.02.07 10:12:13.974184 [ 255 ] {5ef9afe5-d615-40e5-a2ec-6df7ec3c1c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9792 2025.02.07 10:12:13.974643 [ 255 ] {5ef9afe5-d615-40e5-a2ec-6df7ec3c1c8f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9793 2025.02.07 10:12:13.974892 [ 255 ] {5ef9afe5-d615-40e5-a2ec-6df7ec3c1c8f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9794 2025.02.07 10:12:13.975072 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9795 2025.02.07 10:12:13.975134 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9796 2025.02.07 10:12:13.975138 [ 255 ] {5ef9afe5-d615-40e5-a2ec-6df7ec3c1c8f} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002181 sec., 424575.8826226501 rows/sec., 28.33 MiB/sec.
9797 2025.02.07 10:12:13.975166 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9798 2025.02.07 10:12:13.975300 [ 255 ] {5ef9afe5-d615-40e5-a2ec-6df7ec3c1c8f} <Debug> TCPHandler: Processed in 0.002779196 sec.
9799 2025.02.07 10:12:13.975395 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
9800 2025.02.07 10:12:13.975481 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9801 2025.02.07 10:12:13.975584 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9802 2025.02.07 10:12:13.975663 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20177 rows starting from the beginning of the part
9803 2025.02.07 10:12:13.975677 [ 256 ] {4e80cb4b-3a48-412a-975d-09c10701cdf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9804 2025.02.07 10:12:13.975836 [ 256 ] {4e80cb4b-3a48-412a-975d-09c10701cdf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9805 2025.02.07 10:12:13.975946 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part
9806 2025.02.07 10:12:13.976415 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 161 rows starting from the beginning of the part
9807 2025.02.07 10:12:13.976871 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part
9808 2025.02.07 10:12:13.977065 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
9809 2025.02.07 10:12:13.977529 [ 199 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 926 rows starting from the beginning of the part
9810 2025.02.07 10:12:13.978187 [ 256 ] {4e80cb4b-3a48-412a-975d-09c10701cdf1} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9811 2025.02.07 10:12:13.978243 [ 256 ] {4e80cb4b-3a48-412a-975d-09c10701cdf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9812 2025.02.07 10:12:13.979198 [ 256 ] {4e80cb4b-3a48-412a-975d-09c10701cdf1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9813 2025.02.07 10:12:13.979696 [ 256 ] {4e80cb4b-3a48-412a-975d-09c10701cdf1} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9814 2025.02.07 10:12:13.980148 [ 256 ] {4e80cb4b-3a48-412a-975d-09c10701cdf1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004507 sec., 221.87708009762594 rows/sec., 14.95 KiB/sec.
9815 2025.02.07 10:12:13.980552 [ 256 ] {4e80cb4b-3a48-412a-975d-09c10701cdf1} <Debug> TCPHandler: Processed in 0.005140044 sec.
9816 2025.02.07 10:12:13.980891 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9817 2025.02.07 10:12:13.981206 [ 255 ] {42da278c-62e6-4af5-bc78-c6e91d11f704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9818 2025.02.07 10:12:13.981333 [ 255 ] {42da278c-62e6-4af5-bc78-c6e91d11f704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9819 2025.02.07 10:12:13.982338 [ 255 ] {42da278c-62e6-4af5-bc78-c6e91d11f704} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9820 2025.02.07 10:12:13.982378 [ 255 ] {42da278c-62e6-4af5-bc78-c6e91d11f704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9821 2025.02.07 10:12:13.983033 [ 255 ] {42da278c-62e6-4af5-bc78-c6e91d11f704} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9822 2025.02.07 10:12:13.983283 [ 255 ] {42da278c-62e6-4af5-bc78-c6e91d11f704} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9823 2025.02.07 10:12:13.983465 [ 109 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9824 2025.02.07 10:12:13.983526 [ 109 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9825 2025.02.07 10:12:13.983535 [ 255 ] {42da278c-62e6-4af5-bc78-c6e91d11f704} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00242 sec., 28925.619834710746 rows/sec., 1.82 MiB/sec.
9826 2025.02.07 10:12:13.983566 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9827 2025.02.07 10:12:13.983667 [ 255 ] {42da278c-62e6-4af5-bc78-c6e91d11f704} <Debug> TCPHandler: Processed in 0.002989141 sec.
9828 2025.02.07 10:12:13.983904 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
9829 2025.02.07 10:12:13.984347 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9830 2025.02.07 10:12:13.984439 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4152 rows starting from the beginning of the part
9831 2025.02.07 10:12:13.984617 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part
9832 2025.02.07 10:12:13.984769 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
9833 2025.02.07 10:12:13.984899 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part
9834 2025.02.07 10:12:13.985100 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
9835 2025.02.07 10:12:13.985211 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 70 rows starting from the beginning of the part
9836 2025.02.07 10:12:13.988471 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4506 rows, containing 4 columns (4 merged, 0 gathered) in 0.004780536 sec., 942572.1299870977 rows/sec., 61.28 MiB/sec.
9837 2025.02.07 10:12:13.989289 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9838 2025.02.07 10:12:13.989347 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21898 rows, containing 5 columns (5 merged, 0 gathered) in 0.014043414 sec., 1559307.4447566667 rows/sec., 105.26 MiB/sec.
9839 2025.02.07 10:12:13.989647 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_76_15} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9840 2025.02.07 10:12:13.989739 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_76_15} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9841 2025.02.07 10:12:13.989850 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB.
9842 2025.02.07 10:12:13.989955 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9843 2025.02.07 10:12:13.990254 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9844 2025.02.07 10:12:13.990334 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9845 2025.02.07 10:12:13.990427 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
9846 2025.02.07 10:12:14.001175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.47 MiB, peak 237.59 MiB, free memory in arenas 0.00 B, will set to 226.86 MiB (RSS), difference: 1.38 MiB
9847 2025.02.07 10:12:15.022398 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9848 2025.02.07 10:12:15.022609 [ 255 ] {91c26d07-e9ba-46e5-99b0-9253f890ec34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9849 2025.02.07 10:12:15.022684 [ 255 ] {91c26d07-e9ba-46e5-99b0-9253f890ec34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9850 2025.02.07 10:12:15.023500 [ 255 ] {91c26d07-e9ba-46e5-99b0-9253f890ec34} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9851 2025.02.07 10:12:15.023540 [ 255 ] {91c26d07-e9ba-46e5-99b0-9253f890ec34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9852 2025.02.07 10:12:15.023991 [ 255 ] {91c26d07-e9ba-46e5-99b0-9253f890ec34} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9853 2025.02.07 10:12:15.024258 [ 255 ] {91c26d07-e9ba-46e5-99b0-9253f890ec34} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9854 2025.02.07 10:12:15.024489 [ 255 ] {91c26d07-e9ba-46e5-99b0-9253f890ec34} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec.
9855 2025.02.07 10:12:15.024602 [ 255 ] {91c26d07-e9ba-46e5-99b0-9253f890ec34} <Debug> TCPHandler: Processed in 0.002340797 sec.
9856 2025.02.07 10:12:15.024962 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9857 2025.02.07 10:12:15.025208 [ 256 ] {c04e18fc-dd61-4a0c-b4f3-c2a48c447718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9858 2025.02.07 10:12:15.025281 [ 256 ] {c04e18fc-dd61-4a0c-b4f3-c2a48c447718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9859 2025.02.07 10:12:15.026069 [ 256 ] {c04e18fc-dd61-4a0c-b4f3-c2a48c447718} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9860 2025.02.07 10:12:15.026116 [ 256 ] {c04e18fc-dd61-4a0c-b4f3-c2a48c447718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9861 2025.02.07 10:12:15.026574 [ 256 ] {c04e18fc-dd61-4a0c-b4f3-c2a48c447718} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9862 2025.02.07 10:12:15.026830 [ 256 ] {c04e18fc-dd61-4a0c-b4f3-c2a48c447718} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9863 2025.02.07 10:12:15.027107 [ 256 ] {c04e18fc-dd61-4a0c-b4f3-c2a48c447718} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001948 sec., 32854.20944558521 rows/sec., 2.56 MiB/sec.
9864 2025.02.07 10:12:15.027186 [ 256 ] {c04e18fc-dd61-4a0c-b4f3-c2a48c447718} <Debug> TCPHandler: Processed in 0.002449869 sec.
9865 2025.02.07 10:12:15.027466 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9866 2025.02.07 10:12:15.027637 [ 255 ] {7cfbe914-c7eb-4350-bc26-0787db9dd99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9867 2025.02.07 10:12:15.027703 [ 255 ] {7cfbe914-c7eb-4350-bc26-0787db9dd99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9868 2025.02.07 10:12:15.028330 [ 255 ] {7cfbe914-c7eb-4350-bc26-0787db9dd99c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9869 2025.02.07 10:12:15.028370 [ 255 ] {7cfbe914-c7eb-4350-bc26-0787db9dd99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9870 2025.02.07 10:12:15.028776 [ 255 ] {7cfbe914-c7eb-4350-bc26-0787db9dd99c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9871 2025.02.07 10:12:15.029025 [ 255 ] {7cfbe914-c7eb-4350-bc26-0787db9dd99c} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9872 2025.02.07 10:12:15.029205 [ 255 ] {7cfbe914-c7eb-4350-bc26-0787db9dd99c} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.0016 sec., 20000 rows/sec., 1.39 MiB/sec.
9873 2025.02.07 10:12:15.029258 [ 255 ] {7cfbe914-c7eb-4350-bc26-0787db9dd99c} <Debug> TCPHandler: Processed in 0.001940329 sec.
9874 2025.02.07 10:12:15.029476 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9875 2025.02.07 10:12:15.029709 [ 256 ] {a85811cc-9d1a-4794-93f7-412ff1e51adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9876 2025.02.07 10:12:15.029808 [ 256 ] {a85811cc-9d1a-4794-93f7-412ff1e51adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9877 2025.02.07 10:12:15.030441 [ 256 ] {a85811cc-9d1a-4794-93f7-412ff1e51adc} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9878 2025.02.07 10:12:15.030483 [ 256 ] {a85811cc-9d1a-4794-93f7-412ff1e51adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9879 2025.02.07 10:12:15.030874 [ 256 ] {a85811cc-9d1a-4794-93f7-412ff1e51adc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9880 2025.02.07 10:12:15.031121 [ 256 ] {a85811cc-9d1a-4794-93f7-412ff1e51adc} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9881 2025.02.07 10:12:15.031338 [ 256 ] {a85811cc-9d1a-4794-93f7-412ff1e51adc} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00169 sec., 7100.591715976331 rows/sec., 490.01 KiB/sec.
9882 2025.02.07 10:12:15.031393 [ 256 ] {a85811cc-9d1a-4794-93f7-412ff1e51adc} <Debug> TCPHandler: Processed in 0.002034992 sec.
9883 2025.02.07 10:12:16.783530 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448
9884 2025.02.07 10:12:16.784439 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9885 2025.02.07 10:12:16.784509 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9886 2025.02.07 10:12:16.785182 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9887 2025.02.07 10:12:16.785527 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9888 2025.02.07 10:12:16.785871 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448
9889 2025.02.07 10:12:18.460644 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
9890 2025.02.07 10:12:18.481871 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9891 2025.02.07 10:12:18.481940 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9892 2025.02.07 10:12:18.489376 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9893 2025.02.07 10:12:18.490146 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9894 2025.02.07 10:12:18.493868 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
9895 2025.02.07 10:12:19.433604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1378
9896 2025.02.07 10:12:19.436896 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9897 2025.02.07 10:12:19.436947 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9898 2025.02.07 10:12:19.438498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9899 2025.02.07 10:12:19.438825 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9900 2025.02.07 10:12:19.440777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1378
9901 2025.02.07 10:12:20.031806 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9902 2025.02.07 10:12:20.032020 [ 255 ] {318469e2-8b50-43fa-96fa-4b7a6e8e9558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9903 2025.02.07 10:12:20.032103 [ 255 ] {318469e2-8b50-43fa-96fa-4b7a6e8e9558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9904 2025.02.07 10:12:20.032891 [ 255 ] {318469e2-8b50-43fa-96fa-4b7a6e8e9558} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9905 2025.02.07 10:12:20.032940 [ 255 ] {318469e2-8b50-43fa-96fa-4b7a6e8e9558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9906 2025.02.07 10:12:20.033380 [ 255 ] {318469e2-8b50-43fa-96fa-4b7a6e8e9558} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9907 2025.02.07 10:12:20.033636 [ 255 ] {318469e2-8b50-43fa-96fa-4b7a6e8e9558} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9908 2025.02.07 10:12:20.033854 [ 255 ] {318469e2-8b50-43fa-96fa-4b7a6e8e9558} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001897 sec., 70637.8492356352 rows/sec., 6.08 MiB/sec.
9909 2025.02.07 10:12:20.033911 [ 255 ] {318469e2-8b50-43fa-96fa-4b7a6e8e9558} <Debug> TCPHandler: Processed in 0.002248906 sec.
9910 2025.02.07 10:12:20.034177 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9911 2025.02.07 10:12:20.034375 [ 256 ] {94e24d20-0e14-40df-8de9-a5f54b42e035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9912 2025.02.07 10:12:20.034451 [ 256 ] {94e24d20-0e14-40df-8de9-a5f54b42e035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9913 2025.02.07 10:12:20.035236 [ 256 ] {94e24d20-0e14-40df-8de9-a5f54b42e035} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9914 2025.02.07 10:12:20.035288 [ 256 ] {94e24d20-0e14-40df-8de9-a5f54b42e035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9915 2025.02.07 10:12:20.035762 [ 256 ] {94e24d20-0e14-40df-8de9-a5f54b42e035} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9916 2025.02.07 10:12:20.036034 [ 256 ] {94e24d20-0e14-40df-8de9-a5f54b42e035} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9917 2025.02.07 10:12:20.036304 [ 256 ] {94e24d20-0e14-40df-8de9-a5f54b42e035} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001979 sec., 19706.92268822638 rows/sec., 1.45 MiB/sec.
9918 2025.02.07 10:12:20.036397 [ 256 ] {94e24d20-0e14-40df-8de9-a5f54b42e035} <Debug> TCPHandler: Processed in 0.002365578 sec.
9919 2025.02.07 10:12:20.036663 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9920 2025.02.07 10:12:20.036826 [ 255 ] {f6b59f9d-718d-49e6-b3cf-5cf5fc6601a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9921 2025.02.07 10:12:20.036884 [ 255 ] {f6b59f9d-718d-49e6-b3cf-5cf5fc6601a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9922 2025.02.07 10:12:20.037550 [ 255 ] {f6b59f9d-718d-49e6-b3cf-5cf5fc6601a5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9923 2025.02.07 10:12:20.037592 [ 255 ] {f6b59f9d-718d-49e6-b3cf-5cf5fc6601a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9924 2025.02.07 10:12:20.037979 [ 255 ] {f6b59f9d-718d-49e6-b3cf-5cf5fc6601a5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9925 2025.02.07 10:12:20.038226 [ 255 ] {f6b59f9d-718d-49e6-b3cf-5cf5fc6601a5} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9926 2025.02.07 10:12:20.038452 [ 255 ] {f6b59f9d-718d-49e6-b3cf-5cf5fc6601a5} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001651 sec., 62386.43246517263 rows/sec., 4.87 MiB/sec.
9927 2025.02.07 10:12:20.038556 [ 255 ] {f6b59f9d-718d-49e6-b3cf-5cf5fc6601a5} <Debug> TCPHandler: Processed in 0.002046092 sec.
9928 2025.02.07 10:12:20.038737 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9929 2025.02.07 10:12:20.038900 [ 256 ] {44baff35-c1f2-4122-805e-d5b2922e89ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9930 2025.02.07 10:12:20.038985 [ 256 ] {44baff35-c1f2-4122-805e-d5b2922e89ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9931 2025.02.07 10:12:20.039771 [ 256 ] {44baff35-c1f2-4122-805e-d5b2922e89ae} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9932 2025.02.07 10:12:20.039816 [ 256 ] {44baff35-c1f2-4122-805e-d5b2922e89ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9933 2025.02.07 10:12:20.040331 [ 256 ] {44baff35-c1f2-4122-805e-d5b2922e89ae} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9934 2025.02.07 10:12:20.040633 [ 256 ] {44baff35-c1f2-4122-805e-d5b2922e89ae} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9935 2025.02.07 10:12:20.040910 [ 256 ] {44baff35-c1f2-4122-805e-d5b2922e89ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002052 sec., 77972.70955165692 rows/sec., 5.43 MiB/sec.
9936 2025.02.07 10:12:20.040989 [ 256 ] {44baff35-c1f2-4122-805e-d5b2922e89ae} <Debug> TCPHandler: Processed in 0.002343847 sec.
9937 2025.02.07 10:12:20.041191 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9938 2025.02.07 10:12:20.041329 [ 255 ] {2481044b-9fc3-433e-ae6d-31d16c3089ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9939 2025.02.07 10:12:20.041423 [ 255 ] {2481044b-9fc3-433e-ae6d-31d16c3089ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9940 2025.02.07 10:12:20.042776 [ 255 ] {2481044b-9fc3-433e-ae6d-31d16c3089ac} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9941 2025.02.07 10:12:20.042815 [ 255 ] {2481044b-9fc3-433e-ae6d-31d16c3089ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9942 2025.02.07 10:12:20.043492 [ 255 ] {2481044b-9fc3-433e-ae6d-31d16c3089ac} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9943 2025.02.07 10:12:20.043749 [ 255 ] {2481044b-9fc3-433e-ae6d-31d16c3089ac} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9944 2025.02.07 10:12:20.043994 [ 255 ] {2481044b-9fc3-433e-ae6d-31d16c3089ac} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002694 sec., 14476.614699331847 rows/sec., 25.94 MiB/sec.
9945 2025.02.07 10:12:20.044088 [ 255 ] {2481044b-9fc3-433e-ae6d-31d16c3089ac} <Debug> TCPHandler: Processed in 0.00296464 sec.
9946 2025.02.07 10:12:20.044249 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9947 2025.02.07 10:12:20.044398 [ 256 ] {0ee9cc14-1661-4dca-b35b-170526c04ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9948 2025.02.07 10:12:20.044462 [ 256 ] {0ee9cc14-1661-4dca-b35b-170526c04ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9949 2025.02.07 10:12:20.045077 [ 256 ] {0ee9cc14-1661-4dca-b35b-170526c04ac3} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9950 2025.02.07 10:12:20.045123 [ 256 ] {0ee9cc14-1661-4dca-b35b-170526c04ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9951 2025.02.07 10:12:20.045527 [ 256 ] {0ee9cc14-1661-4dca-b35b-170526c04ac3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9952 2025.02.07 10:12:20.045775 [ 256 ] {0ee9cc14-1661-4dca-b35b-170526c04ac3} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9953 2025.02.07 10:12:20.046008 [ 256 ] {0ee9cc14-1661-4dca-b35b-170526c04ac3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001646 sec., 36452.00486026732 rows/sec., 2.46 MiB/sec.
9954 2025.02.07 10:12:20.046086 [ 256 ] {0ee9cc14-1661-4dca-b35b-170526c04ac3} <Debug> TCPHandler: Processed in 0.001909798 sec.
9955 2025.02.07 10:12:24.111738 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache
9956 2025.02.07 10:12:24.111808 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache
9957 2025.02.07 10:12:24.286889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936
9958 2025.02.07 10:12:24.287580 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9959 2025.02.07 10:12:24.287625 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9960 2025.02.07 10:12:24.288154 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9961 2025.02.07 10:12:24.288429 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9962 2025.02.07 10:12:24.288669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
9963 2025.02.07 10:12:25.032716 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9964 2025.02.07 10:12:25.032922 [ 255 ] {9b5af289-b0cd-4421-ba4a-a88f171eac28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9965 2025.02.07 10:12:25.032999 [ 255 ] {9b5af289-b0cd-4421-ba4a-a88f171eac28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9966 2025.02.07 10:12:25.033730 [ 255 ] {9b5af289-b0cd-4421-ba4a-a88f171eac28} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9967 2025.02.07 10:12:25.033773 [ 255 ] {9b5af289-b0cd-4421-ba4a-a88f171eac28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9968 2025.02.07 10:12:25.034205 [ 255 ] {9b5af289-b0cd-4421-ba4a-a88f171eac28} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9969 2025.02.07 10:12:25.034456 [ 255 ] {9b5af289-b0cd-4421-ba4a-a88f171eac28} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9970 2025.02.07 10:12:25.034732 [ 255 ] {9b5af289-b0cd-4421-ba4a-a88f171eac28} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec.
9971 2025.02.07 10:12:25.034929 [ 255 ] {9b5af289-b0cd-4421-ba4a-a88f171eac28} <Debug> TCPHandler: Processed in 0.002350028 sec.
9972 2025.02.07 10:12:25.035236 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9973 2025.02.07 10:12:25.035428 [ 256 ] {13a406cc-7260-44e6-bd61-31bc24e3427d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9974 2025.02.07 10:12:25.035501 [ 256 ] {13a406cc-7260-44e6-bd61-31bc24e3427d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9975 2025.02.07 10:12:25.036322 [ 256 ] {13a406cc-7260-44e6-bd61-31bc24e3427d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9976 2025.02.07 10:12:25.036374 [ 256 ] {13a406cc-7260-44e6-bd61-31bc24e3427d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9977 2025.02.07 10:12:25.036846 [ 256 ] {13a406cc-7260-44e6-bd61-31bc24e3427d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9978 2025.02.07 10:12:25.037104 [ 256 ] {13a406cc-7260-44e6-bd61-31bc24e3427d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9979 2025.02.07 10:12:25.037340 [ 256 ] {13a406cc-7260-44e6-bd61-31bc24e3427d} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.001965 sec., 103307.88804071245 rows/sec., 8.92 MiB/sec.
9980 2025.02.07 10:12:25.037396 [ 256 ] {13a406cc-7260-44e6-bd61-31bc24e3427d} <Debug> TCPHandler: Processed in 0.002349227 sec.
9981 2025.02.07 10:12:25.037530 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9982 2025.02.07 10:12:25.037646 [ 255 ] {ea4db989-5044-4a44-8a7c-cfce9f511568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9983 2025.02.07 10:12:25.037695 [ 255 ] {ea4db989-5044-4a44-8a7c-cfce9f511568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9984 2025.02.07 10:12:25.038275 [ 255 ] {ea4db989-5044-4a44-8a7c-cfce9f511568} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9985 2025.02.07 10:12:25.038315 [ 255 ] {ea4db989-5044-4a44-8a7c-cfce9f511568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9986 2025.02.07 10:12:25.038680 [ 255 ] {ea4db989-5044-4a44-8a7c-cfce9f511568} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9987 2025.02.07 10:12:25.038917 [ 255 ] {ea4db989-5044-4a44-8a7c-cfce9f511568} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9988 2025.02.07 10:12:25.039119 [ 255 ] {ea4db989-5044-4a44-8a7c-cfce9f511568} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001497 sec., 4676.018704074816 rows/sec., 304.65 KiB/sec.
9989 2025.02.07 10:12:25.039169 [ 255 ] {ea4db989-5044-4a44-8a7c-cfce9f511568} <Debug> TCPHandler: Processed in 0.001695694 sec.
9990 2025.02.07 10:12:25.039325 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9991 2025.02.07 10:12:25.039464 [ 256 ] {805e6513-90c5-4a2a-97dd-034b56242295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9992 2025.02.07 10:12:25.039524 [ 256 ] {805e6513-90c5-4a2a-97dd-034b56242295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9993 2025.02.07 10:12:25.040227 [ 256 ] {805e6513-90c5-4a2a-97dd-034b56242295} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9994 2025.02.07 10:12:25.040266 [ 256 ] {805e6513-90c5-4a2a-97dd-034b56242295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
9995 2025.02.07 10:12:25.040649 [ 256 ] {805e6513-90c5-4a2a-97dd-034b56242295} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9996 2025.02.07 10:12:25.040892 [ 256 ] {805e6513-90c5-4a2a-97dd-034b56242295} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9997 2025.02.07 10:12:25.041108 [ 256 ] {805e6513-90c5-4a2a-97dd-034b56242295} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 585.70 KiB/sec.
9998 2025.02.07 10:12:25.041159 [ 256 ] {805e6513-90c5-4a2a-97dd-034b56242295} <Debug> TCPHandler: Processed in 0.001902748 sec.
9999 2025.02.07 10:12:25.041334 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10000 2025.02.07 10:12:25.041470 [ 255 ] {cd6e1ab6-93db-400e-a7ba-8946f7f0298f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10001 2025.02.07 10:12:25.041526 [ 255 ] {cd6e1ab6-93db-400e-a7ba-8946f7f0298f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10002 2025.02.07 10:12:25.042200 [ 255 ] {cd6e1ab6-93db-400e-a7ba-8946f7f0298f} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10003 2025.02.07 10:12:25.042238 [ 255 ] {cd6e1ab6-93db-400e-a7ba-8946f7f0298f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10004 2025.02.07 10:12:25.042602 [ 255 ] {cd6e1ab6-93db-400e-a7ba-8946f7f0298f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10005 2025.02.07 10:12:25.042835 [ 255 ] {cd6e1ab6-93db-400e-a7ba-8946f7f0298f} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10006 2025.02.07 10:12:25.043036 [ 255 ] {cd6e1ab6-93db-400e-a7ba-8946f7f0298f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001596 sec., 8145.363408521303 rows/sec., 507.86 KiB/sec.
10007 2025.02.07 10:12:25.043087 [ 255 ] {cd6e1ab6-93db-400e-a7ba-8946f7f0298f} <Debug> TCPHandler: Processed in 0.001824737 sec.
10008 2025.02.07 10:12:25.043277 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10009 2025.02.07 10:12:25.043500 [ 256 ] {e6751530-c280-4d34-9832-48616da41e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10010 2025.02.07 10:12:25.043590 [ 256 ] {e6751530-c280-4d34-9832-48616da41e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10011 2025.02.07 10:12:25.044574 [ 256 ] {e6751530-c280-4d34-9832-48616da41e67} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10012 2025.02.07 10:12:25.044613 [ 256 ] {e6751530-c280-4d34-9832-48616da41e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10013 2025.02.07 10:12:25.044994 [ 256 ] {e6751530-c280-4d34-9832-48616da41e67} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10014 2025.02.07 10:12:25.045235 [ 256 ] {e6751530-c280-4d34-9832-48616da41e67} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10015 2025.02.07 10:12:25.045454 [ 256 ] {e6751530-c280-4d34-9832-48616da41e67} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002007 sec., 190333.83158943697 rows/sec., 13.47 MiB/sec.
10016 2025.02.07 10:12:25.045507 [ 256 ] {e6751530-c280-4d34-9832-48616da41e67} <Debug> TCPHandler: Processed in 0.002335257 sec.
10017 2025.02.07 10:12:25.045643 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10018 2025.02.07 10:12:25.045760 [ 255 ] {1e2ed160-118a-416c-a6f5-6961430e0ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10019 2025.02.07 10:12:25.045809 [ 255 ] {1e2ed160-118a-416c-a6f5-6961430e0ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10020 2025.02.07 10:12:25.046296 [ 255 ] {1e2ed160-118a-416c-a6f5-6961430e0ceb} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10021 2025.02.07 10:12:25.046334 [ 255 ] {1e2ed160-118a-416c-a6f5-6961430e0ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10022 2025.02.07 10:12:25.046691 [ 255 ] {1e2ed160-118a-416c-a6f5-6961430e0ceb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10023 2025.02.07 10:12:25.046926 [ 255 ] {1e2ed160-118a-416c-a6f5-6961430e0ceb} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10024 2025.02.07 10:12:25.047083 [ 75 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0
10025 2025.02.07 10:12:25.047152 [ 255 ] {1e2ed160-118a-416c-a6f5-6961430e0ceb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec.
10026 2025.02.07 10:12:25.047168 [ 75 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10027 2025.02.07 10:12:25.047264 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10028 2025.02.07 10:12:25.047273 [ 255 ] {1e2ed160-118a-416c-a6f5-6961430e0ceb} <Debug> TCPHandler: Processed in 0.001682674 sec.
10029 2025.02.07 10:12:25.047690 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10030 2025.02.07 10:12:25.047809 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full
10031 2025.02.07 10:12:25.048273 [ 256 ] {c35ab426-f6b5-4a6e-b35d-c20da2767d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10032 2025.02.07 10:12:25.048416 [ 256 ] {c35ab426-f6b5-4a6e-b35d-c20da2767d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10033 2025.02.07 10:12:25.048422 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10034 2025.02.07 10:12:25.048476 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part
10035 2025.02.07 10:12:25.048625 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
10036 2025.02.07 10:12:25.048954 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
10037 2025.02.07 10:12:25.049287 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
10038 2025.02.07 10:12:25.049517 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
10039 2025.02.07 10:12:25.049780 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
10040 2025.02.07 10:12:25.050498 [ 256 ] {c35ab426-f6b5-4a6e-b35d-c20da2767d0e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10041 2025.02.07 10:12:25.050548 [ 256 ] {c35ab426-f6b5-4a6e-b35d-c20da2767d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10042 2025.02.07 10:12:25.051163 [ 256 ] {c35ab426-f6b5-4a6e-b35d-c20da2767d0e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10043 2025.02.07 10:12:25.051343 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 4 columns (4 merged, 0 gathered) in 0.003915339 sec., 52102.76811279942 rows/sec., 2.66 MiB/sec.
10044 2025.02.07 10:12:25.051462 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary)
10045 2025.02.07 10:12:25.051509 [ 256 ] {c35ab426-f6b5-4a6e-b35d-c20da2767d0e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10046 2025.02.07 10:12:25.051814 [ 256 ] {c35ab426-f6b5-4a6e-b35d-c20da2767d0e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003734 sec., 63470.80878414569 rows/sec., 4.25 MiB/sec.
10047 2025.02.07 10:12:25.051910 [ 256 ] {c35ab426-f6b5-4a6e-b35d-c20da2767d0e} <Debug> TCPHandler: Processed in 0.004492361 sec.
10048 2025.02.07 10:12:25.051916 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10049 2025.02.07 10:12:25.052024 [ 196 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_34_7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7
10050 2025.02.07 10:12:25.052080 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10051 2025.02.07 10:12:25.052150 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10052 2025.02.07 10:12:25.052252 [ 255 ] {b10ea211-1571-4c13-87fd-8ca8501b33ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10053 2025.02.07 10:12:25.052314 [ 255 ] {b10ea211-1571-4c13-87fd-8ca8501b33ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10054 2025.02.07 10:12:25.052870 [ 255 ] {b10ea211-1571-4c13-87fd-8ca8501b33ef} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10055 2025.02.07 10:12:25.052915 [ 255 ] {b10ea211-1571-4c13-87fd-8ca8501b33ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10056 2025.02.07 10:12:25.053314 [ 255 ] {b10ea211-1571-4c13-87fd-8ca8501b33ef} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10057 2025.02.07 10:12:25.053549 [ 255 ] {b10ea211-1571-4c13-87fd-8ca8501b33ef} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10058 2025.02.07 10:12:25.053805 [ 255 ] {b10ea211-1571-4c13-87fd-8ca8501b33ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001584 sec., 631.3131313131314 rows/sec., 42.54 KiB/sec.
10059 2025.02.07 10:12:25.053993 [ 255 ] {b10ea211-1571-4c13-87fd-8ca8501b33ef} <Debug> TCPHandler: Processed in 0.0019899 sec.
10060 2025.02.07 10:12:25.054214 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10061 2025.02.07 10:12:25.054355 [ 256 ] {03bddfcb-3a56-4697-86dd-73036c3a70f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10062 2025.02.07 10:12:25.054415 [ 256 ] {03bddfcb-3a56-4697-86dd-73036c3a70f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10063 2025.02.07 10:12:25.054992 [ 256 ] {03bddfcb-3a56-4697-86dd-73036c3a70f8} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10064 2025.02.07 10:12:25.055038 [ 256 ] {03bddfcb-3a56-4697-86dd-73036c3a70f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10065 2025.02.07 10:12:25.055438 [ 256 ] {03bddfcb-3a56-4697-86dd-73036c3a70f8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10066 2025.02.07 10:12:25.055680 [ 256 ] {03bddfcb-3a56-4697-86dd-73036c3a70f8} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10067 2025.02.07 10:12:25.055922 [ 256 ] {03bddfcb-3a56-4697-86dd-73036c3a70f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001598 sec., 51314.14267834793 rows/sec., 3.26 MiB/sec.
10068 2025.02.07 10:12:25.055987 [ 256 ] {03bddfcb-3a56-4697-86dd-73036c3a70f8} <Debug> TCPHandler: Processed in 0.001882548 sec.
10069 2025.02.07 10:12:25.994811 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
10070 2025.02.07 10:12:26.016853 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10071 2025.02.07 10:12:26.016903 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10072 2025.02.07 10:12:26.024698 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10073 2025.02.07 10:12:26.025488 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10074 2025.02.07 10:12:26.028228 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
10075 2025.02.07 10:12:29.441894 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1410
10076 2025.02.07 10:12:29.444989 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10077 2025.02.07 10:12:29.445042 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10078 2025.02.07 10:12:29.446558 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10079 2025.02.07 10:12:29.446868 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10080 2025.02.07 10:12:29.447163 [ 103 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10081 2025.02.07 10:12:29.447400 [ 103 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10082 2025.02.07 10:12:29.447481 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10083 2025.02.07 10:12:29.448053 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
10084 2025.02.07 10:12:29.449107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1410
10085 2025.02.07 10:12:29.449607 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10086 2025.02.07 10:12:29.449782 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1228 rows starting from the beginning of the part
10087 2025.02.07 10:12:29.450328 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part
10088 2025.02.07 10:12:29.450924 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
10089 2025.02.07 10:12:29.451464 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part
10090 2025.02.07 10:12:29.451966 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part
10091 2025.02.07 10:12:29.452452 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
10092 2025.02.07 10:12:29.461130 [ 188 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 72 columns (72 merged, 0 gathered) in 0.013479823 sec., 104600.77999540498 rows/sec., 81.96 MiB/sec.
10093 2025.02.07 10:12:29.462971 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10094 2025.02.07 10:12:29.463758 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_36_7} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10095 2025.02.07 10:12:29.463841 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_36_7} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10096 2025.02.07 10:12:29.464161 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
10097 2025.02.07 10:12:30.030493 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10098 2025.02.07 10:12:30.030779 [ 255 ] {edfff178-0171-4fc7-9dca-24d563f85821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10099 2025.02.07 10:12:30.030892 [ 255 ] {edfff178-0171-4fc7-9dca-24d563f85821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10100 2025.02.07 10:12:30.031777 [ 255 ] {edfff178-0171-4fc7-9dca-24d563f85821} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10101 2025.02.07 10:12:30.031820 [ 255 ] {edfff178-0171-4fc7-9dca-24d563f85821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10102 2025.02.07 10:12:30.032243 [ 255 ] {edfff178-0171-4fc7-9dca-24d563f85821} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10103 2025.02.07 10:12:30.032508 [ 255 ] {edfff178-0171-4fc7-9dca-24d563f85821} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10104 2025.02.07 10:12:30.032770 [ 255 ] {edfff178-0171-4fc7-9dca-24d563f85821} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002064 sec., 3875.9689922480625 rows/sec., 316.06 KiB/sec.
10105 2025.02.07 10:12:30.032872 [ 255 ] {edfff178-0171-4fc7-9dca-24d563f85821} <Debug> TCPHandler: Processed in 0.002565122 sec.
10106 2025.02.07 10:12:30.033164 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10107 2025.02.07 10:12:30.033352 [ 256 ] {8c1cb475-7bea-4479-8a75-5d67e81aa4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10108 2025.02.07 10:12:30.033425 [ 256 ] {8c1cb475-7bea-4479-8a75-5d67e81aa4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10109 2025.02.07 10:12:30.034287 [ 256 ] {8c1cb475-7bea-4479-8a75-5d67e81aa4e2} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10110 2025.02.07 10:12:30.034337 [ 256 ] {8c1cb475-7bea-4479-8a75-5d67e81aa4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10111 2025.02.07 10:12:30.034796 [ 256 ] {8c1cb475-7bea-4479-8a75-5d67e81aa4e2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10112 2025.02.07 10:12:30.035058 [ 256 ] {8c1cb475-7bea-4479-8a75-5d67e81aa4e2} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10113 2025.02.07 10:12:30.035272 [ 103 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10114 2025.02.07 10:12:30.035335 [ 256 ] {8c1cb475-7bea-4479-8a75-5d67e81aa4e2} <Debug> executeQuery: Read 138 rows, 12.10 KiB in 0.002031 sec., 67946.82422451995 rows/sec., 5.82 MiB/sec.
10115 2025.02.07 10:12:30.035352 [ 103 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10116 2025.02.07 10:12:30.035424 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10117 2025.02.07 10:12:30.035482 [ 256 ] {8c1cb475-7bea-4479-8a75-5d67e81aa4e2} <Debug> TCPHandler: Processed in 0.00248191 sec.
10118 2025.02.07 10:12:30.035671 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
10119 2025.02.07 10:12:30.035729 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10120 2025.02.07 10:12:30.035919 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10121 2025.02.07 10:12:30.035979 [ 255 ] {c6d9341f-86e0-4608-9c15-433924252e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10122 2025.02.07 10:12:30.035997 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1431 rows starting from the beginning of the part
10123 2025.02.07 10:12:30.036076 [ 255 ] {c6d9341f-86e0-4608-9c15-433924252e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10124 2025.02.07 10:12:30.036262 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1344 rows starting from the beginning of the part
10125 2025.02.07 10:12:30.036656 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part
10126 2025.02.07 10:12:30.037048 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 134 rows starting from the beginning of the part
10127 2025.02.07 10:12:30.037388 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 203 rows starting from the beginning of the part
10128 2025.02.07 10:12:30.037786 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 138 rows starting from the beginning of the part
10129 2025.02.07 10:12:30.038960 [ 255 ] {c6d9341f-86e0-4608-9c15-433924252e9c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10130 2025.02.07 10:12:30.039014 [ 255 ] {c6d9341f-86e0-4608-9c15-433924252e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10131 2025.02.07 10:12:30.039939 [ 255 ] {c6d9341f-86e0-4608-9c15-433924252e9c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10132 2025.02.07 10:12:30.040409 [ 255 ] {c6d9341f-86e0-4608-9c15-433924252e9c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10133 2025.02.07 10:12:30.040661 [ 255 ] {c6d9341f-86e0-4608-9c15-433924252e9c} <Debug> executeQuery: Read 47 rows, 3.49 KiB in 0.004735 sec., 9926.08236536431 rows/sec., 737.32 KiB/sec.
10134 2025.02.07 10:12:30.040757 [ 255 ] {c6d9341f-86e0-4608-9c15-433924252e9c} <Debug> TCPHandler: Processed in 0.005126074 sec.
10135 2025.02.07 10:12:30.040934 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10136 2025.02.07 10:12:30.041215 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005680875 sec., 581952.6041322859 rows/sec., 50.80 MiB/sec.
10137 2025.02.07 10:12:30.041227 [ 256 ] {504f31c9-17ae-4f23-9e41-d7166d757b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10138 2025.02.07 10:12:30.041310 [ 256 ] {504f31c9-17ae-4f23-9e41-d7166d757b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10139 2025.02.07 10:12:30.041493 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10140 2025.02.07 10:12:30.042095 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10141 2025.02.07 10:12:30.042279 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_81_16} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10142 2025.02.07 10:12:30.042449 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
10143 2025.02.07 10:12:30.042628 [ 256 ] {504f31c9-17ae-4f23-9e41-d7166d757b8a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10144 2025.02.07 10:12:30.042678 [ 256 ] {504f31c9-17ae-4f23-9e41-d7166d757b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10145 2025.02.07 10:12:30.043156 [ 256 ] {504f31c9-17ae-4f23-9e41-d7166d757b8a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10146 2025.02.07 10:12:30.043463 [ 256 ] {504f31c9-17ae-4f23-9e41-d7166d757b8a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10147 2025.02.07 10:12:30.043650 [ 103 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10148 2025.02.07 10:12:30.043703 [ 103 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10149 2025.02.07 10:12:30.043738 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10150 2025.02.07 10:12:30.043750 [ 256 ] {504f31c9-17ae-4f23-9e41-d7166d757b8a} <Debug> executeQuery: Read 111 rows, 8.89 KiB in 0.002566 sec., 43257.98908807482 rows/sec., 3.38 MiB/sec.
10151 2025.02.07 10:12:30.044025 [ 256 ] {504f31c9-17ae-4f23-9e41-d7166d757b8a} <Debug> TCPHandler: Processed in 0.003155524 sec.
10152 2025.02.07 10:12:30.044036 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
10153 2025.02.07 10:12:30.044500 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10154 2025.02.07 10:12:30.044513 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10155 2025.02.07 10:12:30.044622 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part
10156 2025.02.07 10:12:30.045040 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 840 rows starting from the beginning of the part
10157 2025.02.07 10:12:30.045576 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part
10158 2025.02.07 10:12:30.045616 [ 255 ] {3a6068b4-6636-4c73-90a6-3726e9e41fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10159 2025.02.07 10:12:30.045871 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 103 rows starting from the beginning of the part
10160 2025.02.07 10:12:30.045965 [ 255 ] {3a6068b4-6636-4c73-90a6-3726e9e41fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10161 2025.02.07 10:12:30.046148 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 382 rows starting from the beginning of the part
10162 2025.02.07 10:12:30.046496 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 111 rows starting from the beginning of the part
10163 2025.02.07 10:12:30.048225 [ 255 ] {3a6068b4-6636-4c73-90a6-3726e9e41fa9} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10164 2025.02.07 10:12:30.048299 [ 255 ] {3a6068b4-6636-4c73-90a6-3726e9e41fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10165 2025.02.07 10:12:30.049148 [ 255 ] {3a6068b4-6636-4c73-90a6-3726e9e41fa9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10166 2025.02.07 10:12:30.049559 [ 255 ] {3a6068b4-6636-4c73-90a6-3726e9e41fa9} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10167 2025.02.07 10:12:30.049831 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006014172 sec., 401218.98741838447 rows/sec., 30.77 MiB/sec.
10168 2025.02.07 10:12:30.050031 [ 255 ] {3a6068b4-6636-4c73-90a6-3726e9e41fa9} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00494 sec., 33198.38056680162 rows/sec., 2.31 MiB/sec.
10169 2025.02.07 10:12:30.050110 [ 255 ] {3a6068b4-6636-4c73-90a6-3726e9e41fa9} <Debug> TCPHandler: Processed in 0.005859319 sec.
10170 2025.02.07 10:12:30.050169 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10171 2025.02.07 10:12:30.050292 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10172 2025.02.07 10:12:30.050495 [ 256 ] {a14e0175-6cea-4e3e-98ed-2f8ec2d1ab58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10173 2025.02.07 10:12:30.050667 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10174 2025.02.07 10:12:30.050684 [ 256 ] {a14e0175-6cea-4e3e-98ed-2f8ec2d1ab58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10175 2025.02.07 10:12:30.050873 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_81_16} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10176 2025.02.07 10:12:30.051141 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
10177 2025.02.07 10:12:30.052348 [ 256 ] {a14e0175-6cea-4e3e-98ed-2f8ec2d1ab58} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10178 2025.02.07 10:12:30.052393 [ 256 ] {a14e0175-6cea-4e3e-98ed-2f8ec2d1ab58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10179 2025.02.07 10:12:30.053101 [ 256 ] {a14e0175-6cea-4e3e-98ed-2f8ec2d1ab58} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10180 2025.02.07 10:12:30.053372 [ 256 ] {a14e0175-6cea-4e3e-98ed-2f8ec2d1ab58} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10181 2025.02.07 10:12:30.053535 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10182 2025.02.07 10:12:30.053581 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10183 2025.02.07 10:12:30.053587 [ 256 ] {a14e0175-6cea-4e3e-98ed-2f8ec2d1ab58} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003168 sec., 12310.606060606062 rows/sec., 22.06 MiB/sec.
10184 2025.02.07 10:12:30.053609 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10185 2025.02.07 10:12:30.053919 [ 256 ] {a14e0175-6cea-4e3e-98ed-2f8ec2d1ab58} <Debug> TCPHandler: Processed in 0.003696745 sec.
10186 2025.02.07 10:12:30.053949 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
10187 2025.02.07 10:12:30.054238 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10188 2025.02.07 10:12:30.054646 [ 255 ] {ee38d9ec-df53-4232-96aa-111414d14e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10189 2025.02.07 10:12:30.054792 [ 255 ] {ee38d9ec-df53-4232-96aa-111414d14e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10190 2025.02.07 10:12:30.055071 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10191 2025.02.07 10:12:30.055344 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1137 rows starting from the beginning of the part
10192 2025.02.07 10:12:30.056016 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part
10193 2025.02.07 10:12:30.056760 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part
10194 2025.02.07 10:12:30.056962 [ 255 ] {ee38d9ec-df53-4232-96aa-111414d14e99} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10195 2025.02.07 10:12:30.057071 [ 255 ] {ee38d9ec-df53-4232-96aa-111414d14e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10196 2025.02.07 10:12:30.057448 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part
10197 2025.02.07 10:12:30.058232 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part
10198 2025.02.07 10:12:30.058698 [ 255 ] {ee38d9ec-df53-4232-96aa-111414d14e99} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10199 2025.02.07 10:12:30.058996 [ 200 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part
10200 2025.02.07 10:12:30.059721 [ 255 ] {ee38d9ec-df53-4232-96aa-111414d14e99} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10201 2025.02.07 10:12:30.060349 [ 255 ] {ee38d9ec-df53-4232-96aa-111414d14e99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0058 sec., 10344.827586206897 rows/sec., 713.90 KiB/sec.
10202 2025.02.07 10:12:30.060520 [ 255 ] {ee38d9ec-df53-4232-96aa-111414d14e99} <Debug> TCPHandler: Processed in 0.006481681 sec.
10203 2025.02.07 10:12:30.068454 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1332 rows, containing 19 columns (19 merged, 0 gathered) in 0.014749169 sec., 90310.17272905342 rows/sec., 161.83 MiB/sec.
10204 2025.02.07 10:12:30.070149 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10205 2025.02.07 10:12:30.070560 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10206 2025.02.07 10:12:30.070644 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10207 2025.02.07 10:12:30.070794 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.45 MiB.
10208 2025.02.07 10:12:31.000203 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.09 MiB, peak 239.51 MiB, free memory in arenas 0.00 B, will set to 231.41 MiB (RSS), difference: 3.32 MiB
10209 2025.02.07 10:12:31.789732 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363
10210 2025.02.07 10:12:31.790401 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10211 2025.02.07 10:12:31.790456 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10212 2025.02.07 10:12:31.790997 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10213 2025.02.07 10:12:31.791300 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10214 2025.02.07 10:12:31.791554 [ 117 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10215 2025.02.07 10:12:31.791562 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363
10216 2025.02.07 10:12:31.791644 [ 117 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10217 2025.02.07 10:12:31.791676 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10218 2025.02.07 10:12:31.791870 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
10219 2025.02.07 10:12:31.792208 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10220 2025.02.07 10:12:31.792332 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
10221 2025.02.07 10:12:31.792688 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part
10222 2025.02.07 10:12:31.792925 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part
10223 2025.02.07 10:12:31.793131 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part
10224 2025.02.07 10:12:31.793331 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part
10225 2025.02.07 10:12:31.793476 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part
10226 2025.02.07 10:12:31.795821 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.004070782 sec., 5739192.125738986 rows/sec., 82.10 MiB/sec.
10227 2025.02.07 10:12:31.796063 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10228 2025.02.07 10:12:31.796346 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10229 2025.02.07 10:12:31.796431 [ 188 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_51_10} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10230 2025.02.07 10:12:31.796513 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
10231 2025.02.07 10:12:33.529230 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
10232 2025.02.07 10:12:33.551309 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10233 2025.02.07 10:12:33.551378 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10234 2025.02.07 10:12:33.558879 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10235 2025.02.07 10:12:33.559656 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10236 2025.02.07 10:12:33.560091 [ 116 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10237 2025.02.07 10:12:33.560217 [ 116 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10238 2025.02.07 10:12:33.560301 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10239 2025.02.07 10:12:33.560569 [ 195 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
10240 2025.02.07 10:12:33.568416 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
10241 2025.02.07 10:12:33.569756 [ 195 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10242 2025.02.07 10:12:33.570699 [ 195 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
10243 2025.02.07 10:12:33.576236 [ 195 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
10244 2025.02.07 10:12:33.581454 [ 195 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
10245 2025.02.07 10:12:33.586741 [ 195 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
10246 2025.02.07 10:12:33.592192 [ 195 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
10247 2025.02.07 10:12:33.596901 [ 195 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
10248 2025.02.07 10:12:33.655491 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.095063494 sec., 4049.9247797477337 rows/sec., 20.94 MiB/sec.
10249 2025.02.07 10:12:33.658679 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10250 2025.02.07 10:12:33.661735 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_51_10} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10251 2025.02.07 10:12:33.661877 [ 188 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_51_10} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10252 2025.02.07 10:12:33.664554 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10253 2025.02.07 10:12:35.032499 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10254 2025.02.07 10:12:35.032709 [ 255 ] {ad55d342-c3c7-46c0-b7e9-264150b54773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10255 2025.02.07 10:12:35.032785 [ 255 ] {ad55d342-c3c7-46c0-b7e9-264150b54773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10256 2025.02.07 10:12:35.033576 [ 255 ] {ad55d342-c3c7-46c0-b7e9-264150b54773} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10257 2025.02.07 10:12:35.033619 [ 255 ] {ad55d342-c3c7-46c0-b7e9-264150b54773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10258 2025.02.07 10:12:35.034063 [ 255 ] {ad55d342-c3c7-46c0-b7e9-264150b54773} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10259 2025.02.07 10:12:35.034322 [ 255 ] {ad55d342-c3c7-46c0-b7e9-264150b54773} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10260 2025.02.07 10:12:35.034575 [ 255 ] {ad55d342-c3c7-46c0-b7e9-264150b54773} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec.
10261 2025.02.07 10:12:35.034639 [ 255 ] {ad55d342-c3c7-46c0-b7e9-264150b54773} <Debug> TCPHandler: Processed in 0.002269826 sec.
10262 2025.02.07 10:12:35.034936 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10263 2025.02.07 10:12:35.035248 [ 256 ] {c74ee8fc-f318-421b-9731-151284892ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10264 2025.02.07 10:12:35.035365 [ 256 ] {c74ee8fc-f318-421b-9731-151284892ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10265 2025.02.07 10:12:35.036240 [ 256 ] {c74ee8fc-f318-421b-9731-151284892ce6} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10266 2025.02.07 10:12:35.036291 [ 256 ] {c74ee8fc-f318-421b-9731-151284892ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10267 2025.02.07 10:12:35.036763 [ 256 ] {c74ee8fc-f318-421b-9731-151284892ce6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10268 2025.02.07 10:12:35.037035 [ 256 ] {c74ee8fc-f318-421b-9731-151284892ce6} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10269 2025.02.07 10:12:35.037284 [ 256 ] {c74ee8fc-f318-421b-9731-151284892ce6} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002123 sec., 95619.40650023552 rows/sec., 8.26 MiB/sec.
10270 2025.02.07 10:12:35.037361 [ 256 ] {c74ee8fc-f318-421b-9731-151284892ce6} <Debug> TCPHandler: Processed in 0.002616703 sec.
10271 2025.02.07 10:12:35.037640 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10272 2025.02.07 10:12:35.037883 [ 255 ] {267b73d4-eb7b-4288-a7ea-176115468c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10273 2025.02.07 10:12:35.037974 [ 255 ] {267b73d4-eb7b-4288-a7ea-176115468c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10274 2025.02.07 10:12:35.038785 [ 255 ] {267b73d4-eb7b-4288-a7ea-176115468c9e} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10275 2025.02.07 10:12:35.038826 [ 255 ] {267b73d4-eb7b-4288-a7ea-176115468c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10276 2025.02.07 10:12:35.039194 [ 255 ] {267b73d4-eb7b-4288-a7ea-176115468c9e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10277 2025.02.07 10:12:35.039435 [ 255 ] {267b73d4-eb7b-4288-a7ea-176115468c9e} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10278 2025.02.07 10:12:35.039614 [ 113 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10279 2025.02.07 10:12:35.039678 [ 255 ] {267b73d4-eb7b-4288-a7ea-176115468c9e} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001848 sec., 3787.878787878788 rows/sec., 246.78 KiB/sec.
10280 2025.02.07 10:12:35.039706 [ 113 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10281 2025.02.07 10:12:35.039785 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10282 2025.02.07 10:12:35.039798 [ 255 ] {267b73d4-eb7b-4288-a7ea-176115468c9e} <Debug> TCPHandler: Processed in 0.002318586 sec.
10283 2025.02.07 10:12:35.040030 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
10284 2025.02.07 10:12:35.040096 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10285 2025.02.07 10:12:35.040226 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10286 2025.02.07 10:12:35.040283 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 64 rows starting from the beginning of the part
10287 2025.02.07 10:12:35.040500 [ 256 ] {07eaca02-fd09-41d4-9846-15336d53ff8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10288 2025.02.07 10:12:35.040533 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 9 rows starting from the beginning of the part
10289 2025.02.07 10:12:35.040641 [ 256 ] {07eaca02-fd09-41d4-9846-15336d53ff8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10290 2025.02.07 10:12:35.040869 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 39 rows starting from the beginning of the part
10291 2025.02.07 10:12:35.041195 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part
10292 2025.02.07 10:12:35.041652 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 47 rows starting from the beginning of the part
10293 2025.02.07 10:12:35.042089 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part
10294 2025.02.07 10:12:35.043555 [ 256 ] {07eaca02-fd09-41d4-9846-15336d53ff8c} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10295 2025.02.07 10:12:35.043626 [ 256 ] {07eaca02-fd09-41d4-9846-15336d53ff8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10296 2025.02.07 10:12:35.044561 [ 256 ] {07eaca02-fd09-41d4-9846-15336d53ff8c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10297 2025.02.07 10:12:35.044863 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 5 columns (5 merged, 0 gathered) in 0.004969231 sec., 34814.23986930775 rows/sec., 2.60 MiB/sec.
10298 2025.02.07 10:12:35.045042 [ 256 ] {07eaca02-fd09-41d4-9846-15336d53ff8c} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10299 2025.02.07 10:12:35.045183 [ 186 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10300 2025.02.07 10:12:35.045300 [ 113 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
10301 2025.02.07 10:12:35.045418 [ 113 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10302 2025.02.07 10:12:35.045519 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10303 2025.02.07 10:12:35.045626 [ 256 ] {07eaca02-fd09-41d4-9846-15336d53ff8c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005264 sec., 2659.5744680851067 rows/sec., 186.26 KiB/sec.
10304 2025.02.07 10:12:35.045945 [ 256 ] {07eaca02-fd09-41d4-9846-15336d53ff8c} <Debug> TCPHandler: Processed in 0.006011622 sec.
10305 2025.02.07 10:12:35.046159 [ 199 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::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
10306 2025.02.07 10:12:35.046239 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10307 2025.02.07 10:12:35.046262 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10308 2025.02.07 10:12:35.046539 [ 188 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_71_14} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10309 2025.02.07 10:12:35.046632 [ 199 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10310 2025.02.07 10:12:35.046650 [ 255 ] {0ab34640-c0d8-4625-a698-f04079b365ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10311 2025.02.07 10:12:35.046783 [ 199 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 242 rows starting from the beginning of the part
10312 2025.02.07 10:12:35.046814 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10313 2025.02.07 10:12:35.046839 [ 255 ] {0ab34640-c0d8-4625-a698-f04079b365ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10314 2025.02.07 10:12:35.047217 [ 199 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
10315 2025.02.07 10:12:35.047537 [ 199 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
10316 2025.02.07 10:12:35.047895 [ 199 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part
10317 2025.02.07 10:12:35.048279 [ 199 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
10318 2025.02.07 10:12:35.048610 [ 199 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
10319 2025.02.07 10:12:35.049647 [ 255 ] {0ab34640-c0d8-4625-a698-f04079b365ab} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10320 2025.02.07 10:12:35.049731 [ 255 ] {0ab34640-c0d8-4625-a698-f04079b365ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10321 2025.02.07 10:12:35.050664 [ 255 ] {0ab34640-c0d8-4625-a698-f04079b365ab} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10322 2025.02.07 10:12:35.051224 [ 255 ] {0ab34640-c0d8-4625-a698-f04079b365ab} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10323 2025.02.07 10:12:35.051491 [ 191 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005824608 sec., 92710.10169268043 rows/sec., 6.64 MiB/sec.
10324 2025.02.07 10:12:35.051746 [ 255 ] {0ab34640-c0d8-4625-a698-f04079b365ab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005238 sec., 2481.863306605575 rows/sec., 154.74 KiB/sec.
10325 2025.02.07 10:12:35.051788 [ 191 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
10326 2025.02.07 10:12:35.051904 [ 255 ] {0ab34640-c0d8-4625-a698-f04079b365ab} <Debug> TCPHandler: Processed in 0.005801787 sec.
10327 2025.02.07 10:12:35.052118 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10328 2025.02.07 10:12:35.052301 [ 191 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10329 2025.02.07 10:12:35.052340 [ 256 ] {0663f529-29cd-469a-bd97-42f61e4b2bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10330 2025.02.07 10:12:35.052426 [ 191 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_35_7} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
10331 2025.02.07 10:12:35.052453 [ 256 ] {0663f529-29cd-469a-bd97-42f61e4b2bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10332 2025.02.07 10:12:35.052613 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
10333 2025.02.07 10:12:35.053339 [ 256 ] {0663f529-29cd-469a-bd97-42f61e4b2bee} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10334 2025.02.07 10:12:35.053384 [ 256 ] {0663f529-29cd-469a-bd97-42f61e4b2bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10335 2025.02.07 10:12:35.053783 [ 256 ] {0663f529-29cd-469a-bd97-42f61e4b2bee} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10336 2025.02.07 10:12:35.054044 [ 256 ] {0663f529-29cd-469a-bd97-42f61e4b2bee} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10337 2025.02.07 10:12:35.054279 [ 256 ] {0663f529-29cd-469a-bd97-42f61e4b2bee} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001994 sec., 191574.72417251754 rows/sec., 13.56 MiB/sec.
10338 2025.02.07 10:12:35.054381 [ 256 ] {0663f529-29cd-469a-bd97-42f61e4b2bee} <Debug> TCPHandler: Processed in 0.002345168 sec.
10339 2025.02.07 10:12:35.054717 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10340 2025.02.07 10:12:35.054980 [ 255 ] {32f31736-77d3-4262-8612-fcc6d39d758d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10341 2025.02.07 10:12:35.055074 [ 255 ] {32f31736-77d3-4262-8612-fcc6d39d758d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10342 2025.02.07 10:12:35.055740 [ 255 ] {32f31736-77d3-4262-8612-fcc6d39d758d} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10343 2025.02.07 10:12:35.055780 [ 255 ] {32f31736-77d3-4262-8612-fcc6d39d758d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10344 2025.02.07 10:12:35.056161 [ 255 ] {32f31736-77d3-4262-8612-fcc6d39d758d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10345 2025.02.07 10:12:35.056427 [ 255 ] {32f31736-77d3-4262-8612-fcc6d39d758d} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10346 2025.02.07 10:12:35.056685 [ 255 ] {32f31736-77d3-4262-8612-fcc6d39d758d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001753 sec., 3422.7039361095267 rows/sec., 178.82 KiB/sec.
10347 2025.02.07 10:12:35.056759 [ 255 ] {32f31736-77d3-4262-8612-fcc6d39d758d} <Debug> TCPHandler: Processed in 0.002243316 sec.
10348 2025.02.07 10:12:35.057082 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10349 2025.02.07 10:12:35.057302 [ 256 ] {d539df5c-c0e4-49bb-b581-8e2b0d4577a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10350 2025.02.07 10:12:35.057398 [ 256 ] {d539df5c-c0e4-49bb-b581-8e2b0d4577a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10351 2025.02.07 10:12:35.058022 [ 256 ] {d539df5c-c0e4-49bb-b581-8e2b0d4577a3} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10352 2025.02.07 10:12:35.058062 [ 256 ] {d539df5c-c0e4-49bb-b581-8e2b0d4577a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10353 2025.02.07 10:12:35.058477 [ 256 ] {d539df5c-c0e4-49bb-b581-8e2b0d4577a3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10354 2025.02.07 10:12:35.058731 [ 256 ] {d539df5c-c0e4-49bb-b581-8e2b0d4577a3} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10355 2025.02.07 10:12:35.058900 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10356 2025.02.07 10:12:35.058958 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10357 2025.02.07 10:12:35.058965 [ 256 ] {d539df5c-c0e4-49bb-b581-8e2b0d4577a3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001712 sec., 138434.57943925232 rows/sec., 9.28 MiB/sec.
10358 2025.02.07 10:12:35.058989 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10359 2025.02.07 10:12:35.059125 [ 256 ] {d539df5c-c0e4-49bb-b581-8e2b0d4577a3} <Debug> TCPHandler: Processed in 0.002243375 sec.
10360 2025.02.07 10:12:35.059195 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
10361 2025.02.07 10:12:35.059313 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10362 2025.02.07 10:12:35.059387 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10363 2025.02.07 10:12:35.059470 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21898 rows starting from the beginning of the part
10364 2025.02.07 10:12:35.059543 [ 255 ] {3189060a-ce70-4c0c-aed8-b359b8a13783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10365 2025.02.07 10:12:35.059716 [ 255 ] {3189060a-ce70-4c0c-aed8-b359b8a13783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10366 2025.02.07 10:12:35.059803 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
10367 2025.02.07 10:12:35.060186 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part
10368 2025.02.07 10:12:35.060571 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part
10369 2025.02.07 10:12:35.060865 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 164 rows starting from the beginning of the part
10370 2025.02.07 10:12:35.061150 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part
10371 2025.02.07 10:12:35.062255 [ 255 ] {3189060a-ce70-4c0c-aed8-b359b8a13783} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10372 2025.02.07 10:12:35.062331 [ 255 ] {3189060a-ce70-4c0c-aed8-b359b8a13783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10373 2025.02.07 10:12:35.062896 [ 255 ] {3189060a-ce70-4c0c-aed8-b359b8a13783} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10374 2025.02.07 10:12:35.063314 [ 255 ] {3189060a-ce70-4c0c-aed8-b359b8a13783} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10375 2025.02.07 10:12:35.063495 [ 113 ] {} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
10376 2025.02.07 10:12:35.063613 [ 113 ] {} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10377 2025.02.07 10:12:35.063687 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10378 2025.02.07 10:12:35.063854 [ 255 ] {3189060a-ce70-4c0c-aed8-b359b8a13783} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004346 sec., 230.0966405890474 rows/sec., 15.50 KiB/sec.
10379 2025.02.07 10:12:35.064234 [ 255 ] {3189060a-ce70-4c0c-aed8-b359b8a13783} <Debug> TCPHandler: Processed in 0.004999532 sec.
10380 2025.02.07 10:12:35.064273 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
10381 2025.02.07 10:12:35.064557 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10382 2025.02.07 10:12:35.064915 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10383 2025.02.07 10:12:35.065038 [ 256 ] {a5cdbe81-d9dd-4958-aec0-fe2a4b4eb568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10384 2025.02.07 10:12:35.065055 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part
10385 2025.02.07 10:12:35.065231 [ 256 ] {a5cdbe81-d9dd-4958-aec0-fe2a4b4eb568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10386 2025.02.07 10:12:35.065589 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
10387 2025.02.07 10:12:35.066142 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
10388 2025.02.07 10:12:35.066623 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
10389 2025.02.07 10:12:35.066973 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
10390 2025.02.07 10:12:35.067519 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
10391 2025.02.07 10:12:35.068295 [ 256 ] {a5cdbe81-d9dd-4958-aec0-fe2a4b4eb568} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10392 2025.02.07 10:12:35.070236 [ 256 ] {a5cdbe81-d9dd-4958-aec0-fe2a4b4eb568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10393 2025.02.07 10:12:35.074758 [ 256 ] {a5cdbe81-d9dd-4958-aec0-fe2a4b4eb568} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10394 2025.02.07 10:12:35.075458 [ 256 ] {a5cdbe81-d9dd-4958-aec0-fe2a4b4eb568} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10395 2025.02.07 10:12:35.076171 [ 113 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10396 2025.02.07 10:12:35.076230 [ 256 ] {a5cdbe81-d9dd-4958-aec0-fe2a4b4eb568} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.011329 sec., 7238.061611792744 rows/sec., 470.74 KiB/sec.
10397 2025.02.07 10:12:35.076307 [ 113 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10398 2025.02.07 10:12:35.076446 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10399 2025.02.07 10:12:35.076602 [ 256 ] {a5cdbe81-d9dd-4958-aec0-fe2a4b4eb568} <Debug> TCPHandler: Processed in 0.012217897 sec.
10400 2025.02.07 10:12:35.076688 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.012744298 sec., 2746.326239389569 rows/sec., 185.06 KiB/sec.
10401 2025.02.07 10:12:35.076915 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
10402 2025.02.07 10:12:35.077024 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
10403 2025.02.07 10:12:35.077330 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10404 2025.02.07 10:12:35.077393 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4506 rows starting from the beginning of the part
10405 2025.02.07 10:12:35.077850 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 12 rows starting from the beginning of the part
10406 2025.02.07 10:12:35.078332 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part
10407 2025.02.07 10:12:35.078345 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22728 rows, containing 5 columns (5 merged, 0 gathered) in 0.019220219 sec., 1182504.7362883845 rows/sec., 79.85 MiB/sec.
10408 2025.02.07 10:12:35.078656 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part
10409 2025.02.07 10:12:35.078700 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10410 2025.02.07 10:12:35.078913 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
10411 2025.02.07 10:12:35.078977 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10412 2025.02.07 10:12:35.079333 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part
10413 2025.02.07 10:12:35.079490 [ 191 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_35_7} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
10414 2025.02.07 10:12:35.079907 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
10415 2025.02.07 10:12:35.080139 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10416 2025.02.07 10:12:35.080249 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10417 2025.02.07 10:12:35.080353 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB.
10418 2025.02.07 10:12:35.081635 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4802 rows, containing 4 columns (4 merged, 0 gathered) in 0.004984101 sec., 963463.6216240401 rows/sec., 62.65 MiB/sec.
10419 2025.02.07 10:12:35.082030 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10420 2025.02.07 10:12:35.082403 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10421 2025.02.07 10:12:35.082492 [ 194 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_81_16} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10422 2025.02.07 10:12:35.082586 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
10423 2025.02.07 10:12:39.111858 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
10424 2025.02.07 10:12:39.111935 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
10425 2025.02.07 10:12:39.292655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851
10426 2025.02.07 10:12:39.293332 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10427 2025.02.07 10:12:39.293375 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10428 2025.02.07 10:12:39.293931 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10429 2025.02.07 10:12:39.294212 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10430 2025.02.07 10:12:39.294454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
10431 2025.02.07 10:12:39.450212 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1444
10432 2025.02.07 10:12:39.453469 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10433 2025.02.07 10:12:39.453525 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10434 2025.02.07 10:12:39.455025 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10435 2025.02.07 10:12:39.455338 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10436 2025.02.07 10:12:39.456757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1444
10437 2025.02.07 10:12:40.029824 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10438 2025.02.07 10:12:40.030029 [ 255 ] {c98b1556-ac33-44d0-88bb-19f642494bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10439 2025.02.07 10:12:40.030104 [ 255 ] {c98b1556-ac33-44d0-88bb-19f642494bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10440 2025.02.07 10:12:40.030958 [ 255 ] {c98b1556-ac33-44d0-88bb-19f642494bf4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10441 2025.02.07 10:12:40.031001 [ 255 ] {c98b1556-ac33-44d0-88bb-19f642494bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10442 2025.02.07 10:12:40.031453 [ 255 ] {c98b1556-ac33-44d0-88bb-19f642494bf4} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10443 2025.02.07 10:12:40.031711 [ 255 ] {c98b1556-ac33-44d0-88bb-19f642494bf4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10444 2025.02.07 10:12:40.031954 [ 255 ] {c98b1556-ac33-44d0-88bb-19f642494bf4} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001977 sec., 67779.46383409206 rows/sec., 5.83 MiB/sec.
10445 2025.02.07 10:12:40.032041 [ 255 ] {c98b1556-ac33-44d0-88bb-19f642494bf4} <Debug> TCPHandler: Processed in 0.002350517 sec.
10446 2025.02.07 10:12:40.032334 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10447 2025.02.07 10:12:40.032533 [ 256 ] {e7ae166d-87d4-43a1-ae29-d8a8d60fb90b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10448 2025.02.07 10:12:40.032604 [ 256 ] {e7ae166d-87d4-43a1-ae29-d8a8d60fb90b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10449 2025.02.07 10:12:40.033365 [ 256 ] {e7ae166d-87d4-43a1-ae29-d8a8d60fb90b} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10450 2025.02.07 10:12:40.033406 [ 256 ] {e7ae166d-87d4-43a1-ae29-d8a8d60fb90b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10451 2025.02.07 10:12:40.033854 [ 256 ] {e7ae166d-87d4-43a1-ae29-d8a8d60fb90b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10452 2025.02.07 10:12:40.034122 [ 256 ] {e7ae166d-87d4-43a1-ae29-d8a8d60fb90b} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10453 2025.02.07 10:12:40.034320 [ 256 ] {e7ae166d-87d4-43a1-ae29-d8a8d60fb90b} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00184 sec., 21195.652173913044 rows/sec., 1.56 MiB/sec.
10454 2025.02.07 10:12:40.034377 [ 256 ] {e7ae166d-87d4-43a1-ae29-d8a8d60fb90b} <Debug> TCPHandler: Processed in 0.002214655 sec.
10455 2025.02.07 10:12:40.034566 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10456 2025.02.07 10:12:40.034684 [ 255 ] {284c4a47-2f9c-41b9-aa1f-44301a8880e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10457 2025.02.07 10:12:40.034732 [ 255 ] {284c4a47-2f9c-41b9-aa1f-44301a8880e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10458 2025.02.07 10:12:40.035360 [ 255 ] {284c4a47-2f9c-41b9-aa1f-44301a8880e6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10459 2025.02.07 10:12:40.035401 [ 255 ] {284c4a47-2f9c-41b9-aa1f-44301a8880e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10460 2025.02.07 10:12:40.035775 [ 255 ] {284c4a47-2f9c-41b9-aa1f-44301a8880e6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10461 2025.02.07 10:12:40.036014 [ 255 ] {284c4a47-2f9c-41b9-aa1f-44301a8880e6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10462 2025.02.07 10:12:40.036231 [ 255 ] {284c4a47-2f9c-41b9-aa1f-44301a8880e6} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001567 sec., 65730.69559668156 rows/sec., 5.13 MiB/sec.
10463 2025.02.07 10:12:40.036308 [ 255 ] {284c4a47-2f9c-41b9-aa1f-44301a8880e6} <Debug> TCPHandler: Processed in 0.001798377 sec.
10464 2025.02.07 10:12:40.036499 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10465 2025.02.07 10:12:40.036730 [ 256 ] {f20bb8fe-a3f9-48ec-a568-7a41e9d4829a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10466 2025.02.07 10:12:40.036793 [ 256 ] {f20bb8fe-a3f9-48ec-a568-7a41e9d4829a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10467 2025.02.07 10:12:40.037562 [ 256 ] {f20bb8fe-a3f9-48ec-a568-7a41e9d4829a} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10468 2025.02.07 10:12:40.037600 [ 256 ] {f20bb8fe-a3f9-48ec-a568-7a41e9d4829a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10469 2025.02.07 10:12:40.038005 [ 256 ] {f20bb8fe-a3f9-48ec-a568-7a41e9d4829a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10470 2025.02.07 10:12:40.038247 [ 256 ] {f20bb8fe-a3f9-48ec-a568-7a41e9d4829a} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10471 2025.02.07 10:12:40.038440 [ 256 ] {f20bb8fe-a3f9-48ec-a568-7a41e9d4829a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001759 sec., 90960.77316657192 rows/sec., 6.34 MiB/sec.
10472 2025.02.07 10:12:40.038531 [ 256 ] {f20bb8fe-a3f9-48ec-a568-7a41e9d4829a} <Debug> TCPHandler: Processed in 0.002109253 sec.
10473 2025.02.07 10:12:40.038740 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10474 2025.02.07 10:12:40.038925 [ 255 ] {efb398d9-239b-4087-a74d-18014f33c9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10475 2025.02.07 10:12:40.039011 [ 255 ] {efb398d9-239b-4087-a74d-18014f33c9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10476 2025.02.07 10:12:40.040223 [ 255 ] {efb398d9-239b-4087-a74d-18014f33c9bd} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10477 2025.02.07 10:12:40.040262 [ 255 ] {efb398d9-239b-4087-a74d-18014f33c9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10478 2025.02.07 10:12:40.040948 [ 255 ] {efb398d9-239b-4087-a74d-18014f33c9bd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10479 2025.02.07 10:12:40.041211 [ 255 ] {efb398d9-239b-4087-a74d-18014f33c9bd} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10480 2025.02.07 10:12:40.041460 [ 255 ] {efb398d9-239b-4087-a74d-18014f33c9bd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002561 sec., 15228.426395939086 rows/sec., 27.29 MiB/sec.
10481 2025.02.07 10:12:40.041555 [ 255 ] {efb398d9-239b-4087-a74d-18014f33c9bd} <Debug> TCPHandler: Processed in 0.002927239 sec.
10482 2025.02.07 10:12:40.041721 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10483 2025.02.07 10:12:40.041858 [ 256 ] {3b8f0df9-e8c4-469f-b35b-c41143b42b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10484 2025.02.07 10:12:40.041917 [ 256 ] {3b8f0df9-e8c4-469f-b35b-c41143b42b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10485 2025.02.07 10:12:40.042503 [ 256 ] {3b8f0df9-e8c4-469f-b35b-c41143b42b4b} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10486 2025.02.07 10:12:40.042539 [ 256 ] {3b8f0df9-e8c4-469f-b35b-c41143b42b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10487 2025.02.07 10:12:40.042918 [ 256 ] {3b8f0df9-e8c4-469f-b35b-c41143b42b4b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10488 2025.02.07 10:12:40.043155 [ 256 ] {3b8f0df9-e8c4-469f-b35b-c41143b42b4b} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10489 2025.02.07 10:12:40.043331 [ 256 ] {3b8f0df9-e8c4-469f-b35b-c41143b42b4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec.
10490 2025.02.07 10:12:40.043380 [ 256 ] {3b8f0df9-e8c4-469f-b35b-c41143b42b4b} <Debug> TCPHandler: Processed in 0.001727185 sec.
10491 2025.02.07 10:12:41.069405 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
10492 2025.02.07 10:12:41.088053 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10493 2025.02.07 10:12:41.088113 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
10494 2025.02.07 10:12:41.095231 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10495 2025.02.07 10:12:41.095984 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10496 2025.02.07 10:12:41.098552 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
10497 2025.02.07 10:12:42.277005 [ 100 ] {} <Debug> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
10498 2025.02.07 10:12:42.277094 [ 100 ] {} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10499 2025.02.07 10:12:42.277123 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10500 2025.02.07 10:12:42.277277 [ 200 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
10501 2025.02.07 10:12:42.277457 [ 200 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10502 2025.02.07 10:12:42.277498 [ 200 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part
10503 2025.02.07 10:12:42.277593 [ 200 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
10504 2025.02.07 10:12:42.277686 [ 200 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part
10505 2025.02.07 10:12:42.277923 [ 200 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
10506 2025.02.07 10:12:42.278168 [ 200 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part
10507 2025.02.07 10:12:42.279108 [ 194 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001905249 sec., 18895.16803315472 rows/sec., 1.58 MiB/sec.
10508 2025.02.07 10:12:42.279320 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
10509 2025.02.07 10:12:42.279688 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10510 2025.02.07 10:12:42.279781 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_21_5} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
10511 2025.02.07 10:12:42.279884 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10512 2025.02.07 10:12:43.937283 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10513 2025.02.07 10:12:43.937594 [ 255 ] {dcdefca4-9598-4b75-8c64-59ed813b3720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10514 2025.02.07 10:12:43.937684 [ 255 ] {dcdefca4-9598-4b75-8c64-59ed813b3720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10515 2025.02.07 10:12:43.938420 [ 255 ] {dcdefca4-9598-4b75-8c64-59ed813b3720} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10516 2025.02.07 10:12:43.938461 [ 255 ] {dcdefca4-9598-4b75-8c64-59ed813b3720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10517 2025.02.07 10:12:43.938913 [ 255 ] {dcdefca4-9598-4b75-8c64-59ed813b3720} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10518 2025.02.07 10:12:43.939180 [ 255 ] {dcdefca4-9598-4b75-8c64-59ed813b3720} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10519 2025.02.07 10:12:43.939398 [ 255 ] {dcdefca4-9598-4b75-8c64-59ed813b3720} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec.
10520 2025.02.07 10:12:43.939456 [ 255 ] {dcdefca4-9598-4b75-8c64-59ed813b3720} <Debug> TCPHandler: Processed in 0.002368988 sec.
10521 2025.02.07 10:12:43.939767 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10522 2025.02.07 10:12:43.940065 [ 256 ] {3dbf67a3-9ad7-4429-8505-d325e8996a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10523 2025.02.07 10:12:43.940178 [ 256 ] {3dbf67a3-9ad7-4429-8505-d325e8996a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10524 2025.02.07 10:12:43.941091 [ 256 ] {3dbf67a3-9ad7-4429-8505-d325e8996a64} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10525 2025.02.07 10:12:43.941136 [ 256 ] {3dbf67a3-9ad7-4429-8505-d325e8996a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10526 2025.02.07 10:12:43.941551 [ 256 ] {3dbf67a3-9ad7-4429-8505-d325e8996a64} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10527 2025.02.07 10:12:43.941811 [ 256 ] {3dbf67a3-9ad7-4429-8505-d325e8996a64} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10528 2025.02.07 10:12:43.942078 [ 256 ] {3dbf67a3-9ad7-4429-8505-d325e8996a64} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002093 sec., 2866.698518872432 rows/sec., 233.76 KiB/sec.
10529 2025.02.07 10:12:43.942285 [ 256 ] {3dbf67a3-9ad7-4429-8505-d325e8996a64} <Debug> TCPHandler: Processed in 0.002704675 sec.
10530 2025.02.07 10:12:43.942503 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10531 2025.02.07 10:12:43.942641 [ 255 ] {77a5fd43-956b-4942-9617-585c8d90394d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10532 2025.02.07 10:12:43.942698 [ 255 ] {77a5fd43-956b-4942-9617-585c8d90394d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10533 2025.02.07 10:12:43.944038 [ 255 ] {77a5fd43-956b-4942-9617-585c8d90394d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10534 2025.02.07 10:12:43.944076 [ 255 ] {77a5fd43-956b-4942-9617-585c8d90394d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10535 2025.02.07 10:12:43.944546 [ 255 ] {77a5fd43-956b-4942-9617-585c8d90394d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10536 2025.02.07 10:12:43.944795 [ 255 ] {77a5fd43-956b-4942-9617-585c8d90394d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10537 2025.02.07 10:12:43.944980 [ 255 ] {77a5fd43-956b-4942-9617-585c8d90394d} <Debug> executeQuery: Read 1346 rows, 114.29 KiB in 0.002368 sec., 568412.1621621622 rows/sec., 47.13 MiB/sec.
10538 2025.02.07 10:12:43.945039 [ 255 ] {77a5fd43-956b-4942-9617-585c8d90394d} <Debug> TCPHandler: Processed in 0.002624883 sec.
10539 2025.02.07 10:12:43.945263 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10540 2025.02.07 10:12:43.945482 [ 256 ] {a081dfcf-13b2-42a0-838e-aa7073cf086f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10541 2025.02.07 10:12:43.945571 [ 256 ] {a081dfcf-13b2-42a0-838e-aa7073cf086f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10542 2025.02.07 10:12:43.946193 [ 256 ] {a081dfcf-13b2-42a0-838e-aa7073cf086f} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10543 2025.02.07 10:12:43.946233 [ 256 ] {a081dfcf-13b2-42a0-838e-aa7073cf086f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10544 2025.02.07 10:12:43.946602 [ 256 ] {a081dfcf-13b2-42a0-838e-aa7073cf086f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10545 2025.02.07 10:12:43.946839 [ 256 ] {a081dfcf-13b2-42a0-838e-aa7073cf086f} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10546 2025.02.07 10:12:43.947051 [ 256 ] {a081dfcf-13b2-42a0-838e-aa7073cf086f} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 539.13 KiB/sec.
10547 2025.02.07 10:12:43.947104 [ 256 ] {a081dfcf-13b2-42a0-838e-aa7073cf086f} <Debug> TCPHandler: Processed in 0.00195066 sec.
10548 2025.02.07 10:12:43.947270 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10549 2025.02.07 10:12:43.947424 [ 255 ] {a7e2b943-d598-4136-86dc-5dedddcb9aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10550 2025.02.07 10:12:43.947483 [ 255 ] {a7e2b943-d598-4136-86dc-5dedddcb9aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10551 2025.02.07 10:12:43.948164 [ 255 ] {a7e2b943-d598-4136-86dc-5dedddcb9aa4} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10552 2025.02.07 10:12:43.948204 [ 255 ] {a7e2b943-d598-4136-86dc-5dedddcb9aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10553 2025.02.07 10:12:43.948588 [ 255 ] {a7e2b943-d598-4136-86dc-5dedddcb9aa4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10554 2025.02.07 10:12:43.948837 [ 255 ] {a7e2b943-d598-4136-86dc-5dedddcb9aa4} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10555 2025.02.07 10:12:43.949021 [ 255 ] {a7e2b943-d598-4136-86dc-5dedddcb9aa4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001629 sec., 148557.3971761817 rows/sec., 10.06 MiB/sec.
10556 2025.02.07 10:12:43.949076 [ 255 ] {a7e2b943-d598-4136-86dc-5dedddcb9aa4} <Debug> TCPHandler: Processed in 0.001877989 sec.
10557 2025.02.07 10:12:43.949226 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10558 2025.02.07 10:12:43.949361 [ 256 ] {6ffe1766-5979-4372-ad2d-8ab0df4f2933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10559 2025.02.07 10:12:43.949417 [ 256 ] {6ffe1766-5979-4372-ad2d-8ab0df4f2933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10560 2025.02.07 10:12:43.950033 [ 256 ] {6ffe1766-5979-4372-ad2d-8ab0df4f2933} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10561 2025.02.07 10:12:43.950071 [ 256 ] {6ffe1766-5979-4372-ad2d-8ab0df4f2933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10562 2025.02.07 10:12:43.950422 [ 256 ] {6ffe1766-5979-4372-ad2d-8ab0df4f2933} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10563 2025.02.07 10:12:43.950709 [ 256 ] {6ffe1766-5979-4372-ad2d-8ab0df4f2933} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10564 2025.02.07 10:12:43.951000 [ 256 ] {6ffe1766-5979-4372-ad2d-8ab0df4f2933} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001665 sec., 7807.807807807808 rows/sec., 486.81 KiB/sec.
10565 2025.02.07 10:12:43.951218 [ 256 ] {6ffe1766-5979-4372-ad2d-8ab0df4f2933} <Debug> TCPHandler: Processed in 0.002054562 sec.
10566 2025.02.07 10:12:43.951452 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10567 2025.02.07 10:12:43.951593 [ 255 ] {4bcf07fa-49b2-4680-a138-b85513b6bdbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10568 2025.02.07 10:12:43.951640 [ 255 ] {4bcf07fa-49b2-4680-a138-b85513b6bdbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10569 2025.02.07 10:12:43.952459 [ 255 ] {4bcf07fa-49b2-4680-a138-b85513b6bdbe} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10570 2025.02.07 10:12:43.952498 [ 255 ] {4bcf07fa-49b2-4680-a138-b85513b6bdbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10571 2025.02.07 10:12:43.952927 [ 255 ] {4bcf07fa-49b2-4680-a138-b85513b6bdbe} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10572 2025.02.07 10:12:43.953192 [ 255 ] {4bcf07fa-49b2-4680-a138-b85513b6bdbe} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10573 2025.02.07 10:12:43.953406 [ 255 ] {4bcf07fa-49b2-4680-a138-b85513b6bdbe} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001834 sec., 460196.292257361 rows/sec., 33.26 MiB/sec.
10574 2025.02.07 10:12:43.953460 [ 255 ] {4bcf07fa-49b2-4680-a138-b85513b6bdbe} <Debug> TCPHandler: Processed in 0.002119853 sec.
10575 2025.02.07 10:12:43.953619 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10576 2025.02.07 10:12:43.953745 [ 256 ] {073b3d4b-1326-4c6d-98b6-cfb92382e5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10577 2025.02.07 10:12:43.953797 [ 256 ] {073b3d4b-1326-4c6d-98b6-cfb92382e5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10578 2025.02.07 10:12:43.954323 [ 256 ] {073b3d4b-1326-4c6d-98b6-cfb92382e5f7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10579 2025.02.07 10:12:43.954365 [ 256 ] {073b3d4b-1326-4c6d-98b6-cfb92382e5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10580 2025.02.07 10:12:43.954790 [ 256 ] {073b3d4b-1326-4c6d-98b6-cfb92382e5f7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10581 2025.02.07 10:12:43.955070 [ 256 ] {073b3d4b-1326-4c6d-98b6-cfb92382e5f7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10582 2025.02.07 10:12:43.955287 [ 256 ] {073b3d4b-1326-4c6d-98b6-cfb92382e5f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001567 sec., 3828.9725590299936 rows/sec., 200.05 KiB/sec.
10583 2025.02.07 10:12:43.955344 [ 256 ] {073b3d4b-1326-4c6d-98b6-cfb92382e5f7} <Debug> TCPHandler: Processed in 0.001787396 sec.
10584 2025.02.07 10:12:43.955498 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10585 2025.02.07 10:12:43.955625 [ 255 ] {fe384aba-f41f-48bd-ac87-c9192e4111a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10586 2025.02.07 10:12:43.955689 [ 255 ] {fe384aba-f41f-48bd-ac87-c9192e4111a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10587 2025.02.07 10:12:43.956535 [ 255 ] {fe384aba-f41f-48bd-ac87-c9192e4111a6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10588 2025.02.07 10:12:43.956575 [ 255 ] {fe384aba-f41f-48bd-ac87-c9192e4111a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10589 2025.02.07 10:12:43.957042 [ 255 ] {fe384aba-f41f-48bd-ac87-c9192e4111a6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10590 2025.02.07 10:12:43.957319 [ 255 ] {fe384aba-f41f-48bd-ac87-c9192e4111a6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10591 2025.02.07 10:12:43.957562 [ 255 ] {fe384aba-f41f-48bd-ac87-c9192e4111a6} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.001963 sec., 472745.79724910855 rows/sec., 31.55 MiB/sec.
10592 2025.02.07 10:12:43.957663 [ 255 ] {fe384aba-f41f-48bd-ac87-c9192e4111a6} <Debug> TCPHandler: Processed in 0.002220685 sec.
10593 2025.02.07 10:12:43.957871 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10594 2025.02.07 10:12:43.958018 [ 256 ] {8efa0293-87b5-422a-abda-fc16af697556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10595 2025.02.07 10:12:43.958073 [ 256 ] {8efa0293-87b5-422a-abda-fc16af697556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10596 2025.02.07 10:12:43.958570 [ 256 ] {8efa0293-87b5-422a-abda-fc16af697556} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10597 2025.02.07 10:12:43.958610 [ 256 ] {8efa0293-87b5-422a-abda-fc16af697556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10598 2025.02.07 10:12:43.958990 [ 256 ] {8efa0293-87b5-422a-abda-fc16af697556} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10599 2025.02.07 10:12:43.959237 [ 256 ] {8efa0293-87b5-422a-abda-fc16af697556} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10600 2025.02.07 10:12:43.959479 [ 256 ] {8efa0293-87b5-422a-abda-fc16af697556} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec.
10601 2025.02.07 10:12:43.959682 [ 256 ] {8efa0293-87b5-422a-abda-fc16af697556} <Debug> TCPHandler: Processed in 0.001919419 sec.
10602 2025.02.07 10:12:43.959882 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10603 2025.02.07 10:12:43.959997 [ 255 ] {aab7b73d-8764-444d-8fff-71e394757a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10604 2025.02.07 10:12:43.960044 [ 255 ] {aab7b73d-8764-444d-8fff-71e394757a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10605 2025.02.07 10:12:43.960545 [ 255 ] {aab7b73d-8764-444d-8fff-71e394757a14} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10606 2025.02.07 10:12:43.960588 [ 255 ] {aab7b73d-8764-444d-8fff-71e394757a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10607 2025.02.07 10:12:43.960976 [ 255 ] {aab7b73d-8764-444d-8fff-71e394757a14} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10608 2025.02.07 10:12:43.961220 [ 255 ] {aab7b73d-8764-444d-8fff-71e394757a14} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10609 2025.02.07 10:12:43.961426 [ 255 ] {aab7b73d-8764-444d-8fff-71e394757a14} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001454 sec., 48143.05364511692 rows/sec., 3.03 MiB/sec.
10610 2025.02.07 10:12:43.961476 [ 255 ] {aab7b73d-8764-444d-8fff-71e394757a14} <Debug> TCPHandler: Processed in 0.001692025 sec.
10611 2025.02.07 10:12:45.021486 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10612 2025.02.07 10:12:45.021729 [ 255 ] {8108e76b-0dca-4de6-a7ff-a01bf7164a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10613 2025.02.07 10:12:45.021831 [ 255 ] {8108e76b-0dca-4de6-a7ff-a01bf7164a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10614 2025.02.07 10:12:45.022869 [ 255 ] {8108e76b-0dca-4de6-a7ff-a01bf7164a68} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10615 2025.02.07 10:12:45.022912 [ 255 ] {8108e76b-0dca-4de6-a7ff-a01bf7164a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10616 2025.02.07 10:12:45.023351 [ 255 ] {8108e76b-0dca-4de6-a7ff-a01bf7164a68} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10617 2025.02.07 10:12:45.023609 [ 255 ] {8108e76b-0dca-4de6-a7ff-a01bf7164a68} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10618 2025.02.07 10:12:45.023870 [ 255 ] {8108e76b-0dca-4de6-a7ff-a01bf7164a68} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002216 sec., 25270.758122743682 rows/sec., 1.93 MiB/sec.
10619 2025.02.07 10:12:45.023934 [ 255 ] {8108e76b-0dca-4de6-a7ff-a01bf7164a68} <Debug> TCPHandler: Processed in 0.002589583 sec.
10620 2025.02.07 10:12:45.024267 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10621 2025.02.07 10:12:45.024576 [ 256 ] {2b1f2014-d7ce-4ffa-bcea-99778a406353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10622 2025.02.07 10:12:45.024680 [ 256 ] {2b1f2014-d7ce-4ffa-bcea-99778a406353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10623 2025.02.07 10:12:45.025452 [ 256 ] {2b1f2014-d7ce-4ffa-bcea-99778a406353} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10624 2025.02.07 10:12:45.025495 [ 256 ] {2b1f2014-d7ce-4ffa-bcea-99778a406353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10625 2025.02.07 10:12:45.025944 [ 256 ] {2b1f2014-d7ce-4ffa-bcea-99778a406353} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10626 2025.02.07 10:12:45.026203 [ 256 ] {2b1f2014-d7ce-4ffa-bcea-99778a406353} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10627 2025.02.07 10:12:45.026410 [ 256 ] {2b1f2014-d7ce-4ffa-bcea-99778a406353} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001921 sec., 33315.98125976054 rows/sec., 2.60 MiB/sec.
10628 2025.02.07 10:12:45.026464 [ 256 ] {2b1f2014-d7ce-4ffa-bcea-99778a406353} <Debug> TCPHandler: Processed in 0.002394459 sec.
10629 2025.02.07 10:12:45.026645 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10630 2025.02.07 10:12:45.026861 [ 255 ] {9216a035-5c58-4b46-aee0-0061333a311e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10631 2025.02.07 10:12:45.026952 [ 255 ] {9216a035-5c58-4b46-aee0-0061333a311e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10632 2025.02.07 10:12:45.027771 [ 255 ] {9216a035-5c58-4b46-aee0-0061333a311e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10633 2025.02.07 10:12:45.027812 [ 255 ] {9216a035-5c58-4b46-aee0-0061333a311e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10634 2025.02.07 10:12:45.028206 [ 255 ] {9216a035-5c58-4b46-aee0-0061333a311e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10635 2025.02.07 10:12:45.028447 [ 255 ] {9216a035-5c58-4b46-aee0-0061333a311e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10636 2025.02.07 10:12:45.028680 [ 255 ] {9216a035-5c58-4b46-aee0-0061333a311e} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00187 sec., 17112.29946524064 rows/sec., 1.19 MiB/sec.
10637 2025.02.07 10:12:45.028734 [ 255 ] {9216a035-5c58-4b46-aee0-0061333a311e} <Debug> TCPHandler: Processed in 0.002170074 sec.
10638 2025.02.07 10:12:45.028961 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10639 2025.02.07 10:12:45.029187 [ 256 ] {84e6b3a3-b04a-46e1-b23f-0a169d9eb61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10640 2025.02.07 10:12:45.029282 [ 256 ] {84e6b3a3-b04a-46e1-b23f-0a169d9eb61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10641 2025.02.07 10:12:45.029941 [ 256 ] {84e6b3a3-b04a-46e1-b23f-0a169d9eb61b} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10642 2025.02.07 10:12:45.029978 [ 256 ] {84e6b3a3-b04a-46e1-b23f-0a169d9eb61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10643 2025.02.07 10:12:45.030361 [ 256 ] {84e6b3a3-b04a-46e1-b23f-0a169d9eb61b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10644 2025.02.07 10:12:45.030612 [ 256 ] {84e6b3a3-b04a-46e1-b23f-0a169d9eb61b} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10645 2025.02.07 10:12:45.030791 [ 256 ] {84e6b3a3-b04a-46e1-b23f-0a169d9eb61b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001661 sec., 7224.563515954244 rows/sec., 498.57 KiB/sec.
10646 2025.02.07 10:12:45.030839 [ 256 ] {84e6b3a3-b04a-46e1-b23f-0a169d9eb61b} <Debug> TCPHandler: Processed in 0.00198871 sec.
10647 2025.02.07 10:12:46.795532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278
10648 2025.02.07 10:12:46.796239 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10649 2025.02.07 10:12:46.796291 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10650 2025.02.07 10:12:46.796865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10651 2025.02.07 10:12:46.797144 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10652 2025.02.07 10:12:46.797404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278
10653 2025.02.07 10:12:48.599538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
10654 2025.02.07 10:12:48.619953 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10655 2025.02.07 10:12:48.619996 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10656 2025.02.07 10:12:48.627427 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10657 2025.02.07 10:12:48.628224 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10658 2025.02.07 10:12:48.630737 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
10659 2025.02.07 10:12:49.457867 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1486
10660 2025.02.07 10:12:49.461176 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10661 2025.02.07 10:12:49.461229 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10662 2025.02.07 10:12:49.462753 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10663 2025.02.07 10:12:49.463065 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10664 2025.02.07 10:12:49.463604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1486
10665 2025.02.07 10:12:50.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.95 MiB, peak 245.90 MiB, free memory in arenas 0.00 B, will set to 232.95 MiB (RSS), difference: 4.01 MiB
10666 2025.02.07 10:12:50.030484 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10667 2025.02.07 10:12:50.030645 [ 255 ] {0c6ba9d8-e5c1-409d-a8ab-fcbc8c10d19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10668 2025.02.07 10:12:50.030714 [ 255 ] {0c6ba9d8-e5c1-409d-a8ab-fcbc8c10d19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10669 2025.02.07 10:12:50.031512 [ 255 ] {0c6ba9d8-e5c1-409d-a8ab-fcbc8c10d19b} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10670 2025.02.07 10:12:50.031555 [ 255 ] {0c6ba9d8-e5c1-409d-a8ab-fcbc8c10d19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10671 2025.02.07 10:12:50.031993 [ 255 ] {0c6ba9d8-e5c1-409d-a8ab-fcbc8c10d19b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10672 2025.02.07 10:12:50.032251 [ 255 ] {0c6ba9d8-e5c1-409d-a8ab-fcbc8c10d19b} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10673 2025.02.07 10:12:50.032458 [ 88 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10674 2025.02.07 10:12:50.032486 [ 255 ] {0c6ba9d8-e5c1-409d-a8ab-fcbc8c10d19b} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001891 sec., 70861.97778952935 rows/sec., 6.10 MiB/sec.
10675 2025.02.07 10:12:50.032547 [ 88 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10676 2025.02.07 10:12:50.032618 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10677 2025.02.07 10:12:50.032624 [ 255 ] {0c6ba9d8-e5c1-409d-a8ab-fcbc8c10d19b} <Debug> TCPHandler: Processed in 0.002270226 sec.
10678 2025.02.07 10:12:50.032847 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
10679 2025.02.07 10:12:50.032912 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10680 2025.02.07 10:12:50.032990 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10681 2025.02.07 10:12:50.033034 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1431 rows starting from the beginning of the part
10682 2025.02.07 10:12:50.033090 [ 256 ] {f073ecf2-0254-4edb-988c-ab81b2bf5350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10683 2025.02.07 10:12:50.033149 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 203 rows starting from the beginning of the part
10684 2025.02.07 10:12:50.033200 [ 256 ] {f073ecf2-0254-4edb-988c-ab81b2bf5350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10685 2025.02.07 10:12:50.033409 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 134 rows starting from the beginning of the part
10686 2025.02.07 10:12:50.033780 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1346 rows starting from the beginning of the part
10687 2025.02.07 10:12:50.033936 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part
10688 2025.02.07 10:12:50.034155 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 134 rows starting from the beginning of the part
10689 2025.02.07 10:12:50.035105 [ 256 ] {f073ecf2-0254-4edb-988c-ab81b2bf5350} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10690 2025.02.07 10:12:50.035150 [ 256 ] {f073ecf2-0254-4edb-988c-ab81b2bf5350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10691 2025.02.07 10:12:50.035745 [ 256 ] {f073ecf2-0254-4edb-988c-ab81b2bf5350} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10692 2025.02.07 10:12:50.036031 [ 256 ] {f073ecf2-0254-4edb-988c-ab81b2bf5350} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10693 2025.02.07 10:12:50.036334 [ 256 ] {f073ecf2-0254-4edb-988c-ab81b2bf5350} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00329 sec., 11854.103343465045 rows/sec., 891.37 KiB/sec.
10694 2025.02.07 10:12:50.036828 [ 256 ] {f073ecf2-0254-4edb-988c-ab81b2bf5350} <Debug> TCPHandler: Processed in 0.004050552 sec.
10695 2025.02.07 10:12:50.036944 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3304 rows, containing 5 columns (5 merged, 0 gathered) in 0.004211135 sec., 784586.5782027885 rows/sec., 68.50 MiB/sec.
10696 2025.02.07 10:12:50.037247 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10697 2025.02.07 10:12:50.037324 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10698 2025.02.07 10:12:50.037832 [ 255 ] {be174ed5-f214-4abb-91f7-13929a48d574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10699 2025.02.07 10:12:50.037958 [ 255 ] {be174ed5-f214-4abb-91f7-13929a48d574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10700 2025.02.07 10:12:50.038159 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10701 2025.02.07 10:12:50.038378 [ 200 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_86_17} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10702 2025.02.07 10:12:50.038596 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
10703 2025.02.07 10:12:50.039053 [ 255 ] {be174ed5-f214-4abb-91f7-13929a48d574} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10704 2025.02.07 10:12:50.039097 [ 255 ] {be174ed5-f214-4abb-91f7-13929a48d574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10705 2025.02.07 10:12:50.039487 [ 255 ] {be174ed5-f214-4abb-91f7-13929a48d574} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10706 2025.02.07 10:12:50.039753 [ 255 ] {be174ed5-f214-4abb-91f7-13929a48d574} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10707 2025.02.07 10:12:50.039940 [ 88 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10708 2025.02.07 10:12:50.040002 [ 88 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10709 2025.02.07 10:12:50.040009 [ 255 ] {be174ed5-f214-4abb-91f7-13929a48d574} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002344 sec., 43941.979522184294 rows/sec., 3.43 MiB/sec.
10710 2025.02.07 10:12:50.040039 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10711 2025.02.07 10:12:50.040157 [ 255 ] {be174ed5-f214-4abb-91f7-13929a48d574} <Debug> TCPHandler: Processed in 0.003182704 sec.
10712 2025.02.07 10:12:50.040248 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
10713 2025.02.07 10:12:50.040347 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10714 2025.02.07 10:12:50.040389 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10715 2025.02.07 10:12:50.040420 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part
10716 2025.02.07 10:12:50.040509 [ 256 ] {fb0db16c-8a58-4b8c-9ca1-37e4d863124d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10717 2025.02.07 10:12:50.040532 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 382 rows starting from the beginning of the part
10718 2025.02.07 10:12:50.040693 [ 256 ] {fb0db16c-8a58-4b8c-9ca1-37e4d863124d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10719 2025.02.07 10:12:50.040941 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 103 rows starting from the beginning of the part
10720 2025.02.07 10:12:50.041353 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 844 rows starting from the beginning of the part
10721 2025.02.07 10:12:50.041798 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part
10722 2025.02.07 10:12:50.042244 [ 200 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 103 rows starting from the beginning of the part
10723 2025.02.07 10:12:50.043405 [ 256 ] {fb0db16c-8a58-4b8c-9ca1-37e4d863124d} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10724 2025.02.07 10:12:50.043452 [ 256 ] {fb0db16c-8a58-4b8c-9ca1-37e4d863124d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10725 2025.02.07 10:12:50.044005 [ 256 ] {fb0db16c-8a58-4b8c-9ca1-37e4d863124d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10726 2025.02.07 10:12:50.044357 [ 256 ] {fb0db16c-8a58-4b8c-9ca1-37e4d863124d} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10727 2025.02.07 10:12:50.044416 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.004243085 sec., 567747.2876456635 rows/sec., 43.53 MiB/sec.
10728 2025.02.07 10:12:50.044781 [ 256 ] {fb0db16c-8a58-4b8c-9ca1-37e4d863124d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00432 sec., 37037.03703703704 rows/sec., 2.58 MiB/sec.
10729 2025.02.07 10:12:50.044847 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10730 2025.02.07 10:12:50.045060 [ 256 ] {fb0db16c-8a58-4b8c-9ca1-37e4d863124d} <Debug> TCPHandler: Processed in 0.004771456 sec.
10731 2025.02.07 10:12:50.045346 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10732 2025.02.07 10:12:50.045646 [ 255 ] {a4892741-5e86-452f-a239-89c60b4db15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10733 2025.02.07 10:12:50.046011 [ 255 ] {a4892741-5e86-452f-a239-89c60b4db15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10734 2025.02.07 10:12:50.046374 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10735 2025.02.07 10:12:50.046667 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_86_17} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10736 2025.02.07 10:12:50.046933 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
10737 2025.02.07 10:12:50.047967 [ 255 ] {a4892741-5e86-452f-a239-89c60b4db15b} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10738 2025.02.07 10:12:50.048009 [ 255 ] {a4892741-5e86-452f-a239-89c60b4db15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10739 2025.02.07 10:12:50.048706 [ 255 ] {a4892741-5e86-452f-a239-89c60b4db15b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10740 2025.02.07 10:12:50.048959 [ 255 ] {a4892741-5e86-452f-a239-89c60b4db15b} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10741 2025.02.07 10:12:50.049216 [ 255 ] {a4892741-5e86-452f-a239-89c60b4db15b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003687 sec., 10577.705451586655 rows/sec., 18.95 MiB/sec.
10742 2025.02.07 10:12:50.049310 [ 255 ] {a4892741-5e86-452f-a239-89c60b4db15b} <Debug> TCPHandler: Processed in 0.004104393 sec.
10743 2025.02.07 10:12:50.049481 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10744 2025.02.07 10:12:50.049600 [ 256 ] {eaa5be59-b9df-4029-a4db-5e55c7cc543a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10745 2025.02.07 10:12:50.049652 [ 256 ] {eaa5be59-b9df-4029-a4db-5e55c7cc543a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10746 2025.02.07 10:12:50.050255 [ 256 ] {eaa5be59-b9df-4029-a4db-5e55c7cc543a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10747 2025.02.07 10:12:50.050301 [ 256 ] {eaa5be59-b9df-4029-a4db-5e55c7cc543a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10748 2025.02.07 10:12:50.050757 [ 256 ] {eaa5be59-b9df-4029-a4db-5e55c7cc543a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10749 2025.02.07 10:12:50.051004 [ 256 ] {eaa5be59-b9df-4029-a4db-5e55c7cc543a} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10750 2025.02.07 10:12:50.051185 [ 256 ] {eaa5be59-b9df-4029-a4db-5e55c7cc543a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001612 sec., 37220.843672456576 rows/sec., 2.51 MiB/sec.
10751 2025.02.07 10:12:50.051235 [ 256 ] {eaa5be59-b9df-4029-a4db-5e55c7cc543a} <Debug> TCPHandler: Processed in 0.001815737 sec.
10752 2025.02.07 10:12:54.112396 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
10753 2025.02.07 10:12:54.112456 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
10754 2025.02.07 10:12:54.298448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766
10755 2025.02.07 10:12:54.299103 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10756 2025.02.07 10:12:54.299144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10757 2025.02.07 10:12:54.299665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10758 2025.02.07 10:12:54.299938 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10759 2025.02.07 10:12:54.300161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
10760 2025.02.07 10:12:55.031899 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10761 2025.02.07 10:12:55.032112 [ 255 ] {1f52d588-d9dc-4257-b7d8-bcaee2a1b2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10762 2025.02.07 10:12:55.032191 [ 255 ] {1f52d588-d9dc-4257-b7d8-bcaee2a1b2b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10763 2025.02.07 10:12:55.033009 [ 255 ] {1f52d588-d9dc-4257-b7d8-bcaee2a1b2b2} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10764 2025.02.07 10:12:55.033055 [ 255 ] {1f52d588-d9dc-4257-b7d8-bcaee2a1b2b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10765 2025.02.07 10:12:55.033502 [ 255 ] {1f52d588-d9dc-4257-b7d8-bcaee2a1b2b2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10766 2025.02.07 10:12:55.033770 [ 255 ] {1f52d588-d9dc-4257-b7d8-bcaee2a1b2b2} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10767 2025.02.07 10:12:55.033983 [ 85 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10768 2025.02.07 10:12:55.034035 [ 255 ] {1f52d588-d9dc-4257-b7d8-bcaee2a1b2b2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00198 sec., 7070.707070707071 rows/sec., 509.00 KiB/sec.
10769 2025.02.07 10:12:55.034066 [ 85 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10770 2025.02.07 10:12:55.034142 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10771 2025.02.07 10:12:55.034164 [ 255 ] {1f52d588-d9dc-4257-b7d8-bcaee2a1b2b2} <Debug> TCPHandler: Processed in 0.002407769 sec.
10772 2025.02.07 10:12:55.034379 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
10773 2025.02.07 10:12:55.034479 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10774 2025.02.07 10:12:55.034580 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10775 2025.02.07 10:12:55.034648 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part
10776 2025.02.07 10:12:55.034815 [ 256 ] {2975f0f1-cb12-40cc-843e-add369e04b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10777 2025.02.07 10:12:55.034901 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
10778 2025.02.07 10:12:55.035002 [ 256 ] {2975f0f1-cb12-40cc-843e-add369e04b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10779 2025.02.07 10:12:55.035270 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
10780 2025.02.07 10:12:55.035653 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
10781 2025.02.07 10:12:55.035945 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
10782 2025.02.07 10:12:55.037912 [ 256 ] {2975f0f1-cb12-40cc-843e-add369e04b2f} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10783 2025.02.07 10:12:55.037998 [ 256 ] {2975f0f1-cb12-40cc-843e-add369e04b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10784 2025.02.07 10:12:55.038389 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004141994 sec., 16900.07276688474 rows/sec., 1.25 MiB/sec.
10785 2025.02.07 10:12:55.038573 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10786 2025.02.07 10:12:55.038884 [ 256 ] {2975f0f1-cb12-40cc-843e-add369e04b2f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10787 2025.02.07 10:12:55.039037 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10788 2025.02.07 10:12:55.039166 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_37_9} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10789 2025.02.07 10:12:55.039320 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10790 2025.02.07 10:12:55.039348 [ 256 ] {2975f0f1-cb12-40cc-843e-add369e04b2f} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10791 2025.02.07 10:12:55.039572 [ 256 ] {2975f0f1-cb12-40cc-843e-add369e04b2f} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.004888 sec., 41530.27823240589 rows/sec., 3.59 MiB/sec.
10792 2025.02.07 10:12:55.039635 [ 256 ] {2975f0f1-cb12-40cc-843e-add369e04b2f} <Debug> TCPHandler: Processed in 0.005335168 sec.
10793 2025.02.07 10:12:55.039816 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10794 2025.02.07 10:12:55.039957 [ 255 ] {53d6b278-0188-4177-932e-1625ed158b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10795 2025.02.07 10:12:55.040016 [ 255 ] {53d6b278-0188-4177-932e-1625ed158b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10796 2025.02.07 10:12:55.040714 [ 255 ] {53d6b278-0188-4177-932e-1625ed158b35} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10797 2025.02.07 10:12:55.040762 [ 255 ] {53d6b278-0188-4177-932e-1625ed158b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10798 2025.02.07 10:12:55.041139 [ 255 ] {53d6b278-0188-4177-932e-1625ed158b35} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10799 2025.02.07 10:12:55.041391 [ 255 ] {53d6b278-0188-4177-932e-1625ed158b35} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10800 2025.02.07 10:12:55.041620 [ 255 ] {53d6b278-0188-4177-932e-1625ed158b35} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001689 sec., 4144.464179988158 rows/sec., 270.01 KiB/sec.
10801 2025.02.07 10:12:55.041707 [ 255 ] {53d6b278-0188-4177-932e-1625ed158b35} <Debug> TCPHandler: Processed in 0.00196077 sec.
10802 2025.02.07 10:12:55.041905 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10803 2025.02.07 10:12:55.042064 [ 256 ] {c3da44ee-0ab9-4bfd-9187-03b4b91755bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10804 2025.02.07 10:12:55.042120 [ 256 ] {c3da44ee-0ab9-4bfd-9187-03b4b91755bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10805 2025.02.07 10:12:55.042793 [ 256 ] {c3da44ee-0ab9-4bfd-9187-03b4b91755bc} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10806 2025.02.07 10:12:55.042835 [ 256 ] {c3da44ee-0ab9-4bfd-9187-03b4b91755bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10807 2025.02.07 10:12:55.043193 [ 256 ] {c3da44ee-0ab9-4bfd-9187-03b4b91755bc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10808 2025.02.07 10:12:55.043444 [ 256 ] {c3da44ee-0ab9-4bfd-9187-03b4b91755bc} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10809 2025.02.07 10:12:55.043621 [ 256 ] {c3da44ee-0ab9-4bfd-9187-03b4b91755bc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001589 sec., 8810.57268722467 rows/sec., 617.04 KiB/sec.
10810 2025.02.07 10:12:55.043673 [ 256 ] {c3da44ee-0ab9-4bfd-9187-03b4b91755bc} <Debug> TCPHandler: Processed in 0.001877578 sec.
10811 2025.02.07 10:12:55.043825 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10812 2025.02.07 10:12:55.043964 [ 255 ] {de1c4524-f305-4798-a6ee-f869ded7821e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10813 2025.02.07 10:12:55.044022 [ 255 ] {de1c4524-f305-4798-a6ee-f869ded7821e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10814 2025.02.07 10:12:55.044712 [ 255 ] {de1c4524-f305-4798-a6ee-f869ded7821e} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10815 2025.02.07 10:12:55.044760 [ 255 ] {de1c4524-f305-4798-a6ee-f869ded7821e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10816 2025.02.07 10:12:55.045134 [ 255 ] {de1c4524-f305-4798-a6ee-f869ded7821e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10817 2025.02.07 10:12:55.045378 [ 255 ] {de1c4524-f305-4798-a6ee-f869ded7821e} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10818 2025.02.07 10:12:55.045544 [ 80 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10819 2025.02.07 10:12:55.045608 [ 80 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10820 2025.02.07 10:12:55.045630 [ 255 ] {de1c4524-f305-4798-a6ee-f869ded7821e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00169 sec., 7692.3076923076915 rows/sec., 479.61 KiB/sec.
10821 2025.02.07 10:12:55.045647 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10822 2025.02.07 10:12:55.045784 [ 255 ] {de1c4524-f305-4798-a6ee-f869ded7821e} <Debug> TCPHandler: Processed in 0.00201878 sec.
10823 2025.02.07 10:12:55.045878 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
10824 2025.02.07 10:12:55.045987 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10825 2025.02.07 10:12:55.046075 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10826 2025.02.07 10:12:55.046148 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part
10827 2025.02.07 10:12:55.046241 [ 256 ] {e19e0088-f2cc-4472-bae0-12ffc6407eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10828 2025.02.07 10:12:55.046414 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part
10829 2025.02.07 10:12:55.046430 [ 256 ] {e19e0088-f2cc-4472-bae0-12ffc6407eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10830 2025.02.07 10:12:55.046788 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part
10831 2025.02.07 10:12:55.047069 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part
10832 2025.02.07 10:12:55.047368 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part
10833 2025.02.07 10:12:55.049534 [ 256 ] {e19e0088-f2cc-4472-bae0-12ffc6407eec} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10834 2025.02.07 10:12:55.049604 [ 256 ] {e19e0088-f2cc-4472-bae0-12ffc6407eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10835 2025.02.07 10:12:55.049948 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004175365 sec., 15567.501284318854 rows/sec., 1.01 MiB/sec.
10836 2025.02.07 10:12:55.050160 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10837 2025.02.07 10:12:55.050405 [ 256 ] {e19e0088-f2cc-4472-bae0-12ffc6407eec} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10838 2025.02.07 10:12:55.050683 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10839 2025.02.07 10:12:55.050844 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_37_9} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10840 2025.02.07 10:12:55.050873 [ 256 ] {e19e0088-f2cc-4472-bae0-12ffc6407eec} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10841 2025.02.07 10:12:55.050999 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10842 2025.02.07 10:12:55.051169 [ 256 ] {e19e0088-f2cc-4472-bae0-12ffc6407eec} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005001 sec., 76384.72305538892 rows/sec., 5.41 MiB/sec.
10843 2025.02.07 10:12:55.051240 [ 256 ] {e19e0088-f2cc-4472-bae0-12ffc6407eec} <Debug> TCPHandler: Processed in 0.005350069 sec.
10844 2025.02.07 10:12:55.051405 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10845 2025.02.07 10:12:55.051525 [ 255 ] {9b38f0b7-b58c-4f6d-aa21-4a61ee836059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10846 2025.02.07 10:12:55.051575 [ 255 ] {9b38f0b7-b58c-4f6d-aa21-4a61ee836059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10847 2025.02.07 10:12:55.052065 [ 255 ] {9b38f0b7-b58c-4f6d-aa21-4a61ee836059} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10848 2025.02.07 10:12:55.052104 [ 255 ] {9b38f0b7-b58c-4f6d-aa21-4a61ee836059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10849 2025.02.07 10:12:55.052478 [ 255 ] {9b38f0b7-b58c-4f6d-aa21-4a61ee836059} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10850 2025.02.07 10:12:55.052718 [ 255 ] {9b38f0b7-b58c-4f6d-aa21-4a61ee836059} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10851 2025.02.07 10:12:55.052969 [ 255 ] {9b38f0b7-b58c-4f6d-aa21-4a61ee836059} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec.
10852 2025.02.07 10:12:55.053113 [ 255 ] {9b38f0b7-b58c-4f6d-aa21-4a61ee836059} <Debug> TCPHandler: Processed in 0.001764686 sec.
10853 2025.02.07 10:12:55.053348 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10854 2025.02.07 10:12:55.053492 [ 256 ] {8fcec13c-2c4f-4f5c-a701-75b37c8f670b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10855 2025.02.07 10:12:55.053555 [ 256 ] {8fcec13c-2c4f-4f5c-a701-75b37c8f670b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10856 2025.02.07 10:12:55.054165 [ 256 ] {8fcec13c-2c4f-4f5c-a701-75b37c8f670b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10857 2025.02.07 10:12:55.054204 [ 256 ] {8fcec13c-2c4f-4f5c-a701-75b37c8f670b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10858 2025.02.07 10:12:55.054601 [ 256 ] {8fcec13c-2c4f-4f5c-a701-75b37c8f670b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10859 2025.02.07 10:12:55.054840 [ 256 ] {8fcec13c-2c4f-4f5c-a701-75b37c8f670b} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10860 2025.02.07 10:12:55.054975 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10861 2025.02.07 10:12:55.055013 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10862 2025.02.07 10:12:55.055028 [ 256 ] {8fcec13c-2c4f-4f5c-a701-75b37c8f670b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001566 sec., 151340.99616858238 rows/sec., 10.14 MiB/sec.
10863 2025.02.07 10:12:55.055038 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10864 2025.02.07 10:12:55.055134 [ 256 ] {8fcec13c-2c4f-4f5c-a701-75b37c8f670b} <Debug> TCPHandler: Processed in 0.001906559 sec.
10865 2025.02.07 10:12:55.055297 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
10866 2025.02.07 10:12:55.055354 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10867 2025.02.07 10:12:55.055540 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10868 2025.02.07 10:12:55.055571 [ 255 ] {92f8b37b-767b-4f50-9284-421127726be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10869 2025.02.07 10:12:55.055595 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22728 rows starting from the beginning of the part
10870 2025.02.07 10:12:55.055676 [ 255 ] {92f8b37b-767b-4f50-9284-421127726be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10871 2025.02.07 10:12:55.055837 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
10872 2025.02.07 10:12:55.056218 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 928 rows starting from the beginning of the part
10873 2025.02.07 10:12:55.056660 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
10874 2025.02.07 10:12:55.056979 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part
10875 2025.02.07 10:12:55.057221 [ 201 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part
10876 2025.02.07 10:12:55.058221 [ 255 ] {92f8b37b-767b-4f50-9284-421127726be7} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10877 2025.02.07 10:12:55.058285 [ 255 ] {92f8b37b-767b-4f50-9284-421127726be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10878 2025.02.07 10:12:55.058891 [ 255 ] {92f8b37b-767b-4f50-9284-421127726be7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10879 2025.02.07 10:12:55.059243 [ 255 ] {92f8b37b-767b-4f50-9284-421127726be7} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10880 2025.02.07 10:12:55.059965 [ 255 ] {92f8b37b-767b-4f50-9284-421127726be7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00438 sec., 228.31050228310502 rows/sec., 15.38 KiB/sec.
10881 2025.02.07 10:12:55.060566 [ 255 ] {92f8b37b-767b-4f50-9284-421127726be7} <Debug> TCPHandler: Processed in 0.005317638 sec.
10882 2025.02.07 10:12:55.060891 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10883 2025.02.07 10:12:55.061045 [ 256 ] {afa99aba-f9b1-429f-a110-10fe23244a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10884 2025.02.07 10:12:55.061118 [ 256 ] {afa99aba-f9b1-429f-a110-10fe23244a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10885 2025.02.07 10:12:55.061997 [ 256 ] {afa99aba-f9b1-429f-a110-10fe23244a2e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10886 2025.02.07 10:12:55.062034 [ 256 ] {afa99aba-f9b1-429f-a110-10fe23244a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10887 2025.02.07 10:12:55.062640 [ 256 ] {afa99aba-f9b1-429f-a110-10fe23244a2e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10888 2025.02.07 10:12:55.062917 [ 256 ] {afa99aba-f9b1-429f-a110-10fe23244a2e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10889 2025.02.07 10:12:55.063063 [ 80 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10890 2025.02.07 10:12:55.063116 [ 80 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10891 2025.02.07 10:12:55.063122 [ 256 ] {afa99aba-f9b1-429f-a110-10fe23244a2e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002107 sec., 38917.892738490744 rows/sec., 2.47 MiB/sec.
10892 2025.02.07 10:12:55.063144 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10893 2025.02.07 10:12:55.063190 [ 256 ] {afa99aba-f9b1-429f-a110-10fe23244a2e} <Debug> TCPHandler: Processed in 0.002444219 sec.
10894 2025.02.07 10:12:55.063569 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
10895 2025.02.07 10:12:55.064425 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10896 2025.02.07 10:12:55.064539 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4802 rows starting from the beginning of the part
10897 2025.02.07 10:12:55.064690 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
10898 2025.02.07 10:12:55.064978 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 70 rows starting from the beginning of the part
10899 2025.02.07 10:12:55.065121 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 12 rows starting from the beginning of the part
10900 2025.02.07 10:12:55.065441 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part
10901 2025.02.07 10:12:55.065586 [ 199 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part
10902 2025.02.07 10:12:55.066555 [ 198 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24245 rows, containing 5 columns (5 merged, 0 gathered) in 0.01140778 sec., 2125303.9592278255 rows/sec., 143.50 MiB/sec.
10903 2025.02.07 10:12:55.067117 [ 198 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10904 2025.02.07 10:12:55.067846 [ 198 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10905 2025.02.07 10:12:55.068077 [ 198 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10906 2025.02.07 10:12:55.068207 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
10907 2025.02.07 10:12:55.069026 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5086 rows, containing 4 columns (4 merged, 0 gathered) in 0.005776487 sec., 880465.9302444548 rows/sec., 57.26 MiB/sec.
10908 2025.02.07 10:12:55.069457 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10909 2025.02.07 10:12:55.069817 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10910 2025.02.07 10:12:55.069897 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_86_17} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10911 2025.02.07 10:12:55.069993 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB.
10912 2025.02.07 10:12:56.131742 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
10913 2025.02.07 10:12:56.153544 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10914 2025.02.07 10:12:56.153604 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10915 2025.02.07 10:12:56.161075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10916 2025.02.07 10:12:56.161873 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10917 2025.02.07 10:12:56.166118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
10918 2025.02.07 10:12:59.464745 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1518
10919 2025.02.07 10:12:59.467834 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10920 2025.02.07 10:12:59.467888 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10921 2025.02.07 10:12:59.469397 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10922 2025.02.07 10:12:59.469712 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10923 2025.02.07 10:12:59.471054 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1518
10924 2025.02.07 10:13:00.031312 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10925 2025.02.07 10:13:00.031505 [ 255 ] {e46812fa-36e2-4155-a592-ebf9000ed1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10926 2025.02.07 10:13:00.031583 [ 255 ] {e46812fa-36e2-4155-a592-ebf9000ed1fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10927 2025.02.07 10:13:00.032346 [ 255 ] {e46812fa-36e2-4155-a592-ebf9000ed1fd} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10928 2025.02.07 10:13:00.032399 [ 255 ] {e46812fa-36e2-4155-a592-ebf9000ed1fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10929 2025.02.07 10:13:00.032848 [ 255 ] {e46812fa-36e2-4155-a592-ebf9000ed1fd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10930 2025.02.07 10:13:00.033114 [ 255 ] {e46812fa-36e2-4155-a592-ebf9000ed1fd} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10931 2025.02.07 10:13:00.033379 [ 255 ] {e46812fa-36e2-4155-a592-ebf9000ed1fd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001916 sec., 1043.8413361169103 rows/sec., 85.12 KiB/sec.
10932 2025.02.07 10:13:00.033499 [ 255 ] {e46812fa-36e2-4155-a592-ebf9000ed1fd} <Debug> TCPHandler: Processed in 0.002329078 sec.
10933 2025.02.07 10:13:00.033797 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10934 2025.02.07 10:13:00.033994 [ 256 ] {bf611daf-7f88-4aa7-b496-def2e1c13db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10935 2025.02.07 10:13:00.034068 [ 256 ] {bf611daf-7f88-4aa7-b496-def2e1c13db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10936 2025.02.07 10:13:00.034918 [ 256 ] {bf611daf-7f88-4aa7-b496-def2e1c13db5} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10937 2025.02.07 10:13:00.034968 [ 256 ] {bf611daf-7f88-4aa7-b496-def2e1c13db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10938 2025.02.07 10:13:00.035438 [ 256 ] {bf611daf-7f88-4aa7-b496-def2e1c13db5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10939 2025.02.07 10:13:00.035712 [ 256 ] {bf611daf-7f88-4aa7-b496-def2e1c13db5} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10940 2025.02.07 10:13:00.035972 [ 256 ] {bf611daf-7f88-4aa7-b496-def2e1c13db5} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.002031 sec., 66469.71935007386 rows/sec., 5.71 MiB/sec.
10941 2025.02.07 10:13:00.036047 [ 256 ] {bf611daf-7f88-4aa7-b496-def2e1c13db5} <Debug> TCPHandler: Processed in 0.002387378 sec.
10942 2025.02.07 10:13:00.036267 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10943 2025.02.07 10:13:00.036424 [ 255 ] {01c82899-2f29-4300-9ca0-ba1535256489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10944 2025.02.07 10:13:00.036473 [ 255 ] {01c82899-2f29-4300-9ca0-ba1535256489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10945 2025.02.07 10:13:00.037082 [ 255 ] {01c82899-2f29-4300-9ca0-ba1535256489} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10946 2025.02.07 10:13:00.037125 [ 255 ] {01c82899-2f29-4300-9ca0-ba1535256489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10947 2025.02.07 10:13:00.037517 [ 255 ] {01c82899-2f29-4300-9ca0-ba1535256489} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10948 2025.02.07 10:13:00.037777 [ 255 ] {01c82899-2f29-4300-9ca0-ba1535256489} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10949 2025.02.07 10:13:00.037962 [ 71 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10950 2025.02.07 10:13:00.037984 [ 255 ] {01c82899-2f29-4300-9ca0-ba1535256489} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001584 sec., 25883.838383838385 rows/sec., 1.89 MiB/sec.
10951 2025.02.07 10:13:00.038041 [ 71 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10952 2025.02.07 10:13:00.038119 [ 255 ] {01c82899-2f29-4300-9ca0-ba1535256489} <Debug> TCPHandler: Processed in 0.00195369 sec.
10953 2025.02.07 10:13:00.038120 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10954 2025.02.07 10:13:00.038343 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10955 2025.02.07 10:13:00.038393 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
10956 2025.02.07 10:13:00.038717 [ 256 ] {95206a4f-2211-4ee9-a965-08a71ca96e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10957 2025.02.07 10:13:00.038952 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10958 2025.02.07 10:13:00.038975 [ 256 ] {95206a4f-2211-4ee9-a965-08a71ca96e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10959 2025.02.07 10:13:00.039093 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 64 rows starting from the beginning of the part
10960 2025.02.07 10:13:00.039775 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 39 rows starting from the beginning of the part
10961 2025.02.07 10:13:00.040465 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 13 rows starting from the beginning of the part
10962 2025.02.07 10:13:00.041008 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 39 rows starting from the beginning of the part
10963 2025.02.07 10:13:00.041327 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part
10964 2025.02.07 10:13:00.041522 [ 193 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 41 rows starting from the beginning of the part
10965 2025.02.07 10:13:00.042518 [ 256 ] {95206a4f-2211-4ee9-a965-08a71ca96e69} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10966 2025.02.07 10:13:00.042584 [ 256 ] {95206a4f-2211-4ee9-a965-08a71ca96e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10967 2025.02.07 10:13:00.043631 [ 256 ] {95206a4f-2211-4ee9-a965-08a71ca96e69} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10968 2025.02.07 10:13:00.044171 [ 191 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.005897939 sec., 34418.80290725286 rows/sec., 2.60 MiB/sec.
10969 2025.02.07 10:13:00.044183 [ 256 ] {95206a4f-2211-4ee9-a965-08a71ca96e69} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10970 2025.02.07 10:13:00.044461 [ 191 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10971 2025.02.07 10:13:00.044627 [ 256 ] {95206a4f-2211-4ee9-a965-08a71ca96e69} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.006081 sec., 17266.89689195856 rows/sec., 1.35 MiB/sec.
10972 2025.02.07 10:13:00.044756 [ 256 ] {95206a4f-2211-4ee9-a965-08a71ca96e69} <Debug> TCPHandler: Processed in 0.006518752 sec.
10973 2025.02.07 10:13:00.044933 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10974 2025.02.07 10:13:00.045058 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10975 2025.02.07 10:13:00.045169 [ 255 ] {830827a9-c747-4f36-840f-8128d9622b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10976 2025.02.07 10:13:00.045271 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_76_15} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10977 2025.02.07 10:13:00.045283 [ 255 ] {830827a9-c747-4f36-840f-8128d9622b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10978 2025.02.07 10:13:00.045483 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10979 2025.02.07 10:13:00.046118 [ 255 ] {830827a9-c747-4f36-840f-8128d9622b91} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10980 2025.02.07 10:13:00.046164 [ 255 ] {830827a9-c747-4f36-840f-8128d9622b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10981 2025.02.07 10:13:00.046579 [ 255 ] {830827a9-c747-4f36-840f-8128d9622b91} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10982 2025.02.07 10:13:00.046826 [ 255 ] {830827a9-c747-4f36-840f-8128d9622b91} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10983 2025.02.07 10:13:00.047037 [ 255 ] {830827a9-c747-4f36-840f-8128d9622b91} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001947 sec., 82691.31997945557 rows/sec., 5.76 MiB/sec.
10984 2025.02.07 10:13:00.047090 [ 255 ] {830827a9-c747-4f36-840f-8128d9622b91} <Debug> TCPHandler: Processed in 0.002225215 sec.
10985 2025.02.07 10:13:00.047241 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10986 2025.02.07 10:13:00.047373 [ 256 ] {dc24250a-0291-4950-96e8-e4e28d49e14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10987 2025.02.07 10:13:00.047463 [ 256 ] {dc24250a-0291-4950-96e8-e4e28d49e14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10988 2025.02.07 10:13:00.048764 [ 256 ] {dc24250a-0291-4950-96e8-e4e28d49e14a} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10989 2025.02.07 10:13:00.048805 [ 256 ] {dc24250a-0291-4950-96e8-e4e28d49e14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10990 2025.02.07 10:13:00.049543 [ 256 ] {dc24250a-0291-4950-96e8-e4e28d49e14a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10991 2025.02.07 10:13:00.049823 [ 256 ] {dc24250a-0291-4950-96e8-e4e28d49e14a} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10992 2025.02.07 10:13:00.050067 [ 256 ] {dc24250a-0291-4950-96e8-e4e28d49e14a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002727 sec., 14301.430143014302 rows/sec., 25.63 MiB/sec.
10993 2025.02.07 10:13:00.050188 [ 256 ] {dc24250a-0291-4950-96e8-e4e28d49e14a} <Debug> TCPHandler: Processed in 0.00300899 sec.
10994 2025.02.07 10:13:00.050367 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10995 2025.02.07 10:13:00.050494 [ 255 ] {c8106448-a8f6-4f18-801c-e1b9871b10d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10996 2025.02.07 10:13:00.050546 [ 255 ] {c8106448-a8f6-4f18-801c-e1b9871b10d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10997 2025.02.07 10:13:00.051050 [ 255 ] {c8106448-a8f6-4f18-801c-e1b9871b10d2} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10998 2025.02.07 10:13:00.051090 [ 255 ] {c8106448-a8f6-4f18-801c-e1b9871b10d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
10999 2025.02.07 10:13:00.051492 [ 255 ] {c8106448-a8f6-4f18-801c-e1b9871b10d2} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11000 2025.02.07 10:13:00.051746 [ 255 ] {c8106448-a8f6-4f18-801c-e1b9871b10d2} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11001 2025.02.07 10:13:00.051978 [ 255 ] {c8106448-a8f6-4f18-801c-e1b9871b10d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec.
11002 2025.02.07 10:13:00.052071 [ 255 ] {c8106448-a8f6-4f18-801c-e1b9871b10d2} <Debug> TCPHandler: Processed in 0.001767596 sec.
11003 2025.02.07 10:13:01.801263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193
11004 2025.02.07 10:13:01.801956 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11005 2025.02.07 10:13:01.802007 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11006 2025.02.07 10:13:01.802552 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11007 2025.02.07 10:13:01.802824 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11008 2025.02.07 10:13:01.803122 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193
11009 2025.02.07 10:13:03.667117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
11010 2025.02.07 10:13:03.688322 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11011 2025.02.07 10:13:03.688379 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11012 2025.02.07 10:13:03.695944 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11013 2025.02.07 10:13:03.696744 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11014 2025.02.07 10:13:03.699468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
11015 2025.02.07 10:13:05.032080 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11016 2025.02.07 10:13:05.032317 [ 255 ] {dee681cd-6662-432d-9a99-05bb43b99435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11017 2025.02.07 10:13:05.032401 [ 255 ] {dee681cd-6662-432d-9a99-05bb43b99435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11018 2025.02.07 10:13:05.033226 [ 255 ] {dee681cd-6662-432d-9a99-05bb43b99435} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11019 2025.02.07 10:13:05.033270 [ 255 ] {dee681cd-6662-432d-9a99-05bb43b99435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11020 2025.02.07 10:13:05.033728 [ 255 ] {dee681cd-6662-432d-9a99-05bb43b99435} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11021 2025.02.07 10:13:05.033995 [ 255 ] {dee681cd-6662-432d-9a99-05bb43b99435} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11022 2025.02.07 10:13:05.034223 [ 255 ] {dee681cd-6662-432d-9a99-05bb43b99435} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001977 sec., 7081.436519979768 rows/sec., 509.77 KiB/sec.
11023 2025.02.07 10:13:05.034288 [ 255 ] {dee681cd-6662-432d-9a99-05bb43b99435} <Debug> TCPHandler: Processed in 0.002398238 sec.
11024 2025.02.07 10:13:05.034529 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11025 2025.02.07 10:13:05.034724 [ 256 ] {4d66a364-4fc4-49b8-8b6d-13033eff99d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11026 2025.02.07 10:13:05.034798 [ 256 ] {4d66a364-4fc4-49b8-8b6d-13033eff99d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11027 2025.02.07 10:13:05.035681 [ 256 ] {4d66a364-4fc4-49b8-8b6d-13033eff99d5} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11028 2025.02.07 10:13:05.035734 [ 256 ] {4d66a364-4fc4-49b8-8b6d-13033eff99d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11029 2025.02.07 10:13:05.036197 [ 256 ] {4d66a364-4fc4-49b8-8b6d-13033eff99d5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11030 2025.02.07 10:13:05.036466 [ 256 ] {4d66a364-4fc4-49b8-8b6d-13033eff99d5} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11031 2025.02.07 10:13:05.036724 [ 256 ] {4d66a364-4fc4-49b8-8b6d-13033eff99d5} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002054 sec., 98831.54819863681 rows/sec., 8.53 MiB/sec.
11032 2025.02.07 10:13:05.036827 [ 256 ] {4d66a364-4fc4-49b8-8b6d-13033eff99d5} <Debug> TCPHandler: Processed in 0.002437599 sec.
11033 2025.02.07 10:13:05.037065 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11034 2025.02.07 10:13:05.037263 [ 255 ] {7312504b-ea37-407e-a4be-34522e9a953c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11035 2025.02.07 10:13:05.037317 [ 255 ] {7312504b-ea37-407e-a4be-34522e9a953c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11036 2025.02.07 10:13:05.037918 [ 255 ] {7312504b-ea37-407e-a4be-34522e9a953c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11037 2025.02.07 10:13:05.037958 [ 255 ] {7312504b-ea37-407e-a4be-34522e9a953c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11038 2025.02.07 10:13:05.038382 [ 255 ] {7312504b-ea37-407e-a4be-34522e9a953c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11039 2025.02.07 10:13:05.038665 [ 255 ] {7312504b-ea37-407e-a4be-34522e9a953c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11040 2025.02.07 10:13:05.038873 [ 255 ] {7312504b-ea37-407e-a4be-34522e9a953c} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001636 sec., 4278.728606356968 rows/sec., 278.76 KiB/sec.
11041 2025.02.07 10:13:05.038955 [ 255 ] {7312504b-ea37-407e-a4be-34522e9a953c} <Debug> TCPHandler: Processed in 0.002017411 sec.
11042 2025.02.07 10:13:05.039164 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11043 2025.02.07 10:13:05.039424 [ 256 ] {cc26ee7f-f5ba-444b-9fc3-0240caf6a9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11044 2025.02.07 10:13:05.039476 [ 256 ] {cc26ee7f-f5ba-444b-9fc3-0240caf6a9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11045 2025.02.07 10:13:05.040069 [ 256 ] {cc26ee7f-f5ba-444b-9fc3-0240caf6a9dd} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11046 2025.02.07 10:13:05.040111 [ 256 ] {cc26ee7f-f5ba-444b-9fc3-0240caf6a9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11047 2025.02.07 10:13:05.040491 [ 256 ] {cc26ee7f-f5ba-444b-9fc3-0240caf6a9dd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11048 2025.02.07 10:13:05.040733 [ 256 ] {cc26ee7f-f5ba-444b-9fc3-0240caf6a9dd} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11049 2025.02.07 10:13:05.040951 [ 256 ] {cc26ee7f-f5ba-444b-9fc3-0240caf6a9dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001599 sec., 8755.472170106317 rows/sec., 613.18 KiB/sec.
11050 2025.02.07 10:13:05.041004 [ 256 ] {cc26ee7f-f5ba-444b-9fc3-0240caf6a9dd} <Debug> TCPHandler: Processed in 0.001956129 sec.
11051 2025.02.07 10:13:05.041163 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11052 2025.02.07 10:13:05.041305 [ 255 ] {85688231-c355-4c86-b2aa-2e80e67773e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11053 2025.02.07 10:13:05.041362 [ 255 ] {85688231-c355-4c86-b2aa-2e80e67773e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11054 2025.02.07 10:13:05.042052 [ 255 ] {85688231-c355-4c86-b2aa-2e80e67773e4} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11055 2025.02.07 10:13:05.042090 [ 255 ] {85688231-c355-4c86-b2aa-2e80e67773e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11056 2025.02.07 10:13:05.042446 [ 255 ] {85688231-c355-4c86-b2aa-2e80e67773e4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11057 2025.02.07 10:13:05.042679 [ 255 ] {85688231-c355-4c86-b2aa-2e80e67773e4} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11058 2025.02.07 10:13:05.042855 [ 255 ] {85688231-c355-4c86-b2aa-2e80e67773e4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec.
11059 2025.02.07 10:13:05.042906 [ 255 ] {85688231-c355-4c86-b2aa-2e80e67773e4} <Debug> TCPHandler: Processed in 0.001813027 sec.
11060 2025.02.07 10:13:05.043068 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11061 2025.02.07 10:13:05.043302 [ 256 ] {d5b62cf9-b753-4026-9172-02ed4ec7d6b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11062 2025.02.07 10:13:05.043395 [ 256 ] {d5b62cf9-b753-4026-9172-02ed4ec7d6b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11063 2025.02.07 10:13:05.044405 [ 256 ] {d5b62cf9-b753-4026-9172-02ed4ec7d6b8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11064 2025.02.07 10:13:05.044445 [ 256 ] {d5b62cf9-b753-4026-9172-02ed4ec7d6b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11065 2025.02.07 10:13:05.044839 [ 256 ] {d5b62cf9-b753-4026-9172-02ed4ec7d6b8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11066 2025.02.07 10:13:05.045089 [ 256 ] {d5b62cf9-b753-4026-9172-02ed4ec7d6b8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11067 2025.02.07 10:13:05.045325 [ 256 ] {d5b62cf9-b753-4026-9172-02ed4ec7d6b8} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00208 sec., 183653.84615384616 rows/sec., 13.00 MiB/sec.
11068 2025.02.07 10:13:05.045398 [ 256 ] {d5b62cf9-b753-4026-9172-02ed4ec7d6b8} <Debug> TCPHandler: Processed in 0.002407408 sec.
11069 2025.02.07 10:13:05.045595 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11070 2025.02.07 10:13:05.045768 [ 255 ] {fac004ab-6cce-49e1-8caf-beb0e4b05650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11071 2025.02.07 10:13:05.045828 [ 255 ] {fac004ab-6cce-49e1-8caf-beb0e4b05650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11072 2025.02.07 10:13:05.046340 [ 255 ] {fac004ab-6cce-49e1-8caf-beb0e4b05650} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11073 2025.02.07 10:13:05.046377 [ 255 ] {fac004ab-6cce-49e1-8caf-beb0e4b05650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11074 2025.02.07 10:13:05.046744 [ 255 ] {fac004ab-6cce-49e1-8caf-beb0e4b05650} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11075 2025.02.07 10:13:05.046985 [ 255 ] {fac004ab-6cce-49e1-8caf-beb0e4b05650} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11076 2025.02.07 10:13:05.047208 [ 255 ] {fac004ab-6cce-49e1-8caf-beb0e4b05650} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec.
11077 2025.02.07 10:13:05.047315 [ 255 ] {fac004ab-6cce-49e1-8caf-beb0e4b05650} <Debug> TCPHandler: Processed in 0.001835027 sec.
11078 2025.02.07 10:13:05.047557 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11079 2025.02.07 10:13:05.047781 [ 256 ] {a85c8de7-fe86-495a-84e6-ad3602860c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11080 2025.02.07 10:13:05.047881 [ 256 ] {a85c8de7-fe86-495a-84e6-ad3602860c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11081 2025.02.07 10:13:05.048558 [ 256 ] {a85c8de7-fe86-495a-84e6-ad3602860c62} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11082 2025.02.07 10:13:05.048597 [ 256 ] {a85c8de7-fe86-495a-84e6-ad3602860c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11083 2025.02.07 10:13:05.049002 [ 256 ] {a85c8de7-fe86-495a-84e6-ad3602860c62} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11084 2025.02.07 10:13:05.049241 [ 256 ] {a85c8de7-fe86-495a-84e6-ad3602860c62} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11085 2025.02.07 10:13:05.049442 [ 256 ] {a85c8de7-fe86-495a-84e6-ad3602860c62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001713 sec., 138353.765323993 rows/sec., 9.27 MiB/sec.
11086 2025.02.07 10:13:05.049541 [ 256 ] {a85c8de7-fe86-495a-84e6-ad3602860c62} <Debug> TCPHandler: Processed in 0.002124923 sec.
11087 2025.02.07 10:13:05.049710 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11088 2025.02.07 10:13:05.049856 [ 255 ] {77016069-8fb6-43cb-9f0b-dafb1373d45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11089 2025.02.07 10:13:05.049915 [ 255 ] {77016069-8fb6-43cb-9f0b-dafb1373d45a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11090 2025.02.07 10:13:05.050396 [ 255 ] {77016069-8fb6-43cb-9f0b-dafb1373d45a} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11091 2025.02.07 10:13:05.050434 [ 255 ] {77016069-8fb6-43cb-9f0b-dafb1373d45a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11092 2025.02.07 10:13:05.050792 [ 255 ] {77016069-8fb6-43cb-9f0b-dafb1373d45a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11093 2025.02.07 10:13:05.051024 [ 255 ] {77016069-8fb6-43cb-9f0b-dafb1373d45a} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11094 2025.02.07 10:13:05.051246 [ 255 ] {77016069-8fb6-43cb-9f0b-dafb1373d45a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec.
11095 2025.02.07 10:13:05.051297 [ 255 ] {77016069-8fb6-43cb-9f0b-dafb1373d45a} <Debug> TCPHandler: Processed in 0.001678265 sec.
11096 2025.02.07 10:13:05.051442 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11097 2025.02.07 10:13:05.051582 [ 256 ] {e6c7c4ae-8e5d-4430-a54d-168d9bb73dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11098 2025.02.07 10:13:05.051643 [ 256 ] {e6c7c4ae-8e5d-4430-a54d-168d9bb73dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11099 2025.02.07 10:13:05.052195 [ 256 ] {e6c7c4ae-8e5d-4430-a54d-168d9bb73dc3} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11100 2025.02.07 10:13:05.052236 [ 256 ] {e6c7c4ae-8e5d-4430-a54d-168d9bb73dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11101 2025.02.07 10:13:05.052797 [ 256 ] {e6c7c4ae-8e5d-4430-a54d-168d9bb73dc3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11102 2025.02.07 10:13:05.053043 [ 256 ] {e6c7c4ae-8e5d-4430-a54d-168d9bb73dc3} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11103 2025.02.07 10:13:05.053221 [ 256 ] {e6c7c4ae-8e5d-4430-a54d-168d9bb73dc3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001672 sec., 49043.062200956934 rows/sec., 3.11 MiB/sec.
11104 2025.02.07 10:13:05.053273 [ 256 ] {e6c7c4ae-8e5d-4430-a54d-168d9bb73dc3} <Debug> TCPHandler: Processed in 0.001898959 sec.
11105 2025.02.07 10:13:09.112498 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache
11106 2025.02.07 10:13:09.112574 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache
11107 2025.02.07 10:13:09.304186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681
11108 2025.02.07 10:13:09.304855 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11109 2025.02.07 10:13:09.304897 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11110 2025.02.07 10:13:09.305436 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11111 2025.02.07 10:13:09.305708 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11112 2025.02.07 10:13:09.305925 [ 55 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11113 2025.02.07 10:13:09.305956 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
11114 2025.02.07 10:13:09.306005 [ 55 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11115 2025.02.07 10:13:09.306035 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11116 2025.02.07 10:13:09.306171 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
11117 2025.02.07 10:13:09.306388 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11118 2025.02.07 10:13:09.306447 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part
11119 2025.02.07 10:13:09.306528 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part
11120 2025.02.07 10:13:09.306734 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part
11121 2025.02.07 10:13:09.306980 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part
11122 2025.02.07 10:13:09.307088 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part
11123 2025.02.07 10:13:09.307282 [ 191 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part
11124 2025.02.07 10:13:09.309941 [ 194 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003837358 sec., 6692364.903144299 rows/sec., 95.74 MiB/sec.
11125 2025.02.07 10:13:09.310256 [ 194 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11126 2025.02.07 10:13:09.310599 [ 194 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11127 2025.02.07 10:13:09.310696 [ 194 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_56_11} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11128 2025.02.07 10:13:09.310813 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
11129 2025.02.07 10:13:09.472289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1552
11130 2025.02.07 10:13:09.476274 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11131 2025.02.07 10:13:09.476332 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11132 2025.02.07 10:13:09.477858 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11133 2025.02.07 10:13:09.478177 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11134 2025.02.07 10:13:09.479739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1552
11135 2025.02.07 10:13:10.029069 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11136 2025.02.07 10:13:10.029258 [ 255 ] {8801c9ff-0062-41a3-ac95-28ad1281d4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11137 2025.02.07 10:13:10.029329 [ 255 ] {8801c9ff-0062-41a3-ac95-28ad1281d4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11138 2025.02.07 10:13:10.030127 [ 255 ] {8801c9ff-0062-41a3-ac95-28ad1281d4cc} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11139 2025.02.07 10:13:10.030176 [ 255 ] {8801c9ff-0062-41a3-ac95-28ad1281d4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11140 2025.02.07 10:13:10.030642 [ 255 ] {8801c9ff-0062-41a3-ac95-28ad1281d4cc} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11141 2025.02.07 10:13:10.030906 [ 255 ] {8801c9ff-0062-41a3-ac95-28ad1281d4cc} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11142 2025.02.07 10:13:10.031113 [ 255 ] {8801c9ff-0062-41a3-ac95-28ad1281d4cc} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001905 sec., 70341.20734908136 rows/sec., 6.05 MiB/sec.
11143 2025.02.07 10:13:10.031195 [ 255 ] {8801c9ff-0062-41a3-ac95-28ad1281d4cc} <Debug> TCPHandler: Processed in 0.002251935 sec.
11144 2025.02.07 10:13:10.031519 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11145 2025.02.07 10:13:10.031709 [ 256 ] {9a74f0bf-4a7c-49d3-8e06-664f13afc554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11146 2025.02.07 10:13:10.031784 [ 256 ] {9a74f0bf-4a7c-49d3-8e06-664f13afc554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11147 2025.02.07 10:13:10.032599 [ 256 ] {9a74f0bf-4a7c-49d3-8e06-664f13afc554} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11148 2025.02.07 10:13:10.032655 [ 256 ] {9a74f0bf-4a7c-49d3-8e06-664f13afc554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11149 2025.02.07 10:13:10.033112 [ 256 ] {9a74f0bf-4a7c-49d3-8e06-664f13afc554} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11150 2025.02.07 10:13:10.033393 [ 256 ] {9a74f0bf-4a7c-49d3-8e06-664f13afc554} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11151 2025.02.07 10:13:10.033645 [ 256 ] {9a74f0bf-4a7c-49d3-8e06-664f13afc554} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00199 sec., 19597.989949748742 rows/sec., 1.44 MiB/sec.
11152 2025.02.07 10:13:10.033717 [ 256 ] {9a74f0bf-4a7c-49d3-8e06-664f13afc554} <Debug> TCPHandler: Processed in 0.002399659 sec.
11153 2025.02.07 10:13:10.033942 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11154 2025.02.07 10:13:10.034075 [ 255 ] {2e77c18b-dc3d-484a-95b6-25616f69a007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11155 2025.02.07 10:13:10.034128 [ 255 ] {2e77c18b-dc3d-484a-95b6-25616f69a007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11156 2025.02.07 10:13:10.034800 [ 255 ] {2e77c18b-dc3d-484a-95b6-25616f69a007} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11157 2025.02.07 10:13:10.034839 [ 255 ] {2e77c18b-dc3d-484a-95b6-25616f69a007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11158 2025.02.07 10:13:10.035268 [ 255 ] {2e77c18b-dc3d-484a-95b6-25616f69a007} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11159 2025.02.07 10:13:10.035531 [ 255 ] {2e77c18b-dc3d-484a-95b6-25616f69a007} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11160 2025.02.07 10:13:10.035734 [ 255 ] {2e77c18b-dc3d-484a-95b6-25616f69a007} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001689 sec., 60982.830076968625 rows/sec., 4.76 MiB/sec.
11161 2025.02.07 10:13:10.035790 [ 255 ] {2e77c18b-dc3d-484a-95b6-25616f69a007} <Debug> TCPHandler: Processed in 0.001912298 sec.
11162 2025.02.07 10:13:10.035963 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11163 2025.02.07 10:13:10.036101 [ 256 ] {8fb23b9e-dc3a-472a-b89a-a79a2aa56ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11164 2025.02.07 10:13:10.036163 [ 256 ] {8fb23b9e-dc3a-472a-b89a-a79a2aa56ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11165 2025.02.07 10:13:10.036798 [ 256 ] {8fb23b9e-dc3a-472a-b89a-a79a2aa56ff4} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11166 2025.02.07 10:13:10.036843 [ 256 ] {8fb23b9e-dc3a-472a-b89a-a79a2aa56ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11167 2025.02.07 10:13:10.037281 [ 256 ] {8fb23b9e-dc3a-472a-b89a-a79a2aa56ff4} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11168 2025.02.07 10:13:10.037539 [ 256 ] {8fb23b9e-dc3a-472a-b89a-a79a2aa56ff4} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11169 2025.02.07 10:13:10.037768 [ 256 ] {8fb23b9e-dc3a-472a-b89a-a79a2aa56ff4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 6.56 MiB/sec.
11170 2025.02.07 10:13:10.037831 [ 256 ] {8fb23b9e-dc3a-472a-b89a-a79a2aa56ff4} <Debug> TCPHandler: Processed in 0.001932939 sec.
11171 2025.02.07 10:13:10.037987 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11172 2025.02.07 10:13:10.038109 [ 255 ] {cb3df9eb-f1ef-479e-b54c-8e74d8684d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11173 2025.02.07 10:13:10.038198 [ 255 ] {cb3df9eb-f1ef-479e-b54c-8e74d8684d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11174 2025.02.07 10:13:10.039573 [ 255 ] {cb3df9eb-f1ef-479e-b54c-8e74d8684d1a} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11175 2025.02.07 10:13:10.039612 [ 255 ] {cb3df9eb-f1ef-479e-b54c-8e74d8684d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11176 2025.02.07 10:13:10.040297 [ 255 ] {cb3df9eb-f1ef-479e-b54c-8e74d8684d1a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11177 2025.02.07 10:13:10.040570 [ 255 ] {cb3df9eb-f1ef-479e-b54c-8e74d8684d1a} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11178 2025.02.07 10:13:10.040814 [ 255 ] {cb3df9eb-f1ef-479e-b54c-8e74d8684d1a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002724 sec., 14317.180616740088 rows/sec., 25.66 MiB/sec.
11179 2025.02.07 10:13:10.041283 [ 255 ] {cb3df9eb-f1ef-479e-b54c-8e74d8684d1a} <Debug> TCPHandler: Processed in 0.003350788 sec.
11180 2025.02.07 10:13:10.041512 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11181 2025.02.07 10:13:10.041653 [ 256 ] {47411f46-547f-4f7c-ba69-28db179261e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11182 2025.02.07 10:13:10.041715 [ 256 ] {47411f46-547f-4f7c-ba69-28db179261e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11183 2025.02.07 10:13:10.042271 [ 256 ] {47411f46-547f-4f7c-ba69-28db179261e7} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11184 2025.02.07 10:13:10.042312 [ 256 ] {47411f46-547f-4f7c-ba69-28db179261e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11185 2025.02.07 10:13:10.042709 [ 256 ] {47411f46-547f-4f7c-ba69-28db179261e7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11186 2025.02.07 10:13:10.042954 [ 256 ] {47411f46-547f-4f7c-ba69-28db179261e7} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11187 2025.02.07 10:13:10.043199 [ 256 ] {47411f46-547f-4f7c-ba69-28db179261e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001573 sec., 38143.67450731087 rows/sec., 2.57 MiB/sec.
11188 2025.02.07 10:13:10.043275 [ 256 ] {47411f46-547f-4f7c-ba69-28db179261e7} <Debug> TCPHandler: Processed in 0.001870508 sec.
11189 2025.02.07 10:13:11.200471 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423
11190 2025.02.07 10:13:11.223187 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11191 2025.02.07 10:13:11.223257 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11192 2025.02.07 10:13:11.230917 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11193 2025.02.07 10:13:11.231696 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11194 2025.02.07 10:13:11.232120 [ 52 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11195 2025.02.07 10:13:11.232262 [ 52 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11196 2025.02.07 10:13:11.232356 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11197 2025.02.07 10:13:11.232847 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
11198 2025.02.07 10:13:11.249010 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423
11199 2025.02.07 10:13:11.250634 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11200 2025.02.07 10:13:11.251897 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
11201 2025.02.07 10:13:11.257466 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
11202 2025.02.07 10:13:11.262924 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
11203 2025.02.07 10:13:11.268794 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
11204 2025.02.07 10:13:11.274697 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
11205 2025.02.07 10:13:11.279645 [ 190 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
11206 2025.02.07 10:13:11.342150 [ 187 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.109633388 sec., 3858.3136735681287 rows/sec., 19.95 MiB/sec.
11207 2025.02.07 10:13:11.345590 [ 187 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11208 2025.02.07 10:13:11.348490 [ 187 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_56_11} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11209 2025.02.07 10:13:11.348583 [ 187 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_56_11} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11210 2025.02.07 10:13:11.351129 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
11211 2025.02.07 10:13:12.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.03 MiB, peak 248.45 MiB, free memory in arenas 0.00 B, will set to 238.21 MiB (RSS), difference: 3.18 MiB
11212 2025.02.07 10:13:13.939305 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11213 2025.02.07 10:13:13.939530 [ 255 ] {6249a170-8ce5-4a29-b360-80412068e5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11214 2025.02.07 10:13:13.939615 [ 255 ] {6249a170-8ce5-4a29-b360-80412068e5cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11215 2025.02.07 10:13:13.940511 [ 255 ] {6249a170-8ce5-4a29-b360-80412068e5cc} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11216 2025.02.07 10:13:13.940564 [ 255 ] {6249a170-8ce5-4a29-b360-80412068e5cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11217 2025.02.07 10:13:13.941020 [ 255 ] {6249a170-8ce5-4a29-b360-80412068e5cc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11218 2025.02.07 10:13:13.941278 [ 255 ] {6249a170-8ce5-4a29-b360-80412068e5cc} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11219 2025.02.07 10:13:13.941520 [ 255 ] {6249a170-8ce5-4a29-b360-80412068e5cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002052 sec., 6822.612085769981 rows/sec., 491.14 KiB/sec.
11220 2025.02.07 10:13:13.941588 [ 255 ] {6249a170-8ce5-4a29-b360-80412068e5cc} <Debug> TCPHandler: Processed in 0.002422009 sec.
11221 2025.02.07 10:13:13.941885 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11222 2025.02.07 10:13:13.942097 [ 256 ] {f34db4bf-d269-4a56-9a10-dfb8b6914d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11223 2025.02.07 10:13:13.942191 [ 256 ] {f34db4bf-d269-4a56-9a10-dfb8b6914d96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11224 2025.02.07 10:13:13.943032 [ 256 ] {f34db4bf-d269-4a56-9a10-dfb8b6914d96} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11225 2025.02.07 10:13:13.943092 [ 256 ] {f34db4bf-d269-4a56-9a10-dfb8b6914d96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11226 2025.02.07 10:13:13.943536 [ 256 ] {f34db4bf-d269-4a56-9a10-dfb8b6914d96} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
11227 2025.02.07 10:13:13.943795 [ 256 ] {f34db4bf-d269-4a56-9a10-dfb8b6914d96} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11228 2025.02.07 10:13:13.944071 [ 256 ] {f34db4bf-d269-4a56-9a10-dfb8b6914d96} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002027 sec., 986.6798223976319 rows/sec., 80.46 KiB/sec.
11229 2025.02.07 10:13:13.944272 [ 256 ] {f34db4bf-d269-4a56-9a10-dfb8b6914d96} <Debug> TCPHandler: Processed in 0.002531761 sec.
11230 2025.02.07 10:13:13.944578 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11231 2025.02.07 10:13:13.944807 [ 255 ] {6e6d1d60-7126-4edb-97d5-43d57ec5d183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11232 2025.02.07 10:13:13.944901 [ 255 ] {6e6d1d60-7126-4edb-97d5-43d57ec5d183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11233 2025.02.07 10:13:13.946207 [ 255 ] {6e6d1d60-7126-4edb-97d5-43d57ec5d183} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11234 2025.02.07 10:13:13.946248 [ 255 ] {6e6d1d60-7126-4edb-97d5-43d57ec5d183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11235 2025.02.07 10:13:13.946713 [ 255 ] {6e6d1d60-7126-4edb-97d5-43d57ec5d183} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11236 2025.02.07 10:13:13.946973 [ 255 ] {6e6d1d60-7126-4edb-97d5-43d57ec5d183} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11237 2025.02.07 10:13:13.947160 [ 51 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11238 2025.02.07 10:13:13.947223 [ 255 ] {6e6d1d60-7126-4edb-97d5-43d57ec5d183} <Debug> executeQuery: Read 1344 rows, 114.14 KiB in 0.002472 sec., 543689.3203883496 rows/sec., 45.09 MiB/sec.
11239 2025.02.07 10:13:13.947247 [ 51 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11240 2025.02.07 10:13:13.947309 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11241 2025.02.07 10:13:13.947345 [ 255 ] {6e6d1d60-7126-4edb-97d5-43d57ec5d183} <Debug> TCPHandler: Processed in 0.002912178 sec.
11242 2025.02.07 10:13:13.947494 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
11243 2025.02.07 10:13:13.947568 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11244 2025.02.07 10:13:13.947672 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11245 2025.02.07 10:13:13.947755 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1431 rows starting from the beginning of the part
11246 2025.02.07 10:13:13.947807 [ 256 ] {21bea3be-f33a-43a2-884d-d885c0e1118a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11247 2025.02.07 10:13:13.947969 [ 256 ] {21bea3be-f33a-43a2-884d-d885c0e1118a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11248 2025.02.07 10:13:13.947989 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 203 rows starting from the beginning of the part
11249 2025.02.07 10:13:13.948493 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 135 rows starting from the beginning of the part
11250 2025.02.07 10:13:13.948780 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 203 rows starting from the beginning of the part
11251 2025.02.07 10:13:13.949207 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 134 rows starting from the beginning of the part
11252 2025.02.07 10:13:13.949558 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1344 rows starting from the beginning of the part
11253 2025.02.07 10:13:13.950962 [ 256 ] {21bea3be-f33a-43a2-884d-d885c0e1118a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11254 2025.02.07 10:13:13.951035 [ 256 ] {21bea3be-f33a-43a2-884d-d885c0e1118a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11255 2025.02.07 10:13:13.952100 [ 256 ] {21bea3be-f33a-43a2-884d-d885c0e1118a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
11256 2025.02.07 10:13:13.952443 [ 256 ] {21bea3be-f33a-43a2-884d-d885c0e1118a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11257 2025.02.07 10:13:13.952725 [ 256 ] {21bea3be-f33a-43a2-884d-d885c0e1118a} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.004985 sec., 1805.4162487462388 rows/sec., 119.50 KiB/sec.
11258 2025.02.07 10:13:13.953129 [ 256 ] {21bea3be-f33a-43a2-884d-d885c0e1118a} <Debug> TCPHandler: Processed in 0.005641184 sec.
11259 2025.02.07 10:13:13.953478 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11260 2025.02.07 10:13:13.953724 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3450 rows, containing 5 columns (5 merged, 0 gathered) in 0.006312147 sec., 546565.2178252502 rows/sec., 47.87 MiB/sec.
11261 2025.02.07 10:13:13.953768 [ 255 ] {caa5e253-a2b1-4450-9a64-3565db079e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11262 2025.02.07 10:13:13.953861 [ 255 ] {caa5e253-a2b1-4450-9a64-3565db079e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11263 2025.02.07 10:13:13.954001 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11264 2025.02.07 10:13:13.954377 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11265 2025.02.07 10:13:13.954486 [ 186 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_91_18} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11266 2025.02.07 10:13:13.954598 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
11267 2025.02.07 10:13:13.954762 [ 255 ] {caa5e253-a2b1-4450-9a64-3565db079e88} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11268 2025.02.07 10:13:13.954803 [ 255 ] {caa5e253-a2b1-4450-9a64-3565db079e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11269 2025.02.07 10:13:13.955212 [ 255 ] {caa5e253-a2b1-4450-9a64-3565db079e88} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11270 2025.02.07 10:13:13.955462 [ 255 ] {caa5e253-a2b1-4450-9a64-3565db079e88} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11271 2025.02.07 10:13:13.955720 [ 255 ] {caa5e253-a2b1-4450-9a64-3565db079e88} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002024 sec., 119565.21739130434 rows/sec., 8.10 MiB/sec.
11272 2025.02.07 10:13:13.955932 [ 255 ] {caa5e253-a2b1-4450-9a64-3565db079e88} <Debug> TCPHandler: Processed in 0.002660534 sec.
11273 2025.02.07 10:13:13.956151 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11274 2025.02.07 10:13:13.956271 [ 256 ] {03a4c95a-c58d-4d97-8372-d8314de61736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11275 2025.02.07 10:13:13.956322 [ 256 ] {03a4c95a-c58d-4d97-8372-d8314de61736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11276 2025.02.07 10:13:13.956948 [ 256 ] {03a4c95a-c58d-4d97-8372-d8314de61736} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11277 2025.02.07 10:13:13.956994 [ 256 ] {03a4c95a-c58d-4d97-8372-d8314de61736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11278 2025.02.07 10:13:13.957373 [ 256 ] {03a4c95a-c58d-4d97-8372-d8314de61736} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11279 2025.02.07 10:13:13.957631 [ 256 ] {03a4c95a-c58d-4d97-8372-d8314de61736} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11280 2025.02.07 10:13:13.957872 [ 256 ] {03a4c95a-c58d-4d97-8372-d8314de61736} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001619 sec., 8029.647930821495 rows/sec., 500.65 KiB/sec.
11281 2025.02.07 10:13:13.957946 [ 256 ] {03a4c95a-c58d-4d97-8372-d8314de61736} <Debug> TCPHandler: Processed in 0.001893248 sec.
11282 2025.02.07 10:13:13.958170 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11283 2025.02.07 10:13:13.958307 [ 255 ] {f3c612f2-41c2-4ddb-982f-9a3c720397e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11284 2025.02.07 10:13:13.958358 [ 255 ] {f3c612f2-41c2-4ddb-982f-9a3c720397e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11285 2025.02.07 10:13:13.959259 [ 255 ] {f3c612f2-41c2-4ddb-982f-9a3c720397e6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11286 2025.02.07 10:13:13.959298 [ 255 ] {f3c612f2-41c2-4ddb-982f-9a3c720397e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11287 2025.02.07 10:13:13.959719 [ 255 ] {f3c612f2-41c2-4ddb-982f-9a3c720397e6} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11288 2025.02.07 10:13:13.959961 [ 255 ] {f3c612f2-41c2-4ddb-982f-9a3c720397e6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11289 2025.02.07 10:13:13.960101 [ 50 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11290 2025.02.07 10:13:13.960146 [ 50 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11291 2025.02.07 10:13:13.960151 [ 255 ] {f3c612f2-41c2-4ddb-982f-9a3c720397e6} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.001867 sec., 449919.6572040707 rows/sec., 32.50 MiB/sec.
11292 2025.02.07 10:13:13.960172 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11293 2025.02.07 10:13:13.960276 [ 255 ] {f3c612f2-41c2-4ddb-982f-9a3c720397e6} <Debug> TCPHandler: Processed in 0.002217365 sec.
11294 2025.02.07 10:13:13.960423 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
11295 2025.02.07 10:13:13.960494 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11296 2025.02.07 10:13:13.960671 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11297 2025.02.07 10:13:13.960758 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part
11298 2025.02.07 10:13:13.960761 [ 256 ] {c0c402b2-a6dd-4d9a-afcc-5ef09a64566b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11299 2025.02.07 10:13:13.960948 [ 256 ] {c0c402b2-a6dd-4d9a-afcc-5ef09a64566b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11300 2025.02.07 10:13:13.961019 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 382 rows starting from the beginning of the part
11301 2025.02.07 10:13:13.961541 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 105 rows starting from the beginning of the part
11302 2025.02.07 10:13:13.961967 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 382 rows starting from the beginning of the part
11303 2025.02.07 10:13:13.962261 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 103 rows starting from the beginning of the part
11304 2025.02.07 10:13:13.962567 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 840 rows starting from the beginning of the part
11305 2025.02.07 10:13:13.963338 [ 256 ] {c0c402b2-a6dd-4d9a-afcc-5ef09a64566b} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11306 2025.02.07 10:13:13.963410 [ 256 ] {c0c402b2-a6dd-4d9a-afcc-5ef09a64566b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11307 2025.02.07 10:13:13.964309 [ 256 ] {c0c402b2-a6dd-4d9a-afcc-5ef09a64566b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11308 2025.02.07 10:13:13.964856 [ 256 ] {c0c402b2-a6dd-4d9a-afcc-5ef09a64566b} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11309 2025.02.07 10:13:13.965104 [ 50 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0
11310 2025.02.07 10:13:13.965201 [ 50 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11311 2025.02.07 10:13:13.965220 [ 256 ] {c0c402b2-a6dd-4d9a-afcc-5ef09a64566b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004516 sec., 1328.609388839681 rows/sec., 69.41 KiB/sec.
11312 2025.02.07 10:13:13.965241 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11313 2025.02.07 10:13:13.965532 [ 256 ] {c0c402b2-a6dd-4d9a-afcc-5ef09a64566b} <Debug> TCPHandler: Processed in 0.005120524 sec.
11314 2025.02.07 10:13:13.965740 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full
11315 2025.02.07 10:13:13.965924 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11316 2025.02.07 10:13:13.966229 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2725 rows, containing 5 columns (5 merged, 0 gathered) in 0.00594711 sec., 458205.7503560553 rows/sec., 34.94 MiB/sec.
11317 2025.02.07 10:13:13.966328 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11318 2025.02.07 10:13:13.966371 [ 255 ] {59dda6ce-0b11-42e6-a9ce-4df367f1c081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11319 2025.02.07 10:13:13.966399 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 204 rows starting from the beginning of the part
11320 2025.02.07 10:13:13.966553 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11321 2025.02.07 10:13:13.966637 [ 255 ] {59dda6ce-0b11-42e6-a9ce-4df367f1c081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11322 2025.02.07 10:13:13.966872 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
11323 2025.02.07 10:13:13.967325 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
11324 2025.02.07 10:13:13.967793 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
11325 2025.02.07 10:13:13.967970 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11326 2025.02.07 10:13:13.968315 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
11327 2025.02.07 10:13:13.968484 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_91_18} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11328 2025.02.07 10:13:13.968837 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
11329 2025.02.07 10:13:13.968866 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
11330 2025.02.07 10:13:13.970777 [ 255 ] {59dda6ce-0b11-42e6-a9ce-4df367f1c081} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11331 2025.02.07 10:13:13.970849 [ 255 ] {59dda6ce-0b11-42e6-a9ce-4df367f1c081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11332 2025.02.07 10:13:13.971305 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 4 columns (4 merged, 0 gathered) in 0.00593404 sec., 39433.50567235812 rows/sec., 2.01 MiB/sec.
11333 2025.02.07 10:13:13.971505 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
11334 2025.02.07 10:13:13.971924 [ 255 ] {59dda6ce-0b11-42e6-a9ce-4df367f1c081} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11335 2025.02.07 10:13:13.971992 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11336 2025.02.07 10:13:13.972152 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_39_8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8
11337 2025.02.07 10:13:13.972287 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11338 2025.02.07 10:13:13.972415 [ 255 ] {59dda6ce-0b11-42e6-a9ce-4df367f1c081} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11339 2025.02.07 10:13:13.972631 [ 255 ] {59dda6ce-0b11-42e6-a9ce-4df367f1c081} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.006393 sec., 144845.9252307211 rows/sec., 9.67 MiB/sec.
11340 2025.02.07 10:13:13.972727 [ 255 ] {59dda6ce-0b11-42e6-a9ce-4df367f1c081} <Debug> TCPHandler: Processed in 0.007049683 sec.
11341 2025.02.07 10:13:13.972916 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11342 2025.02.07 10:13:13.973065 [ 256 ] {ae00b199-ed77-4cd3-a7c8-f1700e2e85af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11343 2025.02.07 10:13:13.973118 [ 256 ] {ae00b199-ed77-4cd3-a7c8-f1700e2e85af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11344 2025.02.07 10:13:13.973629 [ 256 ] {ae00b199-ed77-4cd3-a7c8-f1700e2e85af} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11345 2025.02.07 10:13:13.973670 [ 256 ] {ae00b199-ed77-4cd3-a7c8-f1700e2e85af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11346 2025.02.07 10:13:13.974050 [ 256 ] {ae00b199-ed77-4cd3-a7c8-f1700e2e85af} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11347 2025.02.07 10:13:13.974303 [ 256 ] {ae00b199-ed77-4cd3-a7c8-f1700e2e85af} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11348 2025.02.07 10:13:13.974582 [ 256 ] {ae00b199-ed77-4cd3-a7c8-f1700e2e85af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001544 sec., 647.6683937823834 rows/sec., 43.64 KiB/sec.
11349 2025.02.07 10:13:13.974650 [ 256 ] {ae00b199-ed77-4cd3-a7c8-f1700e2e85af} <Debug> TCPHandler: Processed in 0.001797016 sec.
11350 2025.02.07 10:13:13.974829 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11351 2025.02.07 10:13:13.974957 [ 255 ] {1ba5f14b-3b19-4d0f-b44e-f11f05cee151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11352 2025.02.07 10:13:13.975010 [ 255 ] {1ba5f14b-3b19-4d0f-b44e-f11f05cee151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11353 2025.02.07 10:13:13.975539 [ 255 ] {1ba5f14b-3b19-4d0f-b44e-f11f05cee151} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11354 2025.02.07 10:13:13.975578 [ 255 ] {1ba5f14b-3b19-4d0f-b44e-f11f05cee151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11355 2025.02.07 10:13:13.975998 [ 255 ] {1ba5f14b-3b19-4d0f-b44e-f11f05cee151} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11356 2025.02.07 10:13:13.976287 [ 255 ] {1ba5f14b-3b19-4d0f-b44e-f11f05cee151} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11357 2025.02.07 10:13:13.976489 [ 255 ] {1ba5f14b-3b19-4d0f-b44e-f11f05cee151} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001559 sec., 44900.57729313662 rows/sec., 2.82 MiB/sec.
11358 2025.02.07 10:13:13.976551 [ 255 ] {1ba5f14b-3b19-4d0f-b44e-f11f05cee151} <Debug> TCPHandler: Processed in 0.001787416 sec.
11359 2025.02.07 10:13:15.022075 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11360 2025.02.07 10:13:15.022359 [ 255 ] {7344b4e2-9cdd-42b0-aa68-6da4da032f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11361 2025.02.07 10:13:15.022427 [ 255 ] {7344b4e2-9cdd-42b0-aa68-6da4da032f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11362 2025.02.07 10:13:15.023190 [ 255 ] {7344b4e2-9cdd-42b0-aa68-6da4da032f38} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11363 2025.02.07 10:13:15.023235 [ 255 ] {7344b4e2-9cdd-42b0-aa68-6da4da032f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11364 2025.02.07 10:13:15.023683 [ 255 ] {7344b4e2-9cdd-42b0-aa68-6da4da032f38} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11365 2025.02.07 10:13:15.023943 [ 255 ] {7344b4e2-9cdd-42b0-aa68-6da4da032f38} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11366 2025.02.07 10:13:15.024178 [ 255 ] {7344b4e2-9cdd-42b0-aa68-6da4da032f38} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.27 MiB/sec.
11367 2025.02.07 10:13:15.024237 [ 255 ] {7344b4e2-9cdd-42b0-aa68-6da4da032f38} <Debug> TCPHandler: Processed in 0.002357658 sec.
11368 2025.02.07 10:13:15.024575 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11369 2025.02.07 10:13:15.024887 [ 256 ] {e67ca79d-6ad3-4d21-9ef5-452f88bb59b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11370 2025.02.07 10:13:15.025005 [ 256 ] {e67ca79d-6ad3-4d21-9ef5-452f88bb59b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11371 2025.02.07 10:13:15.025904 [ 256 ] {e67ca79d-6ad3-4d21-9ef5-452f88bb59b4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11372 2025.02.07 10:13:15.025952 [ 256 ] {e67ca79d-6ad3-4d21-9ef5-452f88bb59b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11373 2025.02.07 10:13:15.026399 [ 256 ] {e67ca79d-6ad3-4d21-9ef5-452f88bb59b4} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11374 2025.02.07 10:13:15.026667 [ 256 ] {e67ca79d-6ad3-4d21-9ef5-452f88bb59b4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11375 2025.02.07 10:13:15.026949 [ 256 ] {e67ca79d-6ad3-4d21-9ef5-452f88bb59b4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002142 sec., 29878.618113912235 rows/sec., 2.33 MiB/sec.
11376 2025.02.07 10:13:15.027083 [ 256 ] {e67ca79d-6ad3-4d21-9ef5-452f88bb59b4} <Debug> TCPHandler: Processed in 0.002698515 sec.
11377 2025.02.07 10:13:15.027287 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11378 2025.02.07 10:13:15.027605 [ 255 ] {25e83d7d-05be-409d-86e1-75276a2a4625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11379 2025.02.07 10:13:15.027677 [ 255 ] {25e83d7d-05be-409d-86e1-75276a2a4625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11380 2025.02.07 10:13:15.028308 [ 255 ] {25e83d7d-05be-409d-86e1-75276a2a4625} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11381 2025.02.07 10:13:15.028349 [ 255 ] {25e83d7d-05be-409d-86e1-75276a2a4625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11382 2025.02.07 10:13:15.028751 [ 255 ] {25e83d7d-05be-409d-86e1-75276a2a4625} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11383 2025.02.07 10:13:15.028999 [ 255 ] {25e83d7d-05be-409d-86e1-75276a2a4625} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11384 2025.02.07 10:13:15.029169 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 5 parts from all_1_86_17 to all_90_90_0
11385 2025.02.07 10:13:15.029242 [ 255 ] {25e83d7d-05be-409d-86e1-75276a2a4625} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001736 sec., 18433.179723502304 rows/sec., 1.28 MiB/sec.
11386 2025.02.07 10:13:15.029265 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11387 2025.02.07 10:13:15.029373 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11388 2025.02.07 10:13:15.029378 [ 255 ] {25e83d7d-05be-409d-86e1-75276a2a4625} <Debug> TCPHandler: Processed in 0.002211294 sec.
11389 2025.02.07 10:13:15.029641 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11390 2025.02.07 10:13:15.029720 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_86_17 to all_90_90_0 into Compact with storage Full
11391 2025.02.07 10:13:15.029873 [ 256 ] {43fcf0fc-bcce-42f4-8fc0-41811814d6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11392 2025.02.07 10:13:15.030010 [ 256 ] {43fcf0fc-bcce-42f4-8fc0-41811814d6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11393 2025.02.07 10:13:15.030016 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11394 2025.02.07 10:13:15.030144 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24245 rows starting from the beginning of the part
11395 2025.02.07 10:13:15.030464 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 161 rows starting from the beginning of the part
11396 2025.02.07 10:13:15.030946 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part
11397 2025.02.07 10:13:15.031316 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part
11398 2025.02.07 10:13:15.031557 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 926 rows starting from the beginning of the part
11399 2025.02.07 10:13:15.032284 [ 256 ] {43fcf0fc-bcce-42f4-8fc0-41811814d6c4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11400 2025.02.07 10:13:15.032347 [ 256 ] {43fcf0fc-bcce-42f4-8fc0-41811814d6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11401 2025.02.07 10:13:15.033069 [ 256 ] {43fcf0fc-bcce-42f4-8fc0-41811814d6c4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11402 2025.02.07 10:13:15.033389 [ 256 ] {43fcf0fc-bcce-42f4-8fc0-41811814d6c4} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11403 2025.02.07 10:13:15.033660 [ 47 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11404 2025.02.07 10:13:15.033734 [ 47 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11405 2025.02.07 10:13:15.033763 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11406 2025.02.07 10:13:15.033839 [ 256 ] {43fcf0fc-bcce-42f4-8fc0-41811814d6c4} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004021 sec., 2984.3322556577964 rows/sec., 205.95 KiB/sec.
11407 2025.02.07 10:13:15.034231 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
11408 2025.02.07 10:13:15.034234 [ 256 ] {43fcf0fc-bcce-42f4-8fc0-41811814d6c4} <Debug> TCPHandler: Processed in 0.004748267 sec.
11409 2025.02.07 10:13:15.034529 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11410 2025.02.07 10:13:15.034575 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5086 rows starting from the beginning of the part
11411 2025.02.07 10:13:15.034788 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
11412 2025.02.07 10:13:15.035133 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part
11413 2025.02.07 10:13:15.035481 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
11414 2025.02.07 10:13:15.035614 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 70 rows starting from the beginning of the part
11415 2025.02.07 10:13:15.035810 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 12 rows starting from the beginning of the part
11416 2025.02.07 10:13:15.038496 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5370 rows, containing 4 columns (4 merged, 0 gathered) in 0.004584663 sec., 1171296.5598561987 rows/sec., 76.18 MiB/sec.
11417 2025.02.07 10:13:15.039050 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11418 2025.02.07 10:13:15.039435 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_91_18} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11419 2025.02.07 10:13:15.039546 [ 188 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_91_18} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11420 2025.02.07 10:13:15.039687 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
11421 2025.02.07 10:13:15.040165 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25729 rows, containing 5 columns (5 merged, 0 gathered) in 0.010647495 sec., 2416436.9177914616 rows/sec., 163.14 MiB/sec.
11422 2025.02.07 10:13:15.040371 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary)
11423 2025.02.07 10:13:15.040670 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11424 2025.02.07 10:13:15.040766 [ 189 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 5 parts: [all_1_86_17, all_90_90_0] -> all_1_90_18
11425 2025.02.07 10:13:15.040855 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
11426 2025.02.07 10:13:16.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.57 MiB, peak 249.54 MiB, free memory in arenas 0.00 B, will set to 239.90 MiB (RSS), difference: 1.34 MiB
11427 2025.02.07 10:13:16.807090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108
11428 2025.02.07 10:13:16.808087 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11429 2025.02.07 10:13:16.808172 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11430 2025.02.07 10:13:16.808870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11431 2025.02.07 10:13:16.809234 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11432 2025.02.07 10:13:16.809532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108
11433 2025.02.07 10:13:18.750043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430
11434 2025.02.07 10:13:18.768733 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11435 2025.02.07 10:13:18.768791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11436 2025.02.07 10:13:18.775782 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11437 2025.02.07 10:13:18.776528 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11438 2025.02.07 10:13:18.779052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
11439 2025.02.07 10:13:19.480882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1594
11440 2025.02.07 10:13:19.484254 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11441 2025.02.07 10:13:19.484314 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11442 2025.02.07 10:13:19.485862 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11443 2025.02.07 10:13:19.486190 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11444 2025.02.07 10:13:19.486433 [ 40 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11445 2025.02.07 10:13:19.486552 [ 40 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11446 2025.02.07 10:13:19.486615 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11447 2025.02.07 10:13:19.487313 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
11448 2025.02.07 10:13:19.489377 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1594
11449 2025.02.07 10:13:19.489654 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11450 2025.02.07 10:13:19.489818 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1410 rows starting from the beginning of the part
11451 2025.02.07 10:13:19.490305 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part
11452 2025.02.07 10:13:19.490925 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part
11453 2025.02.07 10:13:19.491556 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
11454 2025.02.07 10:13:19.492165 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part
11455 2025.02.07 10:13:19.492721 [ 201 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part
11456 2025.02.07 10:13:19.501007 [ 193 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1594 rows, containing 72 columns (72 merged, 0 gathered) in 0.014213917 sec., 112143.61248908377 rows/sec., 86.88 MiB/sec.
11457 2025.02.07 10:13:19.502763 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11458 2025.02.07 10:13:19.503582 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11459 2025.02.07 10:13:19.503675 [ 196 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_41_8} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11460 2025.02.07 10:13:19.503994 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
11461 2025.02.07 10:13:20.030290 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11462 2025.02.07 10:13:20.030477 [ 255 ] {7aa4cce9-6cfe-44c0-81ef-2bd0a2f12067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11463 2025.02.07 10:13:20.030547 [ 255 ] {7aa4cce9-6cfe-44c0-81ef-2bd0a2f12067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11464 2025.02.07 10:13:20.031397 [ 255 ] {7aa4cce9-6cfe-44c0-81ef-2bd0a2f12067} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11465 2025.02.07 10:13:20.031441 [ 255 ] {7aa4cce9-6cfe-44c0-81ef-2bd0a2f12067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11466 2025.02.07 10:13:20.031913 [ 255 ] {7aa4cce9-6cfe-44c0-81ef-2bd0a2f12067} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11467 2025.02.07 10:13:20.032261 [ 255 ] {7aa4cce9-6cfe-44c0-81ef-2bd0a2f12067} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11468 2025.02.07 10:13:20.032547 [ 255 ] {7aa4cce9-6cfe-44c0-81ef-2bd0a2f12067} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002119 sec., 63237.37612081171 rows/sec., 5.44 MiB/sec.
11469 2025.02.07 10:13:20.032620 [ 255 ] {7aa4cce9-6cfe-44c0-81ef-2bd0a2f12067} <Debug> TCPHandler: Processed in 0.002463439 sec.
11470 2025.02.07 10:13:20.032899 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11471 2025.02.07 10:13:20.033116 [ 256 ] {0d6bfc95-614e-4a1a-878c-9c91731189bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11472 2025.02.07 10:13:20.033197 [ 256 ] {0d6bfc95-614e-4a1a-878c-9c91731189bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11473 2025.02.07 10:13:20.034002 [ 256 ] {0d6bfc95-614e-4a1a-878c-9c91731189bc} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11474 2025.02.07 10:13:20.034058 [ 256 ] {0d6bfc95-614e-4a1a-878c-9c91731189bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11475 2025.02.07 10:13:20.034523 [ 256 ] {0d6bfc95-614e-4a1a-878c-9c91731189bc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
11476 2025.02.07 10:13:20.034796 [ 256 ] {0d6bfc95-614e-4a1a-878c-9c91731189bc} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11477 2025.02.07 10:13:20.035088 [ 256 ] {0d6bfc95-614e-4a1a-878c-9c91731189bc} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002033 sec., 19183.472700442693 rows/sec., 1.41 MiB/sec.
11478 2025.02.07 10:13:20.035197 [ 256 ] {0d6bfc95-614e-4a1a-878c-9c91731189bc} <Debug> TCPHandler: Processed in 0.002441659 sec.
11479 2025.02.07 10:13:20.035446 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11480 2025.02.07 10:13:20.035607 [ 255 ] {2d6ee3cb-323b-45aa-a105-089ddc21d756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11481 2025.02.07 10:13:20.035660 [ 255 ] {2d6ee3cb-323b-45aa-a105-089ddc21d756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11482 2025.02.07 10:13:20.036433 [ 255 ] {2d6ee3cb-323b-45aa-a105-089ddc21d756} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11483 2025.02.07 10:13:20.036485 [ 255 ] {2d6ee3cb-323b-45aa-a105-089ddc21d756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11484 2025.02.07 10:13:20.037020 [ 255 ] {2d6ee3cb-323b-45aa-a105-089ddc21d756} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11485 2025.02.07 10:13:20.037373 [ 255 ] {2d6ee3cb-323b-45aa-a105-089ddc21d756} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11486 2025.02.07 10:13:20.037599 [ 255 ] {2d6ee3cb-323b-45aa-a105-089ddc21d756} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002022 sec., 50939.66369930762 rows/sec., 3.98 MiB/sec.
11487 2025.02.07 10:13:20.037654 [ 255 ] {2d6ee3cb-323b-45aa-a105-089ddc21d756} <Debug> TCPHandler: Processed in 0.002330077 sec.
11488 2025.02.07 10:13:20.037852 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11489 2025.02.07 10:13:20.037987 [ 256 ] {cc5d6857-6780-4ddd-8e52-7a1d2542e9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11490 2025.02.07 10:13:20.038050 [ 256 ] {cc5d6857-6780-4ddd-8e52-7a1d2542e9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11491 2025.02.07 10:13:20.038681 [ 256 ] {cc5d6857-6780-4ddd-8e52-7a1d2542e9a5} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11492 2025.02.07 10:13:20.038726 [ 256 ] {cc5d6857-6780-4ddd-8e52-7a1d2542e9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11493 2025.02.07 10:13:20.039172 [ 256 ] {cc5d6857-6780-4ddd-8e52-7a1d2542e9a5} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11494 2025.02.07 10:13:20.039448 [ 256 ] {cc5d6857-6780-4ddd-8e52-7a1d2542e9a5} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11495 2025.02.07 10:13:20.039684 [ 256 ] {cc5d6857-6780-4ddd-8e52-7a1d2542e9a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001729 sec., 92539.03990746096 rows/sec., 6.45 MiB/sec.
11496 2025.02.07 10:13:20.039747 [ 256 ] {cc5d6857-6780-4ddd-8e52-7a1d2542e9a5} <Debug> TCPHandler: Processed in 0.001964309 sec.
11497 2025.02.07 10:13:20.039912 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11498 2025.02.07 10:13:20.040036 [ 255 ] {cce93d46-96fa-4f2f-b4fb-2eff70f55633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11499 2025.02.07 10:13:20.040125 [ 255 ] {cce93d46-96fa-4f2f-b4fb-2eff70f55633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11500 2025.02.07 10:13:20.041379 [ 255 ] {cce93d46-96fa-4f2f-b4fb-2eff70f55633} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11501 2025.02.07 10:13:20.041420 [ 255 ] {cce93d46-96fa-4f2f-b4fb-2eff70f55633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11502 2025.02.07 10:13:20.042100 [ 255 ] {cce93d46-96fa-4f2f-b4fb-2eff70f55633} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11503 2025.02.07 10:13:20.042364 [ 255 ] {cce93d46-96fa-4f2f-b4fb-2eff70f55633} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11504 2025.02.07 10:13:20.042570 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11505 2025.02.07 10:13:20.042642 [ 255 ] {cce93d46-96fa-4f2f-b4fb-2eff70f55633} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002628 sec., 14840.182648401826 rows/sec., 26.59 MiB/sec.
11506 2025.02.07 10:13:20.042663 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11507 2025.02.07 10:13:20.042738 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11508 2025.02.07 10:13:20.043044 [ 255 ] {cce93d46-96fa-4f2f-b4fb-2eff70f55633} <Debug> TCPHandler: Processed in 0.003183844 sec.
11509 2025.02.07 10:13:20.043095 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
11510 2025.02.07 10:13:20.043255 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11511 2025.02.07 10:13:20.043553 [ 256 ] {cf22eee5-f64f-4097-8abc-501b2f308c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11512 2025.02.07 10:13:20.043702 [ 256 ] {cf22eee5-f64f-4097-8abc-501b2f308c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11513 2025.02.07 10:13:20.043766 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11514 2025.02.07 10:13:20.044010 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1332 rows starting from the beginning of the part
11515 2025.02.07 10:13:20.044803 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part
11516 2025.02.07 10:13:20.045673 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part
11517 2025.02.07 10:13:20.045892 [ 256 ] {cf22eee5-f64f-4097-8abc-501b2f308c4d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11518 2025.02.07 10:13:20.046016 [ 256 ] {cf22eee5-f64f-4097-8abc-501b2f308c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11519 2025.02.07 10:13:20.046429 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part
11520 2025.02.07 10:13:20.047097 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part
11521 2025.02.07 10:13:20.047720 [ 191 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part
11522 2025.02.07 10:13:20.047792 [ 256 ] {cf22eee5-f64f-4097-8abc-501b2f308c4d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11523 2025.02.07 10:13:20.048602 [ 256 ] {cf22eee5-f64f-4097-8abc-501b2f308c4d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11524 2025.02.07 10:13:20.049165 [ 256 ] {cf22eee5-f64f-4097-8abc-501b2f308c4d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005695 sec., 10535.557506584722 rows/sec., 727.06 KiB/sec.
11525 2025.02.07 10:13:20.049448 [ 256 ] {cf22eee5-f64f-4097-8abc-501b2f308c4d} <Debug> TCPHandler: Processed in 0.006282347 sec.
11526 2025.02.07 10:13:20.057213 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1527 rows, containing 19 columns (19 merged, 0 gathered) in 0.01431712 sec., 106655.528486176 rows/sec., 191.12 MiB/sec.
11527 2025.02.07 10:13:20.058624 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11528 2025.02.07 10:13:20.059073 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11529 2025.02.07 10:13:20.059159 [ 194 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11530 2025.02.07 10:13:20.059308 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.73 MiB.
11531 2025.02.07 10:13:21.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.56 MiB, peak 252.25 MiB, free memory in arenas 0.00 B, will set to 242.91 MiB (RSS), difference: 2.35 MiB
11532 2025.02.07 10:13:24.112615 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
11533 2025.02.07 10:13:24.112686 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
11534 2025.02.07 10:13:24.310662 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596
11535 2025.02.07 10:13:24.311452 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11536 2025.02.07 10:13:24.311497 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11537 2025.02.07 10:13:24.312028 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11538 2025.02.07 10:13:24.312298 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11539 2025.02.07 10:13:24.312564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
11540 2025.02.07 10:13:24.809649 [ 33 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 5 parts from all_1_35_7 to all_39_39_0
11541 2025.02.07 10:13:24.809720 [ 33 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11542 2025.02.07 10:13:24.809746 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11543 2025.02.07 10:13:24.809915 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_35_7 to all_39_39_0 into Compact with storage Full
11544 2025.02.07 10:13:24.810143 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11545 2025.02.07 10:13:24.810188 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 242 rows starting from the beginning of the part
11546 2025.02.07 10:13:24.810293 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part
11547 2025.02.07 10:13:24.810395 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
11548 2025.02.07 10:13:24.810631 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
11549 2025.02.07 10:13:24.810795 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part
11550 2025.02.07 10:13:24.812024 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002197515 sec., 343114.8365312637 rows/sec., 24.56 MiB/sec.
11551 2025.02.07 10:13:24.812244 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
11552 2025.02.07 10:13:24.812607 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11553 2025.02.07 10:13:24.812700 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_39_8} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 5 parts: [all_1_35_7, all_39_39_0] -> all_1_39_8
11554 2025.02.07 10:13:24.812801 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
11555 2025.02.07 10:13:25.032246 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11556 2025.02.07 10:13:25.032430 [ 255 ] {d25ca30c-9356-4254-a927-4e434e91b460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11557 2025.02.07 10:13:25.032500 [ 255 ] {d25ca30c-9356-4254-a927-4e434e91b460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11558 2025.02.07 10:13:25.033207 [ 255 ] {d25ca30c-9356-4254-a927-4e434e91b460} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11559 2025.02.07 10:13:25.033255 [ 255 ] {d25ca30c-9356-4254-a927-4e434e91b460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11560 2025.02.07 10:13:25.033681 [ 255 ] {d25ca30c-9356-4254-a927-4e434e91b460} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11561 2025.02.07 10:13:25.033937 [ 255 ] {d25ca30c-9356-4254-a927-4e434e91b460} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11562 2025.02.07 10:13:25.034152 [ 255 ] {d25ca30c-9356-4254-a927-4e434e91b460} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001771 sec., 7905.138339920949 rows/sec., 569.06 KiB/sec.
11563 2025.02.07 10:13:25.034212 [ 255 ] {d25ca30c-9356-4254-a927-4e434e91b460} <Debug> TCPHandler: Processed in 0.002094392 sec.
11564 2025.02.07 10:13:25.034454 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11565 2025.02.07 10:13:25.034623 [ 256 ] {40ef50fe-8918-4fcc-a0b8-00193161fc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11566 2025.02.07 10:13:25.034694 [ 256 ] {40ef50fe-8918-4fcc-a0b8-00193161fc2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11567 2025.02.07 10:13:25.035566 [ 256 ] {40ef50fe-8918-4fcc-a0b8-00193161fc2e} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11568 2025.02.07 10:13:25.035612 [ 256 ] {40ef50fe-8918-4fcc-a0b8-00193161fc2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11569 2025.02.07 10:13:25.036045 [ 256 ] {40ef50fe-8918-4fcc-a0b8-00193161fc2e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11570 2025.02.07 10:13:25.036301 [ 256 ] {40ef50fe-8918-4fcc-a0b8-00193161fc2e} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11571 2025.02.07 10:13:25.036530 [ 256 ] {40ef50fe-8918-4fcc-a0b8-00193161fc2e} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.001956 sec., 103783.23108384458 rows/sec., 8.96 MiB/sec.
11572 2025.02.07 10:13:25.036588 [ 256 ] {40ef50fe-8918-4fcc-a0b8-00193161fc2e} <Debug> TCPHandler: Processed in 0.002271266 sec.
11573 2025.02.07 10:13:25.036770 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11574 2025.02.07 10:13:25.036910 [ 255 ] {0815f3a2-b950-41f7-9f35-86623162aec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11575 2025.02.07 10:13:25.036968 [ 255 ] {0815f3a2-b950-41f7-9f35-86623162aec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11576 2025.02.07 10:13:25.037660 [ 255 ] {0815f3a2-b950-41f7-9f35-86623162aec9} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11577 2025.02.07 10:13:25.037709 [ 255 ] {0815f3a2-b950-41f7-9f35-86623162aec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11578 2025.02.07 10:13:25.038081 [ 255 ] {0815f3a2-b950-41f7-9f35-86623162aec9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
11579 2025.02.07 10:13:25.038325 [ 255 ] {0815f3a2-b950-41f7-9f35-86623162aec9} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11580 2025.02.07 10:13:25.038515 [ 33 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
11581 2025.02.07 10:13:25.038569 [ 255 ] {0815f3a2-b950-41f7-9f35-86623162aec9} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001684 sec., 4156.769596199525 rows/sec., 270.82 KiB/sec.
11582 2025.02.07 10:13:25.038611 [ 33 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11583 2025.02.07 10:13:25.038685 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11584 2025.02.07 10:13:25.038688 [ 255 ] {0815f3a2-b950-41f7-9f35-86623162aec9} <Debug> TCPHandler: Processed in 0.00198381 sec.
11585 2025.02.07 10:13:25.038916 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11586 2025.02.07 10:13:25.038953 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
11587 2025.02.07 10:13:25.039106 [ 256 ] {e84a67b7-a135-49fa-a46c-e4d2b60c5845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11588 2025.02.07 10:13:25.039221 [ 256 ] {e84a67b7-a135-49fa-a46c-e4d2b60c5845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11589 2025.02.07 10:13:25.039257 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11590 2025.02.07 10:13:25.039356 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 64 rows starting from the beginning of the part
11591 2025.02.07 10:13:25.039644 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part
11592 2025.02.07 10:13:25.040194 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 39 rows starting from the beginning of the part
11593 2025.02.07 10:13:25.040552 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 9 rows starting from the beginning of the part
11594 2025.02.07 10:13:25.040903 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 39 rows starting from the beginning of the part
11595 2025.02.07 10:13:25.041278 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part
11596 2025.02.07 10:13:25.041989 [ 256 ] {e84a67b7-a135-49fa-a46c-e4d2b60c5845} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11597 2025.02.07 10:13:25.042053 [ 256 ] {e84a67b7-a135-49fa-a46c-e4d2b60c5845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11598 2025.02.07 10:13:25.043038 [ 256 ] {e84a67b7-a135-49fa-a46c-e4d2b60c5845} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11599 2025.02.07 10:13:25.043670 [ 256 ] {e84a67b7-a135-49fa-a46c-e4d2b60c5845} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11600 2025.02.07 10:13:25.044257 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.00546311 sec., 30202.57692047204 rows/sec., 2.26 MiB/sec.
11601 2025.02.07 10:13:25.044282 [ 256 ] {e84a67b7-a135-49fa-a46c-e4d2b60c5845} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005236 sec., 2673.79679144385 rows/sec., 187.26 KiB/sec.
11602 2025.02.07 10:13:25.044432 [ 256 ] {e84a67b7-a135-49fa-a46c-e4d2b60c5845} <Debug> TCPHandler: Processed in 0.005627984 sec.
11603 2025.02.07 10:13:25.044497 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
11604 2025.02.07 10:13:25.044624 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11605 2025.02.07 10:13:25.044839 [ 255 ] {8b1d68fd-cadb-46b4-847b-c80a9f670bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11606 2025.02.07 10:13:25.044916 [ 255 ] {8b1d68fd-cadb-46b4-847b-c80a9f670bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11607 2025.02.07 10:13:25.045047 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11608 2025.02.07 10:13:25.045244 [ 187 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_81_16} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
11609 2025.02.07 10:13:25.045436 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11610 2025.02.07 10:13:25.045885 [ 255 ] {8b1d68fd-cadb-46b4-847b-c80a9f670bb5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11611 2025.02.07 10:13:25.045931 [ 255 ] {8b1d68fd-cadb-46b4-847b-c80a9f670bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11612 2025.02.07 10:13:25.046317 [ 255 ] {8b1d68fd-cadb-46b4-847b-c80a9f670bb5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11613 2025.02.07 10:13:25.046562 [ 255 ] {8b1d68fd-cadb-46b4-847b-c80a9f670bb5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11614 2025.02.07 10:13:25.046783 [ 255 ] {8b1d68fd-cadb-46b4-847b-c80a9f670bb5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002 sec., 6500 rows/sec., 405.27 KiB/sec.
11615 2025.02.07 10:13:25.046842 [ 255 ] {8b1d68fd-cadb-46b4-847b-c80a9f670bb5} <Debug> TCPHandler: Processed in 0.002324497 sec.
11616 2025.02.07 10:13:25.047016 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11617 2025.02.07 10:13:25.047157 [ 256 ] {c858a94b-8726-4442-9366-d5505a3bb6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11618 2025.02.07 10:13:25.047215 [ 256 ] {c858a94b-8726-4442-9366-d5505a3bb6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11619 2025.02.07 10:13:25.048025 [ 256 ] {c858a94b-8726-4442-9366-d5505a3bb6f9} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11620 2025.02.07 10:13:25.048063 [ 256 ] {c858a94b-8726-4442-9366-d5505a3bb6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11621 2025.02.07 10:13:25.048467 [ 256 ] {c858a94b-8726-4442-9366-d5505a3bb6f9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11622 2025.02.07 10:13:25.048718 [ 256 ] {c858a94b-8726-4442-9366-d5505a3bb6f9} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11623 2025.02.07 10:13:25.048906 [ 256 ] {c858a94b-8726-4442-9366-d5505a3bb6f9} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001777 sec., 214969.04895891953 rows/sec., 15.21 MiB/sec.
11624 2025.02.07 10:13:25.048994 [ 256 ] {c858a94b-8726-4442-9366-d5505a3bb6f9} <Debug> TCPHandler: Processed in 0.002047141 sec.
11625 2025.02.07 10:13:25.049196 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11626 2025.02.07 10:13:25.049509 [ 255 ] {b7ebc831-3ff0-4ba2-bf71-b70dfb3cf893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11627 2025.02.07 10:13:25.049610 [ 255 ] {b7ebc831-3ff0-4ba2-bf71-b70dfb3cf893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11628 2025.02.07 10:13:25.050113 [ 255 ] {b7ebc831-3ff0-4ba2-bf71-b70dfb3cf893} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11629 2025.02.07 10:13:25.050152 [ 255 ] {b7ebc831-3ff0-4ba2-bf71-b70dfb3cf893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11630 2025.02.07 10:13:25.050652 [ 255 ] {b7ebc831-3ff0-4ba2-bf71-b70dfb3cf893} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11631 2025.02.07 10:13:25.050912 [ 255 ] {b7ebc831-3ff0-4ba2-bf71-b70dfb3cf893} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11632 2025.02.07 10:13:25.051146 [ 255 ] {b7ebc831-3ff0-4ba2-bf71-b70dfb3cf893} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001749 sec., 3430.5317324185253 rows/sec., 179.23 KiB/sec.
11633 2025.02.07 10:13:25.051234 [ 255 ] {b7ebc831-3ff0-4ba2-bf71-b70dfb3cf893} <Debug> TCPHandler: Processed in 0.002141234 sec.
11634 2025.02.07 10:13:25.051441 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11635 2025.02.07 10:13:25.051572 [ 256 ] {cb1d9d5c-c8fd-4bec-a455-455a1613d9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11636 2025.02.07 10:13:25.051628 [ 256 ] {cb1d9d5c-c8fd-4bec-a455-455a1613d9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11637 2025.02.07 10:13:25.052238 [ 256 ] {cb1d9d5c-c8fd-4bec-a455-455a1613d9f7} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11638 2025.02.07 10:13:25.052276 [ 256 ] {cb1d9d5c-c8fd-4bec-a455-455a1613d9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11639 2025.02.07 10:13:25.052686 [ 256 ] {cb1d9d5c-c8fd-4bec-a455-455a1613d9f7} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11640 2025.02.07 10:13:25.052929 [ 256 ] {cb1d9d5c-c8fd-4bec-a455-455a1613d9f7} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11641 2025.02.07 10:13:25.053112 [ 256 ] {cb1d9d5c-c8fd-4bec-a455-455a1613d9f7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001565 sec., 151437.69968051117 rows/sec., 10.15 MiB/sec.
11642 2025.02.07 10:13:25.053164 [ 256 ] {cb1d9d5c-c8fd-4bec-a455-455a1613d9f7} <Debug> TCPHandler: Processed in 0.001821717 sec.
11643 2025.02.07 10:13:25.053313 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11644 2025.02.07 10:13:25.053435 [ 255 ] {9971f554-e9c4-4a75-98cb-f9a352f5a43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11645 2025.02.07 10:13:25.053488 [ 255 ] {9971f554-e9c4-4a75-98cb-f9a352f5a43d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11646 2025.02.07 10:13:25.053983 [ 255 ] {9971f554-e9c4-4a75-98cb-f9a352f5a43d} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11647 2025.02.07 10:13:25.054023 [ 255 ] {9971f554-e9c4-4a75-98cb-f9a352f5a43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11648 2025.02.07 10:13:25.054416 [ 255 ] {9971f554-e9c4-4a75-98cb-f9a352f5a43d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11649 2025.02.07 10:13:25.054654 [ 255 ] {9971f554-e9c4-4a75-98cb-f9a352f5a43d} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11650 2025.02.07 10:13:25.054830 [ 32 ] {} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
11651 2025.02.07 10:13:25.054892 [ 255 ] {9971f554-e9c4-4a75-98cb-f9a352f5a43d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001477 sec., 677.0480704129993 rows/sec., 45.62 KiB/sec.
11652 2025.02.07 10:13:25.054899 [ 32 ] {} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11653 2025.02.07 10:13:25.054984 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11654 2025.02.07 10:13:25.055012 [ 255 ] {9971f554-e9c4-4a75-98cb-f9a352f5a43d} <Debug> TCPHandler: Processed in 0.001761915 sec.
11655 2025.02.07 10:13:25.055260 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11656 2025.02.07 10:13:25.055373 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
11657 2025.02.07 10:13:25.055702 [ 256 ] {0cc49f07-04a0-475a-8f6b-1382d0667448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11658 2025.02.07 10:13:25.055922 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11659 2025.02.07 10:13:25.055941 [ 256 ] {0cc49f07-04a0-475a-8f6b-1382d0667448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11660 2025.02.07 10:13:25.056009 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part
11661 2025.02.07 10:13:25.056287 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
11662 2025.02.07 10:13:25.056656 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
11663 2025.02.07 10:13:25.057021 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
11664 2025.02.07 10:13:25.057410 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
11665 2025.02.07 10:13:25.057578 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
11666 2025.02.07 10:13:25.058475 [ 256 ] {0cc49f07-04a0-475a-8f6b-1382d0667448} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11667 2025.02.07 10:13:25.058542 [ 256 ] {0cc49f07-04a0-475a-8f6b-1382d0667448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11668 2025.02.07 10:13:25.059427 [ 256 ] {0cc49f07-04a0-475a-8f6b-1382d0667448} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11669 2025.02.07 10:13:25.059972 [ 256 ] {0cc49f07-04a0-475a-8f6b-1382d0667448} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11670 2025.02.07 10:13:25.060499 [ 197 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.005373929 sec., 7443.343594602757 rows/sec., 501.55 KiB/sec.
11671 2025.02.07 10:13:25.060520 [ 256 ] {0cc49f07-04a0-475a-8f6b-1382d0667448} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005007 sec., 16377.072099061314 rows/sec., 1.04 MiB/sec.
11672 2025.02.07 10:13:25.060666 [ 256 ] {0cc49f07-04a0-475a-8f6b-1382d0667448} <Debug> TCPHandler: Processed in 0.005554922 sec.
11673 2025.02.07 10:13:25.060751 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
11674 2025.02.07 10:13:25.061066 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11675 2025.02.07 10:13:25.061154 [ 187 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_40_8} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
11676 2025.02.07 10:13:25.061244 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
11677 2025.02.07 10:13:26.280074 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
11678 2025.02.07 10:13:26.301055 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11679 2025.02.07 10:13:26.301131 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11680 2025.02.07 10:13:26.308749 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11681 2025.02.07 10:13:26.309524 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11682 2025.02.07 10:13:26.314241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
11683 2025.02.07 10:13:29.490627 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1626
11684 2025.02.07 10:13:29.493748 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11685 2025.02.07 10:13:29.493790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11686 2025.02.07 10:13:29.495256 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11687 2025.02.07 10:13:29.495566 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11688 2025.02.07 10:13:29.496060 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1626
11689 2025.02.07 10:13:30.029741 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11690 2025.02.07 10:13:30.029931 [ 255 ] {e3dd4cda-c076-4693-a2b7-39b82f38a1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11691 2025.02.07 10:13:30.030002 [ 255 ] {e3dd4cda-c076-4693-a2b7-39b82f38a1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11692 2025.02.07 10:13:30.030814 [ 255 ] {e3dd4cda-c076-4693-a2b7-39b82f38a1cc} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11693 2025.02.07 10:13:30.030870 [ 255 ] {e3dd4cda-c076-4693-a2b7-39b82f38a1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11694 2025.02.07 10:13:30.031411 [ 255 ] {e3dd4cda-c076-4693-a2b7-39b82f38a1cc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
11695 2025.02.07 10:13:30.031763 [ 255 ] {e3dd4cda-c076-4693-a2b7-39b82f38a1cc} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11696 2025.02.07 10:13:30.032103 [ 255 ] {e3dd4cda-c076-4693-a2b7-39b82f38a1cc} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002223 sec., 3598.7404408457037 rows/sec., 293.45 KiB/sec.
11697 2025.02.07 10:13:30.032191 [ 255 ] {e3dd4cda-c076-4693-a2b7-39b82f38a1cc} <Debug> TCPHandler: Processed in 0.002584433 sec.
11698 2025.02.07 10:13:30.032448 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11699 2025.02.07 10:13:30.032646 [ 256 ] {1ac378d6-0ab7-4136-941a-a9ce584db5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11700 2025.02.07 10:13:30.032721 [ 256 ] {1ac378d6-0ab7-4136-941a-a9ce584db5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11701 2025.02.07 10:13:30.033611 [ 256 ] {1ac378d6-0ab7-4136-941a-a9ce584db5e3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11702 2025.02.07 10:13:30.033657 [ 256 ] {1ac378d6-0ab7-4136-941a-a9ce584db5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11703 2025.02.07 10:13:30.034189 [ 256 ] {1ac378d6-0ab7-4136-941a-a9ce584db5e3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11704 2025.02.07 10:13:30.034473 [ 256 ] {1ac378d6-0ab7-4136-941a-a9ce584db5e3} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11705 2025.02.07 10:13:30.034677 [ 256 ] {1ac378d6-0ab7-4136-941a-a9ce584db5e3} <Debug> executeQuery: Read 138 rows, 12.10 KiB in 0.002086 sec., 66155.32118887822 rows/sec., 5.66 MiB/sec.
11706 2025.02.07 10:13:30.034741 [ 256 ] {1ac378d6-0ab7-4136-941a-a9ce584db5e3} <Debug> TCPHandler: Processed in 0.002438389 sec.
11707 2025.02.07 10:13:30.034900 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11708 2025.02.07 10:13:30.035033 [ 255 ] {c6e63bc0-baf2-4952-82a6-9872ab7289b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11709 2025.02.07 10:13:30.035092 [ 255 ] {c6e63bc0-baf2-4952-82a6-9872ab7289b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11710 2025.02.07 10:13:30.035816 [ 255 ] {c6e63bc0-baf2-4952-82a6-9872ab7289b6} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11711 2025.02.07 10:13:30.035865 [ 255 ] {c6e63bc0-baf2-4952-82a6-9872ab7289b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11712 2025.02.07 10:13:30.036303 [ 255 ] {c6e63bc0-baf2-4952-82a6-9872ab7289b6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
11713 2025.02.07 10:13:30.036550 [ 255 ] {c6e63bc0-baf2-4952-82a6-9872ab7289b6} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11714 2025.02.07 10:13:30.036757 [ 255 ] {c6e63bc0-baf2-4952-82a6-9872ab7289b6} <Debug> executeQuery: Read 47 rows, 3.49 KiB in 0.001758 sec., 26734.926052332194 rows/sec., 1.94 MiB/sec.
11715 2025.02.07 10:13:30.036810 [ 255 ] {c6e63bc0-baf2-4952-82a6-9872ab7289b6} <Debug> TCPHandler: Processed in 0.00197701 sec.
11716 2025.02.07 10:13:30.036958 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11717 2025.02.07 10:13:30.037080 [ 256 ] {ed6f9c9f-e1ba-4ac7-b7e0-97a824b19f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11718 2025.02.07 10:13:30.037131 [ 256 ] {ed6f9c9f-e1ba-4ac7-b7e0-97a824b19f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11719 2025.02.07 10:13:30.037808 [ 256 ] {ed6f9c9f-e1ba-4ac7-b7e0-97a824b19f4f} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11720 2025.02.07 10:13:30.037845 [ 256 ] {ed6f9c9f-e1ba-4ac7-b7e0-97a824b19f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11721 2025.02.07 10:13:30.038221 [ 256 ] {ed6f9c9f-e1ba-4ac7-b7e0-97a824b19f4f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11722 2025.02.07 10:13:30.038464 [ 256 ] {ed6f9c9f-e1ba-4ac7-b7e0-97a824b19f4f} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11723 2025.02.07 10:13:30.038655 [ 256 ] {ed6f9c9f-e1ba-4ac7-b7e0-97a824b19f4f} <Debug> executeQuery: Read 111 rows, 8.89 KiB in 0.0016 sec., 69375 rows/sec., 5.43 MiB/sec.
11724 2025.02.07 10:13:30.038708 [ 256 ] {ed6f9c9f-e1ba-4ac7-b7e0-97a824b19f4f} <Debug> TCPHandler: Processed in 0.001809977 sec.
11725 2025.02.07 10:13:30.038886 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11726 2025.02.07 10:13:30.039010 [ 255 ] {2a6bcee2-d718-4141-9712-9ca2b5a2cd8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11727 2025.02.07 10:13:30.039065 [ 255 ] {2a6bcee2-d718-4141-9712-9ca2b5a2cd8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11728 2025.02.07 10:13:30.039679 [ 255 ] {2a6bcee2-d718-4141-9712-9ca2b5a2cd8e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11729 2025.02.07 10:13:30.039718 [ 255 ] {2a6bcee2-d718-4141-9712-9ca2b5a2cd8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11730 2025.02.07 10:13:30.040129 [ 255 ] {2a6bcee2-d718-4141-9712-9ca2b5a2cd8e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11731 2025.02.07 10:13:30.040374 [ 255 ] {2a6bcee2-d718-4141-9712-9ca2b5a2cd8e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11732 2025.02.07 10:13:30.040592 [ 255 ] {2a6bcee2-d718-4141-9712-9ca2b5a2cd8e} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001608 sec., 101990.04975124377 rows/sec., 7.10 MiB/sec.
11733 2025.02.07 10:13:30.040644 [ 255 ] {2a6bcee2-d718-4141-9712-9ca2b5a2cd8e} <Debug> TCPHandler: Processed in 0.001818327 sec.
11734 2025.02.07 10:13:30.040811 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11735 2025.02.07 10:13:30.040950 [ 256 ] {a8c96904-d837-4563-9fcb-6943cd970c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11736 2025.02.07 10:13:30.041045 [ 256 ] {a8c96904-d837-4563-9fcb-6943cd970c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11737 2025.02.07 10:13:30.042343 [ 256 ] {a8c96904-d837-4563-9fcb-6943cd970c41} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11738 2025.02.07 10:13:30.042380 [ 256 ] {a8c96904-d837-4563-9fcb-6943cd970c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11739 2025.02.07 10:13:30.043046 [ 256 ] {a8c96904-d837-4563-9fcb-6943cd970c41} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11740 2025.02.07 10:13:30.043305 [ 256 ] {a8c96904-d837-4563-9fcb-6943cd970c41} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11741 2025.02.07 10:13:30.043513 [ 256 ] {a8c96904-d837-4563-9fcb-6943cd970c41} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002594 sec., 15034.695451040863 rows/sec., 26.94 MiB/sec.
11742 2025.02.07 10:13:30.043819 [ 256 ] {a8c96904-d837-4563-9fcb-6943cd970c41} <Debug> TCPHandler: Processed in 0.003073902 sec.
11743 2025.02.07 10:13:30.043988 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11744 2025.02.07 10:13:30.044135 [ 255 ] {cc2dcfb2-c73a-4493-b2a3-851150c649d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11745 2025.02.07 10:13:30.044194 [ 255 ] {cc2dcfb2-c73a-4493-b2a3-851150c649d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11746 2025.02.07 10:13:30.044769 [ 255 ] {cc2dcfb2-c73a-4493-b2a3-851150c649d1} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11747 2025.02.07 10:13:30.044809 [ 255 ] {cc2dcfb2-c73a-4493-b2a3-851150c649d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
11748 2025.02.07 10:13:30.045183 [ 255 ] {cc2dcfb2-c73a-4493-b2a3-851150c649d1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11749 2025.02.07 10:13:30.045432 [ 255 ] {cc2dcfb2-c73a-4493-b2a3-851150c649d1} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11750 2025.02.07 10:13:30.045662 [ 255 ] {cc2dcfb2-c73a-4493-b2a3-851150c649d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec.
11751 2025.02.07 10:13:30.045746 [ 255 ] {cc2dcfb2-c73a-4493-b2a3-851150c649d1} <Debug> TCPHandler: Processed in 0.001823477 sec.
11752 2025.02.07 10:13:31.813674 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023
11753 2025.02.07 10:13:31.814362 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11754 2025.02.07 10:13:31.814408 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11755 2025.02.07 10:13:31.814919 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11756 2025.02.07 10:13:31.815172 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11757 2025.02.07 10:13:31.815443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023
11758 2025.02.07 10:13:33.815266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
11759 2025.02.07 10:13:33.836956 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11760 2025.02.07 10:13:33.837037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11761 2025.02.07 10:13:33.844652 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11762 2025.02.07 10:13:33.845516 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11763 2025.02.07 10:13:33.850672 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
11764 2025.02.07 10:13:35.031997 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11765 2025.02.07 10:13:35.032197 [ 255 ] {607409f8-2095-432d-a0f2-9457096ff938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11766 2025.02.07 10:13:35.032265 [ 255 ] {607409f8-2095-432d-a0f2-9457096ff938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11767 2025.02.07 10:13:35.032987 [ 255 ] {607409f8-2095-432d-a0f2-9457096ff938} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11768 2025.02.07 10:13:35.033030 [ 255 ] {607409f8-2095-432d-a0f2-9457096ff938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11769 2025.02.07 10:13:35.033470 [ 255 ] {607409f8-2095-432d-a0f2-9457096ff938} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11770 2025.02.07 10:13:35.033721 [ 255 ] {607409f8-2095-432d-a0f2-9457096ff938} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11771 2025.02.07 10:13:35.033955 [ 255 ] {607409f8-2095-432d-a0f2-9457096ff938} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001804 sec., 7760.532150776053 rows/sec., 558.65 KiB/sec.
11772 2025.02.07 10:13:35.033971 [ 68 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
11773 2025.02.07 10:13:35.034024 [ 255 ] {607409f8-2095-432d-a0f2-9457096ff938} <Debug> TCPHandler: Processed in 0.002157184 sec.
11774 2025.02.07 10:13:35.034102 [ 68 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11775 2025.02.07 10:13:35.034171 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11776 2025.02.07 10:13:35.034402 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11777 2025.02.07 10:13:35.034454 [ 195 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
11778 2025.02.07 10:13:35.035006 [ 195 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11779 2025.02.07 10:13:35.035032 [ 256 ] {0e3065d4-3a22-4d3e-a834-4daffa7357dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11780 2025.02.07 10:13:35.035093 [ 195 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part
11781 2025.02.07 10:13:35.035172 [ 256 ] {0e3065d4-3a22-4d3e-a834-4daffa7357dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11782 2025.02.07 10:13:35.035365 [ 195 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
11783 2025.02.07 10:13:35.035808 [ 195 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
11784 2025.02.07 10:13:35.036186 [ 195 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
11785 2025.02.07 10:13:35.036643 [ 195 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
11786 2025.02.07 10:13:35.038226 [ 256 ] {0e3065d4-3a22-4d3e-a834-4daffa7357dc} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11787 2025.02.07 10:13:35.038310 [ 256 ] {0e3065d4-3a22-4d3e-a834-4daffa7357dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11788 2025.02.07 10:13:35.039156 [ 187 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004875038 sec., 14358.86243348257 rows/sec., 1.06 MiB/sec.
11789 2025.02.07 10:13:35.039375 [ 187 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
11790 2025.02.07 10:13:35.039422 [ 256 ] {0e3065d4-3a22-4d3e-a834-4daffa7357dc} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11791 2025.02.07 10:13:35.039946 [ 256 ] {0e3065d4-3a22-4d3e-a834-4daffa7357dc} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11792 2025.02.07 10:13:35.039958 [ 186 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11793 2025.02.07 10:13:35.040199 [ 186 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_41_10} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
11794 2025.02.07 10:13:35.040269 [ 92 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11795 2025.02.07 10:13:35.040377 [ 92 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11796 2025.02.07 10:13:35.040454 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11797 2025.02.07 10:13:35.040471 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11798 2025.02.07 10:13:35.040484 [ 256 ] {0e3065d4-3a22-4d3e-a834-4daffa7357dc} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.005639 sec., 35999.29065437134 rows/sec., 3.11 MiB/sec.
11799 2025.02.07 10:13:35.040712 [ 256 ] {0e3065d4-3a22-4d3e-a834-4daffa7357dc} <Debug> TCPHandler: Processed in 0.006536952 sec.
11800 2025.02.07 10:13:35.040778 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
11801 2025.02.07 10:13:35.040939 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11802 2025.02.07 10:13:35.040939 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11803 2025.02.07 10:13:35.040976 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1431 rows starting from the beginning of the part
11804 2025.02.07 10:13:35.041257 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part
11805 2025.02.07 10:13:35.041343 [ 255 ] {f59a5d0b-e84b-493b-814f-d6cb1638aaa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11806 2025.02.07 10:13:35.041570 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 134 rows starting from the beginning of the part
11807 2025.02.07 10:13:35.041592 [ 255 ] {f59a5d0b-e84b-493b-814f-d6cb1638aaa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11808 2025.02.07 10:13:35.041914 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 203 rows starting from the beginning of the part
11809 2025.02.07 10:13:35.042213 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 138 rows starting from the beginning of the part
11810 2025.02.07 10:13:35.042545 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 203 rows starting from the beginning of the part
11811 2025.02.07 10:13:35.043964 [ 255 ] {f59a5d0b-e84b-493b-814f-d6cb1638aaa4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11812 2025.02.07 10:13:35.044064 [ 255 ] {f59a5d0b-e84b-493b-814f-d6cb1638aaa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11813 2025.02.07 10:13:35.045015 [ 255 ] {f59a5d0b-e84b-493b-814f-d6cb1638aaa4} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
11814 2025.02.07 10:13:35.045338 [ 255 ] {f59a5d0b-e84b-493b-814f-d6cb1638aaa4} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11815 2025.02.07 10:13:35.045855 [ 187 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.005236976 sec., 413406.51551582443 rows/sec., 36.34 MiB/sec.
11816 2025.02.07 10:13:35.045928 [ 255 ] {f59a5d0b-e84b-493b-814f-d6cb1638aaa4} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004747 sec., 1474.615546661049 rows/sec., 96.07 KiB/sec.
11817 2025.02.07 10:13:35.046035 [ 255 ] {f59a5d0b-e84b-493b-814f-d6cb1638aaa4} <Debug> TCPHandler: Processed in 0.005192686 sec.
11818 2025.02.07 10:13:35.046159 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11819 2025.02.07 10:13:35.046224 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11820 2025.02.07 10:13:35.046377 [ 256 ] {b72ca766-557c-4677-9a45-03485d536ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11821 2025.02.07 10:13:35.046443 [ 256 ] {b72ca766-557c-4677-9a45-03485d536ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11822 2025.02.07 10:13:35.046503 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11823 2025.02.07 10:13:35.046622 [ 192 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_96_19} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11824 2025.02.07 10:13:35.046740 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
11825 2025.02.07 10:13:35.047186 [ 256 ] {b72ca766-557c-4677-9a45-03485d536ec9} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11826 2025.02.07 10:13:35.047225 [ 256 ] {b72ca766-557c-4677-9a45-03485d536ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11827 2025.02.07 10:13:35.047587 [ 256 ] {b72ca766-557c-4677-9a45-03485d536ec9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11828 2025.02.07 10:13:35.047830 [ 256 ] {b72ca766-557c-4677-9a45-03485d536ec9} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11829 2025.02.07 10:13:35.048012 [ 256 ] {b72ca766-557c-4677-9a45-03485d536ec9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 585.70 KiB/sec.
11830 2025.02.07 10:13:35.048067 [ 256 ] {b72ca766-557c-4677-9a45-03485d536ec9} <Debug> TCPHandler: Processed in 0.001922189 sec.
11831 2025.02.07 10:13:35.048233 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11832 2025.02.07 10:13:35.048369 [ 255 ] {11df1d64-a8d6-43d3-8f5f-7f2b3caf3067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11833 2025.02.07 10:13:35.048426 [ 255 ] {11df1d64-a8d6-43d3-8f5f-7f2b3caf3067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11834 2025.02.07 10:13:35.049074 [ 255 ] {11df1d64-a8d6-43d3-8f5f-7f2b3caf3067} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11835 2025.02.07 10:13:35.049115 [ 255 ] {11df1d64-a8d6-43d3-8f5f-7f2b3caf3067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11836 2025.02.07 10:13:35.049486 [ 255 ] {11df1d64-a8d6-43d3-8f5f-7f2b3caf3067} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11837 2025.02.07 10:13:35.049734 [ 255 ] {11df1d64-a8d6-43d3-8f5f-7f2b3caf3067} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11838 2025.02.07 10:13:35.049935 [ 92 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
11839 2025.02.07 10:13:35.050005 [ 255 ] {11df1d64-a8d6-43d3-8f5f-7f2b3caf3067} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001655 sec., 7854.984894259819 rows/sec., 489.76 KiB/sec.
11840 2025.02.07 10:13:35.050016 [ 92 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11841 2025.02.07 10:13:35.050122 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11842 2025.02.07 10:13:35.050139 [ 255 ] {11df1d64-a8d6-43d3-8f5f-7f2b3caf3067} <Debug> TCPHandler: Processed in 0.00197328 sec.
11843 2025.02.07 10:13:35.050464 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
11844 2025.02.07 10:13:35.050492 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11845 2025.02.07 10:13:35.050772 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11846 2025.02.07 10:13:35.050832 [ 256 ] {466c7cc2-4a12-4cf1-ad7d-1fe4ce24d02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11847 2025.02.07 10:13:35.050846 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part
11848 2025.02.07 10:13:35.050922 [ 256 ] {466c7cc2-4a12-4cf1-ad7d-1fe4ce24d02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11849 2025.02.07 10:13:35.051179 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part
11850 2025.02.07 10:13:35.051502 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part
11851 2025.02.07 10:13:35.051817 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part
11852 2025.02.07 10:13:35.052158 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part
11853 2025.02.07 10:13:35.053708 [ 256 ] {466c7cc2-4a12-4cf1-ad7d-1fe4ce24d02c} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11854 2025.02.07 10:13:35.053782 [ 256 ] {466c7cc2-4a12-4cf1-ad7d-1fe4ce24d02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11855 2025.02.07 10:13:35.054670 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004415439 sec., 14721.073034866975 rows/sec., 975.36 KiB/sec.
11856 2025.02.07 10:13:35.054760 [ 256 ] {466c7cc2-4a12-4cf1-ad7d-1fe4ce24d02c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11857 2025.02.07 10:13:35.054861 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
11858 2025.02.07 10:13:35.055263 [ 256 ] {466c7cc2-4a12-4cf1-ad7d-1fe4ce24d02c} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11859 2025.02.07 10:13:35.055431 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11860 2025.02.07 10:13:35.055542 [ 92 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11861 2025.02.07 10:13:35.055637 [ 92 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11862 2025.02.07 10:13:35.055715 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11863 2025.02.07 10:13:35.055756 [ 189 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_41_10} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
11864 2025.02.07 10:13:35.055784 [ 256 ] {466c7cc2-4a12-4cf1-ad7d-1fe4ce24d02c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005038 sec., 75823.7395791981 rows/sec., 5.37 MiB/sec.
11865 2025.02.07 10:13:35.056097 [ 256 ] {466c7cc2-4a12-4cf1-ad7d-1fe4ce24d02c} <Debug> TCPHandler: Processed in 0.005797247 sec.
11866 2025.02.07 10:13:35.056108 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11867 2025.02.07 10:13:35.056190 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
11868 2025.02.07 10:13:35.056328 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11869 2025.02.07 10:13:35.056349 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11870 2025.02.07 10:13:35.056369 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part
11871 2025.02.07 10:13:35.056522 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part
11872 2025.02.07 10:13:35.056799 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 103 rows starting from the beginning of the part
11873 2025.02.07 10:13:35.057028 [ 255 ] {2310f28f-9673-475e-aa0c-e6ec4cae80f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11874 2025.02.07 10:13:35.057111 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 382 rows starting from the beginning of the part
11875 2025.02.07 10:13:35.057284 [ 255 ] {2310f28f-9673-475e-aa0c-e6ec4cae80f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11876 2025.02.07 10:13:35.057411 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 111 rows starting from the beginning of the part
11877 2025.02.07 10:13:35.057763 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 382 rows starting from the beginning of the part
11878 2025.02.07 10:13:35.059327 [ 255 ] {2310f28f-9673-475e-aa0c-e6ec4cae80f7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11879 2025.02.07 10:13:35.059392 [ 255 ] {2310f28f-9673-475e-aa0c-e6ec4cae80f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11880 2025.02.07 10:13:35.060436 [ 255 ] {2310f28f-9673-475e-aa0c-e6ec4cae80f7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11881 2025.02.07 10:13:35.060842 [ 255 ] {2310f28f-9673-475e-aa0c-e6ec4cae80f7} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11882 2025.02.07 10:13:35.061125 [ 189 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005281956 sec., 370128.0359018515 rows/sec., 28.33 MiB/sec.
11883 2025.02.07 10:13:35.061409 [ 255 ] {2310f28f-9673-475e-aa0c-e6ec4cae80f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004544 sec., 1320.4225352112676 rows/sec., 68.99 KiB/sec.
11884 2025.02.07 10:13:35.061545 [ 193 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11885 2025.02.07 10:13:35.061639 [ 255 ] {2310f28f-9673-475e-aa0c-e6ec4cae80f7} <Debug> TCPHandler: Processed in 0.00543312 sec.
11886 2025.02.07 10:13:35.061944 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11887 2025.02.07 10:13:35.062390 [ 256 ] {253ad4d4-f8bd-4a56-abc9-62a2d8fcc08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11888 2025.02.07 10:13:35.062513 [ 193 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11889 2025.02.07 10:13:35.062640 [ 256 ] {253ad4d4-f8bd-4a56-abc9-62a2d8fcc08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11890 2025.02.07 10:13:35.062792 [ 193 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_96_19} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11891 2025.02.07 10:13:35.062989 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11892 2025.02.07 10:13:35.063501 [ 256 ] {253ad4d4-f8bd-4a56-abc9-62a2d8fcc08e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11893 2025.02.07 10:13:35.063544 [ 256 ] {253ad4d4-f8bd-4a56-abc9-62a2d8fcc08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11894 2025.02.07 10:13:35.063956 [ 256 ] {253ad4d4-f8bd-4a56-abc9-62a2d8fcc08e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11895 2025.02.07 10:13:35.064210 [ 256 ] {253ad4d4-f8bd-4a56-abc9-62a2d8fcc08e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11896 2025.02.07 10:13:35.064350 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0
11897 2025.02.07 10:13:35.064390 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11898 2025.02.07 10:13:35.064399 [ 256 ] {253ad4d4-f8bd-4a56-abc9-62a2d8fcc08e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002179 sec., 108765.48875631024 rows/sec., 7.29 MiB/sec.
11899 2025.02.07 10:13:35.064418 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11900 2025.02.07 10:13:35.064524 [ 256 ] {253ad4d4-f8bd-4a56-abc9-62a2d8fcc08e} <Debug> TCPHandler: Processed in 0.002720824 sec.
11901 2025.02.07 10:13:35.064654 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
11902 2025.02.07 10:13:35.064724 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11903 2025.02.07 10:13:35.064801 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11904 2025.02.07 10:13:35.064854 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 25729 rows starting from the beginning of the part
11905 2025.02.07 10:13:35.064877 [ 255 ] {8b1fc318-d360-4e3a-97f7-9d4caf8ed582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11906 2025.02.07 10:13:35.065004 [ 255 ] {8b1fc318-d360-4e3a-97f7-9d4caf8ed582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11907 2025.02.07 10:13:35.065052 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 32 rows starting from the beginning of the part
11908 2025.02.07 10:13:35.065362 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part
11909 2025.02.07 10:13:35.065674 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part
11910 2025.02.07 10:13:35.065922 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 164 rows starting from the beginning of the part
11911 2025.02.07 10:13:35.066098 [ 194 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part
11912 2025.02.07 10:13:35.066632 [ 255 ] {8b1fc318-d360-4e3a-97f7-9d4caf8ed582} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11913 2025.02.07 10:13:35.066677 [ 255 ] {8b1fc318-d360-4e3a-97f7-9d4caf8ed582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11914 2025.02.07 10:13:35.067150 [ 255 ] {8b1fc318-d360-4e3a-97f7-9d4caf8ed582} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11915 2025.02.07 10:13:35.067417 [ 255 ] {8b1fc318-d360-4e3a-97f7-9d4caf8ed582} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11916 2025.02.07 10:13:35.067757 [ 255 ] {8b1fc318-d360-4e3a-97f7-9d4caf8ed582} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002915 sec., 343.0531732418525 rows/sec., 23.12 KiB/sec.
11917 2025.02.07 10:13:35.067857 [ 255 ] {8b1fc318-d360-4e3a-97f7-9d4caf8ed582} <Debug> TCPHandler: Processed in 0.003232775 sec.
11918 2025.02.07 10:13:35.068097 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11919 2025.02.07 10:13:35.068407 [ 256 ] {b3aa41a3-12a3-43de-840d-728cff38e054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11920 2025.02.07 10:13:35.068512 [ 256 ] {b3aa41a3-12a3-43de-840d-728cff38e054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11921 2025.02.07 10:13:35.069302 [ 256 ] {b3aa41a3-12a3-43de-840d-728cff38e054} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11922 2025.02.07 10:13:35.069341 [ 256 ] {b3aa41a3-12a3-43de-840d-728cff38e054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11923 2025.02.07 10:13:35.069914 [ 256 ] {b3aa41a3-12a3-43de-840d-728cff38e054} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11924 2025.02.07 10:13:35.070246 [ 256 ] {b3aa41a3-12a3-43de-840d-728cff38e054} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11925 2025.02.07 10:13:35.070460 [ 256 ] {b3aa41a3-12a3-43de-840d-728cff38e054} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002121 sec., 38661.00895803866 rows/sec., 2.46 MiB/sec.
11926 2025.02.07 10:13:35.070514 [ 256 ] {b3aa41a3-12a3-43de-840d-728cff38e054} <Debug> TCPHandler: Processed in 0.002569572 sec.
11927 2025.02.07 10:13:35.072730 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26559 rows, containing 5 columns (5 merged, 0 gathered) in 0.008200596 sec., 3238667.0432246635 rows/sec., 218.72 MiB/sec.
11928 2025.02.07 10:13:35.073059 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary)
11929 2025.02.07 10:13:35.073426 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11930 2025.02.07 10:13:35.073519 [ 196 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19
11931 2025.02.07 10:13:35.073621 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
11932 2025.02.07 10:13:39.112942 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
11933 2025.02.07 10:13:39.113052 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
11934 2025.02.07 10:13:39.316523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511
11935 2025.02.07 10:13:39.317202 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11936 2025.02.07 10:13:39.317249 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11937 2025.02.07 10:13:39.317788 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11938 2025.02.07 10:13:39.318058 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11939 2025.02.07 10:13:39.318311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
11940 2025.02.07 10:13:39.497206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1660
11941 2025.02.07 10:13:39.500476 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11942 2025.02.07 10:13:39.500530 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11943 2025.02.07 10:13:39.502051 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11944 2025.02.07 10:13:39.502372 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11945 2025.02.07 10:13:39.503039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660
11946 2025.02.07 10:13:40.029664 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11947 2025.02.07 10:13:40.029852 [ 255 ] {fcf24c31-a5ae-4c7d-bad7-9d0bbebfca90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11948 2025.02.07 10:13:40.029923 [ 255 ] {fcf24c31-a5ae-4c7d-bad7-9d0bbebfca90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11949 2025.02.07 10:13:40.030709 [ 255 ] {fcf24c31-a5ae-4c7d-bad7-9d0bbebfca90} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11950 2025.02.07 10:13:40.030754 [ 255 ] {fcf24c31-a5ae-4c7d-bad7-9d0bbebfca90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11951 2025.02.07 10:13:40.031217 [ 255 ] {fcf24c31-a5ae-4c7d-bad7-9d0bbebfca90} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11952 2025.02.07 10:13:40.031484 [ 255 ] {fcf24c31-a5ae-4c7d-bad7-9d0bbebfca90} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11953 2025.02.07 10:13:40.031711 [ 255 ] {fcf24c31-a5ae-4c7d-bad7-9d0bbebfca90} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001914 sec., 70010.44932079416 rows/sec., 6.02 MiB/sec.
11954 2025.02.07 10:13:40.031806 [ 255 ] {fcf24c31-a5ae-4c7d-bad7-9d0bbebfca90} <Debug> TCPHandler: Processed in 0.002271996 sec.
11955 2025.02.07 10:13:40.032075 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11956 2025.02.07 10:13:40.032300 [ 256 ] {da843138-a189-426d-8e1c-2217f65fc806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11957 2025.02.07 10:13:40.032373 [ 256 ] {da843138-a189-426d-8e1c-2217f65fc806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11958 2025.02.07 10:13:40.033178 [ 256 ] {da843138-a189-426d-8e1c-2217f65fc806} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11959 2025.02.07 10:13:40.033229 [ 256 ] {da843138-a189-426d-8e1c-2217f65fc806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11960 2025.02.07 10:13:40.033679 [ 256 ] {da843138-a189-426d-8e1c-2217f65fc806} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11961 2025.02.07 10:13:40.034021 [ 256 ] {da843138-a189-426d-8e1c-2217f65fc806} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11962 2025.02.07 10:13:40.034259 [ 256 ] {da843138-a189-426d-8e1c-2217f65fc806} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002012 sec., 19383.697813121275 rows/sec., 1.42 MiB/sec.
11963 2025.02.07 10:13:40.034315 [ 256 ] {da843138-a189-426d-8e1c-2217f65fc806} <Debug> TCPHandler: Processed in 0.002406949 sec.
11964 2025.02.07 10:13:40.034473 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11965 2025.02.07 10:13:40.034614 [ 255 ] {70e56d7a-f8cf-4421-9d56-b5617221cdd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11966 2025.02.07 10:13:40.034672 [ 255 ] {70e56d7a-f8cf-4421-9d56-b5617221cdd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11967 2025.02.07 10:13:40.035334 [ 255 ] {70e56d7a-f8cf-4421-9d56-b5617221cdd1} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11968 2025.02.07 10:13:40.035374 [ 255 ] {70e56d7a-f8cf-4421-9d56-b5617221cdd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11969 2025.02.07 10:13:40.035750 [ 255 ] {70e56d7a-f8cf-4421-9d56-b5617221cdd1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11970 2025.02.07 10:13:40.036006 [ 255 ] {70e56d7a-f8cf-4421-9d56-b5617221cdd1} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11971 2025.02.07 10:13:40.036238 [ 255 ] {70e56d7a-f8cf-4421-9d56-b5617221cdd1} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001652 sec., 62348.66828087167 rows/sec., 4.87 MiB/sec.
11972 2025.02.07 10:13:40.036328 [ 255 ] {70e56d7a-f8cf-4421-9d56-b5617221cdd1} <Debug> TCPHandler: Processed in 0.001920408 sec.
11973 2025.02.07 10:13:40.036528 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11974 2025.02.07 10:13:40.036820 [ 256 ] {7284994a-16a9-46dc-bf4b-8c9b85b93c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11975 2025.02.07 10:13:40.036896 [ 256 ] {7284994a-16a9-46dc-bf4b-8c9b85b93c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11976 2025.02.07 10:13:40.037531 [ 256 ] {7284994a-16a9-46dc-bf4b-8c9b85b93c98} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11977 2025.02.07 10:13:40.037571 [ 256 ] {7284994a-16a9-46dc-bf4b-8c9b85b93c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11978 2025.02.07 10:13:40.037998 [ 256 ] {7284994a-16a9-46dc-bf4b-8c9b85b93c98} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11979 2025.02.07 10:13:40.038241 [ 256 ] {7284994a-16a9-46dc-bf4b-8c9b85b93c98} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11980 2025.02.07 10:13:40.038448 [ 256 ] {7284994a-16a9-46dc-bf4b-8c9b85b93c98} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001733 sec., 92325.44720138489 rows/sec., 6.43 MiB/sec.
11981 2025.02.07 10:13:40.038500 [ 256 ] {7284994a-16a9-46dc-bf4b-8c9b85b93c98} <Debug> TCPHandler: Processed in 0.002081322 sec.
11982 2025.02.07 10:13:40.038667 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11983 2025.02.07 10:13:40.038791 [ 255 ] {a408d1e6-2970-47a3-be9d-aaf9ee7a63c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11984 2025.02.07 10:13:40.038873 [ 255 ] {a408d1e6-2970-47a3-be9d-aaf9ee7a63c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11985 2025.02.07 10:13:40.040259 [ 255 ] {a408d1e6-2970-47a3-be9d-aaf9ee7a63c0} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11986 2025.02.07 10:13:40.040299 [ 255 ] {a408d1e6-2970-47a3-be9d-aaf9ee7a63c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11987 2025.02.07 10:13:40.040981 [ 255 ] {a408d1e6-2970-47a3-be9d-aaf9ee7a63c0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11988 2025.02.07 10:13:40.041239 [ 255 ] {a408d1e6-2970-47a3-be9d-aaf9ee7a63c0} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11989 2025.02.07 10:13:40.041494 [ 255 ] {a408d1e6-2970-47a3-be9d-aaf9ee7a63c0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002729 sec., 14290.94906559179 rows/sec., 25.61 MiB/sec.
11990 2025.02.07 10:13:40.041587 [ 255 ] {a408d1e6-2970-47a3-be9d-aaf9ee7a63c0} <Debug> TCPHandler: Processed in 0.00298149 sec.
11991 2025.02.07 10:13:40.041791 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11992 2025.02.07 10:13:40.042025 [ 256 ] {7085f1b6-b5a3-4135-a59f-3c11dcdc4042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11993 2025.02.07 10:13:40.042121 [ 256 ] {7085f1b6-b5a3-4135-a59f-3c11dcdc4042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11994 2025.02.07 10:13:40.043180 [ 256 ] {7085f1b6-b5a3-4135-a59f-3c11dcdc4042} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11995 2025.02.07 10:13:40.043220 [ 256 ] {7085f1b6-b5a3-4135-a59f-3c11dcdc4042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
11996 2025.02.07 10:13:40.043603 [ 256 ] {7085f1b6-b5a3-4135-a59f-3c11dcdc4042} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11997 2025.02.07 10:13:40.043847 [ 256 ] {7085f1b6-b5a3-4135-a59f-3c11dcdc4042} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11998 2025.02.07 10:13:40.044034 [ 151 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11999 2025.02.07 10:13:40.044059 [ 256 ] {7085f1b6-b5a3-4135-a59f-3c11dcdc4042} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002092 sec., 28680.688336520074 rows/sec., 1.93 MiB/sec.
12000 2025.02.07 10:13:40.044117 [ 151 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12001 2025.02.07 10:13:40.044186 [ 256 ] {7085f1b6-b5a3-4135-a59f-3c11dcdc4042} <Debug> TCPHandler: Processed in 0.00250539 sec.
12002 2025.02.07 10:13:40.044192 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12003 2025.02.07 10:13:40.044422 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
12004 2025.02.07 10:13:40.044897 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12005 2025.02.07 10:13:40.045003 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5370 rows starting from the beginning of the part
12006 2025.02.07 10:13:40.045383 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part
12007 2025.02.07 10:13:40.045652 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part
12008 2025.02.07 10:13:40.045818 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
12009 2025.02.07 10:13:40.045904 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part
12010 2025.02.07 10:13:40.046133 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
12011 2025.02.07 10:13:40.048288 [ 201 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5714 rows, containing 4 columns (4 merged, 0 gathered) in 0.00397065 sec., 1439059.096117764 rows/sec., 93.64 MiB/sec.
12012 2025.02.07 10:13:40.048916 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12013 2025.02.07 10:13:40.049247 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_96_19} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12014 2025.02.07 10:13:40.049326 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_96_19} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12015 2025.02.07 10:13:40.049416 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
12016 2025.02.07 10:13:41.351688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
12017 2025.02.07 10:13:41.372814 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12018 2025.02.07 10:13:41.372862 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12019 2025.02.07 10:13:41.380261 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12020 2025.02.07 10:13:41.381055 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12021 2025.02.07 10:13:41.383748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
12022 2025.02.07 10:13:42.600811 [ 144 ] {} <Debug> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
12023 2025.02.07 10:13:42.600892 [ 144 ] {} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12024 2025.02.07 10:13:42.600919 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12025 2025.02.07 10:13:42.601128 [ 196 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
12026 2025.02.07 10:13:42.601384 [ 196 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12027 2025.02.07 10:13:42.601426 [ 196 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part
12028 2025.02.07 10:13:42.601519 [ 196 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
12029 2025.02.07 10:13:42.601750 [ 196 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part
12030 2025.02.07 10:13:42.602021 [ 196 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part
12031 2025.02.07 10:13:42.602209 [ 196 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
12032 2025.02.07 10:13:42.603303 [ 198 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002315886 sec., 15544.80660965177 rows/sec., 1.30 MiB/sec.
12033 2025.02.07 10:13:42.603501 [ 198 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
12034 2025.02.07 10:13:42.603880 [ 198 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12035 2025.02.07 10:13:42.603981 [ 198 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_25_6} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
12036 2025.02.07 10:13:42.604081 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12037 2025.02.07 10:13:43.937081 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12038 2025.02.07 10:13:43.937308 [ 255 ] {020f8801-4d31-4c61-a32d-7fc5257bb773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12039 2025.02.07 10:13:43.937393 [ 255 ] {020f8801-4d31-4c61-a32d-7fc5257bb773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12040 2025.02.07 10:13:43.938294 [ 255 ] {020f8801-4d31-4c61-a32d-7fc5257bb773} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12041 2025.02.07 10:13:43.938348 [ 255 ] {020f8801-4d31-4c61-a32d-7fc5257bb773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12042 2025.02.07 10:13:43.938792 [ 255 ] {020f8801-4d31-4c61-a32d-7fc5257bb773} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12043 2025.02.07 10:13:43.939055 [ 255 ] {020f8801-4d31-4c61-a32d-7fc5257bb773} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12044 2025.02.07 10:13:43.939294 [ 255 ] {020f8801-4d31-4c61-a32d-7fc5257bb773} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002047 sec., 6839.276990718124 rows/sec., 492.34 KiB/sec.
12045 2025.02.07 10:13:43.939352 [ 255 ] {020f8801-4d31-4c61-a32d-7fc5257bb773} <Debug> TCPHandler: Processed in 0.002417389 sec.
12046 2025.02.07 10:13:43.939673 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12047 2025.02.07 10:13:43.939986 [ 256 ] {14425ba0-a09c-4a89-bdea-c1a4ca63257c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12048 2025.02.07 10:13:43.940089 [ 256 ] {14425ba0-a09c-4a89-bdea-c1a4ca63257c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12049 2025.02.07 10:13:43.940838 [ 256 ] {14425ba0-a09c-4a89-bdea-c1a4ca63257c} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12050 2025.02.07 10:13:43.940890 [ 256 ] {14425ba0-a09c-4a89-bdea-c1a4ca63257c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12051 2025.02.07 10:13:43.941312 [ 256 ] {14425ba0-a09c-4a89-bdea-c1a4ca63257c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
12052 2025.02.07 10:13:43.941562 [ 256 ] {14425ba0-a09c-4a89-bdea-c1a4ca63257c} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12053 2025.02.07 10:13:43.941796 [ 256 ] {14425ba0-a09c-4a89-bdea-c1a4ca63257c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.0019 sec., 3157.8947368421054 rows/sec., 257.50 KiB/sec.
12054 2025.02.07 10:13:43.941855 [ 256 ] {14425ba0-a09c-4a89-bdea-c1a4ca63257c} <Debug> TCPHandler: Processed in 0.002380878 sec.
12055 2025.02.07 10:13:43.942011 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12056 2025.02.07 10:13:43.942150 [ 255 ] {60da53d2-340c-407f-a264-067a9765f3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12057 2025.02.07 10:13:43.942208 [ 255 ] {60da53d2-340c-407f-a264-067a9765f3fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12058 2025.02.07 10:13:43.943570 [ 255 ] {60da53d2-340c-407f-a264-067a9765f3fd} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12059 2025.02.07 10:13:43.943610 [ 255 ] {60da53d2-340c-407f-a264-067a9765f3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12060 2025.02.07 10:13:43.944063 [ 255 ] {60da53d2-340c-407f-a264-067a9765f3fd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12061 2025.02.07 10:13:43.944326 [ 255 ] {60da53d2-340c-407f-a264-067a9765f3fd} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12062 2025.02.07 10:13:43.944547 [ 255 ] {60da53d2-340c-407f-a264-067a9765f3fd} <Debug> executeQuery: Read 1346 rows, 114.29 KiB in 0.002425 sec., 555051.5463917525 rows/sec., 46.02 MiB/sec.
12063 2025.02.07 10:13:43.944626 [ 255 ] {60da53d2-340c-407f-a264-067a9765f3fd} <Debug> TCPHandler: Processed in 0.002682914 sec.
12064 2025.02.07 10:13:43.944835 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12065 2025.02.07 10:13:43.945087 [ 256 ] {f2a5f03f-624b-43f6-adf6-ea27066bd231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12066 2025.02.07 10:13:43.945178 [ 256 ] {f2a5f03f-624b-43f6-adf6-ea27066bd231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12067 2025.02.07 10:13:43.946161 [ 256 ] {f2a5f03f-624b-43f6-adf6-ea27066bd231} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12068 2025.02.07 10:13:43.946201 [ 256 ] {f2a5f03f-624b-43f6-adf6-ea27066bd231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12069 2025.02.07 10:13:43.946578 [ 256 ] {f2a5f03f-624b-43f6-adf6-ea27066bd231} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12070 2025.02.07 10:13:43.946813 [ 256 ] {f2a5f03f-624b-43f6-adf6-ea27066bd231} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12071 2025.02.07 10:13:43.947030 [ 256 ] {f2a5f03f-624b-43f6-adf6-ea27066bd231} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.002001 sec., 6496.751624187906 rows/sec., 437.28 KiB/sec.
12072 2025.02.07 10:13:43.947084 [ 256 ] {f2a5f03f-624b-43f6-adf6-ea27066bd231} <Debug> TCPHandler: Processed in 0.002361778 sec.
12073 2025.02.07 10:13:43.947219 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12074 2025.02.07 10:13:43.947341 [ 255 ] {a1ed5d0f-ea74-4aa9-8fe3-3d889bb9ae60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12075 2025.02.07 10:13:43.947390 [ 255 ] {a1ed5d0f-ea74-4aa9-8fe3-3d889bb9ae60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12076 2025.02.07 10:13:43.948065 [ 255 ] {a1ed5d0f-ea74-4aa9-8fe3-3d889bb9ae60} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12077 2025.02.07 10:13:43.948104 [ 255 ] {a1ed5d0f-ea74-4aa9-8fe3-3d889bb9ae60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12078 2025.02.07 10:13:43.948475 [ 255 ] {a1ed5d0f-ea74-4aa9-8fe3-3d889bb9ae60} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12079 2025.02.07 10:13:43.948724 [ 255 ] {a1ed5d0f-ea74-4aa9-8fe3-3d889bb9ae60} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12080 2025.02.07 10:13:43.948935 [ 255 ] {a1ed5d0f-ea74-4aa9-8fe3-3d889bb9ae60} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001618 sec., 149567.36711990112 rows/sec., 10.13 MiB/sec.
12081 2025.02.07 10:13:43.948986 [ 255 ] {a1ed5d0f-ea74-4aa9-8fe3-3d889bb9ae60} <Debug> TCPHandler: Processed in 0.001824777 sec.
12082 2025.02.07 10:13:43.949124 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12083 2025.02.07 10:13:43.949243 [ 256 ] {da4b7c46-2c3c-465c-b6e7-07ac8fc3af5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12084 2025.02.07 10:13:43.949292 [ 256 ] {da4b7c46-2c3c-465c-b6e7-07ac8fc3af5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12085 2025.02.07 10:13:43.949889 [ 256 ] {da4b7c46-2c3c-465c-b6e7-07ac8fc3af5f} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12086 2025.02.07 10:13:43.949929 [ 256 ] {da4b7c46-2c3c-465c-b6e7-07ac8fc3af5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12087 2025.02.07 10:13:43.950314 [ 256 ] {da4b7c46-2c3c-465c-b6e7-07ac8fc3af5f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12088 2025.02.07 10:13:43.950561 [ 256 ] {da4b7c46-2c3c-465c-b6e7-07ac8fc3af5f} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12089 2025.02.07 10:13:43.950776 [ 256 ] {da4b7c46-2c3c-465c-b6e7-07ac8fc3af5f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001558 sec., 8344.03080872914 rows/sec., 520.25 KiB/sec.
12090 2025.02.07 10:13:43.950831 [ 256 ] {da4b7c46-2c3c-465c-b6e7-07ac8fc3af5f} <Debug> TCPHandler: Processed in 0.001766006 sec.
12091 2025.02.07 10:13:43.950959 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12092 2025.02.07 10:13:43.951093 [ 255 ] {7f17d83d-5655-4cee-9523-903129d90f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12093 2025.02.07 10:13:43.951150 [ 255 ] {7f17d83d-5655-4cee-9523-903129d90f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12094 2025.02.07 10:13:43.952198 [ 255 ] {7f17d83d-5655-4cee-9523-903129d90f1f} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12095 2025.02.07 10:13:43.952244 [ 255 ] {7f17d83d-5655-4cee-9523-903129d90f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12096 2025.02.07 10:13:43.952652 [ 255 ] {7f17d83d-5655-4cee-9523-903129d90f1f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12097 2025.02.07 10:13:43.952892 [ 255 ] {7f17d83d-5655-4cee-9523-903129d90f1f} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12098 2025.02.07 10:13:43.953114 [ 255 ] {7f17d83d-5655-4cee-9523-903129d90f1f} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.00205 sec., 411707.3170731707 rows/sec., 29.75 MiB/sec.
12099 2025.02.07 10:13:43.953178 [ 255 ] {7f17d83d-5655-4cee-9523-903129d90f1f} <Debug> TCPHandler: Processed in 0.002275246 sec.
12100 2025.02.07 10:13:43.953332 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12101 2025.02.07 10:13:43.953455 [ 256 ] {0885ef1d-e6d7-471c-842a-27a3bcb97713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12102 2025.02.07 10:13:43.953507 [ 256 ] {0885ef1d-e6d7-471c-842a-27a3bcb97713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12103 2025.02.07 10:13:43.954010 [ 256 ] {0885ef1d-e6d7-471c-842a-27a3bcb97713} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12104 2025.02.07 10:13:43.954049 [ 256 ] {0885ef1d-e6d7-471c-842a-27a3bcb97713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12105 2025.02.07 10:13:43.954432 [ 256 ] {0885ef1d-e6d7-471c-842a-27a3bcb97713} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12106 2025.02.07 10:13:43.954670 [ 256 ] {0885ef1d-e6d7-471c-842a-27a3bcb97713} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12107 2025.02.07 10:13:43.954882 [ 256 ] {0885ef1d-e6d7-471c-842a-27a3bcb97713} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 216.04 KiB/sec.
12108 2025.02.07 10:13:43.954933 [ 256 ] {0885ef1d-e6d7-471c-842a-27a3bcb97713} <Debug> TCPHandler: Processed in 0.001658894 sec.
12109 2025.02.07 10:13:43.955085 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12110 2025.02.07 10:13:43.955203 [ 255 ] {056db8f9-44a1-4999-9bdd-041d68fd4658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12111 2025.02.07 10:13:43.955256 [ 255 ] {056db8f9-44a1-4999-9bdd-041d68fd4658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12112 2025.02.07 10:13:43.956064 [ 255 ] {056db8f9-44a1-4999-9bdd-041d68fd4658} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12113 2025.02.07 10:13:43.956104 [ 255 ] {056db8f9-44a1-4999-9bdd-041d68fd4658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12114 2025.02.07 10:13:43.956562 [ 255 ] {056db8f9-44a1-4999-9bdd-041d68fd4658} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12115 2025.02.07 10:13:43.956859 [ 255 ] {056db8f9-44a1-4999-9bdd-041d68fd4658} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12116 2025.02.07 10:13:43.957103 [ 255 ] {056db8f9-44a1-4999-9bdd-041d68fd4658} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.00192 sec., 483333.3333333333 rows/sec., 32.25 MiB/sec.
12117 2025.02.07 10:13:43.957205 [ 255 ] {056db8f9-44a1-4999-9bdd-041d68fd4658} <Debug> TCPHandler: Processed in 0.002175574 sec.
12118 2025.02.07 10:13:43.957409 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12119 2025.02.07 10:13:43.957632 [ 256 ] {3a4115c4-84b0-4b88-91eb-88af1820add7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12120 2025.02.07 10:13:43.957686 [ 256 ] {3a4115c4-84b0-4b88-91eb-88af1820add7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12121 2025.02.07 10:13:43.958197 [ 256 ] {3a4115c4-84b0-4b88-91eb-88af1820add7} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12122 2025.02.07 10:13:43.958237 [ 256 ] {3a4115c4-84b0-4b88-91eb-88af1820add7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12123 2025.02.07 10:13:43.958601 [ 256 ] {3a4115c4-84b0-4b88-91eb-88af1820add7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12124 2025.02.07 10:13:43.958844 [ 256 ] {3a4115c4-84b0-4b88-91eb-88af1820add7} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12125 2025.02.07 10:13:43.959052 [ 256 ] {3a4115c4-84b0-4b88-91eb-88af1820add7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec.
12126 2025.02.07 10:13:43.959105 [ 256 ] {3a4115c4-84b0-4b88-91eb-88af1820add7} <Debug> TCPHandler: Processed in 0.001799886 sec.
12127 2025.02.07 10:13:43.959254 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12128 2025.02.07 10:13:43.959370 [ 255 ] {31c07d7f-c266-4eb5-9adf-63d1d38f2c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12129 2025.02.07 10:13:43.959420 [ 255 ] {31c07d7f-c266-4eb5-9adf-63d1d38f2c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12130 2025.02.07 10:13:43.959917 [ 255 ] {31c07d7f-c266-4eb5-9adf-63d1d38f2c1d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12131 2025.02.07 10:13:43.959956 [ 255 ] {31c07d7f-c266-4eb5-9adf-63d1d38f2c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12132 2025.02.07 10:13:43.960332 [ 255 ] {31c07d7f-c266-4eb5-9adf-63d1d38f2c1d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12133 2025.02.07 10:13:43.960577 [ 255 ] {31c07d7f-c266-4eb5-9adf-63d1d38f2c1d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12134 2025.02.07 10:13:43.960783 [ 255 ] {31c07d7f-c266-4eb5-9adf-63d1d38f2c1d} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001437 sec., 48712.59568545582 rows/sec., 3.06 MiB/sec.
12135 2025.02.07 10:13:43.960832 [ 255 ] {31c07d7f-c266-4eb5-9adf-63d1d38f2c1d} <Debug> TCPHandler: Processed in 0.001639193 sec.
12136 2025.02.07 10:13:45.021653 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12137 2025.02.07 10:13:45.021838 [ 255 ] {5b017815-aac7-4b02-b92b-e7f7ef6b313c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12138 2025.02.07 10:13:45.021903 [ 255 ] {5b017815-aac7-4b02-b92b-e7f7ef6b313c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12139 2025.02.07 10:13:45.022693 [ 255 ] {5b017815-aac7-4b02-b92b-e7f7ef6b313c} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12140 2025.02.07 10:13:45.022732 [ 255 ] {5b017815-aac7-4b02-b92b-e7f7ef6b313c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12141 2025.02.07 10:13:45.023157 [ 255 ] {5b017815-aac7-4b02-b92b-e7f7ef6b313c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12142 2025.02.07 10:13:45.023405 [ 255 ] {5b017815-aac7-4b02-b92b-e7f7ef6b313c} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12143 2025.02.07 10:13:45.023597 [ 255 ] {5b017815-aac7-4b02-b92b-e7f7ef6b313c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001812 sec., 30905.077262693158 rows/sec., 2.36 MiB/sec.
12144 2025.02.07 10:13:45.023652 [ 255 ] {5b017815-aac7-4b02-b92b-e7f7ef6b313c} <Debug> TCPHandler: Processed in 0.002135984 sec.
12145 2025.02.07 10:13:45.023921 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12146 2025.02.07 10:13:45.024135 [ 256 ] {459a7127-2630-474d-ab2c-25e8b6023ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12147 2025.02.07 10:13:45.024219 [ 256 ] {459a7127-2630-474d-ab2c-25e8b6023ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12148 2025.02.07 10:13:45.025096 [ 256 ] {459a7127-2630-474d-ab2c-25e8b6023ae8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12149 2025.02.07 10:13:45.025144 [ 256 ] {459a7127-2630-474d-ab2c-25e8b6023ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12150 2025.02.07 10:13:45.025596 [ 256 ] {459a7127-2630-474d-ab2c-25e8b6023ae8} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12151 2025.02.07 10:13:45.025851 [ 256 ] {459a7127-2630-474d-ab2c-25e8b6023ae8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12152 2025.02.07 10:13:45.026105 [ 256 ] {459a7127-2630-474d-ab2c-25e8b6023ae8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002025 sec., 31604.93827160494 rows/sec., 2.47 MiB/sec.
12153 2025.02.07 10:13:45.026192 [ 256 ] {459a7127-2630-474d-ab2c-25e8b6023ae8} <Debug> TCPHandler: Processed in 0.002417369 sec.
12154 2025.02.07 10:13:45.026419 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12155 2025.02.07 10:13:45.026723 [ 255 ] {ab59b711-c737-4510-80f2-dfd0c344473e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12156 2025.02.07 10:13:45.026798 [ 255 ] {ab59b711-c737-4510-80f2-dfd0c344473e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12157 2025.02.07 10:13:45.027381 [ 255 ] {ab59b711-c737-4510-80f2-dfd0c344473e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12158 2025.02.07 10:13:45.027421 [ 255 ] {ab59b711-c737-4510-80f2-dfd0c344473e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12159 2025.02.07 10:13:45.027822 [ 255 ] {ab59b711-c737-4510-80f2-dfd0c344473e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12160 2025.02.07 10:13:45.028069 [ 255 ] {ab59b711-c737-4510-80f2-dfd0c344473e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12161 2025.02.07 10:13:45.028277 [ 255 ] {ab59b711-c737-4510-80f2-dfd0c344473e} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001657 sec., 19312.009656004826 rows/sec., 1.35 MiB/sec.
12162 2025.02.07 10:13:45.028365 [ 255 ] {ab59b711-c737-4510-80f2-dfd0c344473e} <Debug> TCPHandler: Processed in 0.002055642 sec.
12163 2025.02.07 10:13:45.028573 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12164 2025.02.07 10:13:45.028843 [ 256 ] {b7febbf0-8ce5-4ac3-a3dc-6e43499d9d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12165 2025.02.07 10:13:45.028910 [ 256 ] {b7febbf0-8ce5-4ac3-a3dc-6e43499d9d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12166 2025.02.07 10:13:45.029429 [ 256 ] {b7febbf0-8ce5-4ac3-a3dc-6e43499d9d06} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12167 2025.02.07 10:13:45.029470 [ 256 ] {b7febbf0-8ce5-4ac3-a3dc-6e43499d9d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12168 2025.02.07 10:13:45.029869 [ 256 ] {b7febbf0-8ce5-4ac3-a3dc-6e43499d9d06} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12169 2025.02.07 10:13:45.030129 [ 256 ] {b7febbf0-8ce5-4ac3-a3dc-6e43499d9d06} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12170 2025.02.07 10:13:45.030358 [ 256 ] {b7febbf0-8ce5-4ac3-a3dc-6e43499d9d06} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001604 sec., 7481.296758104739 rows/sec., 516.29 KiB/sec.
12171 2025.02.07 10:13:45.030413 [ 256 ] {b7febbf0-8ce5-4ac3-a3dc-6e43499d9d06} <Debug> TCPHandler: Processed in 0.001942149 sec.
12172 2025.02.07 10:13:46.819402 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938
12173 2025.02.07 10:13:46.820081 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12174 2025.02.07 10:13:46.820133 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12175 2025.02.07 10:13:46.820669 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12176 2025.02.07 10:13:46.820940 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12177 2025.02.07 10:13:46.821148 [ 148 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12178 2025.02.07 10:13:46.821213 [ 148 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12179 2025.02.07 10:13:46.821250 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12180 2025.02.07 10:13:46.821287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938
12181 2025.02.07 10:13:46.821678 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
12182 2025.02.07 10:13:46.822135 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12183 2025.02.07 10:13:46.822273 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
12184 2025.02.07 10:13:46.822573 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part
12185 2025.02.07 10:13:46.822878 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part
12186 2025.02.07 10:13:46.823184 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part
12187 2025.02.07 10:13:46.823520 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part
12188 2025.02.07 10:13:46.823892 [ 196 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part
12189 2025.02.07 10:13:46.827101 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.005692355 sec., 4907986.237681944 rows/sec., 70.21 MiB/sec.
12190 2025.02.07 10:13:46.827417 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12191 2025.02.07 10:13:46.827769 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12192 2025.02.07 10:13:46.827863 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_61_12} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12193 2025.02.07 10:13:46.827969 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
12194 2025.02.07 10:13:48.884781 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
12195 2025.02.07 10:13:48.906001 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12196 2025.02.07 10:13:48.906054 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12197 2025.02.07 10:13:48.913487 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12198 2025.02.07 10:13:48.914270 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12199 2025.02.07 10:13:48.914696 [ 145 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12200 2025.02.07 10:13:48.914844 [ 145 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12201 2025.02.07 10:13:48.914930 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12202 2025.02.07 10:13:48.915271 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
12203 2025.02.07 10:13:48.923675 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
12204 2025.02.07 10:13:48.925053 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12205 2025.02.07 10:13:48.925963 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part
12206 2025.02.07 10:13:48.930685 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part
12207 2025.02.07 10:13:48.935460 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
12208 2025.02.07 10:13:48.940656 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part
12209 2025.02.07 10:13:48.946206 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
12210 2025.02.07 10:13:48.950978 [ 199 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
12211 2025.02.07 10:13:49.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.41 MiB, peak 258.13 MiB, free memory in arenas 0.00 B, will set to 246.31 MiB (RSS), difference: -10.10 MiB
12212 2025.02.07 10:13:49.013459 [ 197 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.09837584 sec., 4675.944825477474 rows/sec., 24.18 MiB/sec.
12213 2025.02.07 10:13:49.016932 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12214 2025.02.07 10:13:49.019957 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_61_12} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12215 2025.02.07 10:13:49.020090 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_61_12} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12216 2025.02.07 10:13:49.022625 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
12217 2025.02.07 10:13:49.504252 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1702
12218 2025.02.07 10:13:49.507578 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12219 2025.02.07 10:13:49.507630 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12220 2025.02.07 10:13:49.509165 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12221 2025.02.07 10:13:49.509491 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12222 2025.02.07 10:13:49.510115 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1702
12223 2025.02.07 10:13:50.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.61 MiB, peak 258.13 MiB, free memory in arenas 0.00 B, will set to 246.31 MiB (RSS), difference: 11.70 MiB
12224 2025.02.07 10:13:50.029875 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12225 2025.02.07 10:13:50.030055 [ 255 ] {14fabe39-6f8e-4059-928b-1fb8386fde52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12226 2025.02.07 10:13:50.030123 [ 255 ] {14fabe39-6f8e-4059-928b-1fb8386fde52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12227 2025.02.07 10:13:50.030958 [ 255 ] {14fabe39-6f8e-4059-928b-1fb8386fde52} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12228 2025.02.07 10:13:50.031005 [ 255 ] {14fabe39-6f8e-4059-928b-1fb8386fde52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12229 2025.02.07 10:13:50.031467 [ 255 ] {14fabe39-6f8e-4059-928b-1fb8386fde52} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12230 2025.02.07 10:13:50.031730 [ 255 ] {14fabe39-6f8e-4059-928b-1fb8386fde52} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12231 2025.02.07 10:13:50.031935 [ 255 ] {14fabe39-6f8e-4059-928b-1fb8386fde52} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001933 sec., 69322.29694774961 rows/sec., 5.96 MiB/sec.
12232 2025.02.07 10:13:50.031995 [ 255 ] {14fabe39-6f8e-4059-928b-1fb8386fde52} <Debug> TCPHandler: Processed in 0.002248015 sec.
12233 2025.02.07 10:13:50.032278 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12234 2025.02.07 10:13:50.032479 [ 256 ] {b2007e01-e138-4ac2-83d5-4951424f26ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12235 2025.02.07 10:13:50.032565 [ 256 ] {b2007e01-e138-4ac2-83d5-4951424f26ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12236 2025.02.07 10:13:50.033354 [ 256 ] {b2007e01-e138-4ac2-83d5-4951424f26ca} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12237 2025.02.07 10:13:50.033405 [ 256 ] {b2007e01-e138-4ac2-83d5-4951424f26ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12238 2025.02.07 10:13:50.033853 [ 256 ] {b2007e01-e138-4ac2-83d5-4951424f26ca} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
12239 2025.02.07 10:13:50.034128 [ 256 ] {b2007e01-e138-4ac2-83d5-4951424f26ca} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12240 2025.02.07 10:13:50.034338 [ 142 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
12241 2025.02.07 10:13:50.034388 [ 256 ] {b2007e01-e138-4ac2-83d5-4951424f26ca} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001953 sec., 19969.278033794162 rows/sec., 1.47 MiB/sec.
12242 2025.02.07 10:13:50.034403 [ 142 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12243 2025.02.07 10:13:50.034477 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12244 2025.02.07 10:13:50.034532 [ 256 ] {b2007e01-e138-4ac2-83d5-4951424f26ca} <Debug> TCPHandler: Processed in 0.002398239 sec.
12245 2025.02.07 10:13:50.034832 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
12246 2025.02.07 10:13:50.034852 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12247 2025.02.07 10:13:50.035231 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12248 2025.02.07 10:13:50.035346 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 64 rows starting from the beginning of the part
12249 2025.02.07 10:13:50.035866 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 47 rows starting from the beginning of the part
12250 2025.02.07 10:13:50.035870 [ 255 ] {28f8d4a3-bd40-41ec-b190-38f75fb25fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12251 2025.02.07 10:13:50.036250 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part
12252 2025.02.07 10:13:50.036297 [ 255 ] {28f8d4a3-bd40-41ec-b190-38f75fb25fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12253 2025.02.07 10:13:50.036683 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 39 rows starting from the beginning of the part
12254 2025.02.07 10:13:50.037061 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 13 rows starting from the beginning of the part
12255 2025.02.07 10:13:50.037549 [ 192 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 39 rows starting from the beginning of the part
12256 2025.02.07 10:13:50.039565 [ 255 ] {28f8d4a3-bd40-41ec-b190-38f75fb25fd1} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12257 2025.02.07 10:13:50.039635 [ 255 ] {28f8d4a3-bd40-41ec-b190-38f75fb25fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12258 2025.02.07 10:13:50.040768 [ 255 ] {28f8d4a3-bd40-41ec-b190-38f75fb25fd1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12259 2025.02.07 10:13:50.040823 [ 189 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.006236056 sec., 33514.77279870482 rows/sec., 2.53 MiB/sec.
12260 2025.02.07 10:13:50.041097 [ 189 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
12261 2025.02.07 10:13:50.041168 [ 255 ] {28f8d4a3-bd40-41ec-b190-38f75fb25fd1} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12262 2025.02.07 10:13:50.041607 [ 255 ] {28f8d4a3-bd40-41ec-b190-38f75fb25fd1} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.006329 sec., 16274.29293727287 rows/sec., 1.27 MiB/sec.
12263 2025.02.07 10:13:50.041742 [ 255 ] {28f8d4a3-bd40-41ec-b190-38f75fb25fd1} <Debug> TCPHandler: Processed in 0.007073064 sec.
12264 2025.02.07 10:13:50.041775 [ 189 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12265 2025.02.07 10:13:50.041934 [ 189 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_86_17} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
12266 2025.02.07 10:13:50.041942 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12267 2025.02.07 10:13:50.042066 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12268 2025.02.07 10:13:50.042151 [ 256 ] {fbe296cf-95c4-4176-bb4d-1d254c2b5243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12269 2025.02.07 10:13:50.042210 [ 256 ] {fbe296cf-95c4-4176-bb4d-1d254c2b5243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12270 2025.02.07 10:13:50.042825 [ 256 ] {fbe296cf-95c4-4176-bb4d-1d254c2b5243} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12271 2025.02.07 10:13:50.042865 [ 256 ] {fbe296cf-95c4-4176-bb4d-1d254c2b5243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12272 2025.02.07 10:13:50.043271 [ 256 ] {fbe296cf-95c4-4176-bb4d-1d254c2b5243} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12273 2025.02.07 10:13:50.043523 [ 256 ] {fbe296cf-95c4-4176-bb4d-1d254c2b5243} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12274 2025.02.07 10:13:50.043747 [ 256 ] {fbe296cf-95c4-4176-bb4d-1d254c2b5243} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec.
12275 2025.02.07 10:13:50.043799 [ 256 ] {fbe296cf-95c4-4176-bb4d-1d254c2b5243} <Debug> TCPHandler: Processed in 0.001965769 sec.
12276 2025.02.07 10:13:50.043976 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12277 2025.02.07 10:13:50.044095 [ 255 ] {fecaaacc-03bb-4cd9-994a-33e601cdb1db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12278 2025.02.07 10:13:50.044181 [ 255 ] {fecaaacc-03bb-4cd9-994a-33e601cdb1db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12279 2025.02.07 10:13:50.045533 [ 255 ] {fecaaacc-03bb-4cd9-994a-33e601cdb1db} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12280 2025.02.07 10:13:50.045570 [ 255 ] {fecaaacc-03bb-4cd9-994a-33e601cdb1db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12281 2025.02.07 10:13:50.046248 [ 255 ] {fecaaacc-03bb-4cd9-994a-33e601cdb1db} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12282 2025.02.07 10:13:50.046512 [ 255 ] {fecaaacc-03bb-4cd9-994a-33e601cdb1db} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12283 2025.02.07 10:13:50.046719 [ 255 ] {fecaaacc-03bb-4cd9-994a-33e601cdb1db} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002649 sec., 14722.536806342017 rows/sec., 26.38 MiB/sec.
12284 2025.02.07 10:13:50.047044 [ 255 ] {fecaaacc-03bb-4cd9-994a-33e601cdb1db} <Debug> TCPHandler: Processed in 0.003126523 sec.
12285 2025.02.07 10:13:50.047209 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12286 2025.02.07 10:13:50.047349 [ 256 ] {430f921e-a60e-4590-b522-49d8e27e3793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12287 2025.02.07 10:13:50.047408 [ 256 ] {430f921e-a60e-4590-b522-49d8e27e3793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12288 2025.02.07 10:13:50.048002 [ 256 ] {430f921e-a60e-4590-b522-49d8e27e3793} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12289 2025.02.07 10:13:50.048050 [ 256 ] {430f921e-a60e-4590-b522-49d8e27e3793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12290 2025.02.07 10:13:50.048449 [ 256 ] {430f921e-a60e-4590-b522-49d8e27e3793} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12291 2025.02.07 10:13:50.048700 [ 256 ] {430f921e-a60e-4590-b522-49d8e27e3793} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12292 2025.02.07 10:13:50.048931 [ 256 ] {430f921e-a60e-4590-b522-49d8e27e3793} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001613 sec., 37197.768133911966 rows/sec., 2.51 MiB/sec.
12293 2025.02.07 10:13:50.048983 [ 256 ] {430f921e-a60e-4590-b522-49d8e27e3793} <Debug> TCPHandler: Processed in 0.001842587 sec.
12294 2025.02.07 10:13:54.113106 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache
12295 2025.02.07 10:13:54.113183 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache
12296 2025.02.07 10:13:54.322424 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426
12297 2025.02.07 10:13:54.323144 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12298 2025.02.07 10:13:54.323193 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12299 2025.02.07 10:13:54.323720 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12300 2025.02.07 10:13:54.323972 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12301 2025.02.07 10:13:54.324184 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
12302 2025.02.07 10:13:55.031828 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12303 2025.02.07 10:13:55.032012 [ 255 ] {0fdf6892-1ce8-4934-a53f-55797782c242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12304 2025.02.07 10:13:55.032081 [ 255 ] {0fdf6892-1ce8-4934-a53f-55797782c242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12305 2025.02.07 10:13:55.032825 [ 255 ] {0fdf6892-1ce8-4934-a53f-55797782c242} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12306 2025.02.07 10:13:55.032867 [ 255 ] {0fdf6892-1ce8-4934-a53f-55797782c242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12307 2025.02.07 10:13:55.033309 [ 255 ] {0fdf6892-1ce8-4934-a53f-55797782c242} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12308 2025.02.07 10:13:55.033564 [ 255 ] {0fdf6892-1ce8-4934-a53f-55797782c242} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12309 2025.02.07 10:13:55.033845 [ 255 ] {0fdf6892-1ce8-4934-a53f-55797782c242} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec.
12310 2025.02.07 10:13:55.033968 [ 255 ] {0fdf6892-1ce8-4934-a53f-55797782c242} <Debug> TCPHandler: Processed in 0.002260825 sec.
12311 2025.02.07 10:13:55.034278 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12312 2025.02.07 10:13:55.034483 [ 256 ] {2eccb0d0-1aa6-410e-be21-809894a6fca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12313 2025.02.07 10:13:55.034560 [ 256 ] {2eccb0d0-1aa6-410e-be21-809894a6fca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12314 2025.02.07 10:13:55.035480 [ 256 ] {2eccb0d0-1aa6-410e-be21-809894a6fca6} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12315 2025.02.07 10:13:55.035519 [ 256 ] {2eccb0d0-1aa6-410e-be21-809894a6fca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12316 2025.02.07 10:13:55.035968 [ 256 ] {2eccb0d0-1aa6-410e-be21-809894a6fca6} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12317 2025.02.07 10:13:55.036247 [ 256 ] {2eccb0d0-1aa6-410e-be21-809894a6fca6} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12318 2025.02.07 10:13:55.036403 [ 136 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12319 2025.02.07 10:13:55.036457 [ 256 ] {2eccb0d0-1aa6-410e-be21-809894a6fca6} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.00203 sec., 100000 rows/sec., 8.64 MiB/sec.
12320 2025.02.07 10:13:55.036457 [ 136 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12321 2025.02.07 10:13:55.036508 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12322 2025.02.07 10:13:55.036535 [ 256 ] {2eccb0d0-1aa6-410e-be21-809894a6fca6} <Debug> TCPHandler: Processed in 0.002422539 sec.
12323 2025.02.07 10:13:55.036761 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12324 2025.02.07 10:13:55.036796 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
12325 2025.02.07 10:13:55.036963 [ 255 ] {d40ae584-c5d2-41f3-b865-fd2a0bf3ed4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12326 2025.02.07 10:13:55.037079 [ 255 ] {d40ae584-c5d2-41f3-b865-fd2a0bf3ed4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12327 2025.02.07 10:13:55.037297 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12328 2025.02.07 10:13:55.037400 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1431 rows starting from the beginning of the part
12329 2025.02.07 10:13:55.037741 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 134 rows starting from the beginning of the part
12330 2025.02.07 10:13:55.038222 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1346 rows starting from the beginning of the part
12331 2025.02.07 10:13:55.038599 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
12332 2025.02.07 10:13:55.038902 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 134 rows starting from the beginning of the part
12333 2025.02.07 10:13:55.039283 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 203 rows starting from the beginning of the part
12334 2025.02.07 10:13:55.040003 [ 255 ] {d40ae584-c5d2-41f3-b865-fd2a0bf3ed4a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12335 2025.02.07 10:13:55.040070 [ 255 ] {d40ae584-c5d2-41f3-b865-fd2a0bf3ed4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12336 2025.02.07 10:13:55.040880 [ 255 ] {d40ae584-c5d2-41f3-b865-fd2a0bf3ed4a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
12337 2025.02.07 10:13:55.041429 [ 255 ] {d40ae584-c5d2-41f3-b865-fd2a0bf3ed4a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12338 2025.02.07 10:13:55.041826 [ 255 ] {d40ae584-c5d2-41f3-b865-fd2a0bf3ed4a} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004929 sec., 1420.1663623453032 rows/sec., 92.52 KiB/sec.
12339 2025.02.07 10:13:55.041922 [ 255 ] {d40ae584-c5d2-41f3-b865-fd2a0bf3ed4a} <Debug> TCPHandler: Processed in 0.005275486 sec.
12340 2025.02.07 10:13:55.042109 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12341 2025.02.07 10:13:55.042413 [ 256 ] {93f68678-86ee-4e67-9eb8-519ecf9dbf3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12342 2025.02.07 10:13:55.042569 [ 256 ] {93f68678-86ee-4e67-9eb8-519ecf9dbf3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12343 2025.02.07 10:13:55.042621 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3304 rows, containing 5 columns (5 merged, 0 gathered) in 0.00597742 sec., 552746.8372642378 rows/sec., 48.26 MiB/sec.
12344 2025.02.07 10:13:55.042943 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12345 2025.02.07 10:13:55.043519 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12346 2025.02.07 10:13:55.043731 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_101_20} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12347 2025.02.07 10:13:55.043843 [ 256 ] {93f68678-86ee-4e67-9eb8-519ecf9dbf3c} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12348 2025.02.07 10:13:55.043890 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
12349 2025.02.07 10:13:55.043917 [ 256 ] {93f68678-86ee-4e67-9eb8-519ecf9dbf3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12350 2025.02.07 10:13:55.044311 [ 256 ] {93f68678-86ee-4e67-9eb8-519ecf9dbf3c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12351 2025.02.07 10:13:55.044558 [ 256 ] {93f68678-86ee-4e67-9eb8-519ecf9dbf3c} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12352 2025.02.07 10:13:55.044740 [ 256 ] {93f68678-86ee-4e67-9eb8-519ecf9dbf3c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002451 sec., 5711.954304365565 rows/sec., 400.03 KiB/sec.
12353 2025.02.07 10:13:55.044798 [ 256 ] {93f68678-86ee-4e67-9eb8-519ecf9dbf3c} <Debug> TCPHandler: Processed in 0.002763986 sec.
12354 2025.02.07 10:13:55.044948 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12355 2025.02.07 10:13:55.045066 [ 255 ] {bff6b8b6-8728-471b-add0-c7529bc7ab5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12356 2025.02.07 10:13:55.045115 [ 255 ] {bff6b8b6-8728-471b-add0-c7529bc7ab5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12357 2025.02.07 10:13:55.045694 [ 255 ] {bff6b8b6-8728-471b-add0-c7529bc7ab5c} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12358 2025.02.07 10:13:55.045734 [ 255 ] {bff6b8b6-8728-471b-add0-c7529bc7ab5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12359 2025.02.07 10:13:55.046087 [ 255 ] {bff6b8b6-8728-471b-add0-c7529bc7ab5c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12360 2025.02.07 10:13:55.046325 [ 255 ] {bff6b8b6-8728-471b-add0-c7529bc7ab5c} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12361 2025.02.07 10:13:55.046561 [ 255 ] {bff6b8b6-8728-471b-add0-c7529bc7ab5c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001517 sec., 8569.54515491101 rows/sec., 534.31 KiB/sec.
12362 2025.02.07 10:13:55.046629 [ 255 ] {bff6b8b6-8728-471b-add0-c7529bc7ab5c} <Debug> TCPHandler: Processed in 0.001740215 sec.
12363 2025.02.07 10:13:55.046891 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12364 2025.02.07 10:13:55.047115 [ 256 ] {a9b5db78-5307-48ca-b3e9-805fbf32b306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12365 2025.02.07 10:13:55.047206 [ 256 ] {a9b5db78-5307-48ca-b3e9-805fbf32b306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12366 2025.02.07 10:13:55.048006 [ 256 ] {a9b5db78-5307-48ca-b3e9-805fbf32b306} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12367 2025.02.07 10:13:55.048046 [ 256 ] {a9b5db78-5307-48ca-b3e9-805fbf32b306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12368 2025.02.07 10:13:55.048436 [ 256 ] {a9b5db78-5307-48ca-b3e9-805fbf32b306} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12369 2025.02.07 10:13:55.048686 [ 256 ] {a9b5db78-5307-48ca-b3e9-805fbf32b306} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12370 2025.02.07 10:13:55.048829 [ 136 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12371 2025.02.07 10:13:55.048874 [ 136 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12372 2025.02.07 10:13:55.048884 [ 256 ] {a9b5db78-5307-48ca-b3e9-805fbf32b306} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001822 sec., 209659.7145993414 rows/sec., 14.84 MiB/sec.
12373 2025.02.07 10:13:55.048904 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12374 2025.02.07 10:13:55.048956 [ 256 ] {a9b5db78-5307-48ca-b3e9-805fbf32b306} <Debug> TCPHandler: Processed in 0.002236095 sec.
12375 2025.02.07 10:13:55.049171 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12376 2025.02.07 10:13:55.049173 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
12377 2025.02.07 10:13:55.049340 [ 255 ] {1b8a3595-310b-4758-ab79-a9eb78a97636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12378 2025.02.07 10:13:55.049380 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12379 2025.02.07 10:13:55.049418 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part
12380 2025.02.07 10:13:55.049420 [ 255 ] {1b8a3595-310b-4758-ab79-a9eb78a97636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12381 2025.02.07 10:13:55.049636 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 103 rows starting from the beginning of the part
12382 2025.02.07 10:13:55.049853 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 844 rows starting from the beginning of the part
12383 2025.02.07 10:13:55.050126 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
12384 2025.02.07 10:13:55.050353 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 103 rows starting from the beginning of the part
12385 2025.02.07 10:13:55.050534 [ 194 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 382 rows starting from the beginning of the part
12386 2025.02.07 10:13:55.051305 [ 255 ] {1b8a3595-310b-4758-ab79-a9eb78a97636} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12387 2025.02.07 10:13:55.051352 [ 255 ] {1b8a3595-310b-4758-ab79-a9eb78a97636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12388 2025.02.07 10:13:55.051891 [ 255 ] {1b8a3595-310b-4758-ab79-a9eb78a97636} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12389 2025.02.07 10:13:55.052212 [ 255 ] {1b8a3595-310b-4758-ab79-a9eb78a97636} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12390 2025.02.07 10:13:55.052549 [ 255 ] {1b8a3595-310b-4758-ab79-a9eb78a97636} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003215 sec., 1866.2519440124418 rows/sec., 97.50 KiB/sec.
12391 2025.02.07 10:13:55.052830 [ 255 ] {1b8a3595-310b-4758-ab79-a9eb78a97636} <Debug> TCPHandler: Processed in 0.003749276 sec.
12392 2025.02.07 10:13:55.053181 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12393 2025.02.07 10:13:55.053548 [ 256 ] {af4a01cd-ff9a-4d84-b845-a95236cab09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12394 2025.02.07 10:13:55.053592 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.004592442 sec., 524557.5229910361 rows/sec., 40.22 MiB/sec.
12395 2025.02.07 10:13:55.053653 [ 256 ] {af4a01cd-ff9a-4d84-b845-a95236cab09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12396 2025.02.07 10:13:55.053827 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12397 2025.02.07 10:13:55.054221 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12398 2025.02.07 10:13:55.054343 [ 188 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_101_20} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12399 2025.02.07 10:13:55.054443 [ 256 ] {af4a01cd-ff9a-4d84-b845-a95236cab09f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12400 2025.02.07 10:13:55.054449 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
12401 2025.02.07 10:13:55.054490 [ 256 ] {af4a01cd-ff9a-4d84-b845-a95236cab09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12402 2025.02.07 10:13:55.054893 [ 256 ] {af4a01cd-ff9a-4d84-b845-a95236cab09f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12403 2025.02.07 10:13:55.055144 [ 256 ] {af4a01cd-ff9a-4d84-b845-a95236cab09f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12404 2025.02.07 10:13:55.055327 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0
12405 2025.02.07 10:13:55.055385 [ 256 ] {af4a01cd-ff9a-4d84-b845-a95236cab09f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001938 sec., 122291.02167182662 rows/sec., 8.20 MiB/sec.
12406 2025.02.07 10:13:55.055391 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12407 2025.02.07 10:13:55.055471 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12408 2025.02.07 10:13:55.055534 [ 256 ] {af4a01cd-ff9a-4d84-b845-a95236cab09f} <Debug> TCPHandler: Processed in 0.002556972 sec.
12409 2025.02.07 10:13:55.055759 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::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
12410 2025.02.07 10:13:55.055817 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12411 2025.02.07 10:13:55.055960 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12412 2025.02.07 10:13:55.056049 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 26559 rows starting from the beginning of the part
12413 2025.02.07 10:13:55.056063 [ 255 ] {1b20b913-b7bb-4f8b-a907-7dc31ca8ed95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12414 2025.02.07 10:13:55.056275 [ 255 ] {1b20b913-b7bb-4f8b-a907-7dc31ca8ed95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12415 2025.02.07 10:13:55.056339 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part
12416 2025.02.07 10:13:55.056702 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 928 rows starting from the beginning of the part
12417 2025.02.07 10:13:55.057175 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 32 rows starting from the beginning of the part
12418 2025.02.07 10:13:55.057491 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part
12419 2025.02.07 10:13:55.057717 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part
12420 2025.02.07 10:13:55.058544 [ 255 ] {1b20b913-b7bb-4f8b-a907-7dc31ca8ed95} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12421 2025.02.07 10:13:55.058609 [ 255 ] {1b20b913-b7bb-4f8b-a907-7dc31ca8ed95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12422 2025.02.07 10:13:55.059244 [ 255 ] {1b20b913-b7bb-4f8b-a907-7dc31ca8ed95} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12423 2025.02.07 10:13:55.059524 [ 255 ] {1b20b913-b7bb-4f8b-a907-7dc31ca8ed95} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12424 2025.02.07 10:13:55.059990 [ 255 ] {1b20b913-b7bb-4f8b-a907-7dc31ca8ed95} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003984 sec., 251.00401606425706 rows/sec., 16.91 KiB/sec.
12425 2025.02.07 10:13:55.060364 [ 255 ] {1b20b913-b7bb-4f8b-a907-7dc31ca8ed95} <Debug> TCPHandler: Processed in 0.004700695 sec.
12426 2025.02.07 10:13:55.060947 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12427 2025.02.07 10:13:55.061366 [ 256 ] {058a15a1-2d2b-4f9a-95a4-9758ce673c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12428 2025.02.07 10:13:55.061490 [ 256 ] {058a15a1-2d2b-4f9a-95a4-9758ce673c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12429 2025.02.07 10:13:55.062148 [ 256 ] {058a15a1-2d2b-4f9a-95a4-9758ce673c6f} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12430 2025.02.07 10:13:55.062188 [ 256 ] {058a15a1-2d2b-4f9a-95a4-9758ce673c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12431 2025.02.07 10:13:55.062806 [ 256 ] {058a15a1-2d2b-4f9a-95a4-9758ce673c6f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12432 2025.02.07 10:13:55.063310 [ 256 ] {058a15a1-2d2b-4f9a-95a4-9758ce673c6f} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12433 2025.02.07 10:13:55.063593 [ 256 ] {058a15a1-2d2b-4f9a-95a4-9758ce673c6f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002364 sec., 34686.971235194585 rows/sec., 2.20 MiB/sec.
12434 2025.02.07 10:13:55.063686 [ 256 ] {058a15a1-2d2b-4f9a-95a4-9758ce673c6f} <Debug> TCPHandler: Processed in 0.003194335 sec.
12435 2025.02.07 10:13:55.066360 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28076 rows, containing 5 columns (5 merged, 0 gathered) in 0.010781699 sec., 2604042.2757118335 rows/sec., 175.85 MiB/sec.
12436 2025.02.07 10:13:55.066788 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary)
12437 2025.02.07 10:13:55.067155 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12438 2025.02.07 10:13:55.067255 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20
12439 2025.02.07 10:13:55.067368 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
12440 2025.02.07 10:13:56.424737 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
12441 2025.02.07 10:13:56.443464 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12442 2025.02.07 10:13:56.443523 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
12443 2025.02.07 10:13:56.450529 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12444 2025.02.07 10:13:56.451311 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12445 2025.02.07 10:13:56.453844 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
12446 2025.02.07 10:13:59.510368 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1734
12447 2025.02.07 10:13:59.513669 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12448 2025.02.07 10:13:59.513710 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12449 2025.02.07 10:13:59.515188 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12450 2025.02.07 10:13:59.515510 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12451 2025.02.07 10:13:59.516869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1734
12452 2025.02.07 10:14:00.030175 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12453 2025.02.07 10:14:00.030367 [ 255 ] {3ddc0e6e-385f-4208-a547-ae55dc77efd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12454 2025.02.07 10:14:00.030448 [ 255 ] {3ddc0e6e-385f-4208-a547-ae55dc77efd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12455 2025.02.07 10:14:00.031206 [ 255 ] {3ddc0e6e-385f-4208-a547-ae55dc77efd8} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12456 2025.02.07 10:14:00.031251 [ 255 ] {3ddc0e6e-385f-4208-a547-ae55dc77efd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12457 2025.02.07 10:14:00.031670 [ 255 ] {3ddc0e6e-385f-4208-a547-ae55dc77efd8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
12458 2025.02.07 10:14:00.031929 [ 255 ] {3ddc0e6e-385f-4208-a547-ae55dc77efd8} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12459 2025.02.07 10:14:00.032173 [ 255 ] {3ddc0e6e-385f-4208-a547-ae55dc77efd8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001848 sec., 1082.2510822510822 rows/sec., 88.25 KiB/sec.
12460 2025.02.07 10:14:00.032395 [ 255 ] {3ddc0e6e-385f-4208-a547-ae55dc77efd8} <Debug> TCPHandler: Processed in 0.002349498 sec.
12461 2025.02.07 10:14:00.032661 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12462 2025.02.07 10:14:00.032845 [ 256 ] {98df3e8c-2a04-4b67-b9ec-199b52db72da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12463 2025.02.07 10:14:00.032917 [ 256 ] {98df3e8c-2a04-4b67-b9ec-199b52db72da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12464 2025.02.07 10:14:00.033726 [ 256 ] {98df3e8c-2a04-4b67-b9ec-199b52db72da} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12465 2025.02.07 10:14:00.033773 [ 256 ] {98df3e8c-2a04-4b67-b9ec-199b52db72da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12466 2025.02.07 10:14:00.034238 [ 256 ] {98df3e8c-2a04-4b67-b9ec-199b52db72da} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12467 2025.02.07 10:14:00.034512 [ 256 ] {98df3e8c-2a04-4b67-b9ec-199b52db72da} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12468 2025.02.07 10:14:00.034785 [ 256 ] {98df3e8c-2a04-4b67-b9ec-199b52db72da} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.00198 sec., 68181.81818181818 rows/sec., 5.86 MiB/sec.
12469 2025.02.07 10:14:00.034854 [ 256 ] {98df3e8c-2a04-4b67-b9ec-199b52db72da} <Debug> TCPHandler: Processed in 0.002327788 sec.
12470 2025.02.07 10:14:00.035037 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12471 2025.02.07 10:14:00.035213 [ 255 ] {ea794569-9166-4017-b9b7-37dfc1267c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12472 2025.02.07 10:14:00.035272 [ 255 ] {ea794569-9166-4017-b9b7-37dfc1267c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12473 2025.02.07 10:14:00.035925 [ 255 ] {ea794569-9166-4017-b9b7-37dfc1267c25} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12474 2025.02.07 10:14:00.035965 [ 255 ] {ea794569-9166-4017-b9b7-37dfc1267c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12475 2025.02.07 10:14:00.036344 [ 255 ] {ea794569-9166-4017-b9b7-37dfc1267c25} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
12476 2025.02.07 10:14:00.036591 [ 255 ] {ea794569-9166-4017-b9b7-37dfc1267c25} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12477 2025.02.07 10:14:00.036778 [ 255 ] {ea794569-9166-4017-b9b7-37dfc1267c25} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001611 sec., 25450.031036623215 rows/sec., 1.86 MiB/sec.
12478 2025.02.07 10:14:00.036834 [ 255 ] {ea794569-9166-4017-b9b7-37dfc1267c25} <Debug> TCPHandler: Processed in 0.001889948 sec.
12479 2025.02.07 10:14:00.037042 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12480 2025.02.07 10:14:00.037189 [ 256 ] {c835f846-f672-4148-8cc9-a2cda75368f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12481 2025.02.07 10:14:00.037251 [ 256 ] {c835f846-f672-4148-8cc9-a2cda75368f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12482 2025.02.07 10:14:00.037928 [ 256 ] {c835f846-f672-4148-8cc9-a2cda75368f0} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12483 2025.02.07 10:14:00.037971 [ 256 ] {c835f846-f672-4148-8cc9-a2cda75368f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12484 2025.02.07 10:14:00.038356 [ 256 ] {c835f846-f672-4148-8cc9-a2cda75368f0} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12485 2025.02.07 10:14:00.038596 [ 256 ] {c835f846-f672-4148-8cc9-a2cda75368f0} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12486 2025.02.07 10:14:00.038798 [ 256 ] {c835f846-f672-4148-8cc9-a2cda75368f0} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001637 sec., 64141.72266340868 rows/sec., 5.01 MiB/sec.
12487 2025.02.07 10:14:00.038850 [ 256 ] {c835f846-f672-4148-8cc9-a2cda75368f0} <Debug> TCPHandler: Processed in 0.001877598 sec.
12488 2025.02.07 10:14:00.039013 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12489 2025.02.07 10:14:00.039153 [ 255 ] {59173fd7-6dfd-4343-9640-fb599ae33518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12490 2025.02.07 10:14:00.039216 [ 255 ] {59173fd7-6dfd-4343-9640-fb599ae33518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12491 2025.02.07 10:14:00.039839 [ 255 ] {59173fd7-6dfd-4343-9640-fb599ae33518} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12492 2025.02.07 10:14:00.039878 [ 255 ] {59173fd7-6dfd-4343-9640-fb599ae33518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12493 2025.02.07 10:14:00.040282 [ 255 ] {59173fd7-6dfd-4343-9640-fb599ae33518} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12494 2025.02.07 10:14:00.040534 [ 255 ] {59173fd7-6dfd-4343-9640-fb599ae33518} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12495 2025.02.07 10:14:00.040778 [ 255 ] {59173fd7-6dfd-4343-9640-fb599ae33518} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001649 sec., 97634.9302607641 rows/sec., 6.80 MiB/sec.
12496 2025.02.07 10:14:00.040851 [ 255 ] {59173fd7-6dfd-4343-9640-fb599ae33518} <Debug> TCPHandler: Processed in 0.001903088 sec.
12497 2025.02.07 10:14:00.041008 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12498 2025.02.07 10:14:00.041183 [ 256 ] {67a12623-d1f5-4a80-b53d-1106c5f37878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12499 2025.02.07 10:14:00.041296 [ 256 ] {67a12623-d1f5-4a80-b53d-1106c5f37878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12500 2025.02.07 10:14:00.042546 [ 256 ] {67a12623-d1f5-4a80-b53d-1106c5f37878} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12501 2025.02.07 10:14:00.042583 [ 256 ] {67a12623-d1f5-4a80-b53d-1106c5f37878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12502 2025.02.07 10:14:00.043248 [ 256 ] {67a12623-d1f5-4a80-b53d-1106c5f37878} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12503 2025.02.07 10:14:00.043510 [ 256 ] {67a12623-d1f5-4a80-b53d-1106c5f37878} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12504 2025.02.07 10:14:00.043818 [ 256 ] {67a12623-d1f5-4a80-b53d-1106c5f37878} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002679 sec., 14557.670772676373 rows/sec., 26.09 MiB/sec.
12505 2025.02.07 10:14:00.044303 [ 256 ] {67a12623-d1f5-4a80-b53d-1106c5f37878} <Debug> TCPHandler: Processed in 0.003354248 sec.
12506 2025.02.07 10:14:00.044540 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12507 2025.02.07 10:14:00.044677 [ 255 ] {1ecdc9f7-ba2c-416b-a60a-9f04cc94a487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12508 2025.02.07 10:14:00.044736 [ 255 ] {1ecdc9f7-ba2c-416b-a60a-9f04cc94a487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12509 2025.02.07 10:14:00.045300 [ 255 ] {1ecdc9f7-ba2c-416b-a60a-9f04cc94a487} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12510 2025.02.07 10:14:00.045346 [ 255 ] {1ecdc9f7-ba2c-416b-a60a-9f04cc94a487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12511 2025.02.07 10:14:00.045735 [ 255 ] {1ecdc9f7-ba2c-416b-a60a-9f04cc94a487} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12512 2025.02.07 10:14:00.045979 [ 255 ] {1ecdc9f7-ba2c-416b-a60a-9f04cc94a487} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12513 2025.02.07 10:14:00.046179 [ 129 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12514 2025.02.07 10:14:00.046216 [ 255 ] {1ecdc9f7-ba2c-416b-a60a-9f04cc94a487} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec.
12515 2025.02.07 10:14:00.046271 [ 129 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12516 2025.02.07 10:14:00.046322 [ 255 ] {1ecdc9f7-ba2c-416b-a60a-9f04cc94a487} <Debug> TCPHandler: Processed in 0.001879849 sec.
12517 2025.02.07 10:14:00.046332 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12518 2025.02.07 10:14:00.046548 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
12519 2025.02.07 10:14:00.046836 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12520 2025.02.07 10:14:00.046937 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5714 rows starting from the beginning of the part
12521 2025.02.07 10:14:00.047360 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 70 rows starting from the beginning of the part
12522 2025.02.07 10:14:00.047785 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 12 rows starting from the beginning of the part
12523 2025.02.07 10:14:00.048077 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part
12524 2025.02.07 10:14:00.048148 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part
12525 2025.02.07 10:14:00.048310 [ 190 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
12526 2025.02.07 10:14:00.050383 [ 193 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5998 rows, containing 4 columns (4 merged, 0 gathered) in 0.00393893 sec., 1522748.5636962322 rows/sec., 99.09 MiB/sec.
12527 2025.02.07 10:14:00.050785 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12528 2025.02.07 10:14:00.051126 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12529 2025.02.07 10:14:00.051215 [ 198 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_101_20} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12530 2025.02.07 10:14:00.051299 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
12531 2025.02.07 10:14:01.824320 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853
12532 2025.02.07 10:14:01.825432 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12533 2025.02.07 10:14:01.825508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12534 2025.02.07 10:14:01.826238 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12535 2025.02.07 10:14:01.826488 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12536 2025.02.07 10:14:01.826678 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853
12537 2025.02.07 10:14:03.953896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
12538 2025.02.07 10:14:03.973977 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12539 2025.02.07 10:14:03.974027 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12540 2025.02.07 10:14:03.981384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12541 2025.02.07 10:14:03.982136 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12542 2025.02.07 10:14:03.984666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
12543 2025.02.07 10:14:05.031570 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12544 2025.02.07 10:14:05.031760 [ 255 ] {cbe5f22e-1476-4267-85a0-2e6ffc0db143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12545 2025.02.07 10:14:05.031828 [ 255 ] {cbe5f22e-1476-4267-85a0-2e6ffc0db143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12546 2025.02.07 10:14:05.032587 [ 255 ] {cbe5f22e-1476-4267-85a0-2e6ffc0db143} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12547 2025.02.07 10:14:05.032628 [ 255 ] {cbe5f22e-1476-4267-85a0-2e6ffc0db143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12548 2025.02.07 10:14:05.033077 [ 255 ] {cbe5f22e-1476-4267-85a0-2e6ffc0db143} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12549 2025.02.07 10:14:05.033338 [ 255 ] {cbe5f22e-1476-4267-85a0-2e6ffc0db143} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12550 2025.02.07 10:14:05.033552 [ 255 ] {cbe5f22e-1476-4267-85a0-2e6ffc0db143} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec.
12551 2025.02.07 10:14:05.033656 [ 255 ] {cbe5f22e-1476-4267-85a0-2e6ffc0db143} <Debug> TCPHandler: Processed in 0.002224515 sec.
12552 2025.02.07 10:14:05.034041 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12553 2025.02.07 10:14:05.034335 [ 256 ] {4ec38ce3-6182-4446-a329-ba377175f7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12554 2025.02.07 10:14:05.034450 [ 256 ] {4ec38ce3-6182-4446-a329-ba377175f7c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12555 2025.02.07 10:14:05.035376 [ 256 ] {4ec38ce3-6182-4446-a329-ba377175f7c6} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12556 2025.02.07 10:14:05.035422 [ 256 ] {4ec38ce3-6182-4446-a329-ba377175f7c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12557 2025.02.07 10:14:05.035871 [ 256 ] {4ec38ce3-6182-4446-a329-ba377175f7c6} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12558 2025.02.07 10:14:05.036127 [ 256 ] {4ec38ce3-6182-4446-a329-ba377175f7c6} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12559 2025.02.07 10:14:05.036356 [ 256 ] {4ec38ce3-6182-4446-a329-ba377175f7c6} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002105 sec., 96437.05463182897 rows/sec., 8.33 MiB/sec.
12560 2025.02.07 10:14:05.036412 [ 256 ] {4ec38ce3-6182-4446-a329-ba377175f7c6} <Debug> TCPHandler: Processed in 0.002626713 sec.
12561 2025.02.07 10:14:05.036583 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12562 2025.02.07 10:14:05.036725 [ 255 ] {a2d3fbf9-ef6d-4e72-bb14-bf53d1c444eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12563 2025.02.07 10:14:05.036783 [ 255 ] {a2d3fbf9-ef6d-4e72-bb14-bf53d1c444eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12564 2025.02.07 10:14:05.037488 [ 255 ] {a2d3fbf9-ef6d-4e72-bb14-bf53d1c444eb} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12565 2025.02.07 10:14:05.037535 [ 255 ] {a2d3fbf9-ef6d-4e72-bb14-bf53d1c444eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12566 2025.02.07 10:14:05.037915 [ 255 ] {a2d3fbf9-ef6d-4e72-bb14-bf53d1c444eb} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
12567 2025.02.07 10:14:05.038161 [ 255 ] {a2d3fbf9-ef6d-4e72-bb14-bf53d1c444eb} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12568 2025.02.07 10:14:05.038339 [ 255 ] {a2d3fbf9-ef6d-4e72-bb14-bf53d1c444eb} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001647 sec., 4250.151791135398 rows/sec., 276.90 KiB/sec.
12569 2025.02.07 10:14:05.038392 [ 255 ] {a2d3fbf9-ef6d-4e72-bb14-bf53d1c444eb} <Debug> TCPHandler: Processed in 0.001877748 sec.
12570 2025.02.07 10:14:05.038533 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12571 2025.02.07 10:14:05.038691 [ 256 ] {572ba781-f9ad-4eaa-a807-a9b8478500f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12572 2025.02.07 10:14:05.038779 [ 256 ] {572ba781-f9ad-4eaa-a807-a9b8478500f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12573 2025.02.07 10:14:05.039756 [ 256 ] {572ba781-f9ad-4eaa-a807-a9b8478500f6} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12574 2025.02.07 10:14:05.039796 [ 256 ] {572ba781-f9ad-4eaa-a807-a9b8478500f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12575 2025.02.07 10:14:05.040165 [ 256 ] {572ba781-f9ad-4eaa-a807-a9b8478500f6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12576 2025.02.07 10:14:05.040401 [ 256 ] {572ba781-f9ad-4eaa-a807-a9b8478500f6} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12577 2025.02.07 10:14:05.040560 [ 122 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0
12578 2025.02.07 10:14:05.040632 [ 122 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12579 2025.02.07 10:14:05.040648 [ 256 ] {572ba781-f9ad-4eaa-a807-a9b8478500f6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001997 sec., 7010.515773660491 rows/sec., 490.97 KiB/sec.
12580 2025.02.07 10:14:05.040677 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12581 2025.02.07 10:14:05.040791 [ 256 ] {572ba781-f9ad-4eaa-a807-a9b8478500f6} <Debug> TCPHandler: Processed in 0.002302897 sec.
12582 2025.02.07 10:14:05.040913 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full
12583 2025.02.07 10:14:05.040989 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12584 2025.02.07 10:14:05.041057 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12585 2025.02.07 10:14:05.041104 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 242 rows starting from the beginning of the part
12586 2025.02.07 10:14:05.041140 [ 255 ] {9fed1700-bfb8-4e8e-a528-f6e6a960ba6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12587 2025.02.07 10:14:05.041244 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
12588 2025.02.07 10:14:05.041249 [ 255 ] {9fed1700-bfb8-4e8e-a528-f6e6a960ba6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12589 2025.02.07 10:14:05.041622 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
12590 2025.02.07 10:14:05.041924 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part
12591 2025.02.07 10:14:05.042180 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
12592 2025.02.07 10:14:05.042538 [ 190 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
12593 2025.02.07 10:14:05.043670 [ 255 ] {9fed1700-bfb8-4e8e-a528-f6e6a960ba6b} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12594 2025.02.07 10:14:05.043721 [ 255 ] {9fed1700-bfb8-4e8e-a528-f6e6a960ba6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12595 2025.02.07 10:14:05.044287 [ 255 ] {9fed1700-bfb8-4e8e-a528-f6e6a960ba6b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12596 2025.02.07 10:14:05.044425 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.003615763 sec., 149346.07163135416 rows/sec., 10.70 MiB/sec.
12597 2025.02.07 10:14:05.044708 [ 255 ] {9fed1700-bfb8-4e8e-a528-f6e6a960ba6b} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12598 2025.02.07 10:14:05.044783 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary)
12599 2025.02.07 10:14:05.045105 [ 255 ] {9fed1700-bfb8-4e8e-a528-f6e6a960ba6b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003996 sec., 3253.2532532532528 rows/sec., 202.84 KiB/sec.
12600 2025.02.07 10:14:05.045264 [ 255 ] {9fed1700-bfb8-4e8e-a528-f6e6a960ba6b} <Debug> TCPHandler: Processed in 0.004347818 sec.
12601 2025.02.07 10:14:05.045439 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12602 2025.02.07 10:14:05.045501 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12603 2025.02.07 10:14:05.045575 [ 256 ] {21cabee6-4b79-4d5b-9387-76acbb5c7b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12604 2025.02.07 10:14:05.045627 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_44_9} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9
12605 2025.02.07 10:14:05.045632 [ 256 ] {21cabee6-4b79-4d5b-9387-76acbb5c7b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12606 2025.02.07 10:14:05.045746 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
12607 2025.02.07 10:14:05.046437 [ 256 ] {21cabee6-4b79-4d5b-9387-76acbb5c7b1a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12608 2025.02.07 10:14:05.046475 [ 256 ] {21cabee6-4b79-4d5b-9387-76acbb5c7b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12609 2025.02.07 10:14:05.046864 [ 256 ] {21cabee6-4b79-4d5b-9387-76acbb5c7b1a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12610 2025.02.07 10:14:05.047107 [ 256 ] {21cabee6-4b79-4d5b-9387-76acbb5c7b1a} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12611 2025.02.07 10:14:05.047337 [ 256 ] {21cabee6-4b79-4d5b-9387-76acbb5c7b1a} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001796 sec., 212694.8775055679 rows/sec., 15.05 MiB/sec.
12612 2025.02.07 10:14:05.047392 [ 256 ] {21cabee6-4b79-4d5b-9387-76acbb5c7b1a} <Debug> TCPHandler: Processed in 0.002032811 sec.
12613 2025.02.07 10:14:05.047544 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12614 2025.02.07 10:14:05.047663 [ 255 ] {b9d3504f-b710-4d38-92d9-7f51bcb80d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12615 2025.02.07 10:14:05.047712 [ 255 ] {b9d3504f-b710-4d38-92d9-7f51bcb80d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12616 2025.02.07 10:14:05.048212 [ 255 ] {b9d3504f-b710-4d38-92d9-7f51bcb80d92} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12617 2025.02.07 10:14:05.048250 [ 255 ] {b9d3504f-b710-4d38-92d9-7f51bcb80d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12618 2025.02.07 10:14:05.048622 [ 255 ] {b9d3504f-b710-4d38-92d9-7f51bcb80d92} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12619 2025.02.07 10:14:05.048864 [ 255 ] {b9d3504f-b710-4d38-92d9-7f51bcb80d92} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12620 2025.02.07 10:14:05.048990 [ 126 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0
12621 2025.02.07 10:14:05.049029 [ 126 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12622 2025.02.07 10:14:05.049050 [ 255 ] {b9d3504f-b710-4d38-92d9-7f51bcb80d92} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 222.48 KiB/sec.
12623 2025.02.07 10:14:05.049054 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12624 2025.02.07 10:14:05.049156 [ 255 ] {b9d3504f-b710-4d38-92d9-7f51bcb80d92} <Debug> TCPHandler: Processed in 0.001658924 sec.
12625 2025.02.07 10:14:05.049409 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12626 2025.02.07 10:14:05.049503 [ 197 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full
12627 2025.02.07 10:14:05.049815 [ 256 ] {9303923f-e800-4a9b-bea5-added524723d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12628 2025.02.07 10:14:05.049984 [ 256 ] {9303923f-e800-4a9b-bea5-added524723d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12629 2025.02.07 10:14:05.050273 [ 197 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12630 2025.02.07 10:14:05.050440 [ 197 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 234 rows starting from the beginning of the part
12631 2025.02.07 10:14:05.050754 [ 197 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
12632 2025.02.07 10:14:05.051139 [ 197 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
12633 2025.02.07 10:14:05.051466 [ 197 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
12634 2025.02.07 10:14:05.051746 [ 197 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
12635 2025.02.07 10:14:05.052054 [ 197 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
12636 2025.02.07 10:14:05.053118 [ 256 ] {9303923f-e800-4a9b-bea5-added524723d} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12637 2025.02.07 10:14:05.053189 [ 256 ] {9303923f-e800-4a9b-bea5-added524723d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12638 2025.02.07 10:14:05.054224 [ 256 ] {9303923f-e800-4a9b-bea5-added524723d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12639 2025.02.07 10:14:05.054692 [ 200 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 4 columns (4 merged, 0 gathered) in 0.005520732 sec., 47819.745642425674 rows/sec., 2.44 MiB/sec.
12640 2025.02.07 10:14:05.054725 [ 256 ] {9303923f-e800-4a9b-bea5-added524723d} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12641 2025.02.07 10:14:05.054895 [ 200 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary)
12642 2025.02.07 10:14:05.055064 [ 256 ] {9303923f-e800-4a9b-bea5-added524723d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005417 sec., 43751.1537751523 rows/sec., 2.93 MiB/sec.
12643 2025.02.07 10:14:05.055143 [ 256 ] {9303923f-e800-4a9b-bea5-added524723d} <Debug> TCPHandler: Processed in 0.005869179 sec.
12644 2025.02.07 10:14:05.055416 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12645 2025.02.07 10:14:05.055421 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12646 2025.02.07 10:14:05.055722 [ 255 ] {4a9ea2c3-c849-4799-8de4-6ce4f8c5dd1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12647 2025.02.07 10:14:05.055779 [ 199 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_44_9} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9
12648 2025.02.07 10:14:05.055808 [ 255 ] {4a9ea2c3-c849-4799-8de4-6ce4f8c5dd1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12649 2025.02.07 10:14:05.056011 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12650 2025.02.07 10:14:05.056457 [ 255 ] {4a9ea2c3-c849-4799-8de4-6ce4f8c5dd1b} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12651 2025.02.07 10:14:05.056499 [ 255 ] {4a9ea2c3-c849-4799-8de4-6ce4f8c5dd1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12652 2025.02.07 10:14:05.056882 [ 255 ] {4a9ea2c3-c849-4799-8de4-6ce4f8c5dd1b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12653 2025.02.07 10:14:05.057124 [ 255 ] {4a9ea2c3-c849-4799-8de4-6ce4f8c5dd1b} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12654 2025.02.07 10:14:05.057302 [ 255 ] {4a9ea2c3-c849-4799-8de4-6ce4f8c5dd1b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001643 sec., 608.6427267194157 rows/sec., 41.01 KiB/sec.
12655 2025.02.07 10:14:05.057353 [ 255 ] {4a9ea2c3-c849-4799-8de4-6ce4f8c5dd1b} <Debug> TCPHandler: Processed in 0.002080542 sec.
12656 2025.02.07 10:14:05.057486 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12657 2025.02.07 10:14:05.057602 [ 256 ] {13e77ee2-1d55-47d6-8017-21e0ba00c379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12658 2025.02.07 10:14:05.057662 [ 256 ] {13e77ee2-1d55-47d6-8017-21e0ba00c379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12659 2025.02.07 10:14:05.058247 [ 256 ] {13e77ee2-1d55-47d6-8017-21e0ba00c379} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12660 2025.02.07 10:14:05.058294 [ 256 ] {13e77ee2-1d55-47d6-8017-21e0ba00c379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12661 2025.02.07 10:14:05.058722 [ 256 ] {13e77ee2-1d55-47d6-8017-21e0ba00c379} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12662 2025.02.07 10:14:05.058966 [ 256 ] {13e77ee2-1d55-47d6-8017-21e0ba00c379} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12663 2025.02.07 10:14:05.059183 [ 256 ] {13e77ee2-1d55-47d6-8017-21e0ba00c379} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001607 sec., 51026.757934038586 rows/sec., 3.24 MiB/sec.
12664 2025.02.07 10:14:05.059232 [ 256 ] {13e77ee2-1d55-47d6-8017-21e0ba00c379} <Debug> TCPHandler: Processed in 0.001800567 sec.
12665 2025.02.07 10:14:09.113225 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
12666 2025.02.07 10:14:09.113293 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
12667 2025.02.07 10:14:09.326987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341
12668 2025.02.07 10:14:09.327662 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12669 2025.02.07 10:14:09.327712 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12670 2025.02.07 10:14:09.328241 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12671 2025.02.07 10:14:09.328502 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12672 2025.02.07 10:14:09.328755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
12673 2025.02.07 10:14:09.517063 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1768
12674 2025.02.07 10:14:09.520304 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12675 2025.02.07 10:14:09.520367 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12676 2025.02.07 10:14:09.521866 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12677 2025.02.07 10:14:09.522184 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12678 2025.02.07 10:14:09.522428 [ 61 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12679 2025.02.07 10:14:09.522548 [ 61 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12680 2025.02.07 10:14:09.522608 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12681 2025.02.07 10:14:09.523086 [ 200 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
12682 2025.02.07 10:14:09.523768 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1768
12683 2025.02.07 10:14:09.524270 [ 200 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12684 2025.02.07 10:14:09.524465 [ 200 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1594 rows starting from the beginning of the part
12685 2025.02.07 10:14:09.525079 [ 200 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
12686 2025.02.07 10:14:09.525706 [ 200 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part
12687 2025.02.07 10:14:09.526345 [ 200 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part
12688 2025.02.07 10:14:09.527021 [ 200 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
12689 2025.02.07 10:14:09.527638 [ 200 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part
12690 2025.02.07 10:14:09.536420 [ 199 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1768 rows, containing 72 columns (72 merged, 0 gathered) in 0.013618056 sec., 129827.63472260651 rows/sec., 99.71 MiB/sec.
12691 2025.02.07 10:14:09.538011 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12692 2025.02.07 10:14:09.538722 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_46_9} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12693 2025.02.07 10:14:09.538812 [ 192 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_46_9} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12694 2025.02.07 10:14:09.539031 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
12695 2025.02.07 10:14:10.001335 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000939689 sec.
12696 2025.02.07 10:14:10.029940 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12697 2025.02.07 10:14:10.030138 [ 255 ] {1a5b4d18-1e85-4e0b-abed-a6757f97a3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12698 2025.02.07 10:14:10.030224 [ 255 ] {1a5b4d18-1e85-4e0b-abed-a6757f97a3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12699 2025.02.07 10:14:10.031076 [ 255 ] {1a5b4d18-1e85-4e0b-abed-a6757f97a3c4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12700 2025.02.07 10:14:10.031120 [ 255 ] {1a5b4d18-1e85-4e0b-abed-a6757f97a3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12701 2025.02.07 10:14:10.031566 [ 255 ] {1a5b4d18-1e85-4e0b-abed-a6757f97a3c4} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12702 2025.02.07 10:14:10.031814 [ 255 ] {1a5b4d18-1e85-4e0b-abed-a6757f97a3c4} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12703 2025.02.07 10:14:10.032036 [ 255 ] {1a5b4d18-1e85-4e0b-abed-a6757f97a3c4} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001957 sec., 68472.1512519162 rows/sec., 5.89 MiB/sec.
12704 2025.02.07 10:14:10.032092 [ 255 ] {1a5b4d18-1e85-4e0b-abed-a6757f97a3c4} <Debug> TCPHandler: Processed in 0.002289377 sec.
12705 2025.02.07 10:14:10.032337 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12706 2025.02.07 10:14:10.032535 [ 256 ] {f2f032cd-d9e4-4bbd-be65-b828993dcf86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12707 2025.02.07 10:14:10.032607 [ 256 ] {f2f032cd-d9e4-4bbd-be65-b828993dcf86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12708 2025.02.07 10:14:10.033349 [ 256 ] {f2f032cd-d9e4-4bbd-be65-b828993dcf86} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12709 2025.02.07 10:14:10.033394 [ 256 ] {f2f032cd-d9e4-4bbd-be65-b828993dcf86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12710 2025.02.07 10:14:10.033831 [ 256 ] {f2f032cd-d9e4-4bbd-be65-b828993dcf86} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
12711 2025.02.07 10:14:10.034100 [ 256 ] {f2f032cd-d9e4-4bbd-be65-b828993dcf86} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12712 2025.02.07 10:14:10.034333 [ 256 ] {f2f032cd-d9e4-4bbd-be65-b828993dcf86} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001849 sec., 21092.482422931316 rows/sec., 1.55 MiB/sec.
12713 2025.02.07 10:14:10.034387 [ 256 ] {f2f032cd-d9e4-4bbd-be65-b828993dcf86} <Debug> TCPHandler: Processed in 0.002187364 sec.
12714 2025.02.07 10:14:10.034524 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12715 2025.02.07 10:14:10.034644 [ 255 ] {73e3b83c-03cb-433f-a963-276beaa0c6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12716 2025.02.07 10:14:10.034694 [ 255 ] {73e3b83c-03cb-433f-a963-276beaa0c6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12717 2025.02.07 10:14:10.035325 [ 255 ] {73e3b83c-03cb-433f-a963-276beaa0c6c6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12718 2025.02.07 10:14:10.035365 [ 255 ] {73e3b83c-03cb-433f-a963-276beaa0c6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12719 2025.02.07 10:14:10.035737 [ 255 ] {73e3b83c-03cb-433f-a963-276beaa0c6c6} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12720 2025.02.07 10:14:10.035986 [ 255 ] {73e3b83c-03cb-433f-a963-276beaa0c6c6} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12721 2025.02.07 10:14:10.036204 [ 255 ] {73e3b83c-03cb-433f-a963-276beaa0c6c6} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001585 sec., 64984.22712933754 rows/sec., 5.08 MiB/sec.
12722 2025.02.07 10:14:10.036256 [ 255 ] {73e3b83c-03cb-433f-a963-276beaa0c6c6} <Debug> TCPHandler: Processed in 0.001789876 sec.
12723 2025.02.07 10:14:10.036401 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12724 2025.02.07 10:14:10.036517 [ 256 ] {7546b944-067e-4251-af73-0250ca82664e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12725 2025.02.07 10:14:10.036569 [ 256 ] {7546b944-067e-4251-af73-0250ca82664e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12726 2025.02.07 10:14:10.037189 [ 256 ] {7546b944-067e-4251-af73-0250ca82664e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12727 2025.02.07 10:14:10.037228 [ 256 ] {7546b944-067e-4251-af73-0250ca82664e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12728 2025.02.07 10:14:10.037626 [ 256 ] {7546b944-067e-4251-af73-0250ca82664e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12729 2025.02.07 10:14:10.037875 [ 256 ] {7546b944-067e-4251-af73-0250ca82664e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12730 2025.02.07 10:14:10.038063 [ 256 ] {7546b944-067e-4251-af73-0250ca82664e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec.
12731 2025.02.07 10:14:10.038135 [ 256 ] {7546b944-067e-4251-af73-0250ca82664e} <Debug> TCPHandler: Processed in 0.001792146 sec.
12732 2025.02.07 10:14:10.038343 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12733 2025.02.07 10:14:10.038690 [ 255 ] {5c28857c-4542-4230-93f3-d72dc72b9b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12734 2025.02.07 10:14:10.038826 [ 255 ] {5c28857c-4542-4230-93f3-d72dc72b9b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12735 2025.02.07 10:14:10.040038 [ 255 ] {5c28857c-4542-4230-93f3-d72dc72b9b05} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12736 2025.02.07 10:14:10.040078 [ 255 ] {5c28857c-4542-4230-93f3-d72dc72b9b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12737 2025.02.07 10:14:10.040731 [ 255 ] {5c28857c-4542-4230-93f3-d72dc72b9b05} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12738 2025.02.07 10:14:10.040987 [ 255 ] {5c28857c-4542-4230-93f3-d72dc72b9b05} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12739 2025.02.07 10:14:10.041191 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12740 2025.02.07 10:14:10.041261 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12741 2025.02.07 10:14:10.041278 [ 255 ] {5c28857c-4542-4230-93f3-d72dc72b9b05} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002713 sec., 14375.230372281607 rows/sec., 25.76 MiB/sec.
12742 2025.02.07 10:14:10.041300 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12743 2025.02.07 10:14:10.041813 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
12744 2025.02.07 10:14:10.041983 [ 255 ] {5c28857c-4542-4230-93f3-d72dc72b9b05} <Debug> TCPHandler: Processed in 0.003734786 sec.
12745 2025.02.07 10:14:10.042324 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12746 2025.02.07 10:14:10.042829 [ 256 ] {7bc999b0-c5cf-4c74-8a96-b0c56bbc6c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12747 2025.02.07 10:14:10.042997 [ 256 ] {7bc999b0-c5cf-4c74-8a96-b0c56bbc6c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12748 2025.02.07 10:14:10.043580 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12749 2025.02.07 10:14:10.043784 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1527 rows starting from the beginning of the part
12750 2025.02.07 10:14:10.044493 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part
12751 2025.02.07 10:14:10.045270 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part
12752 2025.02.07 10:14:10.045276 [ 256 ] {7bc999b0-c5cf-4c74-8a96-b0c56bbc6c1e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12753 2025.02.07 10:14:10.045353 [ 256 ] {7bc999b0-c5cf-4c74-8a96-b0c56bbc6c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12754 2025.02.07 10:14:10.045837 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part
12755 2025.02.07 10:14:10.046483 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 39 rows starting from the beginning of the part
12756 2025.02.07 10:14:10.046674 [ 256 ] {7bc999b0-c5cf-4c74-8a96-b0c56bbc6c1e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12757 2025.02.07 10:14:10.046965 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part
12758 2025.02.07 10:14:10.047390 [ 256 ] {7bc999b0-c5cf-4c74-8a96-b0c56bbc6c1e} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12759 2025.02.07 10:14:10.047992 [ 256 ] {7bc999b0-c5cf-4c74-8a96-b0c56bbc6c1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005272 sec., 11380.880121396056 rows/sec., 785.40 KiB/sec.
12760 2025.02.07 10:14:10.048152 [ 256 ] {7bc999b0-c5cf-4c74-8a96-b0c56bbc6c1e} <Debug> TCPHandler: Processed in 0.006003692 sec.
12761 2025.02.07 10:14:10.057316 [ 199 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1722 rows, containing 19 columns (19 merged, 0 gathered) in 0.015849331 sec., 108648.11896476892 rows/sec., 194.69 MiB/sec.
12762 2025.02.07 10:14:10.058979 [ 199 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12763 2025.02.07 10:14:10.059638 [ 199 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12764 2025.02.07 10:14:10.059733 [ 199 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12765 2025.02.07 10:14:10.059903 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB.
12766 2025.02.07 10:14:11.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.42 MiB, peak 259.05 MiB, free memory in arenas 0.00 B, will set to 251.73 MiB (RSS), difference: 4.32 MiB
12767 2025.02.07 10:14:11.484719 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
12768 2025.02.07 10:14:11.505522 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12769 2025.02.07 10:14:11.505580 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12770 2025.02.07 10:14:11.513046 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12771 2025.02.07 10:14:11.513821 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12772 2025.02.07 10:14:11.516473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
12773 2025.02.07 10:14:13.936204 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12774 2025.02.07 10:14:13.936532 [ 255 ] {4a62e1aa-240c-4897-84b9-ecd6da2c0441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12775 2025.02.07 10:14:13.936650 [ 255 ] {4a62e1aa-240c-4897-84b9-ecd6da2c0441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12776 2025.02.07 10:14:13.937506 [ 255 ] {4a62e1aa-240c-4897-84b9-ecd6da2c0441} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12777 2025.02.07 10:14:13.937558 [ 255 ] {4a62e1aa-240c-4897-84b9-ecd6da2c0441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12778 2025.02.07 10:14:13.938013 [ 255 ] {4a62e1aa-240c-4897-84b9-ecd6da2c0441} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12779 2025.02.07 10:14:13.938266 [ 255 ] {4a62e1aa-240c-4897-84b9-ecd6da2c0441} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12780 2025.02.07 10:14:13.938496 [ 36 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
12781 2025.02.07 10:14:13.938531 [ 255 ] {4a62e1aa-240c-4897-84b9-ecd6da2c0441} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002081 sec., 6727.534839019702 rows/sec., 484.29 KiB/sec.
12782 2025.02.07 10:14:13.938638 [ 36 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12783 2025.02.07 10:14:13.938706 [ 255 ] {4a62e1aa-240c-4897-84b9-ecd6da2c0441} <Debug> TCPHandler: Processed in 0.002687364 sec.
12784 2025.02.07 10:14:13.938729 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12785 2025.02.07 10:14:13.938969 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
12786 2025.02.07 10:14:13.939029 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12787 2025.02.07 10:14:13.939234 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12788 2025.02.07 10:14:13.939309 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part
12789 2025.02.07 10:14:13.939321 [ 256 ] {63c44b95-999f-4425-a120-b5b9e4f05756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12790 2025.02.07 10:14:13.939462 [ 256 ] {63c44b95-999f-4425-a120-b5b9e4f05756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12791 2025.02.07 10:14:13.939577 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
12792 2025.02.07 10:14:13.939971 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
12793 2025.02.07 10:14:13.940155 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
12794 2025.02.07 10:14:13.940415 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
12795 2025.02.07 10:14:13.942218 [ 256 ] {63c44b95-999f-4425-a120-b5b9e4f05756} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12796 2025.02.07 10:14:13.942289 [ 256 ] {63c44b95-999f-4425-a120-b5b9e4f05756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12797 2025.02.07 10:14:13.942969 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004079582 sec., 17158.6206626071 rows/sec., 1.27 MiB/sec.
12798 2025.02.07 10:14:13.943180 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
12799 2025.02.07 10:14:13.943202 [ 256 ] {63c44b95-999f-4425-a120-b5b9e4f05756} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12800 2025.02.07 10:14:13.943651 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12801 2025.02.07 10:14:13.943709 [ 256 ] {63c44b95-999f-4425-a120-b5b9e4f05756} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12802 2025.02.07 10:14:13.943817 [ 201 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_45_11} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
12803 2025.02.07 10:14:13.944046 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12804 2025.02.07 10:14:13.944186 [ 256 ] {63c44b95-999f-4425-a120-b5b9e4f05756} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004955 sec., 403.6326942482341 rows/sec., 32.91 KiB/sec.
12805 2025.02.07 10:14:13.944300 [ 256 ] {63c44b95-999f-4425-a120-b5b9e4f05756} <Debug> TCPHandler: Processed in 0.00546273 sec.
12806 2025.02.07 10:14:13.944538 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12807 2025.02.07 10:14:13.944764 [ 255 ] {37c386aa-0974-425d-9c52-92d962e645ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12808 2025.02.07 10:14:13.944856 [ 255 ] {37c386aa-0974-425d-9c52-92d962e645ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12809 2025.02.07 10:14:13.946179 [ 255 ] {37c386aa-0974-425d-9c52-92d962e645ab} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12810 2025.02.07 10:14:13.946221 [ 255 ] {37c386aa-0974-425d-9c52-92d962e645ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12811 2025.02.07 10:14:13.946674 [ 255 ] {37c386aa-0974-425d-9c52-92d962e645ab} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12812 2025.02.07 10:14:13.946913 [ 255 ] {37c386aa-0974-425d-9c52-92d962e645ab} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12813 2025.02.07 10:14:13.947120 [ 255 ] {37c386aa-0974-425d-9c52-92d962e645ab} <Debug> executeQuery: Read 1344 rows, 114.14 KiB in 0.002412 sec., 557213.9303482587 rows/sec., 46.21 MiB/sec.
12814 2025.02.07 10:14:13.947184 [ 255 ] {37c386aa-0974-425d-9c52-92d962e645ab} <Debug> TCPHandler: Processed in 0.002758816 sec.
12815 2025.02.07 10:14:13.947401 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12816 2025.02.07 10:14:13.947619 [ 256 ] {d3d298fc-5859-45da-8bf2-60bfb2d72d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12817 2025.02.07 10:14:13.947708 [ 256 ] {d3d298fc-5859-45da-8bf2-60bfb2d72d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12818 2025.02.07 10:14:13.948403 [ 256 ] {d3d298fc-5859-45da-8bf2-60bfb2d72d42} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12819 2025.02.07 10:14:13.948443 [ 256 ] {d3d298fc-5859-45da-8bf2-60bfb2d72d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12820 2025.02.07 10:14:13.948819 [ 256 ] {d3d298fc-5859-45da-8bf2-60bfb2d72d42} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
12821 2025.02.07 10:14:13.949062 [ 256 ] {d3d298fc-5859-45da-8bf2-60bfb2d72d42} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12822 2025.02.07 10:14:13.949248 [ 27 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
12823 2025.02.07 10:14:13.949311 [ 256 ] {d3d298fc-5859-45da-8bf2-60bfb2d72d42} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001739 sec., 5175.388154111558 rows/sec., 342.55 KiB/sec.
12824 2025.02.07 10:14:13.949343 [ 27 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12825 2025.02.07 10:14:13.949417 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12826 2025.02.07 10:14:13.949430 [ 256 ] {d3d298fc-5859-45da-8bf2-60bfb2d72d42} <Debug> TCPHandler: Processed in 0.002141583 sec.
12827 2025.02.07 10:14:13.949657 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12828 2025.02.07 10:14:13.949666 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
12829 2025.02.07 10:14:13.949874 [ 255 ] {3bdcb597-c8e8-4bc4-b242-e085f2cd0808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12830 2025.02.07 10:14:13.949953 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12831 2025.02.07 10:14:13.949982 [ 255 ] {3bdcb597-c8e8-4bc4-b242-e085f2cd0808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12832 2025.02.07 10:14:13.950023 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 64 rows starting from the beginning of the part
12833 2025.02.07 10:14:13.950411 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part
12834 2025.02.07 10:14:13.950783 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 41 rows starting from the beginning of the part
12835 2025.02.07 10:14:13.951219 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part
12836 2025.02.07 10:14:13.951546 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 39 rows starting from the beginning of the part
12837 2025.02.07 10:14:13.951727 [ 199 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 9 rows starting from the beginning of the part
12838 2025.02.07 10:14:13.952715 [ 255 ] {3bdcb597-c8e8-4bc4-b242-e085f2cd0808} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12839 2025.02.07 10:14:13.952785 [ 255 ] {3bdcb597-c8e8-4bc4-b242-e085f2cd0808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12840 2025.02.07 10:14:13.953771 [ 255 ] {3bdcb597-c8e8-4bc4-b242-e085f2cd0808} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12841 2025.02.07 10:14:13.954312 [ 255 ] {3bdcb597-c8e8-4bc4-b242-e085f2cd0808} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12842 2025.02.07 10:14:13.954574 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.005057462 sec., 33020.51503303435 rows/sec., 2.47 MiB/sec.
12843 2025.02.07 10:14:13.954834 [ 255 ] {3bdcb597-c8e8-4bc4-b242-e085f2cd0808} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005023 sec., 48178.37945450926 rows/sec., 3.26 MiB/sec.
12844 2025.02.07 10:14:13.954857 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
12845 2025.02.07 10:14:13.955223 [ 255 ] {3bdcb597-c8e8-4bc4-b242-e085f2cd0808} <Debug> TCPHandler: Processed in 0.005679504 sec.
12846 2025.02.07 10:14:13.955507 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12847 2025.02.07 10:14:13.955828 [ 256 ] {2c9948a9-6b6d-4f96-931a-1c7152d372a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12848 2025.02.07 10:14:13.955940 [ 256 ] {2c9948a9-6b6d-4f96-931a-1c7152d372a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12849 2025.02.07 10:14:13.956131 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12850 2025.02.07 10:14:13.956365 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_91_18} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
12851 2025.02.07 10:14:13.956598 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
12852 2025.02.07 10:14:13.957033 [ 256 ] {2c9948a9-6b6d-4f96-931a-1c7152d372a1} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12853 2025.02.07 10:14:13.957081 [ 256 ] {2c9948a9-6b6d-4f96-931a-1c7152d372a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12854 2025.02.07 10:14:13.957483 [ 256 ] {2c9948a9-6b6d-4f96-931a-1c7152d372a1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12855 2025.02.07 10:14:13.957748 [ 256 ] {2c9948a9-6b6d-4f96-931a-1c7152d372a1} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12856 2025.02.07 10:14:13.957923 [ 27 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
12857 2025.02.07 10:14:13.957978 [ 256 ] {2c9948a9-6b6d-4f96-931a-1c7152d372a1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002264 sec., 5742.049469964664 rows/sec., 358.02 KiB/sec.
12858 2025.02.07 10:14:13.957982 [ 27 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12859 2025.02.07 10:14:13.958079 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12860 2025.02.07 10:14:13.958135 [ 256 ] {2c9948a9-6b6d-4f96-931a-1c7152d372a1} <Debug> TCPHandler: Processed in 0.002785047 sec.
12861 2025.02.07 10:14:13.958270 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
12862 2025.02.07 10:14:13.958353 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12863 2025.02.07 10:14:13.958421 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12864 2025.02.07 10:14:13.958482 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part
12865 2025.02.07 10:14:13.958571 [ 255 ] {074bf6b8-657f-42a1-aaa0-9df9f2b5cd57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12866 2025.02.07 10:14:13.958735 [ 255 ] {074bf6b8-657f-42a1-aaa0-9df9f2b5cd57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12867 2025.02.07 10:14:13.958806 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part
12868 2025.02.07 10:14:13.959176 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part
12869 2025.02.07 10:14:13.959438 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part
12870 2025.02.07 10:14:13.959772 [ 188 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part
12871 2025.02.07 10:14:13.961971 [ 255 ] {074bf6b8-657f-42a1-aaa0-9df9f2b5cd57} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12872 2025.02.07 10:14:13.962049 [ 255 ] {074bf6b8-657f-42a1-aaa0-9df9f2b5cd57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12873 2025.02.07 10:14:13.962090 [ 199 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003894868 sec., 16688.627188392522 rows/sec., 1.08 MiB/sec.
12874 2025.02.07 10:14:13.962344 [ 199 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
12875 2025.02.07 10:14:13.962806 [ 255 ] {074bf6b8-657f-42a1-aaa0-9df9f2b5cd57} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12876 2025.02.07 10:14:13.962857 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12877 2025.02.07 10:14:13.963065 [ 191 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_45_11} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
12878 2025.02.07 10:14:13.963216 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12879 2025.02.07 10:14:13.963298 [ 255 ] {074bf6b8-657f-42a1-aaa0-9df9f2b5cd57} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12880 2025.02.07 10:14:13.963562 [ 255 ] {074bf6b8-657f-42a1-aaa0-9df9f2b5cd57} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005046 sec., 166468.48989298454 rows/sec., 12.02 MiB/sec.
12881 2025.02.07 10:14:13.963661 [ 255 ] {074bf6b8-657f-42a1-aaa0-9df9f2b5cd57} <Debug> TCPHandler: Processed in 0.005376048 sec.
12882 2025.02.07 10:14:13.963898 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12883 2025.02.07 10:14:13.964038 [ 256 ] {e21349ec-b485-4cf9-b888-ef57da476dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12884 2025.02.07 10:14:13.964088 [ 256 ] {e21349ec-b485-4cf9-b888-ef57da476dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12885 2025.02.07 10:14:13.964583 [ 256 ] {e21349ec-b485-4cf9-b888-ef57da476dc8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12886 2025.02.07 10:14:13.964621 [ 256 ] {e21349ec-b485-4cf9-b888-ef57da476dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12887 2025.02.07 10:14:13.965004 [ 256 ] {e21349ec-b485-4cf9-b888-ef57da476dc8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12888 2025.02.07 10:14:13.965254 [ 256 ] {e21349ec-b485-4cf9-b888-ef57da476dc8} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12889 2025.02.07 10:14:13.965499 [ 256 ] {e21349ec-b485-4cf9-b888-ef57da476dc8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 212.10 KiB/sec.
12890 2025.02.07 10:14:13.965633 [ 256 ] {e21349ec-b485-4cf9-b888-ef57da476dc8} <Debug> TCPHandler: Processed in 0.001855838 sec.
12891 2025.02.07 10:14:13.965865 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12892 2025.02.07 10:14:13.966007 [ 255 ] {042df7be-486b-4b96-8bf6-0eea43235564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12893 2025.02.07 10:14:13.966068 [ 255 ] {042df7be-486b-4b96-8bf6-0eea43235564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12894 2025.02.07 10:14:13.966982 [ 255 ] {042df7be-486b-4b96-8bf6-0eea43235564} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12895 2025.02.07 10:14:13.967022 [ 255 ] {042df7be-486b-4b96-8bf6-0eea43235564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12896 2025.02.07 10:14:13.967458 [ 255 ] {042df7be-486b-4b96-8bf6-0eea43235564} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12897 2025.02.07 10:14:13.967695 [ 255 ] {042df7be-486b-4b96-8bf6-0eea43235564} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12898 2025.02.07 10:14:13.967904 [ 255 ] {042df7be-486b-4b96-8bf6-0eea43235564} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001929 sec., 480041.4722654225 rows/sec., 32.03 MiB/sec.
12899 2025.02.07 10:14:13.967962 [ 255 ] {042df7be-486b-4b96-8bf6-0eea43235564} <Debug> TCPHandler: Processed in 0.002228965 sec.
12900 2025.02.07 10:14:13.968116 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12901 2025.02.07 10:14:13.968253 [ 256 ] {205d21e1-8dc1-417e-a342-78c1943f9c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12902 2025.02.07 10:14:13.968312 [ 256 ] {205d21e1-8dc1-417e-a342-78c1943f9c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12903 2025.02.07 10:14:13.968876 [ 256 ] {205d21e1-8dc1-417e-a342-78c1943f9c76} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12904 2025.02.07 10:14:13.968916 [ 256 ] {205d21e1-8dc1-417e-a342-78c1943f9c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12905 2025.02.07 10:14:13.969292 [ 256 ] {205d21e1-8dc1-417e-a342-78c1943f9c76} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12906 2025.02.07 10:14:13.969533 [ 256 ] {205d21e1-8dc1-417e-a342-78c1943f9c76} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12907 2025.02.07 10:14:13.969699 [ 27 ] {} <Debug> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
12908 2025.02.07 10:14:13.969755 [ 27 ] {} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12909 2025.02.07 10:14:13.969791 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12910 2025.02.07 10:14:13.969797 [ 256 ] {205d21e1-8dc1-417e-a342-78c1943f9c76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001559 sec., 641.4368184733803 rows/sec., 43.22 KiB/sec.
12911 2025.02.07 10:14:13.970019 [ 256 ] {205d21e1-8dc1-417e-a342-78c1943f9c76} <Debug> TCPHandler: Processed in 0.00196386 sec.
12912 2025.02.07 10:14:13.970052 [ 199 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::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
12913 2025.02.07 10:14:13.970196 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12914 2025.02.07 10:14:13.970231 [ 199 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12915 2025.02.07 10:14:13.970281 [ 199 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part
12916 2025.02.07 10:14:13.970503 [ 255 ] {3836f12f-460c-4e2d-8eff-0b49d0447b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12917 2025.02.07 10:14:13.970558 [ 199 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
12918 2025.02.07 10:14:13.970701 [ 255 ] {3836f12f-460c-4e2d-8eff-0b49d0447b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12919 2025.02.07 10:14:13.970819 [ 199 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
12920 2025.02.07 10:14:13.971148 [ 199 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
12921 2025.02.07 10:14:13.971530 [ 199 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
12922 2025.02.07 10:14:13.971857 [ 199 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
12923 2025.02.07 10:14:13.972977 [ 255 ] {3836f12f-460c-4e2d-8eff-0b49d0447b63} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12924 2025.02.07 10:14:13.973042 [ 255 ] {3836f12f-460c-4e2d-8eff-0b49d0447b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12925 2025.02.07 10:14:13.974130 [ 255 ] {3836f12f-460c-4e2d-8eff-0b49d0447b63} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12926 2025.02.07 10:14:13.974713 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.004852539 sec., 9273.495792614958 rows/sec., 624.87 KiB/sec.
12927 2025.02.07 10:14:13.974735 [ 255 ] {3836f12f-460c-4e2d-8eff-0b49d0447b63} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12928 2025.02.07 10:14:13.974926 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
12929 2025.02.07 10:14:13.975188 [ 255 ] {3836f12f-460c-4e2d-8eff-0b49d0447b63} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00483 sec., 14492.753623188406 rows/sec., 932.69 KiB/sec.
12930 2025.02.07 10:14:13.975330 [ 255 ] {3836f12f-460c-4e2d-8eff-0b49d0447b63} <Debug> TCPHandler: Processed in 0.005204775 sec.
12931 2025.02.07 10:14:13.975515 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12932 2025.02.07 10:14:13.975596 [ 195 ] {b77fbf33-6fe4-4920-b8b7-db2e8305207b::all_1_45_9} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
12933 2025.02.07 10:14:13.975673 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12934 2025.02.07 10:14:15.020876 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12935 2025.02.07 10:14:15.021068 [ 255 ] {a8f8cb0a-19da-4cd8-9c29-91e2a2d77f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12936 2025.02.07 10:14:15.021136 [ 255 ] {a8f8cb0a-19da-4cd8-9c29-91e2a2d77f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12937 2025.02.07 10:14:15.021917 [ 255 ] {a8f8cb0a-19da-4cd8-9c29-91e2a2d77f8a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12938 2025.02.07 10:14:15.021963 [ 255 ] {a8f8cb0a-19da-4cd8-9c29-91e2a2d77f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12939 2025.02.07 10:14:15.022422 [ 255 ] {a8f8cb0a-19da-4cd8-9c29-91e2a2d77f8a} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12940 2025.02.07 10:14:15.022692 [ 255 ] {a8f8cb0a-19da-4cd8-9c29-91e2a2d77f8a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12941 2025.02.07 10:14:15.022899 [ 24 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12942 2025.02.07 10:14:15.022942 [ 255 ] {a8f8cb0a-19da-4cd8-9c29-91e2a2d77f8a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.23 MiB/sec.
12943 2025.02.07 10:14:15.022989 [ 24 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12944 2025.02.07 10:14:15.023058 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12945 2025.02.07 10:14:15.023076 [ 255 ] {a8f8cb0a-19da-4cd8-9c29-91e2a2d77f8a} <Debug> TCPHandler: Processed in 0.002338687 sec.
12946 2025.02.07 10:14:15.023335 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::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
12947 2025.02.07 10:14:15.023380 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12948 2025.02.07 10:14:15.023780 [ 256 ] {f4c7f2b4-3f5c-4ab3-8e0a-0c72947e0a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12949 2025.02.07 10:14:15.023996 [ 256 ] {f4c7f2b4-3f5c-4ab3-8e0a-0c72947e0a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12950 2025.02.07 10:14:15.024013 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12951 2025.02.07 10:14:15.024399 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1431 rows starting from the beginning of the part
12952 2025.02.07 10:14:15.025153 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 135 rows starting from the beginning of the part
12953 2025.02.07 10:14:15.025939 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 203 rows starting from the beginning of the part
12954 2025.02.07 10:14:15.026289 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 134 rows starting from the beginning of the part
12955 2025.02.07 10:14:15.026487 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1344 rows starting from the beginning of the part
12956 2025.02.07 10:14:15.026924 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part
12957 2025.02.07 10:14:15.027683 [ 256 ] {f4c7f2b4-3f5c-4ab3-8e0a-0c72947e0a88} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12958 2025.02.07 10:14:15.027752 [ 256 ] {f4c7f2b4-3f5c-4ab3-8e0a-0c72947e0a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12959 2025.02.07 10:14:15.028704 [ 256 ] {f4c7f2b4-3f5c-4ab3-8e0a-0c72947e0a88} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12960 2025.02.07 10:14:15.029279 [ 256 ] {f4c7f2b4-3f5c-4ab3-8e0a-0c72947e0a88} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12961 2025.02.07 10:14:15.029561 [ 24 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12962 2025.02.07 10:14:15.029607 [ 24 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12963 2025.02.07 10:14:15.029634 [ 256 ] {f4c7f2b4-3f5c-4ab3-8e0a-0c72947e0a88} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006024 sec., 10624.169986719788 rows/sec., 849.14 KiB/sec.
12964 2025.02.07 10:14:15.029638 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12965 2025.02.07 10:14:15.029839 [ 256 ] {f4c7f2b4-3f5c-4ab3-8e0a-0c72947e0a88} <Debug> TCPHandler: Processed in 0.006624404 sec.
12966 2025.02.07 10:14:15.029953 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::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
12967 2025.02.07 10:14:15.030200 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12968 2025.02.07 10:14:15.030368 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12969 2025.02.07 10:14:15.030527 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part
12970 2025.02.07 10:14:15.030703 [ 199 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3303 rows, containing 5 columns (5 merged, 0 gathered) in 0.007515912 sec., 439467.6254857694 rows/sec., 38.37 MiB/sec.
12971 2025.02.07 10:14:15.030743 [ 255 ] {40fb7601-94cf-44ca-b785-9f9c169604e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12972 2025.02.07 10:14:15.030991 [ 255 ] {40fb7601-94cf-44ca-b785-9f9c169604e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12973 2025.02.07 10:14:15.031009 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 105 rows starting from the beginning of the part
12974 2025.02.07 10:14:15.031355 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12975 2025.02.07 10:14:15.031574 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 382 rows starting from the beginning of the part
12976 2025.02.07 10:14:15.032186 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 103 rows starting from the beginning of the part
12977 2025.02.07 10:14:15.032711 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12978 2025.02.07 10:14:15.032741 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 840 rows starting from the beginning of the part
12979 2025.02.07 10:14:15.033124 [ 193 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_106_21} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12980 2025.02.07 10:14:15.033289 [ 195 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part
12981 2025.02.07 10:14:15.033410 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
12982 2025.02.07 10:14:15.034462 [ 255 ] {40fb7601-94cf-44ca-b785-9f9c169604e1} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12983 2025.02.07 10:14:15.034540 [ 255 ] {40fb7601-94cf-44ca-b785-9f9c169604e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12984 2025.02.07 10:14:15.035621 [ 255 ] {40fb7601-94cf-44ca-b785-9f9c169604e1} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12985 2025.02.07 10:14:15.036020 [ 255 ] {40fb7601-94cf-44ca-b785-9f9c169604e1} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12986 2025.02.07 10:14:15.036290 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 5 parts from all_1_100_20 to all_104_104_0
12987 2025.02.07 10:14:15.036410 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12988 2025.02.07 10:14:15.036509 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
12989 2025.02.07 10:14:15.036597 [ 255 ] {40fb7601-94cf-44ca-b785-9f9c169604e1} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.006026 sec., 5310.321938267507 rows/sec., 378.73 KiB/sec.
12990 2025.02.07 10:14:15.037070 [ 255 ] {40fb7601-94cf-44ca-b785-9f9c169604e1} <Debug> TCPHandler: Processed in 0.007075112 sec.
12991 2025.02.07 10:14:15.037134 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.007362829 sec., 326912.3865296885 rows/sec., 25.07 MiB/sec.
12992 2025.02.07 10:14:15.037361 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12993 2025.02.07 10:14:15.037589 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12994 2025.02.07 10:14:15.037792 [ 256 ] {4582198a-e328-4171-81b8-c785cc8b2777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12995 2025.02.07 10:14:15.037978 [ 256 ] {4582198a-e328-4171-81b8-c785cc8b2777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12996 2025.02.07 10:14:15.038610 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12997 2025.02.07 10:14:15.038998 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_106_21} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12998 2025.02.07 10:14:15.039760 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
12999 2025.02.07 10:14:15.039907 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_100_20 to all_104_104_0 into Compact with storage Full
13000 2025.02.07 10:14:15.040463 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13001 2025.02.07 10:14:15.040584 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 28076 rows starting from the beginning of the part
13002 2025.02.07 10:14:15.040965 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 161 rows starting from the beginning of the part
13003 2025.02.07 10:14:15.041516 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part
13004 2025.02.07 10:14:15.041568 [ 256 ] {4582198a-e328-4171-81b8-c785cc8b2777} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13005 2025.02.07 10:14:15.041654 [ 256 ] {4582198a-e328-4171-81b8-c785cc8b2777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13006 2025.02.07 10:14:15.041778 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part
13007 2025.02.07 10:14:15.042170 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 926 rows starting from the beginning of the part
13008 2025.02.07 10:14:15.042849 [ 256 ] {4582198a-e328-4171-81b8-c785cc8b2777} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13009 2025.02.07 10:14:15.043264 [ 256 ] {4582198a-e328-4171-81b8-c785cc8b2777} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13010 2025.02.07 10:14:15.043596 [ 256 ] {4582198a-e328-4171-81b8-c785cc8b2777} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005963 sec., 2012.4098608083177 rows/sec., 138.88 KiB/sec.
13011 2025.02.07 10:14:15.043683 [ 256 ] {4582198a-e328-4171-81b8-c785cc8b2777} <Debug> TCPHandler: Processed in 0.00646565 sec.
13012 2025.02.07 10:14:15.048490 [ 190 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29560 rows, containing 5 columns (5 merged, 0 gathered) in 0.011761358 sec., 2513315.2141104797 rows/sec., 169.71 MiB/sec.
13013 2025.02.07 10:14:15.049012 [ 190 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary)
13014 2025.02.07 10:14:15.049320 [ 190 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13015 2025.02.07 10:14:15.049402 [ 190 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 5 parts: [all_1_100_20, all_104_104_0] -> all_1_104_21
13016 2025.02.07 10:14:15.049499 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.21 MiB.
13017 2025.02.07 10:14:16.828886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768
13018 2025.02.07 10:14:16.829726 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13019 2025.02.07 10:14:16.829807 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13020 2025.02.07 10:14:16.830515 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13021 2025.02.07 10:14:16.830878 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13022 2025.02.07 10:14:16.831235 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768
13023 2025.02.07 10:14:19.016521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
13024 2025.02.07 10:14:19.038558 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13025 2025.02.07 10:14:19.038627 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13026 2025.02.07 10:14:19.046064 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13027 2025.02.07 10:14:19.046879 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13028 2025.02.07 10:14:19.051577 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
13029 2025.02.07 10:14:19.524025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1810
13030 2025.02.07 10:14:19.528009 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13031 2025.02.07 10:14:19.528055 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13032 2025.02.07 10:14:19.529608 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13033 2025.02.07 10:14:19.529920 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13034 2025.02.07 10:14:19.530959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1810
13035 2025.02.07 10:14:20.030885 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13036 2025.02.07 10:14:20.031080 [ 255 ] {784d0d13-0606-4ac6-91c6-885cac7b2abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13037 2025.02.07 10:14:20.031152 [ 255 ] {784d0d13-0606-4ac6-91c6-885cac7b2abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13038 2025.02.07 10:14:20.032006 [ 255 ] {784d0d13-0606-4ac6-91c6-885cac7b2abc} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13039 2025.02.07 10:14:20.032057 [ 255 ] {784d0d13-0606-4ac6-91c6-885cac7b2abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13040 2025.02.07 10:14:20.032529 [ 255 ] {784d0d13-0606-4ac6-91c6-885cac7b2abc} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13041 2025.02.07 10:14:20.032793 [ 255 ] {784d0d13-0606-4ac6-91c6-885cac7b2abc} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13042 2025.02.07 10:14:20.033027 [ 255 ] {784d0d13-0606-4ac6-91c6-885cac7b2abc} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002001 sec., 66966.51674162918 rows/sec., 5.76 MiB/sec.
13043 2025.02.07 10:14:20.033085 [ 255 ] {784d0d13-0606-4ac6-91c6-885cac7b2abc} <Debug> TCPHandler: Processed in 0.002339258 sec.
13044 2025.02.07 10:14:20.033357 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13045 2025.02.07 10:14:20.033556 [ 256 ] {e305e1e8-753c-46f4-bb18-ca36b06a1b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13046 2025.02.07 10:14:20.033637 [ 256 ] {e305e1e8-753c-46f4-bb18-ca36b06a1b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13047 2025.02.07 10:14:20.034503 [ 256 ] {e305e1e8-753c-46f4-bb18-ca36b06a1b1c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13048 2025.02.07 10:14:20.034560 [ 256 ] {e305e1e8-753c-46f4-bb18-ca36b06a1b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13049 2025.02.07 10:14:20.035015 [ 256 ] {e305e1e8-753c-46f4-bb18-ca36b06a1b1c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
13050 2025.02.07 10:14:20.035298 [ 256 ] {e305e1e8-753c-46f4-bb18-ca36b06a1b1c} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13051 2025.02.07 10:14:20.035573 [ 256 ] {e305e1e8-753c-46f4-bb18-ca36b06a1b1c} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002066 sec., 18877.05711519845 rows/sec., 1.39 MiB/sec.
13052 2025.02.07 10:14:20.035687 [ 256 ] {e305e1e8-753c-46f4-bb18-ca36b06a1b1c} <Debug> TCPHandler: Processed in 0.00247541 sec.
13053 2025.02.07 10:14:20.035879 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13054 2025.02.07 10:14:20.036022 [ 255 ] {82017f9f-7d2c-4a91-a776-1f137e034214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13055 2025.02.07 10:14:20.036078 [ 255 ] {82017f9f-7d2c-4a91-a776-1f137e034214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13056 2025.02.07 10:14:20.036824 [ 255 ] {82017f9f-7d2c-4a91-a776-1f137e034214} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13057 2025.02.07 10:14:20.036865 [ 255 ] {82017f9f-7d2c-4a91-a776-1f137e034214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13058 2025.02.07 10:14:20.037301 [ 255 ] {82017f9f-7d2c-4a91-a776-1f137e034214} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13059 2025.02.07 10:14:20.037606 [ 255 ] {82017f9f-7d2c-4a91-a776-1f137e034214} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13060 2025.02.07 10:14:20.037844 [ 255 ] {82017f9f-7d2c-4a91-a776-1f137e034214} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00185 sec., 55675.67567567567 rows/sec., 4.35 MiB/sec.
13061 2025.02.07 10:14:20.037899 [ 255 ] {82017f9f-7d2c-4a91-a776-1f137e034214} <Debug> TCPHandler: Processed in 0.002107862 sec.
13062 2025.02.07 10:14:20.038055 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13063 2025.02.07 10:14:20.038186 [ 256 ] {f7af6cd1-45bd-4659-aa84-d6a11ededf47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13064 2025.02.07 10:14:20.038244 [ 256 ] {f7af6cd1-45bd-4659-aa84-d6a11ededf47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13065 2025.02.07 10:14:20.038887 [ 256 ] {f7af6cd1-45bd-4659-aa84-d6a11ededf47} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13066 2025.02.07 10:14:20.038930 [ 256 ] {f7af6cd1-45bd-4659-aa84-d6a11ededf47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13067 2025.02.07 10:14:20.039349 [ 256 ] {f7af6cd1-45bd-4659-aa84-d6a11ededf47} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13068 2025.02.07 10:14:20.039655 [ 256 ] {f7af6cd1-45bd-4659-aa84-d6a11ededf47} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13069 2025.02.07 10:14:20.039899 [ 256 ] {f7af6cd1-45bd-4659-aa84-d6a11ededf47} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001746 sec., 91638.02978235968 rows/sec., 6.38 MiB/sec.
13070 2025.02.07 10:14:20.039964 [ 256 ] {f7af6cd1-45bd-4659-aa84-d6a11ededf47} <Debug> TCPHandler: Processed in 0.00197085 sec.
13071 2025.02.07 10:14:20.040124 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13072 2025.02.07 10:14:20.040245 [ 255 ] {f277347c-6fc7-4f72-bee4-0c345fb1f0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13073 2025.02.07 10:14:20.040330 [ 255 ] {f277347c-6fc7-4f72-bee4-0c345fb1f0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13074 2025.02.07 10:14:20.041591 [ 255 ] {f277347c-6fc7-4f72-bee4-0c345fb1f0e2} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13075 2025.02.07 10:14:20.041632 [ 255 ] {f277347c-6fc7-4f72-bee4-0c345fb1f0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13076 2025.02.07 10:14:20.042318 [ 255 ] {f277347c-6fc7-4f72-bee4-0c345fb1f0e2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13077 2025.02.07 10:14:20.042589 [ 255 ] {f277347c-6fc7-4f72-bee4-0c345fb1f0e2} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13078 2025.02.07 10:14:20.042805 [ 255 ] {f277347c-6fc7-4f72-bee4-0c345fb1f0e2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002579 sec., 15122.140364482357 rows/sec., 27.10 MiB/sec.
13079 2025.02.07 10:14:20.043064 [ 255 ] {f277347c-6fc7-4f72-bee4-0c345fb1f0e2} <Debug> TCPHandler: Processed in 0.002992691 sec.
13080 2025.02.07 10:14:20.043323 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13081 2025.02.07 10:14:20.043488 [ 256 ] {874bea74-a30f-49fe-b6ce-33c60fbd30fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13082 2025.02.07 10:14:20.043548 [ 256 ] {874bea74-a30f-49fe-b6ce-33c60fbd30fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13083 2025.02.07 10:14:20.044129 [ 256 ] {874bea74-a30f-49fe-b6ce-33c60fbd30fb} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13084 2025.02.07 10:14:20.044168 [ 256 ] {874bea74-a30f-49fe-b6ce-33c60fbd30fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13085 2025.02.07 10:14:20.044553 [ 256 ] {874bea74-a30f-49fe-b6ce-33c60fbd30fb} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13086 2025.02.07 10:14:20.044794 [ 256 ] {874bea74-a30f-49fe-b6ce-33c60fbd30fb} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13087 2025.02.07 10:14:20.044985 [ 106 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13088 2025.02.07 10:14:20.045043 [ 256 ] {874bea74-a30f-49fe-b6ce-33c60fbd30fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec.
13089 2025.02.07 10:14:20.045047 [ 106 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13090 2025.02.07 10:14:20.045133 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13091 2025.02.07 10:14:20.045153 [ 256 ] {874bea74-a30f-49fe-b6ce-33c60fbd30fb} <Debug> TCPHandler: Processed in 0.00197959 sec.
13092 2025.02.07 10:14:20.045345 [ 186 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
13093 2025.02.07 10:14:20.045473 [ 186 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13094 2025.02.07 10:14:20.045510 [ 186 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5998 rows starting from the beginning of the part
13095 2025.02.07 10:14:20.045591 [ 186 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part
13096 2025.02.07 10:14:20.045829 [ 186 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::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
13097 2025.02.07 10:14:20.046000 [ 186 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 70 rows starting from the beginning of the part
13098 2025.02.07 10:14:20.046173 [ 186 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 12 rows starting from the beginning of the part
13099 2025.02.07 10:14:20.046367 [ 186 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part
13100 2025.02.07 10:14:20.048265 [ 197 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6282 rows, containing 4 columns (4 merged, 0 gathered) in 0.003033542 sec., 2070846.5549512748 rows/sec., 134.76 MiB/sec.
13101 2025.02.07 10:14:20.048767 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13102 2025.02.07 10:14:20.049161 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13103 2025.02.07 10:14:20.049256 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_106_21} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13104 2025.02.07 10:14:20.049365 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
13105 2025.02.07 10:14:24.113343 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
13106 2025.02.07 10:14:24.113430 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
13107 2025.02.07 10:14:24.331354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256
13108 2025.02.07 10:14:24.332038 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13109 2025.02.07 10:14:24.332089 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13110 2025.02.07 10:14:24.332628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13111 2025.02.07 10:14:24.332893 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13112 2025.02.07 10:14:24.333133 [ 74 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13113 2025.02.07 10:14:24.333149 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
13114 2025.02.07 10:14:24.333223 [ 74 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13115 2025.02.07 10:14:24.333255 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13116 2025.02.07 10:14:24.333438 [ 186 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
13117 2025.02.07 10:14:24.333798 [ 186 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13118 2025.02.07 10:14:24.333916 [ 186 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part
13119 2025.02.07 10:14:24.334184 [ 186 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part
13120 2025.02.07 10:14:24.334346 [ 186 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part
13121 2025.02.07 10:14:24.334454 [ 186 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part
13122 2025.02.07 10:14:24.334681 [ 186 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part
13123 2025.02.07 10:14:24.334766 [ 186 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part
13124 2025.02.07 10:14:24.337497 [ 197 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004171854 sec., 7252411.038353691 rows/sec., 103.75 MiB/sec.
13125 2025.02.07 10:14:24.337918 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13126 2025.02.07 10:14:24.338229 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13127 2025.02.07 10:14:24.338310 [ 192 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_66_13} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13128 2025.02.07 10:14:24.338418 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB.
13129 2025.02.07 10:14:25.031763 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13130 2025.02.07 10:14:25.032063 [ 255 ] {572089e5-f39d-4cc2-b3fd-09907986b984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13131 2025.02.07 10:14:25.032172 [ 255 ] {572089e5-f39d-4cc2-b3fd-09907986b984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13132 2025.02.07 10:14:25.032920 [ 255 ] {572089e5-f39d-4cc2-b3fd-09907986b984} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13133 2025.02.07 10:14:25.032963 [ 255 ] {572089e5-f39d-4cc2-b3fd-09907986b984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13134 2025.02.07 10:14:25.033399 [ 255 ] {572089e5-f39d-4cc2-b3fd-09907986b984} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13135 2025.02.07 10:14:25.033664 [ 255 ] {572089e5-f39d-4cc2-b3fd-09907986b984} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13136 2025.02.07 10:14:25.033893 [ 255 ] {572089e5-f39d-4cc2-b3fd-09907986b984} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec.
13137 2025.02.07 10:14:25.033958 [ 255 ] {572089e5-f39d-4cc2-b3fd-09907986b984} <Debug> TCPHandler: Processed in 0.002386698 sec.
13138 2025.02.07 10:14:25.034207 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13139 2025.02.07 10:14:25.034423 [ 256 ] {c4bdfff9-5857-4613-84c4-f0b9b7ff18cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13140 2025.02.07 10:14:25.034507 [ 256 ] {c4bdfff9-5857-4613-84c4-f0b9b7ff18cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13141 2025.02.07 10:14:25.035407 [ 256 ] {c4bdfff9-5857-4613-84c4-f0b9b7ff18cd} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13142 2025.02.07 10:14:25.035456 [ 256 ] {c4bdfff9-5857-4613-84c4-f0b9b7ff18cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13143 2025.02.07 10:14:25.035927 [ 256 ] {c4bdfff9-5857-4613-84c4-f0b9b7ff18cd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13144 2025.02.07 10:14:25.036181 [ 256 ] {c4bdfff9-5857-4613-84c4-f0b9b7ff18cd} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13145 2025.02.07 10:14:25.036410 [ 256 ] {c4bdfff9-5857-4613-84c4-f0b9b7ff18cd} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002048 sec., 99121.09375 rows/sec., 8.56 MiB/sec.
13146 2025.02.07 10:14:25.036473 [ 256 ] {c4bdfff9-5857-4613-84c4-f0b9b7ff18cd} <Debug> TCPHandler: Processed in 0.002411379 sec.
13147 2025.02.07 10:14:25.036627 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13148 2025.02.07 10:14:25.036772 [ 255 ] {406e1bdb-da2f-46ca-8a3f-23e9ab0422e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13149 2025.02.07 10:14:25.036828 [ 255 ] {406e1bdb-da2f-46ca-8a3f-23e9ab0422e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13150 2025.02.07 10:14:25.037472 [ 255 ] {406e1bdb-da2f-46ca-8a3f-23e9ab0422e9} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13151 2025.02.07 10:14:25.037513 [ 255 ] {406e1bdb-da2f-46ca-8a3f-23e9ab0422e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13152 2025.02.07 10:14:25.037880 [ 255 ] {406e1bdb-da2f-46ca-8a3f-23e9ab0422e9} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
13153 2025.02.07 10:14:25.038140 [ 255 ] {406e1bdb-da2f-46ca-8a3f-23e9ab0422e9} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13154 2025.02.07 10:14:25.038365 [ 255 ] {406e1bdb-da2f-46ca-8a3f-23e9ab0422e9} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001625 sec., 4307.692307692308 rows/sec., 280.65 KiB/sec.
13155 2025.02.07 10:14:25.038419 [ 255 ] {406e1bdb-da2f-46ca-8a3f-23e9ab0422e9} <Debug> TCPHandler: Processed in 0.001862568 sec.
13156 2025.02.07 10:14:25.038566 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13157 2025.02.07 10:14:25.038710 [ 256 ] {459db2b4-fc5d-45f9-b4cc-76dea78d0c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13158 2025.02.07 10:14:25.038770 [ 256 ] {459db2b4-fc5d-45f9-b4cc-76dea78d0c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13159 2025.02.07 10:14:25.039445 [ 256 ] {459db2b4-fc5d-45f9-b4cc-76dea78d0c95} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13160 2025.02.07 10:14:25.039485 [ 256 ] {459db2b4-fc5d-45f9-b4cc-76dea78d0c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13161 2025.02.07 10:14:25.039850 [ 256 ] {459db2b4-fc5d-45f9-b4cc-76dea78d0c95} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13162 2025.02.07 10:14:25.040098 [ 256 ] {459db2b4-fc5d-45f9-b4cc-76dea78d0c95} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13163 2025.02.07 10:14:25.040329 [ 256 ] {459db2b4-fc5d-45f9-b4cc-76dea78d0c95} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001646 sec., 8505.46780072904 rows/sec., 595.67 KiB/sec.
13164 2025.02.07 10:14:25.040392 [ 256 ] {459db2b4-fc5d-45f9-b4cc-76dea78d0c95} <Debug> TCPHandler: Processed in 0.001895829 sec.
13165 2025.02.07 10:14:25.040657 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13166 2025.02.07 10:14:25.040802 [ 255 ] {d8049a47-fc7c-4140-bc32-df99792d11c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13167 2025.02.07 10:14:25.040859 [ 255 ] {d8049a47-fc7c-4140-bc32-df99792d11c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13168 2025.02.07 10:14:25.041494 [ 255 ] {d8049a47-fc7c-4140-bc32-df99792d11c4} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13169 2025.02.07 10:14:25.041533 [ 255 ] {d8049a47-fc7c-4140-bc32-df99792d11c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13170 2025.02.07 10:14:25.041892 [ 255 ] {d8049a47-fc7c-4140-bc32-df99792d11c4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13171 2025.02.07 10:14:25.042131 [ 255 ] {d8049a47-fc7c-4140-bc32-df99792d11c4} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13172 2025.02.07 10:14:25.042344 [ 255 ] {d8049a47-fc7c-4140-bc32-df99792d11c4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001572 sec., 8269.72010178117 rows/sec., 515.62 KiB/sec.
13173 2025.02.07 10:14:25.042397 [ 255 ] {d8049a47-fc7c-4140-bc32-df99792d11c4} <Debug> TCPHandler: Processed in 0.001879469 sec.
13174 2025.02.07 10:14:25.042559 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13175 2025.02.07 10:14:25.042699 [ 256 ] {8c82ed55-ff77-4553-8779-b29a87117162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13176 2025.02.07 10:14:25.042757 [ 256 ] {8c82ed55-ff77-4553-8779-b29a87117162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13177 2025.02.07 10:14:25.043587 [ 256 ] {8c82ed55-ff77-4553-8779-b29a87117162} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13178 2025.02.07 10:14:25.043627 [ 256 ] {8c82ed55-ff77-4553-8779-b29a87117162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13179 2025.02.07 10:14:25.044020 [ 256 ] {8c82ed55-ff77-4553-8779-b29a87117162} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13180 2025.02.07 10:14:25.044265 [ 256 ] {8c82ed55-ff77-4553-8779-b29a87117162} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13181 2025.02.07 10:14:25.044477 [ 256 ] {8c82ed55-ff77-4553-8779-b29a87117162} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001809 sec., 211166.39027086788 rows/sec., 14.94 MiB/sec.
13182 2025.02.07 10:14:25.044529 [ 256 ] {8c82ed55-ff77-4553-8779-b29a87117162} <Debug> TCPHandler: Processed in 0.002034881 sec.
13183 2025.02.07 10:14:25.044673 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13184 2025.02.07 10:14:25.044814 [ 255 ] {597971a7-96e4-420a-9795-c9bd1575977c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13185 2025.02.07 10:14:25.044873 [ 255 ] {597971a7-96e4-420a-9795-c9bd1575977c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13186 2025.02.07 10:14:25.045403 [ 255 ] {597971a7-96e4-420a-9795-c9bd1575977c} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13187 2025.02.07 10:14:25.045443 [ 255 ] {597971a7-96e4-420a-9795-c9bd1575977c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13188 2025.02.07 10:14:25.045822 [ 255 ] {597971a7-96e4-420a-9795-c9bd1575977c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13189 2025.02.07 10:14:25.046065 [ 255 ] {597971a7-96e4-420a-9795-c9bd1575977c} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13190 2025.02.07 10:14:25.046312 [ 255 ] {597971a7-96e4-420a-9795-c9bd1575977c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec.
13191 2025.02.07 10:14:25.046409 [ 255 ] {597971a7-96e4-420a-9795-c9bd1575977c} <Debug> TCPHandler: Processed in 0.001803237 sec.
13192 2025.02.07 10:14:25.046622 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13193 2025.02.07 10:14:25.046877 [ 256 ] {c1fd82cf-5ee8-4886-a852-fc27712aa972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13194 2025.02.07 10:14:25.046941 [ 256 ] {c1fd82cf-5ee8-4886-a852-fc27712aa972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13195 2025.02.07 10:14:25.047585 [ 256 ] {c1fd82cf-5ee8-4886-a852-fc27712aa972} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13196 2025.02.07 10:14:25.047625 [ 256 ] {c1fd82cf-5ee8-4886-a852-fc27712aa972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13197 2025.02.07 10:14:25.048044 [ 256 ] {c1fd82cf-5ee8-4886-a852-fc27712aa972} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13198 2025.02.07 10:14:25.048285 [ 256 ] {c1fd82cf-5ee8-4886-a852-fc27712aa972} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13199 2025.02.07 10:14:25.048514 [ 256 ] {c1fd82cf-5ee8-4886-a852-fc27712aa972} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00168 sec., 141071.42857142858 rows/sec., 9.46 MiB/sec.
13200 2025.02.07 10:14:25.048596 [ 256 ] {c1fd82cf-5ee8-4886-a852-fc27712aa972} <Debug> TCPHandler: Processed in 0.002106913 sec.
13201 2025.02.07 10:14:25.048838 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13202 2025.02.07 10:14:25.049044 [ 255 ] {bc60e1ef-cad7-4a80-8baa-e1d9550cc26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13203 2025.02.07 10:14:25.049103 [ 255 ] {bc60e1ef-cad7-4a80-8baa-e1d9550cc26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13204 2025.02.07 10:14:25.049601 [ 255 ] {bc60e1ef-cad7-4a80-8baa-e1d9550cc26a} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13205 2025.02.07 10:14:25.049641 [ 255 ] {bc60e1ef-cad7-4a80-8baa-e1d9550cc26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13206 2025.02.07 10:14:25.050007 [ 255 ] {bc60e1ef-cad7-4a80-8baa-e1d9550cc26a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13207 2025.02.07 10:14:25.050254 [ 255 ] {bc60e1ef-cad7-4a80-8baa-e1d9550cc26a} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13208 2025.02.07 10:14:25.050459 [ 255 ] {bc60e1ef-cad7-4a80-8baa-e1d9550cc26a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec.
13209 2025.02.07 10:14:25.050510 [ 255 ] {bc60e1ef-cad7-4a80-8baa-e1d9550cc26a} <Debug> TCPHandler: Processed in 0.001800997 sec.
13210 2025.02.07 10:14:25.050659 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13211 2025.02.07 10:14:25.050801 [ 256 ] {32864e05-92d8-41a8-8ef6-6332c38032f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13212 2025.02.07 10:14:25.050861 [ 256 ] {32864e05-92d8-41a8-8ef6-6332c38032f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13213 2025.02.07 10:14:25.051412 [ 256 ] {32864e05-92d8-41a8-8ef6-6332c38032f0} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13214 2025.02.07 10:14:25.051451 [ 256 ] {32864e05-92d8-41a8-8ef6-6332c38032f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13215 2025.02.07 10:14:25.051826 [ 256 ] {32864e05-92d8-41a8-8ef6-6332c38032f0} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13216 2025.02.07 10:14:25.052070 [ 256 ] {32864e05-92d8-41a8-8ef6-6332c38032f0} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13217 2025.02.07 10:14:25.052288 [ 256 ] {32864e05-92d8-41a8-8ef6-6332c38032f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec.
13218 2025.02.07 10:14:25.052366 [ 256 ] {32864e05-92d8-41a8-8ef6-6332c38032f0} <Debug> TCPHandler: Processed in 0.001773616 sec.
13219 2025.02.07 10:14:26.551625 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
13220 2025.02.07 10:14:26.573106 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13221 2025.02.07 10:14:26.573163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13222 2025.02.07 10:14:26.580558 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13223 2025.02.07 10:14:26.581341 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13224 2025.02.07 10:14:26.581678 [ 83 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13225 2025.02.07 10:14:26.581755 [ 83 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13226 2025.02.07 10:14:26.581805 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13227 2025.02.07 10:14:26.582349 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
13228 2025.02.07 10:14:26.597970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
13229 2025.02.07 10:14:26.599671 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13230 2025.02.07 10:14:26.600974 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part
13231 2025.02.07 10:14:26.606018 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
13232 2025.02.07 10:14:26.611329 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
13233 2025.02.07 10:14:26.616692 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
13234 2025.02.07 10:14:26.622634 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
13235 2025.02.07 10:14:26.627375 [ 186 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::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
13236 2025.02.07 10:14:26.690927 [ 197 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.108985155 sec., 4569.429662232439 rows/sec., 23.63 MiB/sec.
13237 2025.02.07 10:14:26.694227 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13238 2025.02.07 10:14:26.697211 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_66_13} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13239 2025.02.07 10:14:26.697353 [ 189 ] {c7f78442-c3ed-4595-a125-39bde360c7a3::all_1_66_13} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13240 2025.02.07 10:14:26.699731 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB.
13241 2025.02.07 10:14:29.532150 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1842
13242 2025.02.07 10:14:29.535252 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13243 2025.02.07 10:14:29.535305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13244 2025.02.07 10:14:29.536790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13245 2025.02.07 10:14:29.537113 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13246 2025.02.07 10:14:29.537779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1842
13247 2025.02.07 10:14:30.029611 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13248 2025.02.07 10:14:30.029801 [ 255 ] {1b9dbac8-ef1b-4419-916e-674a57403b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13249 2025.02.07 10:14:30.029868 [ 255 ] {1b9dbac8-ef1b-4419-916e-674a57403b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13250 2025.02.07 10:14:30.030611 [ 255 ] {1b9dbac8-ef1b-4419-916e-674a57403b7f} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13251 2025.02.07 10:14:30.030655 [ 255 ] {1b9dbac8-ef1b-4419-916e-674a57403b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13252 2025.02.07 10:14:30.031107 [ 255 ] {1b9dbac8-ef1b-4419-916e-674a57403b7f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
13253 2025.02.07 10:14:30.031376 [ 255 ] {1b9dbac8-ef1b-4419-916e-674a57403b7f} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13254 2025.02.07 10:14:30.031607 [ 255 ] {1b9dbac8-ef1b-4419-916e-674a57403b7f} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001859 sec., 4303.388918773534 rows/sec., 350.91 KiB/sec.
13255 2025.02.07 10:14:30.031665 [ 255 ] {1b9dbac8-ef1b-4419-916e-674a57403b7f} <Debug> TCPHandler: Processed in 0.002185584 sec.
13256 2025.02.07 10:14:30.031953 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13257 2025.02.07 10:14:30.032159 [ 256 ] {cf7e21db-dd3a-46d6-83fc-ef18d38fbadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13258 2025.02.07 10:14:30.032241 [ 256 ] {cf7e21db-dd3a-46d6-83fc-ef18d38fbadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13259 2025.02.07 10:14:30.033128 [ 256 ] {cf7e21db-dd3a-46d6-83fc-ef18d38fbadf} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13260 2025.02.07 10:14:30.033186 [ 256 ] {cf7e21db-dd3a-46d6-83fc-ef18d38fbadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13261 2025.02.07 10:14:30.033746 [ 256 ] {cf7e21db-dd3a-46d6-83fc-ef18d38fbadf} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13262 2025.02.07 10:14:30.034059 [ 256 ] {cf7e21db-dd3a-46d6-83fc-ef18d38fbadf} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13263 2025.02.07 10:14:30.034305 [ 256 ] {cf7e21db-dd3a-46d6-83fc-ef18d38fbadf} <Debug> executeQuery: Read 138 rows, 12.10 KiB in 0.0022 sec., 62727.27272727272 rows/sec., 5.37 MiB/sec.
13264 2025.02.07 10:14:30.034380 [ 256 ] {cf7e21db-dd3a-46d6-83fc-ef18d38fbadf} <Debug> TCPHandler: Processed in 0.002582612 sec.
13265 2025.02.07 10:14:30.034535 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13266 2025.02.07 10:14:30.034657 [ 255 ] {a5bdae03-610f-4206-878d-e1969d87343a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13267 2025.02.07 10:14:30.034705 [ 255 ] {a5bdae03-610f-4206-878d-e1969d87343a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13268 2025.02.07 10:14:30.035344 [ 255 ] {a5bdae03-610f-4206-878d-e1969d87343a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13269 2025.02.07 10:14:30.035393 [ 255 ] {a5bdae03-610f-4206-878d-e1969d87343a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13270 2025.02.07 10:14:30.035797 [ 255 ] {a5bdae03-610f-4206-878d-e1969d87343a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
13271 2025.02.07 10:14:30.036055 [ 255 ] {a5bdae03-610f-4206-878d-e1969d87343a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13272 2025.02.07 10:14:30.036233 [ 255 ] {a5bdae03-610f-4206-878d-e1969d87343a} <Debug> executeQuery: Read 47 rows, 3.49 KiB in 0.001601 sec., 29356.652092442222 rows/sec., 2.13 MiB/sec.
13273 2025.02.07 10:14:30.036286 [ 255 ] {a5bdae03-610f-4206-878d-e1969d87343a} <Debug> TCPHandler: Processed in 0.001809127 sec.
13274 2025.02.07 10:14:30.036451 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13275 2025.02.07 10:14:30.036585 [ 256 ] {4fdbf1f7-d899-4a58-9627-eb8daeb1e102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13276 2025.02.07 10:14:30.036641 [ 256 ] {4fdbf1f7-d899-4a58-9627-eb8daeb1e102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13277 2025.02.07 10:14:30.037348 [ 256 ] {4fdbf1f7-d899-4a58-9627-eb8daeb1e102} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13278 2025.02.07 10:14:30.037392 [ 256 ] {4fdbf1f7-d899-4a58-9627-eb8daeb1e102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13279 2025.02.07 10:14:30.037795 [ 256 ] {4fdbf1f7-d899-4a58-9627-eb8daeb1e102} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13280 2025.02.07 10:14:30.038060 [ 256 ] {4fdbf1f7-d899-4a58-9627-eb8daeb1e102} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13281 2025.02.07 10:14:30.038285 [ 256 ] {4fdbf1f7-d899-4a58-9627-eb8daeb1e102} <Debug> executeQuery: Read 111 rows, 8.89 KiB in 0.001731 sec., 64124.783362218375 rows/sec., 5.02 MiB/sec.
13282 2025.02.07 10:14:30.038345 [ 256 ] {4fdbf1f7-d899-4a58-9627-eb8daeb1e102} <Debug> TCPHandler: Processed in 0.00195839 sec.
13283 2025.02.07 10:14:30.038522 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13284 2025.02.07 10:14:30.038644 [ 255 ] {b7388d70-b151-46c1-bb58-5bb622993078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13285 2025.02.07 10:14:30.038698 [ 255 ] {b7388d70-b151-46c1-bb58-5bb622993078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13286 2025.02.07 10:14:30.039302 [ 255 ] {b7388d70-b151-46c1-bb58-5bb622993078} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13287 2025.02.07 10:14:30.039340 [ 255 ] {b7388d70-b151-46c1-bb58-5bb622993078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13288 2025.02.07 10:14:30.039751 [ 255 ] {b7388d70-b151-46c1-bb58-5bb622993078} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13289 2025.02.07 10:14:30.040017 [ 255 ] {b7388d70-b151-46c1-bb58-5bb622993078} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13290 2025.02.07 10:14:30.040218 [ 255 ] {b7388d70-b151-46c1-bb58-5bb622993078} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00159 sec., 103144.65408805032 rows/sec., 7.18 MiB/sec.
13291 2025.02.07 10:14:30.040276 [ 255 ] {b7388d70-b151-46c1-bb58-5bb622993078} <Debug> TCPHandler: Processed in 0.001811496 sec.
13292 2025.02.07 10:14:30.040469 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13293 2025.02.07 10:14:30.040637 [ 256 ] {a1afaa7a-b091-4ef2-adb6-0453ae311e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13294 2025.02.07 10:14:30.040723 [ 256 ] {a1afaa7a-b091-4ef2-adb6-0453ae311e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13295 2025.02.07 10:14:30.041962 [ 256 ] {a1afaa7a-b091-4ef2-adb6-0453ae311e4f} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13296 2025.02.07 10:14:30.042003 [ 256 ] {a1afaa7a-b091-4ef2-adb6-0453ae311e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13297 2025.02.07 10:14:30.042702 [ 256 ] {a1afaa7a-b091-4ef2-adb6-0453ae311e4f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13298 2025.02.07 10:14:30.043004 [ 256 ] {a1afaa7a-b091-4ef2-adb6-0453ae311e4f} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13299 2025.02.07 10:14:30.043318 [ 256 ] {a1afaa7a-b091-4ef2-adb6-0453ae311e4f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002715 sec., 14364.640883977901 rows/sec., 25.74 MiB/sec.
13300 2025.02.07 10:14:30.043982 [ 256 ] {a1afaa7a-b091-4ef2-adb6-0453ae311e4f} <Debug> TCPHandler: Processed in 0.003586132 sec.
13301 2025.02.07 10:14:30.044239 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13302 2025.02.07 10:14:30.044406 [ 255 ] {e2dff694-27c7-457c-bafa-2ce1b88493ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13303 2025.02.07 10:14:30.044464 [ 255 ] {e2dff694-27c7-457c-bafa-2ce1b88493ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13304 2025.02.07 10:14:30.045026 [ 255 ] {e2dff694-27c7-457c-bafa-2ce1b88493ca} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13305 2025.02.07 10:14:30.045072 [ 255 ] {e2dff694-27c7-457c-bafa-2ce1b88493ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
13306 2025.02.07 10:14:30.045497 [ 255 ] {e2dff694-27c7-457c-bafa-2ce1b88493ca} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13307 2025.02.07 10:14:30.045749 [ 255 ] {e2dff694-27c7-457c-bafa-2ce1b88493ca} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13308 2025.02.07 10:14:30.045930 [ 255 ] {e2dff694-27c7-457c-bafa-2ce1b88493ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec.
13309 2025.02.07 10:14:30.045979 [ 255 ] {e2dff694-27c7-457c-bafa-2ce1b88493ca} <Debug> TCPHandler: Processed in 0.001879298 sec.
13310 2025.02.07 10:14:31.833304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683
13311 2025.02.07 10:14:31.834047 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13312 2025.02.07 10:14:31.834104 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13313 2025.02.07 10:14:31.834699 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13314 2025.02.07 10:14:31.834976 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13315 2025.02.07 10:14:31.835227 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683
13316 2025.02.07 10:14:34.098052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
13317 2025.02.07 10:14:34.117723 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13318 2025.02.07 10:14:34.117779 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13319 2025.02.07 10:14:34.124686 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13320 2025.02.07 10:14:34.125462 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13321 2025.02.07 10:14:34.128090 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
13322 2025.02.07 10:14:35.031475 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13323 2025.02.07 10:14:35.031680 [ 255 ] {36adde96-f0cc-4bef-856b-64a86cfdd126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13324 2025.02.07 10:14:35.031755 [ 255 ] {36adde96-f0cc-4bef-856b-64a86cfdd126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13325 2025.02.07 10:14:35.032577 [ 255 ] {36adde96-f0cc-4bef-856b-64a86cfdd126} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13326 2025.02.07 10:14:35.032618 [ 255 ] {36adde96-f0cc-4bef-856b-64a86cfdd126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13327 2025.02.07 10:14:35.033065 [ 255 ] {36adde96-f0cc-4bef-856b-64a86cfdd126} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13328 2025.02.07 10:14:35.033320 [ 255 ] {36adde96-f0cc-4bef-856b-64a86cfdd126} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13329 2025.02.07 10:14:35.033545 [ 255 ] {36adde96-f0cc-4bef-856b-64a86cfdd126} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec.
13330 2025.02.07 10:14:35.033640 [ 255 ] {36adde96-f0cc-4bef-856b-64a86cfdd126} <Debug> TCPHandler: Processed in 0.002302106 sec.
13331 2025.02.07 10:14:35.033955 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13332 2025.02.07 10:14:35.034174 [ 256 ] {504d1345-207f-4c3f-910c-609a4bd412e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13333 2025.02.07 10:14:35.034257 [ 256 ] {504d1345-207f-4c3f-910c-609a4bd412e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13334 2025.02.07 10:14:35.035171 [ 256 ] {504d1345-207f-4c3f-910c-609a4bd412e1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13335 2025.02.07 10:14:35.035224 [ 256 ] {504d1345-207f-4c3f-910c-609a4bd412e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13336 2025.02.07 10:14:35.035680 [ 256 ] {504d1345-207f-4c3f-910c-609a4bd412e1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13337 2025.02.07 10:14:35.035948 [ 256 ] {504d1345-207f-4c3f-910c-609a4bd412e1} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13338 2025.02.07 10:14:35.036222 [ 256 ] {504d1345-207f-4c3f-910c-609a4bd412e1} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002109 sec., 96254.14888572783 rows/sec., 8.31 MiB/sec.
13339 2025.02.07 10:14:35.036308 [ 256 ] {504d1345-207f-4c3f-910c-609a4bd412e1} <Debug> TCPHandler: Processed in 0.002544281 sec.
13340 2025.02.07 10:14:35.036493 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13341 2025.02.07 10:14:35.036663 [ 255 ] {a9fa8e8f-639a-4ac0-9a16-bd437ae0d365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13342 2025.02.07 10:14:35.036717 [ 255 ] {a9fa8e8f-639a-4ac0-9a16-bd437ae0d365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13343 2025.02.07 10:14:35.037400 [ 255 ] {a9fa8e8f-639a-4ac0-9a16-bd437ae0d365} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13344 2025.02.07 10:14:35.037446 [ 255 ] {a9fa8e8f-639a-4ac0-9a16-bd437ae0d365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13345 2025.02.07 10:14:35.037823 [ 255 ] {a9fa8e8f-639a-4ac0-9a16-bd437ae0d365} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
13346 2025.02.07 10:14:35.038060 [ 255 ] {a9fa8e8f-639a-4ac0-9a16-bd437ae0d365} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13347 2025.02.07 10:14:35.038250 [ 255 ] {a9fa8e8f-639a-4ac0-9a16-bd437ae0d365} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001619 sec., 4323.656578134651 rows/sec., 281.69 KiB/sec.
13348 2025.02.07 10:14:35.038360 [ 255 ] {a9fa8e8f-639a-4ac0-9a16-bd437ae0d365} <Debug> TCPHandler: Processed in 0.001937909 sec.
13349 2025.02.07 10:14:35.038603 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13350 2025.02.07 10:14:35.038878 [ 256 ] {1d0501b5-4027-45d9-a869-f7d7789836d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13351 2025.02.07 10:14:35.038973 [ 256 ] {1d0501b5-4027-45d9-a869-f7d7789836d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13352 2025.02.07 10:14:35.039840 [ 256 ] {1d0501b5-4027-45d9-a869-f7d7789836d9} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13353 2025.02.07 10:14:35.039881 [ 256 ] {1d0501b5-4027-45d9-a869-f7d7789836d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13354 2025.02.07 10:14:35.040255 [ 256 ] {1d0501b5-4027-45d9-a869-f7d7789836d9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13355 2025.02.07 10:14:35.040520 [ 256 ] {1d0501b5-4027-45d9-a869-f7d7789836d9} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13356 2025.02.07 10:14:35.040741 [ 256 ] {1d0501b5-4027-45d9-a869-f7d7789836d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001923 sec., 7280.291211648466 rows/sec., 509.86 KiB/sec.
13357 2025.02.07 10:14:35.040798 [ 256 ] {1d0501b5-4027-45d9-a869-f7d7789836d9} <Debug> TCPHandler: Processed in 0.002346957 sec.
13358 2025.02.07 10:14:35.040961 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13359 2025.02.07 10:14:35.041099 [ 255 ] {088bf74f-bd06-4e3f-a1a1-32580026bbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13360 2025.02.07 10:14:35.041155 [ 255 ] {088bf74f-bd06-4e3f-a1a1-32580026bbe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13361 2025.02.07 10:14:35.041797 [ 255 ] {088bf74f-bd06-4e3f-a1a1-32580026bbe5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13362 2025.02.07 10:14:35.041835 [ 255 ] {088bf74f-bd06-4e3f-a1a1-32580026bbe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13363 2025.02.07 10:14:35.042193 [ 255 ] {088bf74f-bd06-4e3f-a1a1-32580026bbe5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13364 2025.02.07 10:14:35.042426 [ 255 ] {088bf74f-bd06-4e3f-a1a1-32580026bbe5} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13365 2025.02.07 10:14:35.042607 [ 255 ] {088bf74f-bd06-4e3f-a1a1-32580026bbe5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec.
13366 2025.02.07 10:14:35.042658 [ 255 ] {088bf74f-bd06-4e3f-a1a1-32580026bbe5} <Debug> TCPHandler: Processed in 0.001767536 sec.
13367 2025.02.07 10:14:35.042859 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13368 2025.02.07 10:14:35.043093 [ 256 ] {cb02a4a6-8b28-4743-873a-2b04d47fb79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13369 2025.02.07 10:14:35.043186 [ 256 ] {cb02a4a6-8b28-4743-873a-2b04d47fb79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13370 2025.02.07 10:14:35.044126 [ 256 ] {cb02a4a6-8b28-4743-873a-2b04d47fb79b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13371 2025.02.07 10:14:35.044168 [ 256 ] {cb02a4a6-8b28-4743-873a-2b04d47fb79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13372 2025.02.07 10:14:35.044561 [ 256 ] {cb02a4a6-8b28-4743-873a-2b04d47fb79b} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13373 2025.02.07 10:14:35.044810 [ 256 ] {cb02a4a6-8b28-4743-873a-2b04d47fb79b} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13374 2025.02.07 10:14:35.045043 [ 256 ] {cb02a4a6-8b28-4743-873a-2b04d47fb79b} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002006 sec., 190428.71385842471 rows/sec., 13.48 MiB/sec.
13375 2025.02.07 10:14:35.045100 [ 256 ] {cb02a4a6-8b28-4743-873a-2b04d47fb79b} <Debug> TCPHandler: Processed in 0.002356077 sec.
13376 2025.02.07 10:14:35.045249 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13377 2025.02.07 10:14:35.045366 [ 255 ] {a7a4f696-3aee-46c5-b656-c89703043691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13378 2025.02.07 10:14:35.045415 [ 255 ] {a7a4f696-3aee-46c5-b656-c89703043691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13379 2025.02.07 10:14:35.045968 [ 255 ] {a7a4f696-3aee-46c5-b656-c89703043691} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13380 2025.02.07 10:14:35.046013 [ 255 ] {a7a4f696-3aee-46c5-b656-c89703043691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13381 2025.02.07 10:14:35.046445 [ 255 ] {a7a4f696-3aee-46c5-b656-c89703043691} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13382 2025.02.07 10:14:35.046690 [ 255 ] {a7a4f696-3aee-46c5-b656-c89703043691} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13383 2025.02.07 10:14:35.046867 [ 255 ] {a7a4f696-3aee-46c5-b656-c89703043691} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 205.42 KiB/sec.
13384 2025.02.07 10:14:35.046916 [ 255 ] {a7a4f696-3aee-46c5-b656-c89703043691} <Debug> TCPHandler: Processed in 0.001724535 sec.
13385 2025.02.07 10:14:35.047052 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13386 2025.02.07 10:14:35.047174 [ 256 ] {c97be821-9812-4508-87c1-d53ecaf78d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13387 2025.02.07 10:14:35.047229 [ 256 ] {c97be821-9812-4508-87c1-d53ecaf78d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13388 2025.02.07 10:14:35.047820 [ 256 ] {c97be821-9812-4508-87c1-d53ecaf78d42} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13389 2025.02.07 10:14:35.047860 [ 256 ] {c97be821-9812-4508-87c1-d53ecaf78d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13390 2025.02.07 10:14:35.048267 [ 256 ] {c97be821-9812-4508-87c1-d53ecaf78d42} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13391 2025.02.07 10:14:35.048524 [ 256 ] {c97be821-9812-4508-87c1-d53ecaf78d42} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13392 2025.02.07 10:14:35.048699 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_104_21 to all_109_109_0
13393 2025.02.07 10:14:35.048770 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13394 2025.02.07 10:14:35.048778 [ 256 ] {c97be821-9812-4508-87c1-d53ecaf78d42} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001618 sec., 146477.13226205192 rows/sec., 9.82 MiB/sec.
13395 2025.02.07 10:14:35.048816 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13396 2025.02.07 10:14:35.048884 [ 256 ] {c97be821-9812-4508-87c1-d53ecaf78d42} <Debug> TCPHandler: Processed in 0.001890818 sec.
13397 2025.02.07 10:14:35.049120 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13398 2025.02.07 10:14:35.049150 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_104_21 to all_109_109_0 into Compact with storage Full
13399 2025.02.07 10:14:35.049310 [ 255 ] {3b2d52d9-8570-4952-9ef9-33a2a7ea5198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13400 2025.02.07 10:14:35.049420 [ 255 ] {3b2d52d9-8570-4952-9ef9-33a2a7ea5198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13401 2025.02.07 10:14:35.049575 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13402 2025.02.07 10:14:35.049673 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_104_21, total 29560 rows starting from the beginning of the part
13403 2025.02.07 10:14:35.050064 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 32 rows starting from the beginning of the part
13404 2025.02.07 10:14:35.050382 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part
13405 2025.02.07 10:14:35.050591 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part
13406 2025.02.07 10:14:35.050895 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 164 rows starting from the beginning of the part
13407 2025.02.07 10:14:35.051312 [ 197 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part
13408 2025.02.07 10:14:35.052245 [ 255 ] {3b2d52d9-8570-4952-9ef9-33a2a7ea5198} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13409 2025.02.07 10:14:35.052362 [ 255 ] {3b2d52d9-8570-4952-9ef9-33a2a7ea5198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13410 2025.02.07 10:14:35.054001 [ 255 ] {3b2d52d9-8570-4952-9ef9-33a2a7ea5198} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13411 2025.02.07 10:14:35.054401 [ 255 ] {3b2d52d9-8570-4952-9ef9-33a2a7ea5198} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13412 2025.02.07 10:14:35.054710 [ 255 ] {3b2d52d9-8570-4952-9ef9-33a2a7ea5198} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005459 sec., 183.18373328448433 rows/sec., 12.34 KiB/sec.
13413 2025.02.07 10:14:35.054776 [ 255 ] {3b2d52d9-8570-4952-9ef9-33a2a7ea5198} <Debug> TCPHandler: Processed in 0.005772017 sec.
13414 2025.02.07 10:14:35.054964 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13415 2025.02.07 10:14:35.055212 [ 256 ] {b6b382b3-af09-4a1f-ab54-416da6b3f7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13416 2025.02.07 10:14:35.055325 [ 256 ] {b6b382b3-af09-4a1f-ab54-416da6b3f7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13417 2025.02.07 10:14:35.056526 [ 256 ] {b6b382b3-af09-4a1f-ab54-416da6b3f7ed} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13418 2025.02.07 10:14:35.056567 [ 256 ] {b6b382b3-af09-4a1f-ab54-416da6b3f7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13419 2025.02.07 10:14:35.057285 [ 256 ] {b6b382b3-af09-4a1f-ab54-416da6b3f7ed} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13420 2025.02.07 10:14:35.057569 [ 256 ] {b6b382b3-af09-4a1f-ab54-416da6b3f7ed} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13421 2025.02.07 10:14:35.057828 [ 256 ] {b6b382b3-af09-4a1f-ab54-416da6b3f7ed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002691 sec., 30471.94351542178 rows/sec., 1.94 MiB/sec.
13422 2025.02.07 10:14:35.057982 [ 256 ] {b6b382b3-af09-4a1f-ab54-416da6b3f7ed} <Debug> TCPHandler: Processed in 0.003124043 sec.
13423 2025.02.07 10:14:35.061311 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30390 rows, containing 5 columns (5 merged, 0 gathered) in 0.01237066 sec., 2456619.12945631 rows/sec., 165.92 MiB/sec.
13424 2025.02.07 10:14:35.062119 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary)
13425 2025.02.07 10:14:35.062630 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13426 2025.02.07 10:14:35.062713 [ 188 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_104_21, all_109_109_0] -> all_1_109_22
13427 2025.02.07 10:14:35.062811 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
13428 2025.02.07 10:14:39.113485 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
13429 2025.02.07 10:14:39.113557 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
13430 2025.02.07 10:14:39.335322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171
13431 2025.02.07 10:14:39.335992 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13432 2025.02.07 10:14:39.336037 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13433 2025.02.07 10:14:39.336569 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13434 2025.02.07 10:14:39.336833 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13435 2025.02.07 10:14:39.337096 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
13436 2025.02.07 10:14:39.537958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1876
13437 2025.02.07 10:14:39.541149 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13438 2025.02.07 10:14:39.541200 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13439 2025.02.07 10:14:39.542677 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13440 2025.02.07 10:14:39.543002 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13441 2025.02.07 10:14:39.544428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1876
13442 2025.02.07 10:14:40.032160 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13443 2025.02.07 10:14:40.032372 [ 255 ] {f97b5310-8671-4fb5-8ef1-d19ee1e013c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13444 2025.02.07 10:14:40.032452 [ 255 ] {f97b5310-8671-4fb5-8ef1-d19ee1e013c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13445 2025.02.07 10:14:40.033280 [ 255 ] {f97b5310-8671-4fb5-8ef1-d19ee1e013c8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13446 2025.02.07 10:14:40.033325 [ 255 ] {f97b5310-8671-4fb5-8ef1-d19ee1e013c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13447 2025.02.07 10:14:40.033789 [ 255 ] {f97b5310-8671-4fb5-8ef1-d19ee1e013c8} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13448 2025.02.07 10:14:40.034051 [ 255 ] {f97b5310-8671-4fb5-8ef1-d19ee1e013c8} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13449 2025.02.07 10:14:40.034277 [ 255 ] {f97b5310-8671-4fb5-8ef1-d19ee1e013c8} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001959 sec., 68402.24604389996 rows/sec., 5.89 MiB/sec.
13450 2025.02.07 10:14:40.034288 [ 111 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13451 2025.02.07 10:14:40.034355 [ 255 ] {f97b5310-8671-4fb5-8ef1-d19ee1e013c8} <Debug> TCPHandler: Processed in 0.002335567 sec.
13452 2025.02.07 10:14:40.034382 [ 111 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13453 2025.02.07 10:14:40.034445 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13454 2025.02.07 10:14:40.034599 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13455 2025.02.07 10:14:40.034669 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13456 2025.02.07 10:14:40.034779 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13457 2025.02.07 10:14:40.034841 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1431 rows starting from the beginning of the part
13458 2025.02.07 10:14:40.035047 [ 256 ] {0b1831aa-e492-4417-809f-23bb295e43da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13459 2025.02.07 10:14:40.035071 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 134 rows starting from the beginning of the part
13460 2025.02.07 10:14:40.035244 [ 256 ] {0b1831aa-e492-4417-809f-23bb295e43da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13461 2025.02.07 10:14:40.035322 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 203 rows starting from the beginning of the part
13462 2025.02.07 10:14:40.035723 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 138 rows starting from the beginning of the part
13463 2025.02.07 10:14:40.036040 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 203 rows starting from the beginning of the part
13464 2025.02.07 10:14:40.036373 [ 191 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 134 rows starting from the beginning of the part
13465 2025.02.07 10:14:40.038213 [ 256 ] {0b1831aa-e492-4417-809f-23bb295e43da} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13466 2025.02.07 10:14:40.038307 [ 256 ] {0b1831aa-e492-4417-809f-23bb295e43da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13467 2025.02.07 10:14:40.039224 [ 256 ] {0b1831aa-e492-4417-809f-23bb295e43da} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
13468 2025.02.07 10:14:40.039743 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2243 rows, containing 5 columns (5 merged, 0 gathered) in 0.005202685 sec., 431123.5448619318 rows/sec., 38.03 MiB/sec.
13469 2025.02.07 10:14:40.039748 [ 256 ] {0b1831aa-e492-4417-809f-23bb295e43da} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13470 2025.02.07 10:14:40.040065 [ 111 ] {} <Debug> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
13471 2025.02.07 10:14:40.040152 [ 111 ] {} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13472 2025.02.07 10:14:40.040177 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13473 2025.02.07 10:14:40.040217 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13474 2025.02.07 10:14:40.040232 [ 256 ] {0b1831aa-e492-4417-809f-23bb295e43da} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005336 sec., 7308.845577211395 rows/sec., 549.59 KiB/sec.
13475 2025.02.07 10:14:40.040658 [ 256 ] {0b1831aa-e492-4417-809f-23bb295e43da} <Debug> TCPHandler: Processed in 0.006151074 sec.
13476 2025.02.07 10:14:40.040902 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::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
13477 2025.02.07 10:14:40.041078 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13478 2025.02.07 10:14:40.041558 [ 255 ] {5b8f9cb4-037e-4975-9d38-38007a2428b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13479 2025.02.07 10:14:40.041693 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13480 2025.02.07 10:14:40.041731 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13481 2025.02.07 10:14:40.041791 [ 255 ] {5b8f9cb4-037e-4975-9d38-38007a2428b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13482 2025.02.07 10:14:40.041931 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 64 rows starting from the beginning of the part
13483 2025.02.07 10:14:40.042287 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_111_22} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13484 2025.02.07 10:14:40.042560 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 39 rows starting from the beginning of the part
13485 2025.02.07 10:14:40.042781 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
13486 2025.02.07 10:14:40.043297 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part
13487 2025.02.07 10:14:40.044004 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 47 rows starting from the beginning of the part
13488 2025.02.07 10:14:40.044504 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part
13489 2025.02.07 10:14:40.045211 [ 194 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 39 rows starting from the beginning of the part
13490 2025.02.07 10:14:40.046040 [ 255 ] {5b8f9cb4-037e-4975-9d38-38007a2428b4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13491 2025.02.07 10:14:40.046086 [ 255 ] {5b8f9cb4-037e-4975-9d38-38007a2428b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13492 2025.02.07 10:14:40.046654 [ 255 ] {5b8f9cb4-037e-4975-9d38-38007a2428b4} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13493 2025.02.07 10:14:40.046853 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.00639365 sec., 31750.25220335802 rows/sec., 2.40 MiB/sec.
13494 2025.02.07 10:14:40.047054 [ 255 ] {5b8f9cb4-037e-4975-9d38-38007a2428b4} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13495 2025.02.07 10:14:40.047110 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
13496 2025.02.07 10:14:40.047329 [ 111 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13497 2025.02.07 10:14:40.047419 [ 111 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13498 2025.02.07 10:14:40.047500 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13499 2025.02.07 10:14:40.047612 [ 255 ] {5b8f9cb4-037e-4975-9d38-38007a2428b4} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.006162 sec., 16715.352158390135 rows/sec., 1.31 MiB/sec.
13500 2025.02.07 10:14:40.048031 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13501 2025.02.07 10:14:40.048104 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13502 2025.02.07 10:14:40.048254 [ 255 ] {5b8f9cb4-037e-4975-9d38-38007a2428b4} <Debug> TCPHandler: Processed in 0.00740737 sec.
13503 2025.02.07 10:14:40.048660 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13504 2025.02.07 10:14:40.048689 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13505 2025.02.07 10:14:40.048880 [ 195 ] {6a63447e-5890-48be-b22a-5eef3e38c423::all_1_96_19} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
13506 2025.02.07 10:14:40.048878 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part
13507 2025.02.07 10:14:40.049410 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
13508 2025.02.07 10:14:40.049429 [ 256 ] {7a4b6046-9f2a-4c72-862e-1d570bf1cdd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13509 2025.02.07 10:14:40.049684 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 103 rows starting from the beginning of the part
13510 2025.02.07 10:14:40.049833 [ 256 ] {7a4b6046-9f2a-4c72-862e-1d570bf1cdd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13511 2025.02.07 10:14:40.050215 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 382 rows starting from the beginning of the part
13512 2025.02.07 10:14:40.050589 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 111 rows starting from the beginning of the part
13513 2025.02.07 10:14:40.051197 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 382 rows starting from the beginning of the part
13514 2025.02.07 10:14:40.051749 [ 196 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 103 rows starting from the beginning of the part
13515 2025.02.07 10:14:40.053585 [ 256 ] {7a4b6046-9f2a-4c72-862e-1d570bf1cdd6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13516 2025.02.07 10:14:40.053632 [ 256 ] {7a4b6046-9f2a-4c72-862e-1d570bf1cdd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13517 2025.02.07 10:14:40.054239 [ 256 ] {7a4b6046-9f2a-4c72-862e-1d570bf1cdd6} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13518 2025.02.07 10:14:40.054537 [ 256 ] {7a4b6046-9f2a-4c72-862e-1d570bf1cdd6} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13519 2025.02.07 10:14:40.054751 [ 199 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1994 rows, containing 5 columns (5 merged, 0 gathered) in 0.007112464 sec., 280352.9128583287 rows/sec., 21.49 MiB/sec.
13520 2025.02.07 10:14:40.054901 [ 256 ] {7a4b6046-9f2a-4c72-862e-1d570bf1cdd6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005847 sec., 27364.46040704635 rows/sec., 1.91 MiB/sec.
13521 2025.02.07 10:14:40.055024 [ 256 ] {7a4b6046-9f2a-4c72-862e-1d570bf1cdd6} <Debug> TCPHandler: Processed in 0.006569263 sec.
13522 2025.02.07 10:14:40.055043 [ 199 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13523 2025.02.07 10:14:40.055264 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13524 2025.02.07 10:14:40.055467 [ 255 ] {aa0bac44-4e72-435e-a6c4-deb8f6c5a1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13525 2025.02.07 10:14:40.055600 [ 199 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13526 2025.02.07 10:14:40.055659 [ 255 ] {aa0bac44-4e72-435e-a6c4-deb8f6c5a1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13527 2025.02.07 10:14:40.055818 [ 199 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_111_22} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13528 2025.02.07 10:14:40.056095 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
13529 2025.02.07 10:14:40.057280 [ 255 ] {aa0bac44-4e72-435e-a6c4-deb8f6c5a1a1} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13530 2025.02.07 10:14:40.057323 [ 255 ] {aa0bac44-4e72-435e-a6c4-deb8f6c5a1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13531 2025.02.07 10:14:40.058029 [ 255 ] {aa0bac44-4e72-435e-a6c4-deb8f6c5a1a1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13532 2025.02.07 10:14:40.058293 [ 255 ] {aa0bac44-4e72-435e-a6c4-deb8f6c5a1a1} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13533 2025.02.07 10:14:40.058537 [ 255 ] {aa0bac44-4e72-435e-a6c4-deb8f6c5a1a1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003134 sec., 12444.16081684748 rows/sec., 22.30 MiB/sec.
13534 2025.02.07 10:14:40.058632 [ 255 ] {aa0bac44-4e72-435e-a6c4-deb8f6c5a1a1} <Debug> TCPHandler: Processed in 0.00349468 sec.
13535 2025.02.07 10:14:40.058893 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13536 2025.02.07 10:14:40.059041 [ 256 ] {7074fe2e-1377-4a15-b1f0-86650dd58332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13537 2025.02.07 10:14:40.059101 [ 256 ] {7074fe2e-1377-4a15-b1f0-86650dd58332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13538 2025.02.07 10:14:40.059692 [ 256 ] {7074fe2e-1377-4a15-b1f0-86650dd58332} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13539 2025.02.07 10:14:40.059731 [ 256 ] {7074fe2e-1377-4a15-b1f0-86650dd58332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13540 2025.02.07 10:14:40.060134 [ 256 ] {7074fe2e-1377-4a15-b1f0-86650dd58332} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13541 2025.02.07 10:14:40.060385 [ 256 ] {7074fe2e-1377-4a15-b1f0-86650dd58332} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13542 2025.02.07 10:14:40.060572 [ 256 ] {7074fe2e-1377-4a15-b1f0-86650dd58332} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001564 sec., 38363.17135549872 rows/sec., 2.59 MiB/sec.
13543 2025.02.07 10:14:40.060621 [ 256 ] {7074fe2e-1377-4a15-b1f0-86650dd58332} <Debug> TCPHandler: Processed in 0.001798236 sec.
13544 2025.02.07 10:14:41.628137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
13545 2025.02.07 10:14:41.648355 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13546 2025.02.07 10:14:41.648417 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13547 2025.02.07 10:14:41.655839 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13548 2025.02.07 10:14:41.656641 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13549 2025.02.07 10:14:41.659355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
13550 2025.02.07 10:14:43.517654 [ 105 ] {} <Debug> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
13551 2025.02.07 10:14:43.517728 [ 105 ] {} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13552 2025.02.07 10:14:43.517754 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13553 2025.02.07 10:14:43.518037 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
13554 2025.02.07 10:14:43.518321 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13555 2025.02.07 10:14:43.518386 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part
13556 2025.02.07 10:14:43.518525 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
13557 2025.02.07 10:14:43.518824 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part
13558 2025.02.07 10:14:43.518996 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part
13559 2025.02.07 10:14:43.519095 [ 190 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
13560 2025.02.07 10:14:43.520042 [ 199 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002179964 sec., 16514.034176711175 rows/sec., 1.38 MiB/sec.
13561 2025.02.07 10:14:43.520233 [ 199 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
13562 2025.02.07 10:14:43.520577 [ 199 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13563 2025.02.07 10:14:43.520671 [ 199 ] {75d04454-f37e-438f-8bdf-b06e6fcbc6e1::all_1_29_7} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
13564 2025.02.07 10:14:43.520775 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13565 2025.02.07 10:14:43.941471 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13566 2025.02.07 10:14:43.941788 [ 255 ] {e31c47fb-1cc3-4393-a34a-fdfd6a4c7846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13567 2025.02.07 10:14:43.941886 [ 255 ] {e31c47fb-1cc3-4393-a34a-fdfd6a4c7846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13568 2025.02.07 10:14:43.942663 [ 255 ] {e31c47fb-1cc3-4393-a34a-fdfd6a4c7846} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13569 2025.02.07 10:14:43.942721 [ 255 ] {e31c47fb-1cc3-4393-a34a-fdfd6a4c7846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13570 2025.02.07 10:14:43.943169 [ 255 ] {e31c47fb-1cc3-4393-a34a-fdfd6a4c7846} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13571 2025.02.07 10:14:43.943434 [ 255 ] {e31c47fb-1cc3-4393-a34a-fdfd6a4c7846} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13572 2025.02.07 10:14:43.943711 [ 255 ] {e31c47fb-1cc3-4393-a34a-fdfd6a4c7846} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002002 sec., 6993.006993006993 rows/sec., 503.40 KiB/sec.
13573 2025.02.07 10:14:43.943856 [ 255 ] {e31c47fb-1cc3-4393-a34a-fdfd6a4c7846} <Debug> TCPHandler: Processed in 0.002568932 sec.
13574 2025.02.07 10:14:43.944259 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13575 2025.02.07 10:14:43.944566 [ 256 ] {9f807cf8-8aad-4786-8caa-11c5ddae9432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13576 2025.02.07 10:14:43.944685 [ 256 ] {9f807cf8-8aad-4786-8caa-11c5ddae9432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13577 2025.02.07 10:14:43.945480 [ 256 ] {9f807cf8-8aad-4786-8caa-11c5ddae9432} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13578 2025.02.07 10:14:43.945530 [ 256 ] {9f807cf8-8aad-4786-8caa-11c5ddae9432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13579 2025.02.07 10:14:43.945962 [ 256 ] {9f807cf8-8aad-4786-8caa-11c5ddae9432} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
13580 2025.02.07 10:14:43.946232 [ 256 ] {9f807cf8-8aad-4786-8caa-11c5ddae9432} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13581 2025.02.07 10:14:43.946464 [ 256 ] {9f807cf8-8aad-4786-8caa-11c5ddae9432} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001983 sec., 3025.7186081694404 rows/sec., 246.73 KiB/sec.
13582 2025.02.07 10:14:43.946520 [ 256 ] {9f807cf8-8aad-4786-8caa-11c5ddae9432} <Debug> TCPHandler: Processed in 0.00249685 sec.
13583 2025.02.07 10:14:43.946690 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13584 2025.02.07 10:14:43.946886 [ 255 ] {b2a24d8f-9fff-44f8-af70-0b9496e35d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13585 2025.02.07 10:14:43.946983 [ 255 ] {b2a24d8f-9fff-44f8-af70-0b9496e35d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13586 2025.02.07 10:14:43.948645 [ 255 ] {b2a24d8f-9fff-44f8-af70-0b9496e35d8d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13587 2025.02.07 10:14:43.948688 [ 255 ] {b2a24d8f-9fff-44f8-af70-0b9496e35d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13588 2025.02.07 10:14:43.949156 [ 255 ] {b2a24d8f-9fff-44f8-af70-0b9496e35d8d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13589 2025.02.07 10:14:43.949410 [ 255 ] {b2a24d8f-9fff-44f8-af70-0b9496e35d8d} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13590 2025.02.07 10:14:43.949657 [ 255 ] {b2a24d8f-9fff-44f8-af70-0b9496e35d8d} <Debug> executeQuery: Read 1346 rows, 114.29 KiB in 0.00283 sec., 475618.37455830385 rows/sec., 39.44 MiB/sec.
13591 2025.02.07 10:14:43.949763 [ 255 ] {b2a24d8f-9fff-44f8-af70-0b9496e35d8d} <Debug> TCPHandler: Processed in 0.003143443 sec.
13592 2025.02.07 10:14:43.949952 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13593 2025.02.07 10:14:43.950211 [ 256 ] {d9fdfd32-ba44-4023-96ab-2c35009ac1e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13594 2025.02.07 10:14:43.950276 [ 256 ] {d9fdfd32-ba44-4023-96ab-2c35009ac1e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13595 2025.02.07 10:14:43.950882 [ 256 ] {d9fdfd32-ba44-4023-96ab-2c35009ac1e3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13596 2025.02.07 10:14:43.950922 [ 256 ] {d9fdfd32-ba44-4023-96ab-2c35009ac1e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13597 2025.02.07 10:14:43.951290 [ 256 ] {d9fdfd32-ba44-4023-96ab-2c35009ac1e3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
13598 2025.02.07 10:14:43.951541 [ 256 ] {d9fdfd32-ba44-4023-96ab-2c35009ac1e3} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13599 2025.02.07 10:14:43.951768 [ 256 ] {d9fdfd32-ba44-4023-96ab-2c35009ac1e3} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 534.19 KiB/sec.
13600 2025.02.07 10:14:43.951874 [ 256 ] {d9fdfd32-ba44-4023-96ab-2c35009ac1e3} <Debug> TCPHandler: Processed in 0.002020661 sec.
13601 2025.02.07 10:14:43.952107 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13602 2025.02.07 10:14:43.952283 [ 255 ] {e9446371-92a3-40c8-9fba-4ee82a295718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13603 2025.02.07 10:14:43.952344 [ 255 ] {e9446371-92a3-40c8-9fba-4ee82a295718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13604 2025.02.07 10:14:43.953089 [ 255 ] {e9446371-92a3-40c8-9fba-4ee82a295718} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13605 2025.02.07 10:14:43.953131 [ 255 ] {e9446371-92a3-40c8-9fba-4ee82a295718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13606 2025.02.07 10:14:43.953584 [ 255 ] {e9446371-92a3-40c8-9fba-4ee82a295718} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13607 2025.02.07 10:14:43.953890 [ 255 ] {e9446371-92a3-40c8-9fba-4ee82a295718} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13608 2025.02.07 10:14:43.954175 [ 255 ] {e9446371-92a3-40c8-9fba-4ee82a295718} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001918 sec., 126173.09697601668 rows/sec., 8.55 MiB/sec.
13609 2025.02.07 10:14:43.954340 [ 255 ] {e9446371-92a3-40c8-9fba-4ee82a295718} <Debug> TCPHandler: Processed in 0.002360058 sec.
13610 2025.02.07 10:14:43.954566 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13611 2025.02.07 10:14:43.954710 [ 256 ] {a109d0d7-c19a-418c-95cc-0423389a2193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13612 2025.02.07 10:14:43.954760 [ 256 ] {a109d0d7-c19a-418c-95cc-0423389a2193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13613 2025.02.07 10:14:43.955358 [ 256 ] {a109d0d7-c19a-418c-95cc-0423389a2193} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13614 2025.02.07 10:14:43.955400 [ 256 ] {a109d0d7-c19a-418c-95cc-0423389a2193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13615 2025.02.07 10:14:43.955784 [ 256 ] {a109d0d7-c19a-418c-95cc-0423389a2193} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13616 2025.02.07 10:14:43.956052 [ 256 ] {a109d0d7-c19a-418c-95cc-0423389a2193} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13617 2025.02.07 10:14:43.956270 [ 256 ] {a109d0d7-c19a-418c-95cc-0423389a2193} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec.
13618 2025.02.07 10:14:43.956328 [ 256 ] {a109d0d7-c19a-418c-95cc-0423389a2193} <Debug> TCPHandler: Processed in 0.001886588 sec.
13619 2025.02.07 10:14:43.956474 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13620 2025.02.07 10:14:43.956594 [ 255 ] {c984225e-7cdb-4447-a991-f9ebffe55986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13621 2025.02.07 10:14:43.956644 [ 255 ] {c984225e-7cdb-4447-a991-f9ebffe55986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13622 2025.02.07 10:14:43.957541 [ 255 ] {c984225e-7cdb-4447-a991-f9ebffe55986} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13623 2025.02.07 10:14:43.957585 [ 255 ] {c984225e-7cdb-4447-a991-f9ebffe55986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13624 2025.02.07 10:14:43.957993 [ 255 ] {c984225e-7cdb-4447-a991-f9ebffe55986} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13625 2025.02.07 10:14:43.958251 [ 255 ] {c984225e-7cdb-4447-a991-f9ebffe55986} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13626 2025.02.07 10:14:43.958486 [ 255 ] {c984225e-7cdb-4447-a991-f9ebffe55986} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001914 sec., 440961.33751306165 rows/sec., 31.87 MiB/sec.
13627 2025.02.07 10:14:43.958560 [ 255 ] {c984225e-7cdb-4447-a991-f9ebffe55986} <Debug> TCPHandler: Processed in 0.002144533 sec.
13628 2025.02.07 10:14:43.958782 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13629 2025.02.07 10:14:43.959096 [ 256 ] {083aa98d-b8cc-4c8d-8b5b-a4c865d3626f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13630 2025.02.07 10:14:43.959204 [ 256 ] {083aa98d-b8cc-4c8d-8b5b-a4c865d3626f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13631 2025.02.07 10:14:43.959726 [ 256 ] {083aa98d-b8cc-4c8d-8b5b-a4c865d3626f} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13632 2025.02.07 10:14:43.959767 [ 256 ] {083aa98d-b8cc-4c8d-8b5b-a4c865d3626f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13633 2025.02.07 10:14:43.960163 [ 256 ] {083aa98d-b8cc-4c8d-8b5b-a4c865d3626f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13634 2025.02.07 10:14:43.960408 [ 256 ] {083aa98d-b8cc-4c8d-8b5b-a4c865d3626f} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13635 2025.02.07 10:14:43.960635 [ 256 ] {083aa98d-b8cc-4c8d-8b5b-a4c865d3626f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001653 sec., 3629.7640653357535 rows/sec., 189.64 KiB/sec.
13636 2025.02.07 10:14:43.960696 [ 256 ] {083aa98d-b8cc-4c8d-8b5b-a4c865d3626f} <Debug> TCPHandler: Processed in 0.002031191 sec.
13637 2025.02.07 10:14:43.960854 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13638 2025.02.07 10:14:43.960976 [ 255 ] {43c16108-cfa1-400a-8620-99cb2cb3952e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13639 2025.02.07 10:14:43.961029 [ 255 ] {43c16108-cfa1-400a-8620-99cb2cb3952e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13640 2025.02.07 10:14:43.961792 [ 255 ] {43c16108-cfa1-400a-8620-99cb2cb3952e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13641 2025.02.07 10:14:43.961832 [ 255 ] {43c16108-cfa1-400a-8620-99cb2cb3952e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13642 2025.02.07 10:14:43.962288 [ 255 ] {43c16108-cfa1-400a-8620-99cb2cb3952e} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13643 2025.02.07 10:14:43.962533 [ 255 ] {43c16108-cfa1-400a-8620-99cb2cb3952e} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13644 2025.02.07 10:14:43.962758 [ 255 ] {43c16108-cfa1-400a-8620-99cb2cb3952e} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.00181 sec., 512707.182320442 rows/sec., 34.21 MiB/sec.
13645 2025.02.07 10:14:43.962815 [ 255 ] {43c16108-cfa1-400a-8620-99cb2cb3952e} <Debug> TCPHandler: Processed in 0.002020381 sec.
13646 2025.02.07 10:14:43.962956 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13647 2025.02.07 10:14:43.963074 [ 256 ] {7b830acd-3504-4b2d-8682-6fec85bc4b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13648 2025.02.07 10:14:43.963127 [ 256 ] {7b830acd-3504-4b2d-8682-6fec85bc4b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13649 2025.02.07 10:14:43.963616 [ 256 ] {7b830acd-3504-4b2d-8682-6fec85bc4b80} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13650 2025.02.07 10:14:43.963656 [ 256 ] {7b830acd-3504-4b2d-8682-6fec85bc4b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13651 2025.02.07 10:14:43.964031 [ 256 ] {7b830acd-3504-4b2d-8682-6fec85bc4b80} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13652 2025.02.07 10:14:43.964274 [ 256 ] {7b830acd-3504-4b2d-8682-6fec85bc4b80} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13653 2025.02.07 10:14:43.964510 [ 256 ] {7b830acd-3504-4b2d-8682-6fec85bc4b80} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec.
13654 2025.02.07 10:14:43.964704 [ 256 ] {7b830acd-3504-4b2d-8682-6fec85bc4b80} <Debug> TCPHandler: Processed in 0.001804827 sec.
13655 2025.02.07 10:14:43.964965 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13656 2025.02.07 10:14:43.965106 [ 255 ] {febd5320-79af-4897-a727-a631f2d27920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13657 2025.02.07 10:14:43.965165 [ 255 ] {febd5320-79af-4897-a727-a631f2d27920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13658 2025.02.07 10:14:43.965748 [ 255 ] {febd5320-79af-4897-a727-a631f2d27920} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13659 2025.02.07 10:14:43.965791 [ 255 ] {febd5320-79af-4897-a727-a631f2d27920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13660 2025.02.07 10:14:43.966190 [ 255 ] {febd5320-79af-4897-a727-a631f2d27920} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13661 2025.02.07 10:14:43.966442 [ 255 ] {febd5320-79af-4897-a727-a631f2d27920} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13662 2025.02.07 10:14:43.966601 [ 102 ] {} <Debug> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13663 2025.02.07 10:14:43.966624 [ 255 ] {febd5320-79af-4897-a727-a631f2d27920} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001548 sec., 45219.63824289406 rows/sec., 2.84 MiB/sec.
13664 2025.02.07 10:14:43.966643 [ 102 ] {} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13665 2025.02.07 10:14:43.966678 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13666 2025.02.07 10:14:43.966691 [ 255 ] {febd5320-79af-4897-a727-a631f2d27920} <Debug> TCPHandler: Processed in 0.001881058 sec.
13667 2025.02.07 10:14:43.966872 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13668 2025.02.07 10:14:43.967041 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13669 2025.02.07 10:14:43.967084 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6282 rows starting from the beginning of the part
13670 2025.02.07 10:14:43.967171 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part
13671 2025.02.07 10:14:43.967371 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part
13672 2025.02.07 10:14:43.967553 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part
13673 2025.02.07 10:14:43.967715 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part
13674 2025.02.07 10:14:43.967849 [ 187 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 70 rows starting from the beginning of the part
13675 2025.02.07 10:14:43.969909 [ 192 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6636 rows, containing 4 columns (4 merged, 0 gathered) in 0.003123513 sec., 2124530.9368009674 rows/sec., 138.22 MiB/sec.
13676 2025.02.07 10:14:43.970369 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13677 2025.02.07 10:14:43.970727 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13678 2025.02.07 10:14:43.970827 [ 189 ] {d0968cdd-1a92-46fc-a0c2-6a393e46739a::all_1_111_22} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13679 2025.02.07 10:14:43.970931 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
13680 2025.02.07 10:14:45.021687 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13681 2025.02.07 10:14:45.021882 [ 255 ] {880980ec-d2d7-4ad2-ac09-b686ca741b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13682 2025.02.07 10:14:45.021954 [ 255 ] {880980ec-d2d7-4ad2-ac09-b686ca741b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13683 2025.02.07 10:14:45.022743 [ 255 ] {880980ec-d2d7-4ad2-ac09-b686ca741b6a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13684 2025.02.07 10:14:45.022789 [ 255 ] {880980ec-d2d7-4ad2-ac09-b686ca741b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13685 2025.02.07 10:14:45.023235 [ 255 ] {880980ec-d2d7-4ad2-ac09-b686ca741b6a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13686 2025.02.07 10:14:45.023493 [ 255 ] {880980ec-d2d7-4ad2-ac09-b686ca741b6a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13687 2025.02.07 10:14:45.023736 [ 255 ] {880980ec-d2d7-4ad2-ac09-b686ca741b6a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.25 MiB/sec.
13688 2025.02.07 10:14:45.023817 [ 255 ] {880980ec-d2d7-4ad2-ac09-b686ca741b6a} <Debug> TCPHandler: Processed in 0.002267926 sec.
13689 2025.02.07 10:14:45.024108 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13690 2025.02.07 10:14:45.024339 [ 256 ] {84c3bd88-a386-4bc9-b6c1-1447edff33af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13691 2025.02.07 10:14:45.024420 [ 256 ] {84c3bd88-a386-4bc9-b6c1-1447edff33af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13692 2025.02.07 10:14:45.025245 [ 256 ] {84c3bd88-a386-4bc9-b6c1-1447edff33af} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13693 2025.02.07 10:14:45.025286 [ 256 ] {84c3bd88-a386-4bc9-b6c1-1447edff33af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13694 2025.02.07 10:14:45.025732 [ 256 ] {84c3bd88-a386-4bc9-b6c1-1447edff33af} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13695 2025.02.07 10:14:45.026008 [ 256 ] {84c3bd88-a386-4bc9-b6c1-1447edff33af} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13696 2025.02.07 10:14:45.026216 [ 256 ] {84c3bd88-a386-4bc9-b6c1-1447edff33af} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001932 sec., 33126.29399585922 rows/sec., 2.59 MiB/sec.
13697 2025.02.07 10:14:45.026280 [ 256 ] {84c3bd88-a386-4bc9-b6c1-1447edff33af} <Debug> TCPHandler: Processed in 0.002344808 sec.
13698 2025.02.07 10:14:45.026474 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13699 2025.02.07 10:14:45.026807 [ 255 ] {9e80a1de-9a09-4708-8c36-b50261dec561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13700 2025.02.07 10:14:45.026962 [ 255 ] {9e80a1de-9a09-4708-8c36-b50261dec561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13701 2025.02.07 10:14:45.027756 [ 255 ] {9e80a1de-9a09-4708-8c36-b50261dec561} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13702 2025.02.07 10:14:45.027797 [ 255 ] {9e80a1de-9a09-4708-8c36-b50261dec561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13703 2025.02.07 10:14:45.028203 [ 255 ] {9e80a1de-9a09-4708-8c36-b50261dec561} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13704 2025.02.07 10:14:45.028457 [ 255 ] {9e80a1de-9a09-4708-8c36-b50261dec561} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13705 2025.02.07 10:14:45.028677 [ 255 ] {9e80a1de-9a09-4708-8c36-b50261dec561} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001994 sec., 16048.144433299898 rows/sec., 1.12 MiB/sec.
13706 2025.02.07 10:14:45.028734 [ 255 ] {9e80a1de-9a09-4708-8c36-b50261dec561} <Debug> TCPHandler: Processed in 0.002355447 sec.
13707 2025.02.07 10:14:45.028887 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13708 2025.02.07 10:14:45.029029 [ 256 ] {b3e36a91-93d6-4b47-be72-f71756eb9255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13709 2025.02.07 10:14:45.029091 [ 256 ] {b3e36a91-93d6-4b47-be72-f71756eb9255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13710 2025.02.07 10:14:45.029675 [ 256 ] {b3e36a91-93d6-4b47-be72-f71756eb9255} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13711 2025.02.07 10:14:45.029722 [ 256 ] {b3e36a91-93d6-4b47-be72-f71756eb9255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13712 2025.02.07 10:14:45.030117 [ 256 ] {b3e36a91-93d6-4b47-be72-f71756eb9255} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13713 2025.02.07 10:14:45.030359 [ 256 ] {b3e36a91-93d6-4b47-be72-f71756eb9255} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13714 2025.02.07 10:14:45.030545 [ 256 ] {b3e36a91-93d6-4b47-be72-f71756eb9255} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001549 sec., 7746.933505487411 rows/sec., 534.62 KiB/sec.
13715 2025.02.07 10:14:45.030608 [ 256 ] {b3e36a91-93d6-4b47-be72-f71756eb9255} <Debug> TCPHandler: Processed in 0.001787566 sec.
13716 2025.02.07 10:14:46.837224 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598
13717 2025.02.07 10:14:46.837914 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13718 2025.02.07 10:14:46.837975 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13719 2025.02.07 10:14:46.838540 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13720 2025.02.07 10:14:46.838810 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13721 2025.02.07 10:14:46.839069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598
13722 2025.02.07 10:14:49.159407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 521
13723 2025.02.07 10:14:49.181209 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13724 2025.02.07 10:14:49.181279 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13725 2025.02.07 10:14:49.188725 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13726 2025.02.07 10:14:49.189494 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13727 2025.02.07 10:14:49.192347 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 521
13728 2025.02.07 10:14:49.544606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1918
13729 2025.02.07 10:14:49.547919 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13730 2025.02.07 10:14:49.547964 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13731 2025.02.07 10:14:49.549463 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13732 2025.02.07 10:14:49.549771 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13733 2025.02.07 10:14:49.550336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1918
13734 2025.02.07 10:14:50.029051 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13735 2025.02.07 10:14:50.029245 [ 255 ] {b8f9fe99-c612-4092-a85b-8fc93ae8f282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13736 2025.02.07 10:14:50.029324 [ 255 ] {b8f9fe99-c612-4092-a85b-8fc93ae8f282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13737 2025.02.07 10:14:50.030164 [ 255 ] {b8f9fe99-c612-4092-a85b-8fc93ae8f282} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13738 2025.02.07 10:14:50.030215 [ 255 ] {b8f9fe99-c612-4092-a85b-8fc93ae8f282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13739 2025.02.07 10:14:50.030697 [ 255 ] {b8f9fe99-c612-4092-a85b-8fc93ae8f282} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13740 2025.02.07 10:14:50.030961 [ 255 ] {b8f9fe99-c612-4092-a85b-8fc93ae8f282} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13741 2025.02.07 10:14:50.031168 [ 255 ] {b8f9fe99-c612-4092-a85b-8fc93ae8f282} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001978 sec., 67745.19716885743 rows/sec., 5.83 MiB/sec.
13742 2025.02.07 10:14:50.031238 [ 255 ] {b8f9fe99-c612-4092-a85b-8fc93ae8f282} <Debug> TCPHandler: Processed in 0.002317467 sec.
13743 2025.02.07 10:14:50.031521 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13744 2025.02.07 10:14:50.031708 [ 256 ] {ea926869-8bef-4ce8-a9a7-179e5642f4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13745 2025.02.07 10:14:50.031782 [ 256 ] {ea926869-8bef-4ce8-a9a7-179e5642f4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13746 2025.02.07 10:14:50.032611 [ 256 ] {ea926869-8bef-4ce8-a9a7-179e5642f4e6} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13747 2025.02.07 10:14:50.032687 [ 256 ] {ea926869-8bef-4ce8-a9a7-179e5642f4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13748 2025.02.07 10:14:50.033223 [ 256 ] {ea926869-8bef-4ce8-a9a7-179e5642f4e6} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
13749 2025.02.07 10:14:50.033561 [ 256 ] {ea926869-8bef-4ce8-a9a7-179e5642f4e6} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13750 2025.02.07 10:14:50.033835 [ 256 ] {ea926869-8bef-4ce8-a9a7-179e5642f4e6} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002178 sec., 17906.336088154272 rows/sec., 1.31 MiB/sec.
13751 2025.02.07 10:14:50.033907 [ 256 ] {ea926869-8bef-4ce8-a9a7-179e5642f4e6} <Debug> TCPHandler: Processed in 0.002534191 sec.
13752 2025.02.07 10:14:50.034121 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13753 2025.02.07 10:14:50.034274 [ 255 ] {11774610-9b1a-4e4d-8ac9-9d12ff85e4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13754 2025.02.07 10:14:50.034337 [ 255 ] {11774610-9b1a-4e4d-8ac9-9d12ff85e4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13755 2025.02.07 10:14:50.035081 [ 255 ] {11774610-9b1a-4e4d-8ac9-9d12ff85e4d8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13756 2025.02.07 10:14:50.035121 [ 255 ] {11774610-9b1a-4e4d-8ac9-9d12ff85e4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13757 2025.02.07 10:14:50.035527 [ 255 ] {11774610-9b1a-4e4d-8ac9-9d12ff85e4d8} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13758 2025.02.07 10:14:50.035783 [ 255 ] {11774610-9b1a-4e4d-8ac9-9d12ff85e4d8} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13759 2025.02.07 10:14:50.035987 [ 255 ] {11774610-9b1a-4e4d-8ac9-9d12ff85e4d8} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001747 sec., 58958.214081282196 rows/sec., 4.61 MiB/sec.
13760 2025.02.07 10:14:50.036082 [ 255 ] {11774610-9b1a-4e4d-8ac9-9d12ff85e4d8} <Debug> TCPHandler: Processed in 0.002033261 sec.
13761 2025.02.07 10:14:50.036287 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13762 2025.02.07 10:14:50.036606 [ 256 ] {263f9563-4497-4f2a-a4ed-b852e53e2db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13763 2025.02.07 10:14:50.036708 [ 256 ] {263f9563-4497-4f2a-a4ed-b852e53e2db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13764 2025.02.07 10:14:50.037314 [ 256 ] {263f9563-4497-4f2a-a4ed-b852e53e2db4} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13765 2025.02.07 10:14:50.037354 [ 256 ] {263f9563-4497-4f2a-a4ed-b852e53e2db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13766 2025.02.07 10:14:50.037767 [ 256 ] {263f9563-4497-4f2a-a4ed-b852e53e2db4} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13767 2025.02.07 10:14:50.038018 [ 256 ] {263f9563-4497-4f2a-a4ed-b852e53e2db4} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13768 2025.02.07 10:14:50.038240 [ 256 ] {263f9563-4497-4f2a-a4ed-b852e53e2db4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001754 sec., 91220.06841505131 rows/sec., 6.35 MiB/sec.
13769 2025.02.07 10:14:50.038301 [ 256 ] {263f9563-4497-4f2a-a4ed-b852e53e2db4} <Debug> TCPHandler: Processed in 0.002110343 sec.
13770 2025.02.07 10:14:50.038444 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13771 2025.02.07 10:14:50.038568 [ 255 ] {92292df3-31a0-4b46-967f-d81490e14007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13772 2025.02.07 10:14:50.038652 [ 255 ] {92292df3-31a0-4b46-967f-d81490e14007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13773 2025.02.07 10:14:50.039921 [ 255 ] {92292df3-31a0-4b46-967f-d81490e14007} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13774 2025.02.07 10:14:50.039959 [ 255 ] {92292df3-31a0-4b46-967f-d81490e14007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13775 2025.02.07 10:14:50.040637 [ 255 ] {92292df3-31a0-4b46-967f-d81490e14007} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13776 2025.02.07 10:14:50.040896 [ 255 ] {92292df3-31a0-4b46-967f-d81490e14007} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13777 2025.02.07 10:14:50.041104 [ 255 ] {92292df3-31a0-4b46-967f-d81490e14007} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002564 sec., 15210.608424336975 rows/sec., 27.26 MiB/sec.
13778 2025.02.07 10:14:50.041214 [ 255 ] {92292df3-31a0-4b46-967f-d81490e14007} <Debug> TCPHandler: Processed in 0.002829568 sec.
13779 2025.02.07 10:14:50.041374 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13780 2025.02.07 10:14:50.041514 [ 256 ] {3b7da5cf-42da-40d4-a8d3-c075990a793d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13781 2025.02.07 10:14:50.041574 [ 256 ] {3b7da5cf-42da-40d4-a8d3-c075990a793d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13782 2025.02.07 10:14:50.042134 [ 256 ] {3b7da5cf-42da-40d4-a8d3-c075990a793d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13783 2025.02.07 10:14:50.042174 [ 256 ] {3b7da5cf-42da-40d4-a8d3-c075990a793d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13784 2025.02.07 10:14:50.042550 [ 256 ] {3b7da5cf-42da-40d4-a8d3-c075990a793d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13785 2025.02.07 10:14:50.042791 [ 256 ] {3b7da5cf-42da-40d4-a8d3-c075990a793d} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13786 2025.02.07 10:14:50.043006 [ 256 ] {3b7da5cf-42da-40d4-a8d3-c075990a793d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001523 sec., 39395.92908732764 rows/sec., 2.66 MiB/sec.
13787 2025.02.07 10:14:50.043058 [ 256 ] {3b7da5cf-42da-40d4-a8d3-c075990a793d} <Debug> TCPHandler: Processed in 0.001749025 sec.
13788 2025.02.07 10:14:54.051421 [ 89 ] {} <Debug> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Selected 5 parts from all_1_44_9 to all_48_48_0
13789 2025.02.07 10:14:54.051500 [ 89 ] {} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13790 2025.02.07 10:14:54.051524 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13791 2025.02.07 10:14:54.051724 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_44_9 to all_48_48_0 into Compact with storage Full
13792 2025.02.07 10:14:54.052138 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13793 2025.02.07 10:14:54.052197 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 242 rows starting from the beginning of the part
13794 2025.02.07 10:14:54.052283 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part
13795 2025.02.07 10:14:54.052551 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
13796 2025.02.07 10:14:54.052713 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
13797 2025.02.07 10:14:54.052888 [ 192 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part
13798 2025.02.07 10:14:54.053965 [ 200 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002363198 sec., 319059.1732051229 rows/sec., 22.84 MiB/sec.
13799 2025.02.07 10:14:54.054173 [ 186 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary)
13800 2025.02.07 10:14:54.054572 [ 186 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13801 2025.02.07 10:14:54.054672 [ 186 ] {ffc3f815-730e-4aca-ab9f-0aa71c91c4f0::all_1_48_10} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0) (MergerMutator): Merged 5 parts: [all_1_44_9, all_48_48_0] -> all_1_48_10
13802 2025.02.07 10:14:54.054784 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
13803 2025.02.07 10:14:54.113601 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
13804 2025.02.07 10:14:54.113643 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
13805 2025.02.07 10:14:54.339179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086
13806 2025.02.07 10:14:54.339894 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13807 2025.02.07 10:14:54.339953 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13808 2025.02.07 10:14:54.340517 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13809 2025.02.07 10:14:54.340783 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13810 2025.02.07 10:14:54.341050 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
13811 2025.02.07 10:14:54.346703 [ 218 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13812 2025.02.07 10:14:54.346755 [ 218 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13813 2025.02.07 10:14:54.352976 [ 218 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13814 2025.02.07 10:14:54.794021 [ 221 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13815 2025.02.07 10:14:54.794077 [ 221 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13816 2025.02.07 10:14:54.796479 [ 221 ] {} <Debug> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13817 2025.02.07 10:14:55.031744 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13818 2025.02.07 10:14:55.031934 [ 255 ] {54ec634e-ca97-4237-b55f-60f36d530c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13819 2025.02.07 10:14:55.032005 [ 255 ] {54ec634e-ca97-4237-b55f-60f36d530c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13820 2025.02.07 10:14:55.032757 [ 255 ] {54ec634e-ca97-4237-b55f-60f36d530c77} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13821 2025.02.07 10:14:55.032803 [ 255 ] {54ec634e-ca97-4237-b55f-60f36d530c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13822 2025.02.07 10:14:55.033253 [ 255 ] {54ec634e-ca97-4237-b55f-60f36d530c77} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13823 2025.02.07 10:14:55.033518 [ 255 ] {54ec634e-ca97-4237-b55f-60f36d530c77} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13824 2025.02.07 10:14:55.033726 [ 88 ] {} <Debug> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
13825 2025.02.07 10:14:55.033753 [ 255 ] {54ec634e-ca97-4237-b55f-60f36d530c77} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec.
13826 2025.02.07 10:14:55.033809 [ 88 ] {} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13827 2025.02.07 10:14:55.033875 [ 255 ] {54ec634e-ca97-4237-b55f-60f36d530c77} <Debug> TCPHandler: Processed in 0.002263535 sec.
13828 2025.02.07 10:14:55.033880 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13829 2025.02.07 10:14:55.034111 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
13830 2025.02.07 10:14:55.034198 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13831 2025.02.07 10:14:55.034390 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13832 2025.02.07 10:14:55.034465 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part
13833 2025.02.07 10:14:55.034474 [ 256 ] {0d610d00-8152-48b1-b4ff-78eac30b990a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13834 2025.02.07 10:14:55.034612 [ 256 ] {0d610d00-8152-48b1-b4ff-78eac30b990a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13835 2025.02.07 10:14:55.034711 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
13836 2025.02.07 10:14:55.035005 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
13837 2025.02.07 10:14:55.035339 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
13838 2025.02.07 10:14:55.035738 [ 197 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
13839 2025.02.07 10:14:55.037729 [ 256 ] {0d610d00-8152-48b1-b4ff-78eac30b990a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13840 2025.02.07 10:14:55.037808 [ 256 ] {0d610d00-8152-48b1-b4ff-78eac30b990a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13841 2025.02.07 10:14:55.038408 [ 186 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004403449 sec., 15896.630118800058 rows/sec., 1.18 MiB/sec.
13842 2025.02.07 10:14:55.038634 [ 186 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
13843 2025.02.07 10:14:55.038834 [ 256 ] {0d610d00-8152-48b1-b4ff-78eac30b990a} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13844 2025.02.07 10:14:55.039189 [ 186 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13845 2025.02.07 10:14:55.039364 [ 256 ] {0d610d00-8152-48b1-b4ff-78eac30b990a} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13846 2025.02.07 10:14:55.039381 [ 186 ] {29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98::all_1_49_12} <Trace> oximeter.fields_i16 (29c6fb46-e495-4dd7-b0c1-3c5f1ae7ed98) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
13847 2025.02.07 10:14:55.039560 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13848 2025.02.07 10:14:55.039723 [ 256 ] {0d610d00-8152-48b1-b4ff-78eac30b990a} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.005338 sec., 38029.224428624955 rows/sec., 3.28 MiB/sec.
13849 2025.02.07 10:14:55.039803 [ 256 ] {0d610d00-8152-48b1-b4ff-78eac30b990a} <Debug> TCPHandler: Processed in 0.005777486 sec.
13850 2025.02.07 10:14:55.040002 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13851 2025.02.07 10:14:55.040129 [ 255 ] {67cee3a2-3dc2-4fe8-b0de-3d60b1360e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13852 2025.02.07 10:14:55.040180 [ 255 ] {67cee3a2-3dc2-4fe8-b0de-3d60b1360e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13853 2025.02.07 10:14:55.040789 [ 255 ] {67cee3a2-3dc2-4fe8-b0de-3d60b1360e8a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13854 2025.02.07 10:14:55.040831 [ 255 ] {67cee3a2-3dc2-4fe8-b0de-3d60b1360e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13855 2025.02.07 10:14:55.041210 [ 255 ] {67cee3a2-3dc2-4fe8-b0de-3d60b1360e8a} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
13856 2025.02.07 10:14:55.041464 [ 255 ] {67cee3a2-3dc2-4fe8-b0de-3d60b1360e8a} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13857 2025.02.07 10:14:55.041683 [ 255 ] {67cee3a2-3dc2-4fe8-b0de-3d60b1360e8a} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001581 sec., 4427.577482605946 rows/sec., 288.46 KiB/sec.
13858 2025.02.07 10:14:55.041748 [ 255 ] {67cee3a2-3dc2-4fe8-b0de-3d60b1360e8a} <Debug> TCPHandler: Processed in 0.001809127 sec.
13859 2025.02.07 10:14:55.041929 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13860 2025.02.07 10:14:55.042058 [ 256 ] {006492e8-9ca7-40b4-8157-ba25f63ee5c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13861 2025.02.07 10:14:55.042110 [ 256 ] {006492e8-9ca7-40b4-8157-ba25f63ee5c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13862 2025.02.07 10:14:55.042732 [ 256 ] {006492e8-9ca7-40b4-8157-ba25f63ee5c9} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13863 2025.02.07 10:14:55.042771 [ 256 ] {006492e8-9ca7-40b4-8157-ba25f63ee5c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13864 2025.02.07 10:14:55.043157 [ 256 ] {006492e8-9ca7-40b4-8157-ba25f63ee5c9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13865 2025.02.07 10:14:55.043405 [ 256 ] {006492e8-9ca7-40b4-8157-ba25f63ee5c9} <Trace> oximeter.fields_u32 (ffc3f815-730e-4aca-ab9f-0aa71c91c4f0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13866 2025.02.07 10:14:55.043583 [ 256 ] {006492e8-9ca7-40b4-8157-ba25f63ee5c9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001556 sec., 8997.429305912596 rows/sec., 630.12 KiB/sec.
13867 2025.02.07 10:14:55.043638 [ 256 ] {006492e8-9ca7-40b4-8157-ba25f63ee5c9} <Debug> TCPHandler: Processed in 0.001767096 sec.
13868 2025.02.07 10:14:55.043806 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13869 2025.02.07 10:14:55.043934 [ 255 ] {fc4a8b6c-8bb8-4e35-b7fa-c85f578b8b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13870 2025.02.07 10:14:55.043984 [ 255 ] {fc4a8b6c-8bb8-4e35-b7fa-c85f578b8b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13871 2025.02.07 10:14:55.044588 [ 255 ] {fc4a8b6c-8bb8-4e35-b7fa-c85f578b8b1c} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13872 2025.02.07 10:14:55.044630 [ 255 ] {fc4a8b6c-8bb8-4e35-b7fa-c85f578b8b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13873 2025.02.07 10:14:55.045014 [ 255 ] {fc4a8b6c-8bb8-4e35-b7fa-c85f578b8b1c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13874 2025.02.07 10:14:55.045262 [ 255 ] {fc4a8b6c-8bb8-4e35-b7fa-c85f578b8b1c} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13875 2025.02.07 10:14:55.045447 [ 88 ] {} <Debug> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
13876 2025.02.07 10:14:55.045498 [ 255 ] {fc4a8b6c-8bb8-4e35-b7fa-c85f578b8b1c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001587 sec., 8191.556395715185 rows/sec., 510.74 KiB/sec.
13877 2025.02.07 10:14:55.045506 [ 88 ] {} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13878 2025.02.07 10:14:55.045588 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13879 2025.02.07 10:14:55.045623 [ 255 ] {fc4a8b6c-8bb8-4e35-b7fa-c85f578b8b1c} <Debug> TCPHandler: Processed in 0.001876198 sec.
13880 2025.02.07 10:14:55.045834 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
13881 2025.02.07 10:14:55.045863 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13882 2025.02.07 10:14:55.046068 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13883 2025.02.07 10:14:55.046118 [ 256 ] {2fe0d031-adab-4efe-8004-c9c7a9cd5069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13884 2025.02.07 10:14:55.046135 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part
13885 2025.02.07 10:14:55.046219 [ 256 ] {2fe0d031-adab-4efe-8004-c9c7a9cd5069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13886 2025.02.07 10:14:55.046441 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part
13887 2025.02.07 10:14:55.046761 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part
13888 2025.02.07 10:14:55.047114 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part
13889 2025.02.07 10:14:55.047483 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part
13890 2025.02.07 10:14:55.049126 [ 256 ] {2fe0d031-adab-4efe-8004-c9c7a9cd5069} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13891 2025.02.07 10:14:55.049202 [ 256 ] {2fe0d031-adab-4efe-8004-c9c7a9cd5069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13892 2025.02.07 10:14:55.049869 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004159634 sec., 15626.374820476995 rows/sec., 1.01 MiB/sec.
13893 2025.02.07 10:14:55.050078 [ 197 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
13894 2025.02.07 10:14:55.050168 [ 256 ] {2fe0d031-adab-4efe-8004-c9c7a9cd5069} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13895 2025.02.07 10:14:55.050532 [ 186 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13896 2025.02.07 10:14:55.050632 [ 256 ] {2fe0d031-adab-4efe-8004-c9c7a9cd5069} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13897 2025.02.07 10:14:55.050750 [ 186 ] {dd0523a0-8f25-4597-9cef-310042345b9c::all_1_49_12} <Trace> oximeter.fields_u8 (dd0523a0-8f25-4597-9cef-310042345b9c) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
13898 2025.02.07 10:14:55.051002 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13899 2025.02.07 10:14:55.051078 [ 256 ] {2fe0d031-adab-4efe-8004-c9c7a9cd5069} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005041 sec., 75778.6153540964 rows/sec., 5.36 MiB/sec.
13900 2025.02.07 10:14:55.051154 [ 256 ] {2fe0d031-adab-4efe-8004-c9c7a9cd5069} <Debug> TCPHandler: Processed in 0.005409459 sec.
13901 2025.02.07 10:14:55.051315 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13902 2025.02.07 10:14:55.051440 [ 255 ] {09af2741-67e7-49e2-91a8-f1067c1a5598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13903 2025.02.07 10:14:55.051490 [ 255 ] {09af2741-67e7-49e2-91a8-f1067c1a5598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13904 2025.02.07 10:14:55.052010 [ 255 ] {09af2741-67e7-49e2-91a8-f1067c1a5598} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13905 2025.02.07 10:14:55.052051 [ 255 ] {09af2741-67e7-49e2-91a8-f1067c1a5598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13906 2025.02.07 10:14:55.052432 [ 255 ] {09af2741-67e7-49e2-91a8-f1067c1a5598} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13907 2025.02.07 10:14:55.052683 [ 255 ] {09af2741-67e7-49e2-91a8-f1067c1a5598} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13908 2025.02.07 10:14:55.052868 [ 88 ] {} <Debug> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0
13909 2025.02.07 10:14:55.052934 [ 88 ] {} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13910 2025.02.07 10:14:55.052939 [ 255 ] {09af2741-67e7-49e2-91a8-f1067c1a5598} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001514 sec., 3963.011889035667 rows/sec., 207.05 KiB/sec.
13911 2025.02.07 10:14:55.052968 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13912 2025.02.07 10:14:55.053119 [ 255 ] {09af2741-67e7-49e2-91a8-f1067c1a5598} <Debug> TCPHandler: Processed in 0.001860608 sec.
13913 2025.02.07 10:14:55.053214 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full
13914 2025.02.07 10:14:55.053307 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13915 2025.02.07 10:14:55.053359 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13916 2025.02.07 10:14:55.053400 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 264 rows starting from the beginning of the part
13917 2025.02.07 10:14:55.053456 [ 256 ] {c170cb37-e9f7-4606-a817-6514fe79a59f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13918 2025.02.07 10:14:55.053499 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
13919 2025.02.07 10:14:55.053595 [ 256 ] {c170cb37-e9f7-4606-a817-6514fe79a59f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13920 2025.02.07 10:14:55.053871 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
13921 2025.02.07 10:14:55.054319 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
13922 2025.02.07 10:14:55.054725 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
13923 2025.02.07 10:14:55.055135 [ 188 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
13924 2025.02.07 10:14:55.056305 [ 256 ] {c170cb37-e9f7-4606-a817-6514fe79a59f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13925 2025.02.07 10:14:55.056351 [ 256 ] {c170cb37-e9f7-4606-a817-6514fe79a59f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13926 2025.02.07 10:14:55.057011 [ 198 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 4 columns (4 merged, 0 gathered) in 0.003920489 sec., 74990.6452996042 rows/sec., 3.83 MiB/sec.
13927 2025.02.07 10:14:55.057022 [ 256 ] {c170cb37-e9f7-4606-a817-6514fe79a59f} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13928 2025.02.07 10:14:55.057204 [ 198 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary)
13929 2025.02.07 10:14:55.057492 [ 256 ] {c170cb37-e9f7-4606-a817-6514fe79a59f} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13930 2025.02.07 10:14:55.057821 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Selected 6 parts from all_1_109_22 to all_114_114_0
13931 2025.02.07 10:14:55.057897 [ 198 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13932 2025.02.07 10:14:55.057916 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13933 2025.02.07 10:14:55.058009 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13934 2025.02.07 10:14:55.058063 [ 256 ] {c170cb37-e9f7-4606-a817-6514fe79a59f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004617 sec., 51332.03378817414 rows/sec., 3.44 MiB/sec.
13935 2025.02.07 10:14:55.058240 [ 198 ] {abbfcc69-a8fc-4722-9852-b3fd6e6bdc88::all_1_49_10} <Trace> oximeter.measurements_bool (abbfcc69-a8fc-4722-9852-b3fd6e6bdc88) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10
13936 2025.02.07 10:14:55.058412 [ 256 ] {c170cb37-e9f7-4606-a817-6514fe79a59f} <Debug> TCPHandler: Processed in 0.005162955 sec.
13937 2025.02.07 10:14:55.058440 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_109_22 to all_114_114_0 into Compact with storage Full
13938 2025.02.07 10:14:55.058712 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
13939 2025.02.07 10:14:55.058739 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13940 2025.02.07 10:14:55.058980 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13941 2025.02.07 10:14:55.059081 [ 255 ] {10c8e520-5147-48fe-8ab5-5a6b58b87c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13942 2025.02.07 10:14:55.059118 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_109_22, total 30390 rows starting from the beginning of the part
13943 2025.02.07 10:14:55.059430 [ 255 ] {10c8e520-5147-48fe-8ab5-5a6b58b87c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13944 2025.02.07 10:14:55.059569 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part
13945 2025.02.07 10:14:55.060006 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 928 rows starting from the beginning of the part
13946 2025.02.07 10:14:55.060478 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 32 rows starting from the beginning of the part
13947 2025.02.07 10:14:55.060857 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part
13948 2025.02.07 10:14:55.061260 [ 193 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part
13949 2025.02.07 10:14:55.063505 [ 255 ] {10c8e520-5147-48fe-8ab5-5a6b58b87c6e} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13950 2025.02.07 10:14:55.063571 [ 255 ] {10c8e520-5147-48fe-8ab5-5a6b58b87c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13951 2025.02.07 10:14:55.064182 [ 255 ] {10c8e520-5147-48fe-8ab5-5a6b58b87c6e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13952 2025.02.07 10:14:55.064624 [ 255 ] {10c8e520-5147-48fe-8ab5-5a6b58b87c6e} <Trace> oximeter.measurements_f64 (b77fbf33-6fe4-4920-b8b7-db2e8305207b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13953 2025.02.07 10:14:55.065348 [ 255 ] {10c8e520-5147-48fe-8ab5-5a6b58b87c6e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006282 sec., 159.18497293855458 rows/sec., 10.73 KiB/sec.
13954 2025.02.07 10:14:55.066116 [ 255 ] {10c8e520-5147-48fe-8ab5-5a6b58b87c6e} <Debug> TCPHandler: Processed in 0.007553993 sec.
13955 2025.02.07 10:14:55.066346 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13956 2025.02.07 10:14:55.066487 [ 256 ] {08743b05-5459-4709-91fa-0a793efaa30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13957 2025.02.07 10:14:55.066563 [ 256 ] {08743b05-5459-4709-91fa-0a793efaa30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13958 2025.02.07 10:14:55.067303 [ 256 ] {08743b05-5459-4709-91fa-0a793efaa30c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13959 2025.02.07 10:14:55.067341 [ 256 ] {08743b05-5459-4709-91fa-0a793efaa30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
13960 2025.02.07 10:14:55.067900 [ 256 ] {08743b05-5459-4709-91fa-0a793efaa30c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13961 2025.02.07 10:14:55.068246 [ 256 ] {08743b05-5459-4709-91fa-0a793efaa30c} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13962 2025.02.07 10:14:55.068453 [ 256 ] {08743b05-5459-4709-91fa-0a793efaa30c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001991 sec., 41185.33400301356 rows/sec., 2.62 MiB/sec.
13963 2025.02.07 10:14:55.068517 [ 256 ] {08743b05-5459-4709-91fa-0a793efaa30c} <Debug> TCPHandler: Processed in 0.002238665 sec.
13964 2025.02.07 10:14:55.072019 [ 198 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31907 rows, containing 5 columns (5 merged, 0 gathered) in 0.01386243 sec., 2301688.809249172 rows/sec., 155.45 MiB/sec.
13965 2025.02.07 10:14:55.072629 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary)
13966 2025.02.07 10:14:55.073023 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13967 2025.02.07 10:14:55.073122 [ 195 ] {2df20432-8973-442f-ac58-dfc9a4cc3f75::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75) (MergerMutator): Merged 6 parts: [all_1_109_22, all_114_114_0] -> all_1_114_23
13968 2025.02.07 10:14:55.073242 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
13969 2025.02.07 10:14:56.692402 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 528
13970 2025.02.07 10:14:56.712860 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13971 2025.02.07 10:14:56.712918 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
13972 2025.02.07 10:14:56.719957 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13973 2025.02.07 10:14:56.720732 [ 243 ] {} <Trace> system.metric_log (c7f78442-c3ed-4595-a125-39bde360c7a3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13974 2025.02.07 10:14:56.723401 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
13975 2025.02.07 10:14:59.550606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1950
13976 2025.02.07 10:14:59.553903 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13977 2025.02.07 10:14:59.553962 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
13978 2025.02.07 10:14:59.555460 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13979 2025.02.07 10:14:59.555772 [ 242 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13980 2025.02.07 10:14:59.556030 [ 80 ] {} <Debug> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13981 2025.02.07 10:14:59.556169 [ 80 ] {} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13982 2025.02.07 10:14:59.556266 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
13983 2025.02.07 10:14:59.556610 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
13984 2025.02.07 10:14:59.556941 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1950
13985 2025.02.07 10:14:59.557417 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13986 2025.02.07 10:14:59.557545 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1768 rows starting from the beginning of the part
13987 2025.02.07 10:14:59.558104 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part
13988 2025.02.07 10:14:59.558686 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
13989 2025.02.07 10:14:59.559249 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part
13990 2025.02.07 10:14:59.559893 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part
13991 2025.02.07 10:14:59.560345 [ 194 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::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
13992 2025.02.07 10:14:59.568694 [ 198 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 72 columns (72 merged, 0 gathered) in 0.012280879 sec., 158783.42258725944 rows/sec., 121.04 MiB/sec.
13993 2025.02.07 10:14:59.570617 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13994 2025.02.07 10:14:59.571509 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_51_10} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13995 2025.02.07 10:14:59.571623 [ 191 ] {b20dc5b1-e25f-4a05-8c1f-34ae4313e63e::all_1_51_10} <Trace> system.query_log (b20dc5b1-e25f-4a05-8c1f-34ae4313e63e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13996 2025.02.07 10:14:59.572004 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.06 MiB.
13997 2025.02.07 10:15:00.030537 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13998 2025.02.07 10:15:00.030730 [ 255 ] {fb6d8626-8c1a-4a11-9516-8713f03828cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13999 2025.02.07 10:15:00.030804 [ 255 ] {fb6d8626-8c1a-4a11-9516-8713f03828cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14000 2025.02.07 10:15:00.031551 [ 255 ] {fb6d8626-8c1a-4a11-9516-8713f03828cc} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14001 2025.02.07 10:15:00.031597 [ 255 ] {fb6d8626-8c1a-4a11-9516-8713f03828cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14002 2025.02.07 10:15:00.032034 [ 255 ] {fb6d8626-8c1a-4a11-9516-8713f03828cc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
14003 2025.02.07 10:15:00.032295 [ 255 ] {fb6d8626-8c1a-4a11-9516-8713f03828cc} <Trace> oximeter.fields_ipaddr (75d04454-f37e-438f-8bdf-b06e6fcbc6e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14004 2025.02.07 10:15:00.032534 [ 255 ] {fb6d8626-8c1a-4a11-9516-8713f03828cc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001848 sec., 1082.2510822510822 rows/sec., 88.25 KiB/sec.
14005 2025.02.07 10:15:00.032674 [ 255 ] {fb6d8626-8c1a-4a11-9516-8713f03828cc} <Debug> TCPHandler: Processed in 0.002266196 sec.
14006 2025.02.07 10:15:00.032965 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14007 2025.02.07 10:15:00.033153 [ 256 ] {bda83e4c-b397-43e1-ad18-e9d0cd1fe65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14008 2025.02.07 10:15:00.033224 [ 256 ] {bda83e4c-b397-43e1-ad18-e9d0cd1fe65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14009 2025.02.07 10:15:00.034022 [ 256 ] {bda83e4c-b397-43e1-ad18-e9d0cd1fe65e} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14010 2025.02.07 10:15:00.034068 [ 256 ] {bda83e4c-b397-43e1-ad18-e9d0cd1fe65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14011 2025.02.07 10:15:00.034523 [ 256 ] {bda83e4c-b397-43e1-ad18-e9d0cd1fe65e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14012 2025.02.07 10:15:00.034785 [ 256 ] {bda83e4c-b397-43e1-ad18-e9d0cd1fe65e} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14013 2025.02.07 10:15:00.034987 [ 78 ] {} <Debug> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14014 2025.02.07 10:15:00.035055 [ 256 ] {bda83e4c-b397-43e1-ad18-e9d0cd1fe65e} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001944 sec., 69444.44444444444 rows/sec., 5.97 MiB/sec.
14015 2025.02.07 10:15:00.035059 [ 78 ] {} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14016 2025.02.07 10:15:00.035147 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14017 2025.02.07 10:15:00.035193 [ 256 ] {bda83e4c-b397-43e1-ad18-e9d0cd1fe65e} <Debug> TCPHandler: Processed in 0.002389189 sec.
14018 2025.02.07 10:15:00.035444 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14019 2025.02.07 10:15:00.035471 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14020 2025.02.07 10:15:00.035883 [ 255 ] {64fb1e02-adbf-46e4-b62f-981380cdefb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14021 2025.02.07 10:15:00.035933 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14022 2025.02.07 10:15:00.036042 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1431 rows starting from the beginning of the part
14023 2025.02.07 10:15:00.036113 [ 255 ] {64fb1e02-adbf-46e4-b62f-981380cdefb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14024 2025.02.07 10:15:00.036551 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1346 rows starting from the beginning of the part
14025 2025.02.07 10:15:00.037182 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part
14026 2025.02.07 10:15:00.037797 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 134 rows starting from the beginning of the part
14027 2025.02.07 10:15:00.038375 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 203 rows starting from the beginning of the part
14028 2025.02.07 10:15:00.038919 [ 201 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 135 rows starting from the beginning of the part
14029 2025.02.07 10:15:00.040328 [ 255 ] {64fb1e02-adbf-46e4-b62f-981380cdefb5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14030 2025.02.07 10:15:00.040394 [ 255 ] {64fb1e02-adbf-46e4-b62f-981380cdefb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14031 2025.02.07 10:15:00.041317 [ 255 ] {64fb1e02-adbf-46e4-b62f-981380cdefb5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
14032 2025.02.07 10:15:00.041760 [ 255 ] {64fb1e02-adbf-46e4-b62f-981380cdefb5} <Trace> oximeter.fields_u16 (6a63447e-5890-48be-b22a-5eef3e38c423): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14033 2025.02.07 10:15:00.041999 [ 255 ] {64fb1e02-adbf-46e4-b62f-981380cdefb5} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.006318 sec., 6489.395378284267 rows/sec., 486.27 KiB/sec.
14034 2025.02.07 10:15:00.042088 [ 255 ] {64fb1e02-adbf-46e4-b62f-981380cdefb5} <Debug> TCPHandler: Processed in 0.006793667 sec.
14035 2025.02.07 10:15:00.042257 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14036 2025.02.07 10:15:00.042538 [ 256 ] {c1ff7013-0281-4335-b32e-04beece2ef58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14037 2025.02.07 10:15:00.042689 [ 256 ] {c1ff7013-0281-4335-b32e-04beece2ef58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14038 2025.02.07 10:15:00.042801 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.007519752 sec., 439509.1753025898 rows/sec., 38.37 MiB/sec.
14039 2025.02.07 10:15:00.043171 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14040 2025.02.07 10:15:00.043720 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14041 2025.02.07 10:15:00.043938 [ 198 ] {3708e1c7-4b72-4375-a8e9-b90be6f2c404::all_1_116_23} <Trace> oximeter.fields_string (3708e1c7-4b72-4375-a8e9-b90be6f2c404) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14042 2025.02.07 10:15:00.043973 [ 256 ] {c1ff7013-0281-4335-b32e-04beece2ef58} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14043 2025.02.07 10:15:00.044072 [ 256 ] {c1ff7013-0281-4335-b32e-04beece2ef58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14044 2025.02.07 10:15:00.044097 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
14045 2025.02.07 10:15:00.044502 [ 256 ] {c1ff7013-0281-4335-b32e-04beece2ef58} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14046 2025.02.07 10:15:00.044750 [ 256 ] {c1ff7013-0281-4335-b32e-04beece2ef58} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14047 2025.02.07 10:15:00.044946 [ 78 ] {} <Debug> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14048 2025.02.07 10:15:00.044982 [ 256 ] {c1ff7013-0281-4335-b32e-04beece2ef58} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.002548 sec., 41208.79120879121 rows/sec., 3.22 MiB/sec.
14049 2025.02.07 10:15:00.045024 [ 78 ] {} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14050 2025.02.07 10:15:00.045099 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14051 2025.02.07 10:15:00.045121 [ 256 ] {c1ff7013-0281-4335-b32e-04beece2ef58} <Debug> TCPHandler: Processed in 0.002927319 sec.
14052 2025.02.07 10:15:00.045325 [ 198 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14053 2025.02.07 10:15:00.045353 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14054 2025.02.07 10:15:00.045436 [ 198 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14055 2025.02.07 10:15:00.045480 [ 198 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part
14056 2025.02.07 10:15:00.045538 [ 255 ] {bad4a34a-d38d-48f5-ba3f-ad49a90f3600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14057 2025.02.07 10:15:00.045608 [ 198 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 844 rows starting from the beginning of the part
14058 2025.02.07 10:15:00.045678 [ 255 ] {bad4a34a-d38d-48f5-ba3f-ad49a90f3600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14059 2025.02.07 10:15:00.045903 [ 198 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part
14060 2025.02.07 10:15:00.046243 [ 198 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 103 rows starting from the beginning of the part
14061 2025.02.07 10:15:00.046474 [ 198 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 382 rows starting from the beginning of the part
14062 2025.02.07 10:15:00.046700 [ 198 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 105 rows starting from the beginning of the part
14063 2025.02.07 10:15:00.047507 [ 255 ] {bad4a34a-d38d-48f5-ba3f-ad49a90f3600} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14064 2025.02.07 10:15:00.047550 [ 255 ] {bad4a34a-d38d-48f5-ba3f-ad49a90f3600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14065 2025.02.07 10:15:00.048194 [ 255 ] {bad4a34a-d38d-48f5-ba3f-ad49a90f3600} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14066 2025.02.07 10:15:00.048512 [ 255 ] {bad4a34a-d38d-48f5-ba3f-ad49a90f3600} <Trace> oximeter.measurements_cumulativeu64 (2df20432-8973-442f-ac58-dfc9a4cc3f75): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14067 2025.02.07 10:15:00.048696 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.003501031 sec., 688654.2849806243 rows/sec., 52.81 MiB/sec.
14068 2025.02.07 10:15:00.048849 [ 255 ] {bad4a34a-d38d-48f5-ba3f-ad49a90f3600} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003359 sec., 47930.931824947904 rows/sec., 3.34 MiB/sec.
14069 2025.02.07 10:15:00.049019 [ 255 ] {bad4a34a-d38d-48f5-ba3f-ad49a90f3600} <Debug> TCPHandler: Processed in 0.003767707 sec.
14070 2025.02.07 10:15:00.049197 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14071 2025.02.07 10:15:00.049297 [ 256 ] {} <Trace> TCP-Session: 06b19a47-4014-41b6-969d-06d76584f7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14072 2025.02.07 10:15:00.049699 [ 256 ] {1e0d7815-0d00-43ed-8c75-6b120255219b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57805) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14073 2025.02.07 10:15:00.050024 [ 256 ] {1e0d7815-0d00-43ed-8c75-6b120255219b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14074 2025.02.07 10:15:00.050694 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14075 2025.02.07 10:15:00.050990 [ 187 ] {7bc948bb-a006-43cf-9e38-6feea4f3bc79::all_1_116_23} <Trace> oximeter.fields_uuid (7bc948bb-a006-43cf-9e38-6feea4f3bc79) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14076 2025.02.07 10:15:00.051212 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
14077 2025.02.07 10:15:00.052275 [ 256 ] {1e0d7815-0d00-43ed-8c75-6b120255219b} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14078 2025.02.07 10:15:00.052320 [ 256 ] {1e0d7815-0d00-43ed-8c75-6b120255219b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14079 2025.02.07 10:15:00.053046 [ 256 ] {1e0d7815-0d00-43ed-8c75-6b120255219b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14080 2025.02.07 10:15:00.053316 [ 256 ] {1e0d7815-0d00-43ed-8c75-6b120255219b} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14081 2025.02.07 10:15:00.053530 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
14082 2025.02.07 10:15:00.053591 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14083 2025.02.07 10:15:00.053606 [ 256 ] {1e0d7815-0d00-43ed-8c75-6b120255219b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004017 sec., 9708.73786407767 rows/sec., 17.40 MiB/sec.
14084 2025.02.07 10:15:00.053638 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14085 2025.02.07 10:15:00.054079 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::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
14086 2025.02.07 10:15:00.054184 [ 256 ] {1e0d7815-0d00-43ed-8c75-6b120255219b} <Debug> TCPHandler: Processed in 0.005025282 sec.
14087 2025.02.07 10:15:00.054746 [ 255 ] {} <Trace> TCP-Session: 6e94d01e-e0ce-45e0-ace9-b5b9ad39783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14088 2025.02.07 10:15:00.055181 [ 255 ] {b20eb296-1aa8-41c4-b138-f4bf99b82207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39126) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14089 2025.02.07 10:15:00.055305 [ 255 ] {b20eb296-1aa8-41c4-b138-f4bf99b82207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14090 2025.02.07 10:15:00.055398 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14091 2025.02.07 10:15:00.055681 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1722 rows starting from the beginning of the part
14092 2025.02.07 10:15:00.056496 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part
14093 2025.02.07 10:15:00.057229 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part
14094 2025.02.07 10:15:00.057428 [ 255 ] {b20eb296-1aa8-41c4-b138-f4bf99b82207} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14095 2025.02.07 10:15:00.057550 [ 255 ] {b20eb296-1aa8-41c4-b138-f4bf99b82207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14096 2025.02.07 10:15:00.057994 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part
14097 2025.02.07 10:15:00.058686 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part
14098 2025.02.07 10:15:00.058987 [ 255 ] {b20eb296-1aa8-41c4-b138-f4bf99b82207} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14099 2025.02.07 10:15:00.059287 [ 189 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part
14100 2025.02.07 10:15:00.059832 [ 255 ] {b20eb296-1aa8-41c4-b138-f4bf99b82207} <Trace> oximeter.measurements_u64 (d0968cdd-1a92-46fc-a0c2-6a393e46739a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14101 2025.02.07 10:15:00.060489 [ 255 ] {b20eb296-1aa8-41c4-b138-f4bf99b82207} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005446 sec., 11017.260374586853 rows/sec., 760.31 KiB/sec.
14102 2025.02.07 10:15:00.060596 [ 255 ] {b20eb296-1aa8-41c4-b138-f4bf99b82207} <Debug> TCPHandler: Processed in 0.006285957 sec.
14103 2025.02.07 10:15:00.070071 [ 187 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1917 rows, containing 19 columns (19 merged, 0 gathered) in 0.01628438 sec., 117720.17110875575 rows/sec., 210.95 MiB/sec.
14104 2025.02.07 10:15:00.071985 [ 192 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
14105 2025.02.07 10:15:00.072440 [ 192 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14106 2025.02.07 10:15:00.072526 [ 192 ] {96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (96d7b7a6-ab3f-47fe-b3a7-44c4313d4b05) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
14107 2025.02.07 10:15:00.072687 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.51 MiB.
14108 2025.02.07 10:15:01.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.78 MiB, peak 274.24 MiB, free memory in arenas 0.00 B, will set to 261.62 MiB (RSS), difference: 4.84 MiB
14109 2025.02.07 10:15:01.841171 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513
14110 2025.02.07 10:15:01.841809 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14111 2025.02.07 10:15:01.841849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14112 2025.02.07 10:15:01.842396 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14113 2025.02.07 10:15:01.842679 [ 244 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14114 2025.02.07 10:15:01.842834 [ 76 ] {} <Debug> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14115 2025.02.07 10:15:01.842868 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513
14116 2025.02.07 10:15:01.842881 [ 76 ] {} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14117 2025.02.07 10:15:01.842913 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
14118 2025.02.07 10:15:01.843025 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::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
14119 2025.02.07 10:15:01.843120 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14120 2025.02.07 10:15:01.843152 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part
14121 2025.02.07 10:15:01.843213 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part
14122 2025.02.07 10:15:01.843397 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part
14123 2025.02.07 10:15:01.843711 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part
14124 2025.02.07 10:15:01.843844 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part
14125 2025.02.07 10:15:01.843992 [ 200 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part
14126 2025.02.07 10:15:01.846577 [ 187 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.003589183 sec., 9058607.488110803 rows/sec., 129.58 MiB/sec.
14127 2025.02.07 10:15:01.847028 [ 187 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14128 2025.02.07 10:15:01.847369 [ 187 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14129 2025.02.07 10:15:01.847463 [ 187 ] {ea3d3277-5089-4a4f-91f3-52118b6d3ee4::all_1_71_14} <Trace> system.asynchronous_metric_log (ea3d3277-5089-4a4f-91f3-52118b6d3ee4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14130 2025.02.07 10:15:01.847577 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB.