Max level shown:
1 [ Dec 14 03:34:49 Enabled. ]
2 [ Dec 14 03:34:49 Rereading configuration. ]
3 [ Dec 14 03:34:50 Rereading configuration. ]
4 [ Dec 14 03:34:51 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 [ Dec 14 03:34:51 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 2024.12.14 03:34:52.579765 [ 1 ] {} <Information> Application: Will watch for the process with pid 26171
29 2024.12.14 03:34:52.580246 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.14 03:34:52.793378 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26171
31 2024.12.14 03:34:52.794067 [ 1 ] {} <Information> Application: starting up
32 2024.12.14 03:34:52.794727 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.14 03:34:52.878508 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.14 03:34:52.905283 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.14 03:34:52.905330 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.14 03:34:52.905343 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.14 03:34:52.905401 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.14 03:34:52.905766 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.14 03:34:52.907277 [ 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 2024.12.14 03:34:52.907976 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.14 03:34:52.908772 [ 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 2024.12.14 03:34:52.908793 [ 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 2024.12.14 03:34:52.908808 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.14 03:34:52.908971 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.14 03:34:52.909887 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.14 03:34:52.915040 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.14 03:34:52.915662 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.14 03:34:52.917044 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.14 03:34:52.917105 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.14 03:34:52.918575 [ 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 2024.12.14 03:34:52.919037 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.14 03:34:52.923131 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.14 03:34:52.923431 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.14 03:34:52.924842 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.14 03:34:52.925302 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.14 03:34:52.925683 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.14 03:34:52.926027 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.14 03:34:52.927253 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.14 03:34:52.927278 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.14 03:34:52.927357 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.14 03:34:52.927534 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.14 03:34:52.940267 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.14 03:34:52.940292 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000133963 sec
68 2024.12.14 03:34:52.940331 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.14 03:34:52.940346 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.14 03:34:52.941416 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.14 03:34:52.942413 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.14 03:34:52.953220 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.14 03:34:52.953262 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.14 03:34:52.953283 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.14 03:34:52.953295 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.14 03:34:52.953324 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.14 03:34:52.953342 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.14 03:34:52.955856 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.14 03:34:52.955897 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.14 03:34:52.955918 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.14 03:34:52.956093 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.14 03:34:52.956111 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.14 03:34:52.956144 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.14 03:34:52.956163 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.14 03:34:52.956175 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.14 03:34:52.956202 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.14 03:34:52.956219 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.14 03:34:52.982319 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.14 03:34:53.002544 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.14 03:34:53.002580 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7232e-05 sec
91 2024.12.14 03:34:53.002597 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.14 03:34:53.002610 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.14 03:34:53.002636 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.14 03:34:53.002856 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.14 03:34:53.002906 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.14 03:34:53.002921 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.14 03:34:53.002934 [ 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 2024.12.14 03:34:53.002947 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.14 03:34:53.008673 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.14 03:34:53.008887 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2024.12.14 03:34:53.009815 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.591e-05 sec.
102 2024.12.14 03:34:53.010773 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.14 03:34:53.010880 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.14 03:34:53.010903 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.14 03:34:53.504381 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59913
106 2024.12.14 03:34:53.504736 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.14 03:34:53.504815 [ 3 ] {} <Debug> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59913
108 2024.12.14 03:34:53.504854 [ 3 ] {} <Debug> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.14 03:34:53.504882 [ 3 ] {} <Debug> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.14 03:34:53.505003 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.14 03:34:53.505041 [ 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 2024.12.14 03:34:53.505078 [ 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 2024.12.14 03:34:53.505612 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51461
114 2024.12.14 03:34:53.505759 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.12.14 03:34:53.505797 [ 4 ] {} <Debug> TCP-Session: d900bf8c-c8b4-4f71-9e90-33f5ce96b879 Authenticating user 'default' from [fd00:1122:3344:101::d]:51461
116 2024.12.14 03:34:53.505829 [ 4 ] {} <Debug> TCP-Session: d900bf8c-c8b4-4f71-9e90-33f5ce96b879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.12.14 03:34:53.505864 [ 4 ] {} <Debug> TCP-Session: d900bf8c-c8b4-4f71-9e90-33f5ce96b879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.12.14 03:34:53.506691 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57545
119 2024.12.14 03:34:53.506697 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39634
120 2024.12.14 03:34:53.506821 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53675
121 2024.12.14 03:34:53.506841 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2024.12.14 03:34:53.507147 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40320
123 2024.12.14 03:34:53.507218 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2024.12.14 03:34:53.507239 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2024.12.14 03:34:53.507442 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2024.12.14 03:34:53.507442 [ 5 ] {} <Debug> TCP-Session: 2feddcf0-b9ab-4f64-84cf-62ff04339e01 Authenticating user 'default' from [fd00:1122:3344:101::d]:39634
127 2024.12.14 03:34:53.507484 [ 254 ] {} <Debug> TCP-Session: 6797b39c-f14d-46b6-b269-5e350e656b42 Authenticating user 'default' from [fd00:1122:3344:101::d]:53675
128 2024.12.14 03:34:53.507494 [ 253 ] {} <Debug> TCP-Session: 7bba40db-5619-4137-9e66-737e1e308a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:57545
129 2024.12.14 03:34:53.507538 [ 255 ] {} <Debug> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Authenticating user 'default' from [fd00:1122:3344:101::d]:40320
130 2024.12.14 03:34:53.507557 [ 5 ] {} <Debug> TCP-Session: 2feddcf0-b9ab-4f64-84cf-62ff04339e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
131 2024.12.14 03:34:53.507581 [ 254 ] {} <Debug> TCP-Session: 6797b39c-f14d-46b6-b269-5e350e656b42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
132 2024.12.14 03:34:53.507437 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65178
133 2024.12.14 03:34:53.507619 [ 255 ] {} <Debug> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2024.12.14 03:34:53.507694 [ 253 ] {} <Debug> TCP-Session: 7bba40db-5619-4137-9e66-737e1e308a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2024.12.14 03:34:53.507695 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48875
136 2024.12.14 03:34:53.507721 [ 5 ] {} <Debug> TCP-Session: 2feddcf0-b9ab-4f64-84cf-62ff04339e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2024.12.14 03:34:53.508591 [ 255 ] {} <Debug> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
138 2024.12.14 03:34:53.508677 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2024.12.14 03:34:53.508806 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40019
140 2024.12.14 03:34:53.508829 [ 253 ] {} <Debug> TCP-Session: 7bba40db-5619-4137-9e66-737e1e308a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2024.12.14 03:34:53.507753 [ 254 ] {} <Debug> TCP-Session: 6797b39c-f14d-46b6-b269-5e350e656b42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2024.12.14 03:34:53.509765 [ 256 ] {} <Debug> TCP-Session: fd2e3226-c317-40e9-8ea7-bf9e73aa915b Authenticating user 'default' from [fd00:1122:3344:101::d]:65178
143 2024.12.14 03:34:53.509927 [ 256 ] {} <Debug> TCP-Session: fd2e3226-c317-40e9-8ea7-bf9e73aa915b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2024.12.14 03:34:53.509933 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2024.12.14 03:34:53.510106 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
146 2024.12.14 03:34:53.510134 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
147 2024.12.14 03:34:53.510224 [ 256 ] {} <Debug> TCP-Session: fd2e3226-c317-40e9-8ea7-bf9e73aa915b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.12.14 03:34:53.510262 [ 258 ] {} <Debug> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Authenticating user 'default' from [fd00:1122:3344:101::d]:40019
149 2024.12.14 03:34:53.510361 [ 258 ] {} <Debug> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
150 2024.12.14 03:34:53.510377 [ 257 ] {} <Debug> TCP-Session: d30b4f5c-e4a2-4daf-9e1b-7b2da15a8452 Authenticating user 'default' from [fd00:1122:3344:101::d]:48875
151 2024.12.14 03:34:53.510400 [ 258 ] {} <Debug> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
152 2024.12.14 03:34:53.510512 [ 257 ] {} <Debug> TCP-Session: d30b4f5c-e4a2-4daf-9e1b-7b2da15a8452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2024.12.14 03:34:53.510579 [ 257 ] {} <Debug> TCP-Session: d30b4f5c-e4a2-4daf-9e1b-7b2da15a8452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2024.12.14 03:34:53.515281 [ 3 ] {161f8482-8173-491b-9ab1-7ff2e53547b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2024.12.14 03:34:53.584633 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52963
156 2024.12.14 03:34:53.585494 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
157 2024.12.14 03:34:53.585534 [ 259 ] {} <Debug> TCP-Session: 614bf2a1-8979-4194-be89-fdba14c52a6f Authenticating user 'default' from [fd00:1122:3344:101::e]:52963
158 2024.12.14 03:34:53.585562 [ 259 ] {} <Debug> TCP-Session: 614bf2a1-8979-4194-be89-fdba14c52a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
159 2024.12.14 03:34:53.585595 [ 259 ] {} <Debug> TCP-Session: 614bf2a1-8979-4194-be89-fdba14c52a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
160 2024.12.14 03:34:53.586443 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
161 2024.12.14 03:34:53.586485 [ 259 ] {} <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
162 2024.12.14 03:34:53.586524 [ 259 ] {} <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
163 2024.12.14 03:34:53.587428 [ 3 ] {161f8482-8173-491b-9ab1-7ff2e53547b3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59913) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
164 
165 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
166 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
167 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
168 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
169 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
170 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
171 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
172 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
173 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
174 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
175 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
176 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
177 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
178 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
179 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
180 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
181 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
182 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
183 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
184 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
185 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
186 
187 2024.12.14 03:34:53.587833 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37183
188 2024.12.14 03:34:53.588673 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
189 2024.12.14 03:34:53.588697 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45107
190 2024.12.14 03:34:53.588811 [ 260 ] {} <Debug> TCP-Session: b4fa1a6d-23a4-44bf-a458-0ccfec0f336c Authenticating user 'default' from [fd00:1122:3344:101::e]:37183
191 2024.12.14 03:34:53.588848 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65064
192 2024.12.14 03:34:53.589137 [ 260 ] {} <Debug> TCP-Session: b4fa1a6d-23a4-44bf-a458-0ccfec0f336c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
193 2024.12.14 03:34:53.589136 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50694
194 2024.12.14 03:34:53.589169 [ 3 ] {161f8482-8173-491b-9ab1-7ff2e53547b3} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
195 
196 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
197 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
198 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
199 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
200 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
201 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
202 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
203 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
204 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
205 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
206 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
207 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
208 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
209 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
210 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
211 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
212 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
213 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
214 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
215 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
216 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
217 
218 2024.12.14 03:34:53.589137 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
219 2024.12.14 03:34:53.589487 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2024.12.14 03:34:53.589483 [ 260 ] {} <Debug> TCP-Session: b4fa1a6d-23a4-44bf-a458-0ccfec0f336c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
221 2024.12.14 03:34:53.589646 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
222 2024.12.14 03:34:53.589667 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57833
223 2024.12.14 03:34:53.589782 [ 3 ] {161f8482-8173-491b-9ab1-7ff2e53547b3} <Debug> TCPHandler: Processed in 0.082296179 sec.
224 2024.12.14 03:34:53.589805 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37378
225 2024.12.14 03:34:53.589804 [ 262 ] {} <Debug> TCP-Session: d265a757-ec48-4270-a57b-2188afbef510 Authenticating user 'default' from [fd00:1122:3344:101::e]:65064
226 2024.12.14 03:34:53.589873 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50968
227 2024.12.14 03:34:53.589915 [ 263 ] {} <Debug> TCP-Session: db283512-fbd8-4f1a-8260-e831a88628bc Authenticating user 'default' from [fd00:1122:3344:101::e]:50694
228 2024.12.14 03:34:53.589957 [ 262 ] {} <Debug> TCP-Session: d265a757-ec48-4270-a57b-2188afbef510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
229 2024.12.14 03:34:53.589688 [ 261 ] {} <Debug> TCP-Session: 45359d97-b7ba-478d-8e5f-36d46ac89f44 Authenticating user 'default' from [fd00:1122:3344:101::e]:45107
230 2024.12.14 03:34:53.590478 [ 262 ] {} <Debug> TCP-Session: d265a757-ec48-4270-a57b-2188afbef510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2024.12.14 03:34:53.590487 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
232 2024.12.14 03:34:53.590476 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
233 2024.12.14 03:34:53.590624 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
234 2024.12.14 03:34:53.590672 [ 266 ] {} <Debug> TCP-Session: 8eedf406-cbd8-40d0-a33b-dd959c884c1a Authenticating user 'default' from [fd00:1122:3344:101::e]:50968
235 2024.12.14 03:34:53.590762 [ 263 ] {} <Debug> TCP-Session: db283512-fbd8-4f1a-8260-e831a88628bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
236 2024.12.14 03:34:53.590773 [ 265 ] {} <Debug> TCP-Session: 6a7156cf-cbf3-4cbb-8be3-08b5c6c825fe Authenticating user 'default' from [fd00:1122:3344:101::e]:57833
237 2024.12.14 03:34:53.590860 [ 263 ] {} <Debug> TCP-Session: db283512-fbd8-4f1a-8260-e831a88628bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
238 2024.12.14 03:34:53.590861 [ 266 ] {} <Debug> TCP-Session: 8eedf406-cbd8-40d0-a33b-dd959c884c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2024.12.14 03:34:53.590947 [ 261 ] {} <Debug> TCP-Session: 45359d97-b7ba-478d-8e5f-36d46ac89f44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
240 2024.12.14 03:34:53.590987 [ 265 ] {} <Debug> TCP-Session: 6a7156cf-cbf3-4cbb-8be3-08b5c6c825fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
241 2024.12.14 03:34:53.591071 [ 266 ] {} <Debug> TCP-Session: 8eedf406-cbd8-40d0-a33b-dd959c884c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
242 2024.12.14 03:34:53.591181 [ 265 ] {} <Debug> TCP-Session: 6a7156cf-cbf3-4cbb-8be3-08b5c6c825fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
243 2024.12.14 03:34:53.591199 [ 261 ] {} <Debug> TCP-Session: 45359d97-b7ba-478d-8e5f-36d46ac89f44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
244 2024.12.14 03:34:53.591115 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
245 2024.12.14 03:34:53.591435 [ 264 ] {} <Debug> TCP-Session: 5801e91d-7110-4df6-ae4b-28467df01ede Authenticating user 'default' from [fd00:1122:3344:101::e]:37378
246 2024.12.14 03:34:53.591506 [ 255 ] {008efe97-f9c9-4ea0-ad9c-933768e7a1f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
247 2024.12.14 03:34:53.591560 [ 264 ] {} <Debug> TCP-Session: 5801e91d-7110-4df6-ae4b-28467df01ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
248 2024.12.14 03:34:53.591593 [ 264 ] {} <Debug> TCP-Session: 5801e91d-7110-4df6-ae4b-28467df01ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
249 2024.12.14 03:34:53.592126 [ 255 ] {008efe97-f9c9-4ea0-ad9c-933768e7a1f1} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40320) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
250 
251 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
252 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
253 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
254 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
255 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
256 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
257 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
258 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
259 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
260 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
261 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
262 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
263 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
264 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
265 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
266 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
267 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
268 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
269 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
270 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
271 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
272 
273 2024.12.14 03:34:53.592355 [ 255 ] {008efe97-f9c9-4ea0-ad9c-933768e7a1f1} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
274 
275 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
276 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
277 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
278 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
279 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
280 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
281 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
282 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
283 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
284 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
285 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
286 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
287 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
288 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
289 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
290 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
291 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
292 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
293 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
294 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
295 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
296 
297 2024.12.14 03:34:53.592494 [ 255 ] {008efe97-f9c9-4ea0-ad9c-933768e7a1f1} <Debug> TCPHandler: Processed in 0.002463069 sec.
298 2024.12.14 03:34:53.594744 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
299 2024.12.14 03:34:53.596848 [ 3 ] {f67a0b16-9784-416d-833e-52f1803cb86a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) DROP DATABASE IF EXISTS oximeter (stage: Complete)
300 2024.12.14 03:34:53.597929 [ 3 ] {f67a0b16-9784-416d-833e-52f1803cb86a} <Debug> TCPHandler: Processed in 0.003381497 sec.
301 2024.12.14 03:34:53.598218 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
302 2024.12.14 03:34:53.598451 [ 255 ] {602e8c44-2d5e-4ee6-ac23-aabf2cde8a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
303 2024.12.14 03:34:53.598634 [ 255 ] {602e8c44-2d5e-4ee6-ac23-aabf2cde8a90} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
304 2024.12.14 03:34:53.601140 [ 255 ] {602e8c44-2d5e-4ee6-ac23-aabf2cde8a90} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
305 2024.12.14 03:34:53.601192 [ 255 ] {602e8c44-2d5e-4ee6-ac23-aabf2cde8a90} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.7802e-05 sec
306 2024.12.14 03:34:53.601215 [ 255 ] {602e8c44-2d5e-4ee6-ac23-aabf2cde8a90} <Trace> ReferentialDeps: No tables
307 2024.12.14 03:34:53.601231 [ 255 ] {602e8c44-2d5e-4ee6-ac23-aabf2cde8a90} <Trace> LoadingDeps: No tables
308 2024.12.14 03:34:53.601276 [ 255 ] {602e8c44-2d5e-4ee6-ac23-aabf2cde8a90} <Information> DatabaseAtomic (oximeter): Starting up tables.
309 2024.12.14 03:34:53.601349 [ 255 ] {602e8c44-2d5e-4ee6-ac23-aabf2cde8a90} <Debug> TCPHandler: Processed in 0.003230795 sec.
310 2024.12.14 03:34:53.601629 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
311 2024.12.14 03:34:53.601945 [ 3 ] {307d2e80-dde4-41ef-8d8f-3dddf1eef2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) /* The version table contains metadata about the `oximeter` database */
312 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
313 2024.12.14 03:34:53.602118 [ 3 ] {307d2e80-dde4-41ef-8d8f-3dddf1eef2f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
314 2024.12.14 03:34:53.614251 [ 3 ] {307d2e80-dde4-41ef-8d8f-3dddf1eef2f3} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
315 2024.12.14 03:34:53.615584 [ 3 ] {307d2e80-dde4-41ef-8d8f-3dddf1eef2f3} <Debug> oximeter.version (deb2f96f-0c52-4516-b6bc-6c229f861f24): Loading data parts
316 2024.12.14 03:34:53.616214 [ 3 ] {307d2e80-dde4-41ef-8d8f-3dddf1eef2f3} <Debug> oximeter.version (deb2f96f-0c52-4516-b6bc-6c229f861f24): There are no data parts
317 2024.12.14 03:34:53.619631 [ 3 ] {307d2e80-dde4-41ef-8d8f-3dddf1eef2f3} <Debug> TCPHandler: Processed in 0.018110093 sec.
318 2024.12.14 03:34:53.620028 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2024.12.14 03:34:53.620437 [ 255 ] {74b6e22e-aacf-4ced-a1c3-d5da96630ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) /* The measurement tables contain all individual samples from each timeseries.
320 *
321 * Each table stores a single datum type, and otherwise contains nearly the same
322 * structure. The primary sorting key is on the timeseries name, key, and then
323 * timestamp, so that all timeseries from the same schema are grouped, followed
324 * by all samples from the same timeseries.
325 *
326 * This reflects that one usually looks up the _key_ in one or more field table,
327 * and then uses that to index quickly into the measurements tables.
328 */
329 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)
330 2024.12.14 03:34:53.620580 [ 255 ] {74b6e22e-aacf-4ced-a1c3-d5da96630ff5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
331 2024.12.14 03:34:53.634095 [ 255 ] {74b6e22e-aacf-4ced-a1c3-d5da96630ff5} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Loading data parts
332 2024.12.14 03:34:53.634429 [ 255 ] {74b6e22e-aacf-4ced-a1c3-d5da96630ff5} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): There are no data parts
333 2024.12.14 03:34:53.636172 [ 255 ] {74b6e22e-aacf-4ced-a1c3-d5da96630ff5} <Debug> TCPHandler: Processed in 0.016250145 sec.
334 2024.12.14 03:34:53.636459 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2024.12.14 03:34:53.636911 [ 3 ] {73eb9f7b-3297-440c-bda8-9d3dc407a8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
336 2024.12.14 03:34:53.636987 [ 3 ] {73eb9f7b-3297-440c-bda8-9d3dc407a8a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
337 2024.12.14 03:34:53.639377 [ 3 ] {73eb9f7b-3297-440c-bda8-9d3dc407a8a4} <Debug> oximeter.measurements_i8 (481fbcb3-6ba1-4ec4-8c49-f5c37c7505b0): Loading data parts
338 2024.12.14 03:34:53.639639 [ 3 ] {73eb9f7b-3297-440c-bda8-9d3dc407a8a4} <Debug> oximeter.measurements_i8 (481fbcb3-6ba1-4ec4-8c49-f5c37c7505b0): There are no data parts
339 2024.12.14 03:34:53.641161 [ 3 ] {73eb9f7b-3297-440c-bda8-9d3dc407a8a4} <Debug> TCPHandler: Processed in 0.004813506 sec.
340 2024.12.14 03:34:53.641438 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
341 2024.12.14 03:34:53.641739 [ 255 ] {04bad302-f4e4-4df0-9ee6-de26c4f13ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
342 2024.12.14 03:34:53.641844 [ 255 ] {04bad302-f4e4-4df0-9ee6-de26c4f13ea9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
343 2024.12.14 03:34:53.644179 [ 255 ] {04bad302-f4e4-4df0-9ee6-de26c4f13ea9} <Debug> oximeter.measurements_u8 (de3a147f-462d-4f1f-b35f-5e4997c3afa0): Loading data parts
344 2024.12.14 03:34:53.644459 [ 255 ] {04bad302-f4e4-4df0-9ee6-de26c4f13ea9} <Debug> oximeter.measurements_u8 (de3a147f-462d-4f1f-b35f-5e4997c3afa0): There are no data parts
345 2024.12.14 03:34:53.645932 [ 255 ] {04bad302-f4e4-4df0-9ee6-de26c4f13ea9} <Debug> TCPHandler: Processed in 0.004575092 sec.
346 2024.12.14 03:34:53.646230 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
347 2024.12.14 03:34:53.646683 [ 3 ] {b22fefc8-f9e0-4f1b-b8f3-694171d3c66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
348 2024.12.14 03:34:53.646789 [ 3 ] {b22fefc8-f9e0-4f1b-b8f3-694171d3c66f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
349 2024.12.14 03:34:53.649173 [ 3 ] {b22fefc8-f9e0-4f1b-b8f3-694171d3c66f} <Debug> oximeter.measurements_i16 (21c5d952-5ca0-4583-a49d-0b57694feb56): Loading data parts
350 2024.12.14 03:34:53.649357 [ 3 ] {b22fefc8-f9e0-4f1b-b8f3-694171d3c66f} <Debug> oximeter.measurements_i16 (21c5d952-5ca0-4583-a49d-0b57694feb56): There are no data parts
351 2024.12.14 03:34:53.650770 [ 3 ] {b22fefc8-f9e0-4f1b-b8f3-694171d3c66f} <Debug> TCPHandler: Processed in 0.004647133 sec.
352 2024.12.14 03:34:53.651055 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
353 2024.12.14 03:34:53.651348 [ 255 ] {53fd3ffd-22c9-4a96-a9d3-ff0c6627299f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
354 2024.12.14 03:34:53.651442 [ 255 ] {53fd3ffd-22c9-4a96-a9d3-ff0c6627299f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
355 2024.12.14 03:34:53.653727 [ 255 ] {53fd3ffd-22c9-4a96-a9d3-ff0c6627299f} <Debug> oximeter.measurements_u16 (5cffc2f9-1e07-479d-bcbd-54396bc3a61d): Loading data parts
356 2024.12.14 03:34:53.653902 [ 255 ] {53fd3ffd-22c9-4a96-a9d3-ff0c6627299f} <Debug> oximeter.measurements_u16 (5cffc2f9-1e07-479d-bcbd-54396bc3a61d): There are no data parts
357 2024.12.14 03:34:53.655473 [ 255 ] {53fd3ffd-22c9-4a96-a9d3-ff0c6627299f} <Debug> TCPHandler: Processed in 0.00450265 sec.
358 2024.12.14 03:34:53.655919 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
359 2024.12.14 03:34:53.656326 [ 3 ] {466459ad-522f-415f-9895-26b18c88a805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
360 2024.12.14 03:34:53.656427 [ 3 ] {466459ad-522f-415f-9895-26b18c88a805} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
361 2024.12.14 03:34:53.659248 [ 3 ] {466459ad-522f-415f-9895-26b18c88a805} <Debug> oximeter.measurements_i32 (6eb7dfbb-2a7f-493e-97a2-6086d3f2b7c8): Loading data parts
362 2024.12.14 03:34:53.659476 [ 3 ] {466459ad-522f-415f-9895-26b18c88a805} <Debug> oximeter.measurements_i32 (6eb7dfbb-2a7f-493e-97a2-6086d3f2b7c8): There are no data parts
363 2024.12.14 03:34:53.664037 [ 3 ] {466459ad-522f-415f-9895-26b18c88a805} <Debug> TCPHandler: Processed in 0.008184914 sec.
364 2024.12.14 03:34:53.664333 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
365 2024.12.14 03:34:53.664655 [ 255 ] {c3454880-d870-46d7-b251-3807662cf07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
366 2024.12.14 03:34:53.664753 [ 255 ] {c3454880-d870-46d7-b251-3807662cf07e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
367 2024.12.14 03:34:53.668263 [ 255 ] {c3454880-d870-46d7-b251-3807662cf07e} <Debug> oximeter.measurements_u32 (58343241-b68c-4d1e-9313-eb8f204b59e4): Loading data parts
368 2024.12.14 03:34:53.668497 [ 255 ] {c3454880-d870-46d7-b251-3807662cf07e} <Debug> oximeter.measurements_u32 (58343241-b68c-4d1e-9313-eb8f204b59e4): There are no data parts
369 2024.12.14 03:34:53.675531 [ 255 ] {c3454880-d870-46d7-b251-3807662cf07e} <Debug> TCPHandler: Processed in 0.011268136 sec.
370 2024.12.14 03:34:53.675811 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2024.12.14 03:34:53.676125 [ 3 ] {ae047499-a56a-478a-8b0f-abb8688257d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
372 2024.12.14 03:34:53.676246 [ 3 ] {ae047499-a56a-478a-8b0f-abb8688257d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
373 2024.12.14 03:34:53.678882 [ 3 ] {ae047499-a56a-478a-8b0f-abb8688257d1} <Debug> oximeter.measurements_i64 (2d9f6d65-a299-4a13-9d4e-29b9df2b7d48): Loading data parts
374 2024.12.14 03:34:53.679420 [ 3 ] {ae047499-a56a-478a-8b0f-abb8688257d1} <Debug> oximeter.measurements_i64 (2d9f6d65-a299-4a13-9d4e-29b9df2b7d48): There are no data parts
375 2024.12.14 03:34:53.680951 [ 3 ] {ae047499-a56a-478a-8b0f-abb8688257d1} <Debug> TCPHandler: Processed in 0.005217514 sec.
376 2024.12.14 03:34:53.681243 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2024.12.14 03:34:53.681598 [ 255 ] {2b0e891e-c5b6-46de-ac5c-7451f8e84bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
378 2024.12.14 03:34:53.681695 [ 255 ] {2b0e891e-c5b6-46de-ac5c-7451f8e84bf3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
379 2024.12.14 03:34:53.683916 [ 255 ] {2b0e891e-c5b6-46de-ac5c-7451f8e84bf3} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Loading data parts
380 2024.12.14 03:34:53.684132 [ 255 ] {2b0e891e-c5b6-46de-ac5c-7451f8e84bf3} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): There are no data parts
381 2024.12.14 03:34:53.685837 [ 255 ] {2b0e891e-c5b6-46de-ac5c-7451f8e84bf3} <Debug> TCPHandler: Processed in 0.004680613 sec.
382 2024.12.14 03:34:53.686136 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2024.12.14 03:34:53.686551 [ 3 ] {a37e21a7-2445-4c54-a478-903a1e3baca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
384 2024.12.14 03:34:53.686703 [ 3 ] {a37e21a7-2445-4c54-a478-903a1e3baca9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
385 2024.12.14 03:34:53.689100 [ 3 ] {a37e21a7-2445-4c54-a478-903a1e3baca9} <Debug> oximeter.measurements_f32 (b479c6cc-216d-4bcd-81ca-3cd2e73e6eab): Loading data parts
386 2024.12.14 03:34:53.689334 [ 3 ] {a37e21a7-2445-4c54-a478-903a1e3baca9} <Debug> oximeter.measurements_f32 (b479c6cc-216d-4bcd-81ca-3cd2e73e6eab): There are no data parts
387 2024.12.14 03:34:53.690885 [ 3 ] {a37e21a7-2445-4c54-a478-903a1e3baca9} <Debug> TCPHandler: Processed in 0.004861978 sec.
388 2024.12.14 03:34:53.691182 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.12.14 03:34:53.691546 [ 255 ] {7f8c10a5-ef48-4a43-9d16-87771582cd06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
390 2024.12.14 03:34:53.691648 [ 255 ] {7f8c10a5-ef48-4a43-9d16-87771582cd06} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
391 2024.12.14 03:34:53.693978 [ 255 ] {7f8c10a5-ef48-4a43-9d16-87771582cd06} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Loading data parts
392 2024.12.14 03:34:53.694201 [ 255 ] {7f8c10a5-ef48-4a43-9d16-87771582cd06} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): There are no data parts
393 2024.12.14 03:34:53.696030 [ 255 ] {7f8c10a5-ef48-4a43-9d16-87771582cd06} <Debug> TCPHandler: Processed in 0.004937789 sec.
394 2024.12.14 03:34:53.696314 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2024.12.14 03:34:53.696626 [ 3 ] {1da1f848-30d5-41a2-bf5a-16e2c5760b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
396 2024.12.14 03:34:53.696736 [ 3 ] {1da1f848-30d5-41a2-bf5a-16e2c5760b29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
397 2024.12.14 03:34:53.699168 [ 3 ] {1da1f848-30d5-41a2-bf5a-16e2c5760b29} <Debug> oximeter.measurements_string (0611fcaa-8630-4168-b98b-d3ba8ccad286): Loading data parts
398 2024.12.14 03:34:53.699498 [ 3 ] {1da1f848-30d5-41a2-bf5a-16e2c5760b29} <Debug> oximeter.measurements_string (0611fcaa-8630-4168-b98b-d3ba8ccad286): There are no data parts
399 2024.12.14 03:34:53.701047 [ 3 ] {1da1f848-30d5-41a2-bf5a-16e2c5760b29} <Debug> TCPHandler: Processed in 0.004816476 sec.
400 2024.12.14 03:34:53.701323 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
401 2024.12.14 03:34:53.701693 [ 255 ] {53e4dbd3-8f0d-4a99-8cc1-6b5f50370a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
402 * NOTE: Right now we can't unambiguously record a nullable byte array.
403 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
404 * a string isn't palatable for a few reasons.
405 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
406 * details.
407 */
408 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
409 2024.12.14 03:34:53.701795 [ 255 ] {53e4dbd3-8f0d-4a99-8cc1-6b5f50370a11} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
410 2024.12.14 03:34:53.704317 [ 255 ] {53e4dbd3-8f0d-4a99-8cc1-6b5f50370a11} <Debug> oximeter.measurements_bytes (0fc45259-7aaf-45c5-8b38-c90bd15e97d9): Loading data parts
411 2024.12.14 03:34:53.704538 [ 255 ] {53e4dbd3-8f0d-4a99-8cc1-6b5f50370a11} <Debug> oximeter.measurements_bytes (0fc45259-7aaf-45c5-8b38-c90bd15e97d9): There are no data parts
412 2024.12.14 03:34:53.706086 [ 255 ] {53e4dbd3-8f0d-4a99-8cc1-6b5f50370a11} <Debug> TCPHandler: Processed in 0.004851697 sec.
413 2024.12.14 03:34:53.706379 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2024.12.14 03:34:53.706721 [ 3 ] {1702e3c0-0efa-4fae-b8cd-63dbf7be507f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
415 2024.12.14 03:34:53.706825 [ 3 ] {1702e3c0-0efa-4fae-b8cd-63dbf7be507f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
416 2024.12.14 03:34:53.709289 [ 3 ] {1702e3c0-0efa-4fae-b8cd-63dbf7be507f} <Debug> oximeter.measurements_cumulativei64 (3e5162a1-2528-42b9-9bba-e616c7f8c044): Loading data parts
417 2024.12.14 03:34:53.709536 [ 3 ] {1702e3c0-0efa-4fae-b8cd-63dbf7be507f} <Debug> oximeter.measurements_cumulativei64 (3e5162a1-2528-42b9-9bba-e616c7f8c044): There are no data parts
418 2024.12.14 03:34:53.711002 [ 3 ] {1702e3c0-0efa-4fae-b8cd-63dbf7be507f} <Debug> TCPHandler: Processed in 0.004706275 sec.
419 2024.12.14 03:34:53.711307 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2024.12.14 03:34:53.711690 [ 255 ] {4c10b33e-ec6d-4df9-bbba-8914b90a1ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
421 2024.12.14 03:34:53.711780 [ 255 ] {4c10b33e-ec6d-4df9-bbba-8914b90a1ba2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
422 2024.12.14 03:34:53.714162 [ 255 ] {4c10b33e-ec6d-4df9-bbba-8914b90a1ba2} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Loading data parts
423 2024.12.14 03:34:53.714483 [ 255 ] {4c10b33e-ec6d-4df9-bbba-8914b90a1ba2} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): There are no data parts
424 2024.12.14 03:34:53.715987 [ 255 ] {4c10b33e-ec6d-4df9-bbba-8914b90a1ba2} <Debug> TCPHandler: Processed in 0.004768856 sec.
425 2024.12.14 03:34:53.716273 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2024.12.14 03:34:53.716688 [ 3 ] {97dda291-0652-4d7c-b7cb-0184fa24c8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
427 2024.12.14 03:34:53.716832 [ 3 ] {97dda291-0652-4d7c-b7cb-0184fa24c8e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
428 2024.12.14 03:34:53.719197 [ 3 ] {97dda291-0652-4d7c-b7cb-0184fa24c8e5} <Debug> oximeter.measurements_cumulativef32 (54ab5eb9-ab18-4968-ae70-4b02c584bb7e): Loading data parts
429 2024.12.14 03:34:53.719406 [ 3 ] {97dda291-0652-4d7c-b7cb-0184fa24c8e5} <Debug> oximeter.measurements_cumulativef32 (54ab5eb9-ab18-4968-ae70-4b02c584bb7e): There are no data parts
430 2024.12.14 03:34:53.721243 [ 3 ] {97dda291-0652-4d7c-b7cb-0184fa24c8e5} <Debug> TCPHandler: Processed in 0.005070722 sec.
431 2024.12.14 03:34:53.721526 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2024.12.14 03:34:53.721903 [ 255 ] {c25bb16a-4a45-4284-917c-bfa9ec1e02ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
433 2024.12.14 03:34:53.722005 [ 255 ] {c25bb16a-4a45-4284-917c-bfa9ec1e02ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
434 2024.12.14 03:34:53.724489 [ 255 ] {c25bb16a-4a45-4284-917c-bfa9ec1e02ce} <Debug> oximeter.measurements_cumulativef64 (dd5c708a-e710-4677-afbf-907d9385baf3): Loading data parts
435 2024.12.14 03:34:53.724773 [ 255 ] {c25bb16a-4a45-4284-917c-bfa9ec1e02ce} <Debug> oximeter.measurements_cumulativef64 (dd5c708a-e710-4677-afbf-907d9385baf3): There are no data parts
436 2024.12.14 03:34:53.726225 [ 255 ] {c25bb16a-4a45-4284-917c-bfa9ec1e02ce} <Debug> TCPHandler: Processed in 0.004780746 sec.
437 2024.12.14 03:34:53.726508 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
438 2024.12.14 03:34:53.727090 [ 3 ] {752d7895-8244-467f-8d8c-17994a2814e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
439 * NOTE: Array types cannot be Nullable, see
440 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
441 * for more details.
442 *
443 * This means we need to use empty arrays to indicate a missing value. This
444 * is unfortunate, and at this point relies on the fact that an
445 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
446 * to figure out another way to represent missing samples here.
447 */
448 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)
449 2024.12.14 03:34:53.727225 [ 3 ] {752d7895-8244-467f-8d8c-17994a2814e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
450 2024.12.14 03:34:53.730126 [ 3 ] {752d7895-8244-467f-8d8c-17994a2814e6} <Debug> oximeter.measurements_histogrami8 (5b239c01-5212-4f04-8455-8c192d15eee6): Loading data parts
451 2024.12.14 03:34:53.730323 [ 3 ] {752d7895-8244-467f-8d8c-17994a2814e6} <Debug> oximeter.measurements_histogrami8 (5b239c01-5212-4f04-8455-8c192d15eee6): There are no data parts
452 2024.12.14 03:34:53.732033 [ 3 ] {752d7895-8244-467f-8d8c-17994a2814e6} <Debug> TCPHandler: Processed in 0.005628133 sec.
453 2024.12.14 03:34:53.732300 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
454 2024.12.14 03:34:53.732756 [ 255 ] {02f7c974-1e82-4884-98f7-04ce9a1caa76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
455 2024.12.14 03:34:53.732874 [ 255 ] {02f7c974-1e82-4884-98f7-04ce9a1caa76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
456 2024.12.14 03:34:53.735691 [ 255 ] {02f7c974-1e82-4884-98f7-04ce9a1caa76} <Debug> oximeter.measurements_histogramu8 (b1216b20-11ff-4f14-8e91-120daeca51e3): Loading data parts
457 2024.12.14 03:34:53.736012 [ 255 ] {02f7c974-1e82-4884-98f7-04ce9a1caa76} <Debug> oximeter.measurements_histogramu8 (b1216b20-11ff-4f14-8e91-120daeca51e3): There are no data parts
458 2024.12.14 03:34:53.737677 [ 255 ] {02f7c974-1e82-4884-98f7-04ce9a1caa76} <Debug> TCPHandler: Processed in 0.005461919 sec.
459 2024.12.14 03:34:53.737963 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
460 2024.12.14 03:34:53.738359 [ 3 ] {6f605bdc-f630-4526-9771-cf73c351ce71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
461 2024.12.14 03:34:53.738577 [ 3 ] {6f605bdc-f630-4526-9771-cf73c351ce71} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
462 2024.12.14 03:34:53.741401 [ 3 ] {6f605bdc-f630-4526-9771-cf73c351ce71} <Debug> oximeter.measurements_histogrami16 (9c712ec6-6b42-4adb-a9d7-68ee90144b24): Loading data parts
463 2024.12.14 03:34:53.741666 [ 3 ] {6f605bdc-f630-4526-9771-cf73c351ce71} <Debug> oximeter.measurements_histogrami16 (9c712ec6-6b42-4adb-a9d7-68ee90144b24): There are no data parts
464 2024.12.14 03:34:53.743253 [ 3 ] {6f605bdc-f630-4526-9771-cf73c351ce71} <Debug> TCPHandler: Processed in 0.005382738 sec.
465 2024.12.14 03:34:53.743556 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
466 2024.12.14 03:34:53.744025 [ 255 ] {22dad59c-1b04-4e03-b94d-19e71697eb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
467 2024.12.14 03:34:53.744132 [ 255 ] {22dad59c-1b04-4e03-b94d-19e71697eb19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
468 2024.12.14 03:34:53.746913 [ 255 ] {22dad59c-1b04-4e03-b94d-19e71697eb19} <Debug> oximeter.measurements_histogramu16 (11fe26b9-d6aa-4059-990c-219a4fc191d5): Loading data parts
469 2024.12.14 03:34:53.747123 [ 255 ] {22dad59c-1b04-4e03-b94d-19e71697eb19} <Debug> oximeter.measurements_histogramu16 (11fe26b9-d6aa-4059-990c-219a4fc191d5): There are no data parts
470 2024.12.14 03:34:53.748615 [ 255 ] {22dad59c-1b04-4e03-b94d-19e71697eb19} <Debug> TCPHandler: Processed in 0.005139923 sec.
471 2024.12.14 03:34:53.748872 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
472 2024.12.14 03:34:53.749380 [ 3 ] {2c543e8d-1c06-44a0-8f6a-f805c0768d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
473 2024.12.14 03:34:53.749544 [ 3 ] {2c543e8d-1c06-44a0-8f6a-f805c0768d86} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
474 2024.12.14 03:34:53.752387 [ 3 ] {2c543e8d-1c06-44a0-8f6a-f805c0768d86} <Debug> oximeter.measurements_histogrami32 (582cafdc-8a3c-4f99-9140-e4e789f36760): Loading data parts
475 2024.12.14 03:34:53.752656 [ 3 ] {2c543e8d-1c06-44a0-8f6a-f805c0768d86} <Debug> oximeter.measurements_histogrami32 (582cafdc-8a3c-4f99-9140-e4e789f36760): There are no data parts
476 2024.12.14 03:34:53.754217 [ 3 ] {2c543e8d-1c06-44a0-8f6a-f805c0768d86} <Debug> TCPHandler: Processed in 0.005421859 sec.
477 2024.12.14 03:34:53.754526 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
478 2024.12.14 03:34:53.755066 [ 255 ] {0e03c125-5c66-4144-8030-3350db619976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
479 2024.12.14 03:34:53.755178 [ 255 ] {0e03c125-5c66-4144-8030-3350db619976} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
480 2024.12.14 03:34:53.757906 [ 255 ] {0e03c125-5c66-4144-8030-3350db619976} <Debug> oximeter.measurements_histogramu32 (f4048ed3-d29e-4cd6-814f-d9ba91ff134d): Loading data parts
481 2024.12.14 03:34:53.758133 [ 255 ] {0e03c125-5c66-4144-8030-3350db619976} <Debug> oximeter.measurements_histogramu32 (f4048ed3-d29e-4cd6-814f-d9ba91ff134d): There are no data parts
482 2024.12.14 03:34:53.759782 [ 255 ] {0e03c125-5c66-4144-8030-3350db619976} <Debug> TCPHandler: Processed in 0.005361838 sec.
483 2024.12.14 03:34:53.760099 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
484 2024.12.14 03:34:53.760648 [ 3 ] {49466717-b7de-45b2-ba65-907478c956cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
485 2024.12.14 03:34:53.760819 [ 3 ] {49466717-b7de-45b2-ba65-907478c956cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
486 2024.12.14 03:34:53.763784 [ 3 ] {49466717-b7de-45b2-ba65-907478c956cf} <Debug> oximeter.measurements_histogrami64 (8ce9caa8-97e8-4513-bc3d-e923e6195fe2): Loading data parts
487 2024.12.14 03:34:53.764042 [ 3 ] {49466717-b7de-45b2-ba65-907478c956cf} <Debug> oximeter.measurements_histogrami64 (8ce9caa8-97e8-4513-bc3d-e923e6195fe2): There are no data parts
488 2024.12.14 03:34:53.765625 [ 3 ] {49466717-b7de-45b2-ba65-907478c956cf} <Debug> TCPHandler: Processed in 0.005645173 sec.
489 2024.12.14 03:34:53.765888 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
490 2024.12.14 03:34:53.766487 [ 255 ] {022d1dcc-c53d-44e0-8994-1e3420e6a364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
491 2024.12.14 03:34:53.766619 [ 255 ] {022d1dcc-c53d-44e0-8994-1e3420e6a364} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
492 2024.12.14 03:34:53.769491 [ 255 ] {022d1dcc-c53d-44e0-8994-1e3420e6a364} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Loading data parts
493 2024.12.14 03:34:53.769726 [ 255 ] {022d1dcc-c53d-44e0-8994-1e3420e6a364} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): There are no data parts
494 2024.12.14 03:34:53.771353 [ 255 ] {022d1dcc-c53d-44e0-8994-1e3420e6a364} <Debug> TCPHandler: Processed in 0.005548981 sec.
495 2024.12.14 03:34:53.771617 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
496 2024.12.14 03:34:53.772063 [ 3 ] {e2209fb1-71f8-4efc-9955-426658a48d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
497 2024.12.14 03:34:53.772213 [ 3 ] {e2209fb1-71f8-4efc-9955-426658a48d1d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
498 2024.12.14 03:34:53.775073 [ 3 ] {e2209fb1-71f8-4efc-9955-426658a48d1d} <Debug> oximeter.measurements_histogramf32 (0d07f0ed-e69f-4b79-8c3d-1318b7e65713): Loading data parts
499 2024.12.14 03:34:53.775334 [ 3 ] {e2209fb1-71f8-4efc-9955-426658a48d1d} <Debug> oximeter.measurements_histogramf32 (0d07f0ed-e69f-4b79-8c3d-1318b7e65713): There are no data parts
500 2024.12.14 03:34:53.777014 [ 3 ] {e2209fb1-71f8-4efc-9955-426658a48d1d} <Debug> TCPHandler: Processed in 0.00548258 sec.
501 2024.12.14 03:34:53.777276 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
502 2024.12.14 03:34:53.777764 [ 255 ] {fb64c9ff-131e-427b-90fe-1005b1743139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
503 2024.12.14 03:34:53.777891 [ 255 ] {fb64c9ff-131e-427b-90fe-1005b1743139} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
504 2024.12.14 03:34:53.780721 [ 255 ] {fb64c9ff-131e-427b-90fe-1005b1743139} <Debug> oximeter.measurements_histogramf64 (0f295ab1-f517-454c-9635-19e3345806d1): Loading data parts
505 2024.12.14 03:34:53.780937 [ 255 ] {fb64c9ff-131e-427b-90fe-1005b1743139} <Debug> oximeter.measurements_histogramf64 (0f295ab1-f517-454c-9635-19e3345806d1): There are no data parts
506 2024.12.14 03:34:53.782896 [ 255 ] {fb64c9ff-131e-427b-90fe-1005b1743139} <Debug> TCPHandler: Processed in 0.005702074 sec.
507 2024.12.14 03:34:53.783196 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
508 2024.12.14 03:34:53.783581 [ 3 ] {2725cd8c-1c20-4a4d-94e8-1729ae78539a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) /* The field tables store named dimensions of each timeseries.
509 *
510 * As with the measurement tables, there is one field table for each field data
511 * type. Fields are deduplicated by using the "replacing merge tree", though
512 * this behavior **must not** be relied upon for query correctness.
513 *
514 * The index for the fields differs from the measurements, however. Rows are
515 * sorted by timeseries name, then field name, field value, and finally
516 * timeseries key. This reflects the most common pattern for looking them up:
517 * by field name and possibly value, within a timeseries. The resulting keys are
518 * usually then used to look up measurements.
519 *
520 * NOTE: We may want to consider a secondary index on these tables, sorting by
521 * timeseries name and then key, since it would improve lookups where one
522 * already has the key. Realistically though, these tables are quite small and
523 * so performance benefits will be low in absolute terms.
524 *
525 * TTL: We use a materialized column to expire old field table records. This
526 * column is generated automatically by the database whenever a new row is
527 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
528 * query. Since these tables are `ReplacingMergeTree`s, that means the last
529 * record will remain during a deduplication, which will have the last
530 * timestamp. ClickHouse will then expire old data for us, similar to the
531 * measurement tables.
532 */
533 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)
534 2024.12.14 03:34:53.783733 [ 3 ] {2725cd8c-1c20-4a4d-94e8-1729ae78539a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
535 2024.12.14 03:34:53.786409 [ 3 ] {2725cd8c-1c20-4a4d-94e8-1729ae78539a} <Debug> oximeter.fields_bool (2dc18c09-7082-4697-b161-87e8cdc14f8b): Loading data parts
536 2024.12.14 03:34:53.786702 [ 3 ] {2725cd8c-1c20-4a4d-94e8-1729ae78539a} <Debug> oximeter.fields_bool (2dc18c09-7082-4697-b161-87e8cdc14f8b): There are no data parts
537 2024.12.14 03:34:53.788221 [ 3 ] {2725cd8c-1c20-4a4d-94e8-1729ae78539a} <Debug> TCPHandler: Processed in 0.005131303 sec.
538 2024.12.14 03:34:53.788536 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
539 2024.12.14 03:34:53.788945 [ 255 ] {7166f235-2ef9-4082-8546-967098da5b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
540 2024.12.14 03:34:53.789045 [ 255 ] {7166f235-2ef9-4082-8546-967098da5b0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
541 2024.12.14 03:34:53.791540 [ 255 ] {7166f235-2ef9-4082-8546-967098da5b0c} <Debug> oximeter.fields_i8 (05e46e12-bd13-4932-bfa3-3364770ac0c7): Loading data parts
542 2024.12.14 03:34:53.791859 [ 255 ] {7166f235-2ef9-4082-8546-967098da5b0c} <Debug> oximeter.fields_i8 (05e46e12-bd13-4932-bfa3-3364770ac0c7): There are no data parts
543 2024.12.14 03:34:53.793310 [ 255 ] {7166f235-2ef9-4082-8546-967098da5b0c} <Debug> TCPHandler: Processed in 0.004876048 sec.
544 2024.12.14 03:34:53.793614 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
545 2024.12.14 03:34:53.793944 [ 3 ] {2ec30546-9c21-4342-9b3c-39159e1d681f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
546 2024.12.14 03:34:53.794083 [ 3 ] {2ec30546-9c21-4342-9b3c-39159e1d681f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
547 2024.12.14 03:34:53.796524 [ 3 ] {2ec30546-9c21-4342-9b3c-39159e1d681f} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Loading data parts
548 2024.12.14 03:34:53.796765 [ 3 ] {2ec30546-9c21-4342-9b3c-39159e1d681f} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): There are no data parts
549 2024.12.14 03:34:53.798345 [ 3 ] {2ec30546-9c21-4342-9b3c-39159e1d681f} <Debug> TCPHandler: Processed in 0.004818896 sec.
550 2024.12.14 03:34:53.798615 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
551 2024.12.14 03:34:53.799058 [ 255 ] {38e555a4-e191-4f28-8b3a-335181fec9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
552 2024.12.14 03:34:53.799127 [ 255 ] {38e555a4-e191-4f28-8b3a-335181fec9fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
553 2024.12.14 03:34:53.801628 [ 255 ] {38e555a4-e191-4f28-8b3a-335181fec9fd} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Loading data parts
554 2024.12.14 03:34:53.801916 [ 255 ] {38e555a4-e191-4f28-8b3a-335181fec9fd} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): There are no data parts
555 2024.12.14 03:34:53.803375 [ 255 ] {38e555a4-e191-4f28-8b3a-335181fec9fd} <Debug> TCPHandler: Processed in 0.004862237 sec.
556 2024.12.14 03:34:53.803673 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
557 2024.12.14 03:34:53.803983 [ 3 ] {472e3b75-afd9-4477-9709-060d5f72d857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
558 2024.12.14 03:34:53.804099 [ 3 ] {472e3b75-afd9-4477-9709-060d5f72d857} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
559 2024.12.14 03:34:53.806446 [ 3 ] {472e3b75-afd9-4477-9709-060d5f72d857} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Loading data parts
560 2024.12.14 03:34:53.806647 [ 3 ] {472e3b75-afd9-4477-9709-060d5f72d857} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): There are no data parts
561 2024.12.14 03:34:53.808226 [ 3 ] {472e3b75-afd9-4477-9709-060d5f72d857} <Debug> TCPHandler: Processed in 0.004633503 sec.
562 2024.12.14 03:34:53.808531 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
563 2024.12.14 03:34:53.808979 [ 255 ] {0480e256-440a-4ba5-850d-657556ce8c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
564 2024.12.14 03:34:53.809080 [ 255 ] {0480e256-440a-4ba5-850d-657556ce8c82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
565 2024.12.14 03:34:53.811553 [ 255 ] {0480e256-440a-4ba5-850d-657556ce8c82} <Debug> oximeter.fields_i32 (65c4bb91-1ec2-40b4-9353-69a51e11ffe1): Loading data parts
566 2024.12.14 03:34:53.811776 [ 255 ] {0480e256-440a-4ba5-850d-657556ce8c82} <Debug> oximeter.fields_i32 (65c4bb91-1ec2-40b4-9353-69a51e11ffe1): There are no data parts
567 2024.12.14 03:34:53.813188 [ 255 ] {0480e256-440a-4ba5-850d-657556ce8c82} <Debug> TCPHandler: Processed in 0.004761626 sec.
568 2024.12.14 03:34:53.813514 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2024.12.14 03:34:53.813922 [ 3 ] {58354c54-beef-4a3d-ab59-843eb461e2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
570 2024.12.14 03:34:53.814067 [ 3 ] {58354c54-beef-4a3d-ab59-843eb461e2a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
571 2024.12.14 03:34:53.816580 [ 3 ] {58354c54-beef-4a3d-ab59-843eb461e2a8} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Loading data parts
572 2024.12.14 03:34:53.816841 [ 3 ] {58354c54-beef-4a3d-ab59-843eb461e2a8} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): There are no data parts
573 2024.12.14 03:34:53.818357 [ 3 ] {58354c54-beef-4a3d-ab59-843eb461e2a8} <Debug> TCPHandler: Processed in 0.004949519 sec.
574 2024.12.14 03:34:53.818636 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
575 2024.12.14 03:34:53.819065 [ 255 ] {a1e1a1af-a327-45b1-8378-cb6fda42936b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
576 2024.12.14 03:34:53.819155 [ 255 ] {a1e1a1af-a327-45b1-8378-cb6fda42936b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
577 2024.12.14 03:34:53.821600 [ 255 ] {a1e1a1af-a327-45b1-8378-cb6fda42936b} <Debug> oximeter.fields_i64 (0d68dfa5-8ada-4d3f-8e13-134b22896ae2): Loading data parts
578 2024.12.14 03:34:53.821889 [ 255 ] {a1e1a1af-a327-45b1-8378-cb6fda42936b} <Debug> oximeter.fields_i64 (0d68dfa5-8ada-4d3f-8e13-134b22896ae2): There are no data parts
579 2024.12.14 03:34:53.823350 [ 255 ] {a1e1a1af-a327-45b1-8378-cb6fda42936b} <Debug> TCPHandler: Processed in 0.004816977 sec.
580 2024.12.14 03:34:53.823630 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
581 2024.12.14 03:34:53.823962 [ 3 ] {fd657da6-982c-4442-a100-9e0b905f9ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
582 2024.12.14 03:34:53.824118 [ 3 ] {fd657da6-982c-4442-a100-9e0b905f9ed7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
583 2024.12.14 03:34:53.826604 [ 3 ] {fd657da6-982c-4442-a100-9e0b905f9ed7} <Debug> oximeter.fields_u64 (4ec50387-f66f-484a-b990-8a357e03d8d9): Loading data parts
584 2024.12.14 03:34:53.826915 [ 3 ] {fd657da6-982c-4442-a100-9e0b905f9ed7} <Debug> oximeter.fields_u64 (4ec50387-f66f-484a-b990-8a357e03d8d9): There are no data parts
585 2024.12.14 03:34:53.828420 [ 3 ] {fd657da6-982c-4442-a100-9e0b905f9ed7} <Debug> TCPHandler: Processed in 0.004873088 sec.
586 2024.12.14 03:34:53.828709 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
587 2024.12.14 03:34:53.829166 [ 255 ] {4856e094-2289-4ebd-8645-32a95f03ee0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
588 2024.12.14 03:34:53.829292 [ 255 ] {4856e094-2289-4ebd-8645-32a95f03ee0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
589 2024.12.14 03:34:53.831794 [ 255 ] {4856e094-2289-4ebd-8645-32a95f03ee0f} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Loading data parts
590 2024.12.14 03:34:53.832010 [ 255 ] {4856e094-2289-4ebd-8645-32a95f03ee0f} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): There are no data parts
591 2024.12.14 03:34:53.833516 [ 255 ] {4856e094-2289-4ebd-8645-32a95f03ee0f} <Debug> TCPHandler: Processed in 0.004910778 sec.
592 2024.12.14 03:34:53.833768 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
593 2024.12.14 03:34:53.834090 [ 3 ] {7fd51fd5-56ae-4b6b-bf5a-9aaac57aed93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) 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)
594 2024.12.14 03:34:53.834228 [ 3 ] {7fd51fd5-56ae-4b6b-bf5a-9aaac57aed93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
595 2024.12.14 03:34:53.836689 [ 3 ] {7fd51fd5-56ae-4b6b-bf5a-9aaac57aed93} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Loading data parts
596 2024.12.14 03:34:53.836939 [ 3 ] {7fd51fd5-56ae-4b6b-bf5a-9aaac57aed93} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): There are no data parts
597 2024.12.14 03:34:53.838453 [ 3 ] {7fd51fd5-56ae-4b6b-bf5a-9aaac57aed93} <Debug> TCPHandler: Processed in 0.004769565 sec.
598 2024.12.14 03:34:53.838736 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
599 2024.12.14 03:34:53.839153 [ 255 ] {bab96202-7f4a-4c3c-b47d-992cf5c399e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
600 2024.12.14 03:34:53.839264 [ 255 ] {bab96202-7f4a-4c3c-b47d-992cf5c399e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
601 2024.12.14 03:34:53.841623 [ 255 ] {bab96202-7f4a-4c3c-b47d-992cf5c399e9} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Loading data parts
602 2024.12.14 03:34:53.841827 [ 255 ] {bab96202-7f4a-4c3c-b47d-992cf5c399e9} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): There are no data parts
603 2024.12.14 03:34:53.843353 [ 255 ] {bab96202-7f4a-4c3c-b47d-992cf5c399e9} <Debug> TCPHandler: Processed in 0.004721044 sec.
604 2024.12.14 03:34:53.843688 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
605 2024.12.14 03:34:53.844189 [ 3 ] {d4f598af-1d15-49eb-b9af-f0240c542014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) /* The timeseries schema table stores the extracted schema for the samples
606 * oximeter collects.
607 */
608 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)
609 2024.12.14 03:34:53.844356 [ 3 ] {d4f598af-1d15-49eb-b9af-f0240c542014} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
610 2024.12.14 03:34:53.846819 [ 3 ] {d4f598af-1d15-49eb-b9af-f0240c542014} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Loading data parts
611 2024.12.14 03:34:53.847045 [ 3 ] {d4f598af-1d15-49eb-b9af-f0240c542014} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): There are no data parts
612 2024.12.14 03:34:53.848887 [ 3 ] {d4f598af-1d15-49eb-b9af-f0240c542014} <Debug> TCPHandler: Processed in 0.005308606 sec.
613 2024.12.14 03:34:53.849183 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
614 2024.12.14 03:34:53.849467 [ 255 ] {f8144961-69be-4e4f-b2d6-6ec3743a6e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
615 2024.12.14 03:34:53.851388 [ 255 ] {f8144961-69be-4e4f-b2d6-6ec3743a6e0f} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
616 2024.12.14 03:34:53.863064 [ 267 ] {f8144961-69be-4e4f-b2d6-6ec3743a6e0f} <Trace> oximeter.version (deb2f96f-0c52-4516-b6bc-6c229f861f24): Trying to reserve 1.00 MiB using storage policy from min volume index 0
617 2024.12.14 03:34:53.863139 [ 267 ] {f8144961-69be-4e4f-b2d6-6ec3743a6e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB.
618 2024.12.14 03:34:53.868860 [ 267 ] {f8144961-69be-4e4f-b2d6-6ec3743a6e0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
619 2024.12.14 03:34:53.869400 [ 267 ] {f8144961-69be-4e4f-b2d6-6ec3743a6e0f} <Trace> oximeter.version (deb2f96f-0c52-4516-b6bc-6c229f861f24): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
620 2024.12.14 03:34:53.869831 [ 255 ] {f8144961-69be-4e4f-b2d6-6ec3743a6e0f} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.020462 sec., 48.871078095982796 rows/sec., 781.94 B/sec.
621 2024.12.14 03:34:53.870466 [ 255 ] {f8144961-69be-4e4f-b2d6-6ec3743a6e0f} <Debug> TCPHandler: Processed in 0.021362868 sec.
622 2024.12.14 03:34:54.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.55 MiB, peak 124.55 MiB, free memory in arenas 0.00 B, will set to 139.84 MiB (RSS), difference: 15.28 MiB
623 2024.12.14 03:34:54.028120 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55088
624 2024.12.14 03:34:54.028359 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
625 2024.12.14 03:34:54.028414 [ 269 ] {} <Debug> TCP-Session: 7dcfb8a2-bbe1-4e6b-a51f-677613930dc7 Authenticating user 'default' from [fd00:1122:3344:101::c]:55088
626 2024.12.14 03:34:54.028445 [ 269 ] {} <Debug> TCP-Session: 7dcfb8a2-bbe1-4e6b-a51f-677613930dc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2024.12.14 03:34:54.028460 [ 269 ] {} <Debug> TCP-Session: 7dcfb8a2-bbe1-4e6b-a51f-677613930dc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2024.12.14 03:34:54.028538 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
629 2024.12.14 03:34:54.028568 [ 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
630 2024.12.14 03:34:54.028620 [ 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
631 2024.12.14 03:34:54.029806 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50486
632 2024.12.14 03:34:54.029898 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64764
633 2024.12.14 03:34:54.029999 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
634 2024.12.14 03:34:54.030024 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43780
635 2024.12.14 03:34:54.030056 [ 270 ] {} <Debug> TCP-Session: 68f9d624-07ae-4697-957b-ab4777c0a384 Authenticating user 'default' from [fd00:1122:3344:101::c]:50486
636 2024.12.14 03:34:54.030269 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49684
637 2024.12.14 03:34:54.030301 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55168
638 2024.12.14 03:34:54.030333 [ 270 ] {} <Debug> TCP-Session: 68f9d624-07ae-4697-957b-ab4777c0a384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
639 2024.12.14 03:34:54.030775 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51434
640 2024.12.14 03:34:54.030794 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55341
641 2024.12.14 03:34:54.030775 [ 270 ] {} <Debug> TCP-Session: 68f9d624-07ae-4697-957b-ab4777c0a384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
642 2024.12.14 03:34:54.031398 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
643 2024.12.14 03:34:54.031480 [ 272 ] {} <Debug> TCP-Session: 9802a3df-58c3-428b-9b56-0b2f26783ab2 Authenticating user 'default' from [fd00:1122:3344:101::c]:43780
644 2024.12.14 03:34:54.031510 [ 272 ] {} <Debug> TCP-Session: 9802a3df-58c3-428b-9b56-0b2f26783ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
645 2024.12.14 03:34:54.031528 [ 272 ] {} <Debug> TCP-Session: 9802a3df-58c3-428b-9b56-0b2f26783ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2024.12.14 03:34:54.035008 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
647 2024.12.14 03:34:54.035053 [ 276 ] {} <Debug> TCP-Session: 86aae141-7dd0-4c50-8e4e-f21199e6d7bd Authenticating user 'default' from [fd00:1122:3344:101::c]:51434
648 2024.12.14 03:34:54.035074 [ 276 ] {} <Debug> TCP-Session: 86aae141-7dd0-4c50-8e4e-f21199e6d7bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
649 2024.12.14 03:34:54.035207 [ 276 ] {} <Debug> TCP-Session: 86aae141-7dd0-4c50-8e4e-f21199e6d7bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
650 2024.12.14 03:34:54.043652 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
651 2024.12.14 03:34:54.043705 [ 274 ] {} <Debug> TCP-Session: 1780ebb8-1f23-49c5-9f5e-88a3c9d21617 Authenticating user 'default' from [fd00:1122:3344:101::c]:55168
652 2024.12.14 03:34:54.043927 [ 274 ] {} <Debug> TCP-Session: 1780ebb8-1f23-49c5-9f5e-88a3c9d21617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
653 2024.12.14 03:34:54.043947 [ 274 ] {} <Debug> TCP-Session: 1780ebb8-1f23-49c5-9f5e-88a3c9d21617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
654 2024.12.14 03:34:54.044358 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
655 2024.12.14 03:34:54.044377 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
656 2024.12.14 03:34:54.044485 [ 273 ] {} <Debug> TCP-Session: 4d459c31-4612-4afb-8380-644ee681056a Authenticating user 'default' from [fd00:1122:3344:101::c]:49684
657 2024.12.14 03:34:54.044497 [ 275 ] {} <Debug> TCP-Session: 544bba45-639a-46da-ba9b-18f8d30566f3 Authenticating user 'default' from [fd00:1122:3344:101::c]:55341
658 2024.12.14 03:34:54.044534 [ 273 ] {} <Debug> TCP-Session: 4d459c31-4612-4afb-8380-644ee681056a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
659 2024.12.14 03:34:54.044544 [ 275 ] {} <Debug> TCP-Session: 544bba45-639a-46da-ba9b-18f8d30566f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
660 2024.12.14 03:34:54.044606 [ 273 ] {} <Debug> TCP-Session: 4d459c31-4612-4afb-8380-644ee681056a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
661 2024.12.14 03:34:54.044612 [ 275 ] {} <Debug> TCP-Session: 544bba45-639a-46da-ba9b-18f8d30566f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2024.12.14 03:34:54.047504 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
663 2024.12.14 03:34:54.047553 [ 271 ] {} <Debug> TCP-Session: 816f2d85-3caa-43d4-966b-e60996cf6766 Authenticating user 'default' from [fd00:1122:3344:101::c]:64764
664 2024.12.14 03:34:54.047577 [ 271 ] {} <Debug> TCP-Session: 816f2d85-3caa-43d4-966b-e60996cf6766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
665 2024.12.14 03:34:54.047654 [ 271 ] {} <Debug> TCP-Session: 816f2d85-3caa-43d4-966b-e60996cf6766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2024.12.14 03:34:54.684297 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61886
667 2024.12.14 03:34:54.684545 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
668 2024.12.14 03:34:54.684820 [ 277 ] {} <Debug> TCP-Session: 90202286-9d05-4845-98b2-31e0a1f1c6c9 Authenticating user 'default' from [fd00:1122:3344:101::a]:61886
669 2024.12.14 03:34:54.684851 [ 277 ] {} <Debug> TCP-Session: 90202286-9d05-4845-98b2-31e0a1f1c6c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
670 2024.12.14 03:34:54.684869 [ 277 ] {} <Debug> TCP-Session: 90202286-9d05-4845-98b2-31e0a1f1c6c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
671 2024.12.14 03:34:54.684995 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
672 2024.12.14 03:34:54.685028 [ 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
673 2024.12.14 03:34:54.685071 [ 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
674 2024.12.14 03:34:54.686410 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33512
675 2024.12.14 03:34:54.686497 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34584
676 2024.12.14 03:34:54.686614 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43496
677 2024.12.14 03:34:54.686706 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48633
678 2024.12.14 03:34:54.687399 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2024.12.14 03:34:54.687459 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39831
680 2024.12.14 03:34:54.687480 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46829
681 2024.12.14 03:34:54.687518 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
682 2024.12.14 03:34:54.687439 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
683 2024.12.14 03:34:54.687570 [ 281 ] {} <Debug> TCP-Session: 5e91c2bf-94b4-4e13-bc12-19f77030f29c Authenticating user 'default' from [fd00:1122:3344:101::a]:48633
684 2024.12.14 03:34:54.687460 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
685 2024.12.14 03:34:54.687589 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38756
686 2024.12.14 03:34:54.687761 [ 280 ] {} <Debug> TCP-Session: 5ddb52af-aab2-4566-8299-634784406829 Authenticating user 'default' from [fd00:1122:3344:101::a]:43496
687 2024.12.14 03:34:54.687803 [ 281 ] {} <Debug> TCP-Session: 5e91c2bf-94b4-4e13-bc12-19f77030f29c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
688 2024.12.14 03:34:54.687790 [ 278 ] {} <Debug> TCP-Session: e07363fe-f103-495a-ab30-8bbf9324f16e Authenticating user 'default' from [fd00:1122:3344:101::a]:33512
689 2024.12.14 03:34:54.688044 [ 279 ] {} <Debug> TCP-Session: 61241a0f-e913-4f82-9694-f9838984b75f Authenticating user 'default' from [fd00:1122:3344:101::a]:34584
690 2024.12.14 03:34:54.688156 [ 278 ] {} <Debug> TCP-Session: e07363fe-f103-495a-ab30-8bbf9324f16e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
691 2024.12.14 03:34:54.688131 [ 281 ] {} <Debug> TCP-Session: 5e91c2bf-94b4-4e13-bc12-19f77030f29c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
692 2024.12.14 03:34:54.688092 [ 280 ] {} <Debug> TCP-Session: 5ddb52af-aab2-4566-8299-634784406829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
693 2024.12.14 03:34:54.688431 [ 279 ] {} <Debug> TCP-Session: 61241a0f-e913-4f82-9694-f9838984b75f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
694 2024.12.14 03:34:54.688419 [ 278 ] {} <Debug> TCP-Session: e07363fe-f103-495a-ab30-8bbf9324f16e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2024.12.14 03:34:54.688605 [ 280 ] {} <Debug> TCP-Session: 5ddb52af-aab2-4566-8299-634784406829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
696 2024.12.14 03:34:54.688622 [ 279 ] {} <Debug> TCP-Session: 61241a0f-e913-4f82-9694-f9838984b75f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
697 2024.12.14 03:34:54.692783 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
698 2024.12.14 03:34:54.692834 [ 282 ] {} <Debug> TCP-Session: 9fd13bb6-d43e-4039-a8e5-306098a56357 Authenticating user 'default' from [fd00:1122:3344:101::a]:46829
699 2024.12.14 03:34:54.693200 [ 282 ] {} <Debug> TCP-Session: 9fd13bb6-d43e-4039-a8e5-306098a56357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
700 2024.12.14 03:34:54.693222 [ 282 ] {} <Debug> TCP-Session: 9fd13bb6-d43e-4039-a8e5-306098a56357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
701 2024.12.14 03:34:54.715045 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
702 2024.12.14 03:34:54.715154 [ 283 ] {} <Debug> TCP-Session: 1bfae942-60d1-405b-9221-85da27a5ddd9 Authenticating user 'default' from [fd00:1122:3344:101::a]:39831
703 2024.12.14 03:34:54.715180 [ 283 ] {} <Debug> TCP-Session: 1bfae942-60d1-405b-9221-85da27a5ddd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
704 2024.12.14 03:34:54.715200 [ 283 ] {} <Debug> TCP-Session: 1bfae942-60d1-405b-9221-85da27a5ddd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
705 2024.12.14 03:34:54.728829 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
706 2024.12.14 03:34:54.728893 [ 284 ] {} <Debug> TCP-Session: 97649ac5-8022-4a70-adbe-de8f1a3a3830 Authenticating user 'default' from [fd00:1122:3344:101::a]:38756
707 2024.12.14 03:34:54.728920 [ 284 ] {} <Debug> TCP-Session: 97649ac5-8022-4a70-adbe-de8f1a3a3830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
708 2024.12.14 03:34:54.728969 [ 284 ] {} <Debug> TCP-Session: 97649ac5-8022-4a70-adbe-de8f1a3a3830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
709 2024.12.14 03:34:54.984453 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36998
710 2024.12.14 03:34:54.984651 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
711 2024.12.14 03:34:54.984688 [ 285 ] {} <Debug> TCP-Session: 29405a61-3ced-46f3-9ce4-543043544dd7 Authenticating user 'default' from [fd00:1122:3344:101::b]:36998
712 2024.12.14 03:34:54.984773 [ 285 ] {} <Debug> TCP-Session: 29405a61-3ced-46f3-9ce4-543043544dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
713 2024.12.14 03:34:54.984788 [ 285 ] {} <Debug> TCP-Session: 29405a61-3ced-46f3-9ce4-543043544dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
714 2024.12.14 03:34:54.984873 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
715 2024.12.14 03:34:54.984944 [ 285 ] {} <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
716 2024.12.14 03:34:54.984963 [ 285 ] {} <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
717 2024.12.14 03:34:54.986101 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49588
718 2024.12.14 03:34:54.986179 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50567
719 2024.12.14 03:34:54.986378 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55614
720 2024.12.14 03:34:54.986383 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
721 2024.12.14 03:34:54.986702 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
722 2024.12.14 03:34:54.986723 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44969
723 2024.12.14 03:34:54.986786 [ 287 ] {} <Debug> TCP-Session: 8d2be042-0dae-4281-b880-fab2a39febc9 Authenticating user 'default' from [fd00:1122:3344:101::b]:50567
724 2024.12.14 03:34:54.986815 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57850
725 2024.12.14 03:34:54.986764 [ 286 ] {} <Debug> TCP-Session: 6ff9f549-2a69-4111-b0e3-00a842d4c0bf Authenticating user 'default' from [fd00:1122:3344:101::b]:49588
726 2024.12.14 03:34:54.986746 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
727 2024.12.14 03:34:54.986890 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43012
728 2024.12.14 03:34:54.987141 [ 286 ] {} <Debug> TCP-Session: 6ff9f549-2a69-4111-b0e3-00a842d4c0bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
729 2024.12.14 03:34:54.987143 [ 288 ] {} <Debug> TCP-Session: b8dbfa3c-d46c-42d6-b1fe-66f54f68305c Authenticating user 'default' from [fd00:1122:3344:101::b]:55614
730 2024.12.14 03:34:54.987151 [ 287 ] {} <Debug> TCP-Session: 8d2be042-0dae-4281-b880-fab2a39febc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
731 2024.12.14 03:34:54.987144 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49581
732 2024.12.14 03:34:54.987247 [ 286 ] {} <Debug> TCP-Session: 6ff9f549-2a69-4111-b0e3-00a842d4c0bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
733 2024.12.14 03:34:54.987417 [ 287 ] {} <Debug> TCP-Session: 8d2be042-0dae-4281-b880-fab2a39febc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
734 2024.12.14 03:34:54.987446 [ 288 ] {} <Debug> TCP-Session: b8dbfa3c-d46c-42d6-b1fe-66f54f68305c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
735 2024.12.14 03:34:54.987448 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
736 2024.12.14 03:34:54.987285 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
737 2024.12.14 03:34:54.987712 [ 288 ] {} <Debug> TCP-Session: b8dbfa3c-d46c-42d6-b1fe-66f54f68305c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
738 2024.12.14 03:34:54.987739 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
739 2024.12.14 03:34:54.987745 [ 290 ] {} <Debug> TCP-Session: af401652-c2ff-473e-a662-8e966e5a00ab Authenticating user 'default' from [fd00:1122:3344:101::b]:57850
740 2024.12.14 03:34:54.987788 [ 291 ] {} <Debug> TCP-Session: 2c7ac73f-d047-44ec-9983-82581451e84c Authenticating user 'default' from [fd00:1122:3344:101::b]:43012
741 2024.12.14 03:34:54.987872 [ 292 ] {} <Debug> TCP-Session: fd6eba42-6423-4f3b-9612-0d82864142e3 Authenticating user 'default' from [fd00:1122:3344:101::b]:49581
742 2024.12.14 03:34:54.987916 [ 290 ] {} <Debug> TCP-Session: af401652-c2ff-473e-a662-8e966e5a00ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
743 2024.12.14 03:34:54.987946 [ 291 ] {} <Debug> TCP-Session: 2c7ac73f-d047-44ec-9983-82581451e84c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
744 2024.12.14 03:34:54.987940 [ 292 ] {} <Debug> TCP-Session: fd6eba42-6423-4f3b-9612-0d82864142e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
745 2024.12.14 03:34:54.988009 [ 290 ] {} <Debug> TCP-Session: af401652-c2ff-473e-a662-8e966e5a00ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2024.12.14 03:34:54.988034 [ 292 ] {} <Debug> TCP-Session: fd6eba42-6423-4f3b-9612-0d82864142e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
747 2024.12.14 03:34:54.988017 [ 291 ] {} <Debug> TCP-Session: 2c7ac73f-d047-44ec-9983-82581451e84c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
748 2024.12.14 03:34:54.993673 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
749 2024.12.14 03:34:54.993753 [ 289 ] {} <Debug> TCP-Session: 5e5ffaea-c6c0-4e0f-bbb3-5f103918a97c Authenticating user 'default' from [fd00:1122:3344:101::b]:44969
750 2024.12.14 03:34:54.993778 [ 289 ] {} <Debug> TCP-Session: 5e5ffaea-c6c0-4e0f-bbb3-5f103918a97c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.12.14 03:34:54.993801 [ 289 ] {} <Debug> TCP-Session: 5e5ffaea-c6c0-4e0f-bbb3-5f103918a97c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.12.14 03:34:55.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.98 MiB, peak 139.98 MiB, free memory in arenas 0.00 B, will set to 141.38 MiB (RSS), difference: 1.40 MiB
753 2024.12.14 03:35:00.456517 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2024.12.14 03:35:00.456537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
755 2024.12.14 03:35:00.456632 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2024.12.14 03:35:00.456774 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2024.12.14 03:35:00.463456 [ 244 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Loading data parts
758 2024.12.14 03:35:00.463755 [ 244 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): There are no data parts
759 2024.12.14 03:35:00.471389 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2024.12.14 03:35:00.471466 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB.
761 2024.12.14 03:35:00.475205 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
762 2024.12.14 03:35:00.476401 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
763 2024.12.14 03:35:00.477143 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
764 2024.12.14 03:35:00.484237 [ 243 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Loading data parts
765 2024.12.14 03:35:00.484401 [ 243 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): There are no data parts
766 2024.12.14 03:35:00.508021 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2024.12.14 03:35:00.508074 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB.
768 2024.12.14 03:35:00.515548 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2024.12.14 03:35:00.516771 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
770 2024.12.14 03:35:00.519259 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2024.12.14 03:35:01.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.42 MiB, peak 150.42 MiB, free memory in arenas 0.00 B, will set to 151.23 MiB (RSS), difference: 4.80 MiB
772 2024.12.14 03:35:02.956449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2024.12.14 03:35:02.956550 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2024.12.14 03:35:02.961804 [ 242 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Loading data parts
775 2024.12.14 03:35:02.962011 [ 242 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): There are no data parts
776 2024.12.14 03:35:02.968144 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2024.12.14 03:35:02.968188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
778 2024.12.14 03:35:02.969993 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2024.12.14 03:35:02.970548 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
780 2024.12.14 03:35:02.971083 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
781 2024.12.14 03:35:03.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.41 MiB, peak 155.41 MiB, free memory in arenas 0.00 B, will set to 151.70 MiB (RSS), difference: -3.71 MiB
782 2024.12.14 03:35:07.927596 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
783 2024.12.14 03:35:07.927692 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
784 2024.12.14 03:35:07.977329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 915
785 2024.12.14 03:35:07.978699 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2024.12.14 03:35:07.978738 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
787 2024.12.14 03:35:07.979447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2024.12.14 03:35:07.979959 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
789 2024.12.14 03:35:07.980213 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 915
790 2024.12.14 03:35:08.019377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2024.12.14 03:35:08.041155 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2024.12.14 03:35:08.041213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
793 2024.12.14 03:35:08.047937 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2024.12.14 03:35:08.049092 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
795 2024.12.14 03:35:08.051317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2024.12.14 03:35:09.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.45 MiB, peak 156.45 MiB, free memory in arenas 0.00 B, will set to 154.64 MiB (RSS), difference: 2.20 MiB
797 2024.12.14 03:35:13.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.66 MiB, peak 156.45 MiB, free memory in arenas 0.00 B, will set to 154.67 MiB (RSS), difference: 4.01 MiB
798 2024.12.14 03:35:13.881502 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2024.12.14 03:35:13.881698 [ 3 ] {dbbed78d-cc13-4172-bd81-22f6b04b85cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
800 2024.12.14 03:35:13.884112 [ 3 ] {dbbed78d-cc13-4172-bd81-22f6b04b85cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2024.12.14 03:35:13.890963 [ 3 ] {dbbed78d-cc13-4172-bd81-22f6b04b85cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
802 2024.12.14 03:35:13.892088 [ 3 ] {dbbed78d-cc13-4172-bd81-22f6b04b85cb} <Debug> TCPHandler: Processed in 0.010713625 sec.
803 2024.12.14 03:35:13.893227 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2024.12.14 03:35:13.893599 [ 255 ] {080060b9-56c4-45d0-8de2-a4915256c96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
805 2024.12.14 03:35:13.902125 [ 255 ] {080060b9-56c4-45d0-8de2-a4915256c96c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
806 2024.12.14 03:35:13.902262 [ 255 ] {080060b9-56c4-45d0-8de2-a4915256c96c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
807 2024.12.14 03:35:13.903124 [ 255 ] {080060b9-56c4-45d0-8de2-a4915256c96c} <Debug> TCPHandler: Processed in 0.010083622 sec.
808 2024.12.14 03:35:13.903578 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
809 2024.12.14 03:35:13.903755 [ 3 ] {11c43014-3f78-40d4-8f86-f90c607d6b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
810 2024.12.14 03:35:13.904192 [ 3 ] {11c43014-3f78-40d4-8f86-f90c607d6b65} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
811 2024.12.14 03:35:13.904250 [ 3 ] {11c43014-3f78-40d4-8f86-f90c607d6b65} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
812 2024.12.14 03:35:13.904732 [ 3 ] {11c43014-3f78-40d4-8f86-f90c607d6b65} <Debug> TCPHandler: Processed in 0.001223414 sec.
813 2024.12.14 03:35:13.905017 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
814 2024.12.14 03:35:13.905176 [ 255 ] {7372d787-ef92-454f-aeb7-46b21d8f52e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
815 2024.12.14 03:35:13.905553 [ 255 ] {7372d787-ef92-454f-aeb7-46b21d8f52e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
816 2024.12.14 03:35:13.905612 [ 255 ] {7372d787-ef92-454f-aeb7-46b21d8f52e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
817 2024.12.14 03:35:13.906122 [ 255 ] {7372d787-ef92-454f-aeb7-46b21d8f52e9} <Debug> TCPHandler: Processed in 0.001161793 sec.
818 2024.12.14 03:35:13.906395 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
819 2024.12.14 03:35:13.906550 [ 3 ] {ad8b14f5-8869-4efb-a10d-17aa42818c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
820 2024.12.14 03:35:13.906916 [ 3 ] {ad8b14f5-8869-4efb-a10d-17aa42818c63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
821 2024.12.14 03:35:13.906970 [ 3 ] {ad8b14f5-8869-4efb-a10d-17aa42818c63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
822 2024.12.14 03:35:13.907642 [ 3 ] {ad8b14f5-8869-4efb-a10d-17aa42818c63} <Debug> TCPHandler: Processed in 0.001304426 sec.
823 2024.12.14 03:35:13.907923 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2024.12.14 03:35:13.908074 [ 255 ] {0b859d4e-9173-44f2-858c-43f9c8053e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
825 2024.12.14 03:35:13.908442 [ 255 ] {0b859d4e-9173-44f2-858c-43f9c8053e92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
826 2024.12.14 03:35:13.908498 [ 255 ] {0b859d4e-9173-44f2-858c-43f9c8053e92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
827 2024.12.14 03:35:13.908999 [ 255 ] {0b859d4e-9173-44f2-858c-43f9c8053e92} <Debug> TCPHandler: Processed in 0.001130783 sec.
828 2024.12.14 03:35:13.909270 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2024.12.14 03:35:13.909425 [ 3 ] {02395836-e0bd-4986-b811-5b12fe86bb4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
830 2024.12.14 03:35:13.909791 [ 3 ] {02395836-e0bd-4986-b811-5b12fe86bb4d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
831 2024.12.14 03:35:13.909848 [ 3 ] {02395836-e0bd-4986-b811-5b12fe86bb4d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
832 2024.12.14 03:35:13.910318 [ 3 ] {02395836-e0bd-4986-b811-5b12fe86bb4d} <Debug> TCPHandler: Processed in 0.001104512 sec.
833 2024.12.14 03:35:13.910564 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2024.12.14 03:35:13.910726 [ 255 ] {50f7073a-21ff-4dca-8cb3-da440a5bf824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
835 2024.12.14 03:35:13.911170 [ 255 ] {50f7073a-21ff-4dca-8cb3-da440a5bf824} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
836 2024.12.14 03:35:13.911238 [ 255 ] {50f7073a-21ff-4dca-8cb3-da440a5bf824} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2024.12.14 03:35:13.911802 [ 255 ] {50f7073a-21ff-4dca-8cb3-da440a5bf824} <Debug> TCPHandler: Processed in 0.001294716 sec.
838 2024.12.14 03:35:13.912073 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
839 2024.12.14 03:35:13.912230 [ 3 ] {555ff62c-eaa3-4fae-80fe-fc1ab9ba1bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
840 2024.12.14 03:35:13.912606 [ 3 ] {555ff62c-eaa3-4fae-80fe-fc1ab9ba1bfc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
841 2024.12.14 03:35:13.912661 [ 3 ] {555ff62c-eaa3-4fae-80fe-fc1ab9ba1bfc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
842 2024.12.14 03:35:13.913125 [ 3 ] {555ff62c-eaa3-4fae-80fe-fc1ab9ba1bfc} <Debug> TCPHandler: Processed in 0.001108092 sec.
843 2024.12.14 03:35:13.913371 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2024.12.14 03:35:13.913527 [ 255 ] {07781e8c-1c97-4c70-a3cd-22fb9afc2d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
845 2024.12.14 03:35:13.913908 [ 255 ] {07781e8c-1c97-4c70-a3cd-22fb9afc2d2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2024.12.14 03:35:13.913963 [ 255 ] {07781e8c-1c97-4c70-a3cd-22fb9afc2d2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2024.12.14 03:35:13.914460 [ 255 ] {07781e8c-1c97-4c70-a3cd-22fb9afc2d2b} <Debug> TCPHandler: Processed in 0.001142943 sec.
848 2024.12.14 03:35:13.914723 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
849 2024.12.14 03:35:13.914911 [ 3 ] {f636e47c-9168-40a5-922c-1c20976e8b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
850 2024.12.14 03:35:13.915368 [ 3 ] {f636e47c-9168-40a5-922c-1c20976e8b65} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
851 2024.12.14 03:35:13.915434 [ 3 ] {f636e47c-9168-40a5-922c-1c20976e8b65} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
852 2024.12.14 03:35:13.915948 [ 3 ] {f636e47c-9168-40a5-922c-1c20976e8b65} <Debug> TCPHandler: Processed in 0.001287176 sec.
853 2024.12.14 03:35:13.916186 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
854 2024.12.14 03:35:13.916345 [ 255 ] {e2306435-5542-4b76-81b9-9ee28e2412c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
855 2024.12.14 03:35:13.916726 [ 255 ] {e2306435-5542-4b76-81b9-9ee28e2412c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
856 2024.12.14 03:35:13.916783 [ 255 ] {e2306435-5542-4b76-81b9-9ee28e2412c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
857 2024.12.14 03:35:13.917291 [ 255 ] {e2306435-5542-4b76-81b9-9ee28e2412c0} <Debug> TCPHandler: Processed in 0.001157553 sec.
858 2024.12.14 03:35:13.917548 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
859 2024.12.14 03:35:13.917715 [ 3 ] {c687940f-6d3b-4d1b-bc0a-d99551669385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
860 2024.12.14 03:35:13.918180 [ 3 ] {c687940f-6d3b-4d1b-bc0a-d99551669385} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
861 2024.12.14 03:35:13.918246 [ 3 ] {c687940f-6d3b-4d1b-bc0a-d99551669385} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
862 2024.12.14 03:35:13.918790 [ 3 ] {c687940f-6d3b-4d1b-bc0a-d99551669385} <Debug> TCPHandler: Processed in 0.001299336 sec.
863 2024.12.14 03:35:13.919032 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
864 2024.12.14 03:35:13.919198 [ 255 ] {7221134b-a0cd-43e8-9021-42e741d91dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
865 2024.12.14 03:35:13.919586 [ 255 ] {7221134b-a0cd-43e8-9021-42e741d91dc3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
866 2024.12.14 03:35:13.919641 [ 255 ] {7221134b-a0cd-43e8-9021-42e741d91dc3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
867 2024.12.14 03:35:13.920184 [ 255 ] {7221134b-a0cd-43e8-9021-42e741d91dc3} <Debug> TCPHandler: Processed in 0.001205764 sec.
868 2024.12.14 03:35:13.923001 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2024.12.14 03:35:13.923241 [ 3 ] {7fc6db3b-32e7-4104-a8c6-5758cb028cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
870 2024.12.14 03:35:13.923338 [ 3 ] {7fc6db3b-32e7-4104-a8c6-5758cb028cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2024.12.14 03:35:13.924290 [ 3 ] {7fc6db3b-32e7-4104-a8c6-5758cb028cb5} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0
872 2024.12.14 03:35:13.924331 [ 3 ] {7fc6db3b-32e7-4104-a8c6-5758cb028cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
873 2024.12.14 03:35:13.924877 [ 3 ] {7fc6db3b-32e7-4104-a8c6-5758cb028cb5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
874 2024.12.14 03:35:13.925112 [ 3 ] {7fc6db3b-32e7-4104-a8c6-5758cb028cb5} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
875 2024.12.14 03:35:13.925302 [ 3 ] {7fc6db3b-32e7-4104-a8c6-5758cb028cb5} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.00213 sec., 6572.769953051643 rows/sec., 943.09 KiB/sec.
876 2024.12.14 03:35:13.925362 [ 3 ] {7fc6db3b-32e7-4104-a8c6-5758cb028cb5} <Debug> TCPHandler: Processed in 0.00247599 sec.
877 2024.12.14 03:35:13.925511 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2024.12.14 03:35:13.925660 [ 255 ] {77ca5c97-b002-4359-af3b-0be67122ecf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
879 2024.12.14 03:35:13.925720 [ 255 ] {77ca5c97-b002-4359-af3b-0be67122ecf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
880 2024.12.14 03:35:13.927109 [ 255 ] {77ca5c97-b002-4359-af3b-0be67122ecf9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
881 2024.12.14 03:35:13.927153 [ 255 ] {77ca5c97-b002-4359-af3b-0be67122ecf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
882 2024.12.14 03:35:13.927590 [ 255 ] {77ca5c97-b002-4359-af3b-0be67122ecf9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
883 2024.12.14 03:35:13.927842 [ 255 ] {77ca5c97-b002-4359-af3b-0be67122ecf9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
884 2024.12.14 03:35:13.928132 [ 255 ] {77ca5c97-b002-4359-af3b-0be67122ecf9} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00249 sec., 10441.767068273091 rows/sec., 805.96 KiB/sec.
885 2024.12.14 03:35:13.928297 [ 255 ] {77ca5c97-b002-4359-af3b-0be67122ecf9} <Debug> TCPHandler: Processed in 0.002853428 sec.
886 2024.12.14 03:35:13.928510 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
887 2024.12.14 03:35:13.928741 [ 3 ] {eff534d3-4d5b-45e4-9bfa-e53a998b0f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
888 2024.12.14 03:35:13.928803 [ 3 ] {eff534d3-4d5b-45e4-9bfa-e53a998b0f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
889 2024.12.14 03:35:13.929502 [ 3 ] {eff534d3-4d5b-45e4-9bfa-e53a998b0f31} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
890 2024.12.14 03:35:13.929549 [ 3 ] {eff534d3-4d5b-45e4-9bfa-e53a998b0f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
891 2024.12.14 03:35:13.929945 [ 3 ] {eff534d3-4d5b-45e4-9bfa-e53a998b0f31} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
892 2024.12.14 03:35:13.930189 [ 3 ] {eff534d3-4d5b-45e4-9bfa-e53a998b0f31} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
893 2024.12.14 03:35:13.930419 [ 3 ] {eff534d3-4d5b-45e4-9bfa-e53a998b0f31} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001724 sec., 16241.299303944315 rows/sec., 1.27 MiB/sec.
894 2024.12.14 03:35:13.930486 [ 3 ] {eff534d3-4d5b-45e4-9bfa-e53a998b0f31} <Debug> TCPHandler: Processed in 0.002086832 sec.
895 2024.12.14 03:35:13.930644 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
896 2024.12.14 03:35:13.930768 [ 255 ] {1f6760b0-fcff-4efc-bc78-b3d24af25cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
897 2024.12.14 03:35:13.930821 [ 255 ] {1f6760b0-fcff-4efc-bc78-b3d24af25cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
898 2024.12.14 03:35:13.931932 [ 255 ] {1f6760b0-fcff-4efc-bc78-b3d24af25cda} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
899 2024.12.14 03:35:13.931969 [ 255 ] {1f6760b0-fcff-4efc-bc78-b3d24af25cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
900 2024.12.14 03:35:13.932395 [ 255 ] {1f6760b0-fcff-4efc-bc78-b3d24af25cda} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
901 2024.12.14 03:35:13.932631 [ 255 ] {1f6760b0-fcff-4efc-bc78-b3d24af25cda} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
902 2024.12.14 03:35:13.932936 [ 255 ] {1f6760b0-fcff-4efc-bc78-b3d24af25cda} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.00217 sec., 27649.769585253456 rows/sec., 1.92 MiB/sec.
903 2024.12.14 03:35:13.933066 [ 255 ] {1f6760b0-fcff-4efc-bc78-b3d24af25cda} <Debug> TCPHandler: Processed in 0.002477569 sec.
904 2024.12.14 03:35:13.933277 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
905 2024.12.14 03:35:13.933502 [ 3 ] {a17adf52-733a-4c00-9b9e-52f7d04a96c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
906 2024.12.14 03:35:13.933594 [ 3 ] {a17adf52-733a-4c00-9b9e-52f7d04a96c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
907 2024.12.14 03:35:13.934137 [ 3 ] {a17adf52-733a-4c00-9b9e-52f7d04a96c7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
908 2024.12.14 03:35:13.934176 [ 3 ] {a17adf52-733a-4c00-9b9e-52f7d04a96c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
909 2024.12.14 03:35:13.934540 [ 3 ] {a17adf52-733a-4c00-9b9e-52f7d04a96c7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
910 2024.12.14 03:35:13.934781 [ 3 ] {a17adf52-733a-4c00-9b9e-52f7d04a96c7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
911 2024.12.14 03:35:13.934996 [ 3 ] {a17adf52-733a-4c00-9b9e-52f7d04a96c7} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001542 sec., 11673.151750972764 rows/sec., 818.87 KiB/sec.
912 2024.12.14 03:35:13.935124 [ 3 ] {a17adf52-733a-4c00-9b9e-52f7d04a96c7} <Debug> TCPHandler: Processed in 0.00195536 sec.
913 2024.12.14 03:35:15.480365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1403
914 2024.12.14 03:35:15.481082 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
915 2024.12.14 03:35:15.481123 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
916 2024.12.14 03:35:15.481895 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
917 2024.12.14 03:35:15.482501 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
918 2024.12.14 03:35:15.482707 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
919 2024.12.14 03:35:15.551435 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
920 2024.12.14 03:35:15.570072 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
921 2024.12.14 03:35:15.570122 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
922 2024.12.14 03:35:15.576685 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
923 2024.12.14 03:35:15.577870 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
924 2024.12.14 03:35:15.580547 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
925 2024.12.14 03:35:18.884916 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2024.12.14 03:35:18.885130 [ 3 ] {2332646f-b1d4-4934-8cde-0597104b0d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
927 2024.12.14 03:35:18.885208 [ 3 ] {2332646f-b1d4-4934-8cde-0597104b0d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
928 2024.12.14 03:35:18.885952 [ 3 ] {2332646f-b1d4-4934-8cde-0597104b0d08} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2024.12.14 03:35:18.886007 [ 3 ] {2332646f-b1d4-4934-8cde-0597104b0d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
930 2024.12.14 03:35:18.886601 [ 3 ] {2332646f-b1d4-4934-8cde-0597104b0d08} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2024.12.14 03:35:18.887139 [ 3 ] {2332646f-b1d4-4934-8cde-0597104b0d08} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2024.12.14 03:35:18.887446 [ 3 ] {2332646f-b1d4-4934-8cde-0597104b0d08} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002354 sec., 11045.02973661852 rows/sec., 852.52 KiB/sec.
933 2024.12.14 03:35:18.887539 [ 3 ] {2332646f-b1d4-4934-8cde-0597104b0d08} <Debug> TCPHandler: Processed in 0.002774565 sec.
934 2024.12.14 03:35:18.887789 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2024.12.14 03:35:18.887998 [ 255 ] {9bb781d9-a1b9-4ecc-991a-2c478bd519cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
936 2024.12.14 03:35:18.888080 [ 255 ] {9bb781d9-a1b9-4ecc-991a-2c478bd519cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
937 2024.12.14 03:35:18.888877 [ 255 ] {9bb781d9-a1b9-4ecc-991a-2c478bd519cd} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2024.12.14 03:35:18.888922 [ 255 ] {9bb781d9-a1b9-4ecc-991a-2c478bd519cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
939 2024.12.14 03:35:18.889493 [ 255 ] {9bb781d9-a1b9-4ecc-991a-2c478bd519cd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2024.12.14 03:35:18.889956 [ 255 ] {9bb781d9-a1b9-4ecc-991a-2c478bd519cd} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2024.12.14 03:35:18.890214 [ 255 ] {9bb781d9-a1b9-4ecc-991a-2c478bd519cd} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00227 sec., 12334.801762114537 rows/sec., 985.17 KiB/sec.
942 2024.12.14 03:35:18.890279 [ 255 ] {9bb781d9-a1b9-4ecc-991a-2c478bd519cd} <Debug> TCPHandler: Processed in 0.002625662 sec.
943 2024.12.14 03:35:18.890486 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
944 2024.12.14 03:35:18.890722 [ 3 ] {7e0fac1a-259e-46ad-adc9-5501d01e5015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
945 2024.12.14 03:35:18.890820 [ 3 ] {7e0fac1a-259e-46ad-adc9-5501d01e5015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
946 2024.12.14 03:35:18.891449 [ 3 ] {7e0fac1a-259e-46ad-adc9-5501d01e5015} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
947 2024.12.14 03:35:18.891492 [ 3 ] {7e0fac1a-259e-46ad-adc9-5501d01e5015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
948 2024.12.14 03:35:18.892123 [ 3 ] {7e0fac1a-259e-46ad-adc9-5501d01e5015} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
949 2024.12.14 03:35:18.892641 [ 3 ] {7e0fac1a-259e-46ad-adc9-5501d01e5015} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
950 2024.12.14 03:35:18.892902 [ 3 ] {7e0fac1a-259e-46ad-adc9-5501d01e5015} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002239 sec., 44662.795891022775 rows/sec., 3.10 MiB/sec.
951 2024.12.14 03:35:18.893070 [ 3 ] {7e0fac1a-259e-46ad-adc9-5501d01e5015} <Debug> TCPHandler: Processed in 0.002697324 sec.
952 2024.12.14 03:35:18.893287 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
953 2024.12.14 03:35:18.893518 [ 255 ] {feef3f50-f6f2-4b8e-bfdf-7447438d2eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
954 2024.12.14 03:35:18.893617 [ 255 ] {feef3f50-f6f2-4b8e-bfdf-7447438d2eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
955 2024.12.14 03:35:18.894276 [ 255 ] {feef3f50-f6f2-4b8e-bfdf-7447438d2eb1} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
956 2024.12.14 03:35:18.894315 [ 255 ] {feef3f50-f6f2-4b8e-bfdf-7447438d2eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
957 2024.12.14 03:35:18.894799 [ 255 ] {feef3f50-f6f2-4b8e-bfdf-7447438d2eb1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
958 2024.12.14 03:35:18.895280 [ 255 ] {feef3f50-f6f2-4b8e-bfdf-7447438d2eb1} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
959 2024.12.14 03:35:18.895505 [ 255 ] {feef3f50-f6f2-4b8e-bfdf-7447438d2eb1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002045 sec., 14669.926650366748 rows/sec., 1.00 MiB/sec.
960 2024.12.14 03:35:18.895557 [ 255 ] {feef3f50-f6f2-4b8e-bfdf-7447438d2eb1} <Debug> TCPHandler: Processed in 0.002378538 sec.
961 2024.12.14 03:35:22.927761 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache
962 2024.12.14 03:35:22.927852 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache
963 2024.12.14 03:35:22.971822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
964 2024.12.14 03:35:22.975916 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
965 2024.12.14 03:35:22.975970 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
966 2024.12.14 03:35:22.977429 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
967 2024.12.14 03:35:22.977729 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
968 2024.12.14 03:35:22.978554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
969 2024.12.14 03:35:22.983004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1830
970 2024.12.14 03:35:22.984058 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
971 2024.12.14 03:35:22.984128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
972 2024.12.14 03:35:22.984683 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
973 2024.12.14 03:35:22.984941 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
974 2024.12.14 03:35:22.985128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1830
975 2024.12.14 03:35:23.080783 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
976 2024.12.14 03:35:23.099857 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2024.12.14 03:35:23.099906 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
978 2024.12.14 03:35:23.106420 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
979 2024.12.14 03:35:23.107168 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
980 2024.12.14 03:35:23.110137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
981 2024.12.14 03:35:23.885284 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
982 2024.12.14 03:35:23.885589 [ 3 ] {748cf17b-c349-4fd6-9c2b-f3ec30add9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
983 2024.12.14 03:35:23.885703 [ 3 ] {748cf17b-c349-4fd6-9c2b-f3ec30add9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
984 2024.12.14 03:35:23.886636 [ 3 ] {748cf17b-c349-4fd6-9c2b-f3ec30add9c0} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
985 2024.12.14 03:35:23.886677 [ 3 ] {748cf17b-c349-4fd6-9c2b-f3ec30add9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
986 2024.12.14 03:35:23.887099 [ 3 ] {748cf17b-c349-4fd6-9c2b-f3ec30add9c0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
987 2024.12.14 03:35:23.887352 [ 3 ] {748cf17b-c349-4fd6-9c2b-f3ec30add9c0} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
988 2024.12.14 03:35:23.887549 [ 3 ] {748cf17b-c349-4fd6-9c2b-f3ec30add9c0} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002046 sec., 12707.72238514174 rows/sec., 980.86 KiB/sec.
989 2024.12.14 03:35:23.887611 [ 3 ] {748cf17b-c349-4fd6-9c2b-f3ec30add9c0} <Debug> TCPHandler: Processed in 0.00251446 sec.
990 2024.12.14 03:35:23.887916 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
991 2024.12.14 03:35:23.888217 [ 255 ] {d8ade138-ac92-46af-8299-697fd345bd0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
992 2024.12.14 03:35:23.888288 [ 255 ] {d8ade138-ac92-46af-8299-697fd345bd0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
993 2024.12.14 03:35:23.888996 [ 255 ] {d8ade138-ac92-46af-8299-697fd345bd0c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
994 2024.12.14 03:35:23.889046 [ 255 ] {d8ade138-ac92-46af-8299-697fd345bd0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
995 2024.12.14 03:35:23.889459 [ 255 ] {d8ade138-ac92-46af-8299-697fd345bd0c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
996 2024.12.14 03:35:23.889692 [ 255 ] {d8ade138-ac92-46af-8299-697fd345bd0c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
997 2024.12.14 03:35:23.889916 [ 255 ] {d8ade138-ac92-46af-8299-697fd345bd0c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001785 sec., 15686.274509803923 rows/sec., 1.22 MiB/sec.
998 2024.12.14 03:35:23.889971 [ 255 ] {d8ade138-ac92-46af-8299-697fd345bd0c} <Debug> TCPHandler: Processed in 0.002234445 sec.
999 2024.12.14 03:35:23.890137 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1000 2024.12.14 03:35:23.890286 [ 3 ] {8da9759b-a10f-467b-847b-a4218338c86a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1001 2024.12.14 03:35:23.890352 [ 3 ] {8da9759b-a10f-467b-847b-a4218338c86a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1002 2024.12.14 03:35:23.891013 [ 3 ] {8da9759b-a10f-467b-847b-a4218338c86a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1003 2024.12.14 03:35:23.891059 [ 3 ] {8da9759b-a10f-467b-847b-a4218338c86a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1004 2024.12.14 03:35:23.891481 [ 3 ] {8da9759b-a10f-467b-847b-a4218338c86a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1005 2024.12.14 03:35:23.891722 [ 3 ] {8da9759b-a10f-467b-847b-a4218338c86a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1006 2024.12.14 03:35:23.891906 [ 3 ] {8da9759b-a10f-467b-847b-a4218338c86a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001657 sec., 60350.03017501508 rows/sec., 4.18 MiB/sec.
1007 2024.12.14 03:35:23.891959 [ 3 ] {8da9759b-a10f-467b-847b-a4218338c86a} <Debug> TCPHandler: Processed in 0.001894208 sec.
1008 2024.12.14 03:35:23.892112 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1009 2024.12.14 03:35:23.892229 [ 255 ] {0ac401c0-ed3b-4414-9771-5c489a756fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1010 2024.12.14 03:35:23.892280 [ 255 ] {0ac401c0-ed3b-4414-9771-5c489a756fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1011 2024.12.14 03:35:23.892766 [ 255 ] {0ac401c0-ed3b-4414-9771-5c489a756fca} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1012 2024.12.14 03:35:23.892805 [ 255 ] {0ac401c0-ed3b-4414-9771-5c489a756fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1013 2024.12.14 03:35:23.893166 [ 255 ] {0ac401c0-ed3b-4414-9771-5c489a756fca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1014 2024.12.14 03:35:23.893397 [ 255 ] {0ac401c0-ed3b-4414-9771-5c489a756fca} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1015 2024.12.14 03:35:23.893600 [ 255 ] {0ac401c0-ed3b-4414-9771-5c489a756fca} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001396 sec., 21489.971346704868 rows/sec., 1.47 MiB/sec.
1016 2024.12.14 03:35:23.893649 [ 255 ] {0ac401c0-ed3b-4414-9771-5c489a756fca} <Debug> TCPHandler: Processed in 0.001593872 sec.
1017 2024.12.14 03:35:28.885447 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1018 2024.12.14 03:35:28.885777 [ 3 ] {64fd1e3c-3596-4844-9b80-824decd4ec3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1019 2024.12.14 03:35:28.885896 [ 3 ] {64fd1e3c-3596-4844-9b80-824decd4ec3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1020 2024.12.14 03:35:28.886884 [ 3 ] {64fd1e3c-3596-4844-9b80-824decd4ec3e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1021 2024.12.14 03:35:28.886938 [ 3 ] {64fd1e3c-3596-4844-9b80-824decd4ec3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1022 2024.12.14 03:35:28.887562 [ 3 ] {64fd1e3c-3596-4844-9b80-824decd4ec3e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1023 2024.12.14 03:35:28.888097 [ 3 ] {64fd1e3c-3596-4844-9b80-824decd4ec3e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1024 2024.12.14 03:35:28.888335 [ 3 ] {64fd1e3c-3596-4844-9b80-824decd4ec3e} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002646 sec., 9826.15268329554 rows/sec., 758.44 KiB/sec.
1025 2024.12.14 03:35:28.888404 [ 3 ] {64fd1e3c-3596-4844-9b80-824decd4ec3e} <Debug> TCPHandler: Processed in 0.003167494 sec.
1026 2024.12.14 03:35:28.888710 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1027 2024.12.14 03:35:28.889008 [ 255 ] {13d2ae32-db4a-4392-9d6c-1695638a0ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1028 2024.12.14 03:35:28.889122 [ 255 ] {13d2ae32-db4a-4392-9d6c-1695638a0ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1029 2024.12.14 03:35:28.889970 [ 255 ] {13d2ae32-db4a-4392-9d6c-1695638a0ca2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1030 2024.12.14 03:35:28.890015 [ 255 ] {13d2ae32-db4a-4392-9d6c-1695638a0ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1031 2024.12.14 03:35:28.890617 [ 255 ] {13d2ae32-db4a-4392-9d6c-1695638a0ca2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1032 2024.12.14 03:35:28.891232 [ 255 ] {13d2ae32-db4a-4392-9d6c-1695638a0ca2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1033 2024.12.14 03:35:28.891535 [ 255 ] {13d2ae32-db4a-4392-9d6c-1695638a0ca2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002587 sec., 10823.347506764592 rows/sec., 864.45 KiB/sec.
1034 2024.12.14 03:35:28.891643 [ 255 ] {13d2ae32-db4a-4392-9d6c-1695638a0ca2} <Debug> TCPHandler: Processed in 0.003119703 sec.
1035 2024.12.14 03:35:28.891815 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1036 2024.12.14 03:35:28.891963 [ 3 ] {6f568f7a-eb55-4749-9ebb-643cefc592f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1037 2024.12.14 03:35:28.892027 [ 3 ] {6f568f7a-eb55-4749-9ebb-643cefc592f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1038 2024.12.14 03:35:28.892637 [ 3 ] {6f568f7a-eb55-4749-9ebb-643cefc592f3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1039 2024.12.14 03:35:28.892679 [ 3 ] {6f568f7a-eb55-4749-9ebb-643cefc592f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1040 2024.12.14 03:35:28.893217 [ 3 ] {6f568f7a-eb55-4749-9ebb-643cefc592f3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1041 2024.12.14 03:35:28.893750 [ 3 ] {6f568f7a-eb55-4749-9ebb-643cefc592f3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1042 2024.12.14 03:35:28.893973 [ 3 ] {6f568f7a-eb55-4749-9ebb-643cefc592f3} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002046 sec., 48875.85532746823 rows/sec., 3.39 MiB/sec.
1043 2024.12.14 03:35:28.894027 [ 3 ] {6f568f7a-eb55-4749-9ebb-643cefc592f3} <Debug> TCPHandler: Processed in 0.002280726 sec.
1044 2024.12.14 03:35:28.894226 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1045 2024.12.14 03:35:28.894435 [ 255 ] {f9417209-7756-47d0-874f-31492842682d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1046 2024.12.14 03:35:28.894493 [ 255 ] {f9417209-7756-47d0-874f-31492842682d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1047 2024.12.14 03:35:28.895006 [ 255 ] {f9417209-7756-47d0-874f-31492842682d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1048 2024.12.14 03:35:28.895045 [ 255 ] {f9417209-7756-47d0-874f-31492842682d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1049 2024.12.14 03:35:28.895588 [ 255 ] {f9417209-7756-47d0-874f-31492842682d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1050 2024.12.14 03:35:28.896048 [ 255 ] {f9417209-7756-47d0-874f-31492842682d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1051 2024.12.14 03:35:28.896260 [ 255 ] {f9417209-7756-47d0-874f-31492842682d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001854 sec., 16181.229773462783 rows/sec., 1.11 MiB/sec.
1052 2024.12.14 03:35:28.896312 [ 255 ] {f9417209-7756-47d0-874f-31492842682d} <Debug> TCPHandler: Processed in 0.002196953 sec.
1053 2024.12.14 03:35:30.485278 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2318
1054 2024.12.14 03:35:30.486244 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1055 2024.12.14 03:35:30.486293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1056 2024.12.14 03:35:30.487086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1057 2024.12.14 03:35:30.487609 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1058 2024.12.14 03:35:30.487832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1059 2024.12.14 03:35:30.610245 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1060 2024.12.14 03:35:30.629421 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1061 2024.12.14 03:35:30.629478 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1062 2024.12.14 03:35:30.636076 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1063 2024.12.14 03:35:30.637221 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1064 2024.12.14 03:35:30.639803 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1065 2024.12.14 03:35:32.978830 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 152
1066 2024.12.14 03:35:32.981543 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1067 2024.12.14 03:35:32.981593 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1068 2024.12.14 03:35:32.983027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1069 2024.12.14 03:35:32.983332 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1070 2024.12.14 03:35:32.983926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 152
1071 2024.12.14 03:35:33.885111 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1072 2024.12.14 03:35:33.885329 [ 3 ] {ba5388f3-496e-4514-822d-3b7a59f203f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1073 2024.12.14 03:35:33.885418 [ 3 ] {ba5388f3-496e-4514-822d-3b7a59f203f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1074 2024.12.14 03:35:33.886202 [ 3 ] {ba5388f3-496e-4514-822d-3b7a59f203f7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1075 2024.12.14 03:35:33.886255 [ 3 ] {ba5388f3-496e-4514-822d-3b7a59f203f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1076 2024.12.14 03:35:33.886698 [ 3 ] {ba5388f3-496e-4514-822d-3b7a59f203f7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1077 2024.12.14 03:35:33.886957 [ 3 ] {ba5388f3-496e-4514-822d-3b7a59f203f7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1078 2024.12.14 03:35:33.887158 [ 78 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
1079 2024.12.14 03:35:33.887229 [ 3 ] {ba5388f3-496e-4514-822d-3b7a59f203f7} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001957 sec., 13285.641287685232 rows/sec., 1.00 MiB/sec.
1080 2024.12.14 03:35:33.887277 [ 78 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1081 2024.12.14 03:35:33.887357 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1082 2024.12.14 03:35:33.887358 [ 3 ] {ba5388f3-496e-4514-822d-3b7a59f203f7} <Debug> TCPHandler: Processed in 0.002394077 sec.
1083 2024.12.14 03:35:33.887701 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1084 2024.12.14 03:35:33.887733 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::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
1085 2024.12.14 03:35:33.887997 [ 255 ] {dd0b765f-e3ee-4149-b3f4-a499b20a1043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1086 2024.12.14 03:35:33.888153 [ 255 ] {dd0b765f-e3ee-4149-b3f4-a499b20a1043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1087 2024.12.14 03:35:33.888195 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1088 2024.12.14 03:35:33.888375 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part
1089 2024.12.14 03:35:33.888906 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
1090 2024.12.14 03:35:33.889189 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
1091 2024.12.14 03:35:33.889595 [ 255 ] {dd0b765f-e3ee-4149-b3f4-a499b20a1043} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1092 2024.12.14 03:35:33.889646 [ 255 ] {dd0b765f-e3ee-4149-b3f4-a499b20a1043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1093 2024.12.14 03:35:33.890067 [ 255 ] {dd0b765f-e3ee-4149-b3f4-a499b20a1043} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1094 2024.12.14 03:35:33.890319 [ 255 ] {dd0b765f-e3ee-4149-b3f4-a499b20a1043} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1095 2024.12.14 03:35:33.890493 [ 78 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
1096 2024.12.14 03:35:33.890556 [ 78 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1097 2024.12.14 03:35:33.890586 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1098 2024.12.14 03:35:33.890596 [ 255 ] {dd0b765f-e3ee-4149-b3f4-a499b20a1043} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002694 sec., 10393.466963622865 rows/sec., 830.11 KiB/sec.
1099 2024.12.14 03:35:33.890781 [ 255 ] {dd0b765f-e3ee-4149-b3f4-a499b20a1043} <Debug> TCPHandler: Processed in 0.003261455 sec.
1100 2024.12.14 03:35:33.890835 [ 191 ] {7246fda6-af5d-48e6-afa1-d8846b751470::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
1101 2024.12.14 03:35:33.891106 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1102 2024.12.14 03:35:33.891578 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part
1103 2024.12.14 03:35:33.891595 [ 191 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1104 2024.12.14 03:35:33.891703 [ 3 ] {909d55ce-6b8f-421e-a0a5-cfc7b0663e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1105 2024.12.14 03:35:33.891721 [ 191 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part
1106 2024.12.14 03:35:33.891777 [ 3 ] {909d55ce-6b8f-421e-a0a5-cfc7b0663e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1107 2024.12.14 03:35:33.892325 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part
1108 2024.12.14 03:35:33.892416 [ 191 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part
1109 2024.12.14 03:35:33.893323 [ 191 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part
1110 2024.12.14 03:35:33.893866 [ 191 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part
1111 2024.12.14 03:35:33.894362 [ 191 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part
1112 2024.12.14 03:35:33.895488 [ 3 ] {909d55ce-6b8f-421e-a0a5-cfc7b0663e24} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1113 2024.12.14 03:35:33.895577 [ 3 ] {909d55ce-6b8f-421e-a0a5-cfc7b0663e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1114 2024.12.14 03:35:33.897650 [ 3 ] {909d55ce-6b8f-421e-a0a5-cfc7b0663e24} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1115 2024.12.14 03:35:33.898640 [ 3 ] {909d55ce-6b8f-421e-a0a5-cfc7b0663e24} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1116 2024.12.14 03:35:33.898747 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 5 columns (5 merged, 0 gathered) in 0.011246945 sec., 11558.694383230291 rows/sec., 937.32 KiB/sec.
1117 2024.12.14 03:35:33.899105 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
1118 2024.12.14 03:35:33.899357 [ 3 ] {909d55ce-6b8f-421e-a0a5-cfc7b0663e24} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.007719 sec., 12955.045990413266 rows/sec., 919.76 KiB/sec.
1119 2024.12.14 03:35:33.899422 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 5 columns (5 merged, 0 gathered) in 0.008727345 sec., 16041.533822714699 rows/sec., 1.31 MiB/sec.
1120 2024.12.14 03:35:33.899607 [ 3 ] {909d55ce-6b8f-421e-a0a5-cfc7b0663e24} <Debug> TCPHandler: Processed in 0.008699134 sec.
1121 2024.12.14 03:35:33.899809 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
1122 2024.12.14 03:35:33.899818 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1123 2024.12.14 03:35:33.899873 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1124 2024.12.14 03:35:33.900113 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_5_1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
1125 2024.12.14 03:35:33.900210 [ 255 ] {7254bfdf-02ba-49db-9892-a0185f64bde3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1126 2024.12.14 03:35:33.900360 [ 255 ] {7254bfdf-02ba-49db-9892-a0185f64bde3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1127 2024.12.14 03:35:33.900399 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
1128 2024.12.14 03:35:33.900702 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1129 2024.12.14 03:35:33.900922 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_5_1} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
1130 2024.12.14 03:35:33.901085 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1131 2024.12.14 03:35:33.901352 [ 255 ] {7254bfdf-02ba-49db-9892-a0185f64bde3} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1132 2024.12.14 03:35:33.901402 [ 255 ] {7254bfdf-02ba-49db-9892-a0185f64bde3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB.
1133 2024.12.14 03:35:33.901812 [ 255 ] {7254bfdf-02ba-49db-9892-a0185f64bde3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1134 2024.12.14 03:35:33.902069 [ 255 ] {7254bfdf-02ba-49db-9892-a0185f64bde3} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1135 2024.12.14 03:35:33.902352 [ 255 ] {7254bfdf-02ba-49db-9892-a0185f64bde3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002219 sec., 13519.6034249662 rows/sec., 948.40 KiB/sec.
1136 2024.12.14 03:35:33.902501 [ 255 ] {7254bfdf-02ba-49db-9892-a0185f64bde3} <Debug> TCPHandler: Processed in 0.002771405 sec.
1137 2024.12.14 03:35:37.927934 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
1138 2024.12.14 03:35:37.928000 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
1139 2024.12.14 03:35:37.988010 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2745
1140 2024.12.14 03:35:37.988941 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1141 2024.12.14 03:35:37.988994 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1142 2024.12.14 03:35:37.989585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1143 2024.12.14 03:35:37.989869 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1144 2024.12.14 03:35:37.990091 [ 74 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1145 2024.12.14 03:35:37.990142 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2745
1146 2024.12.14 03:35:37.990190 [ 74 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1147 2024.12.14 03:35:37.990224 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1148 2024.12.14 03:35:37.990428 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
1149 2024.12.14 03:35:37.990654 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1150 2024.12.14 03:35:37.990730 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
1151 2024.12.14 03:35:37.990846 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1152 2024.12.14 03:35:37.991038 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1153 2024.12.14 03:35:37.991261 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1154 2024.12.14 03:35:37.991473 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1155 2024.12.14 03:35:37.991694 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1156 2024.12.14 03:35:38.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.60 MiB, peak 164.60 MiB, free memory in arenas 0.00 B, will set to 158.82 MiB (RSS), difference: -5.78 MiB
1157 2024.12.14 03:35:38.003082 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 4 columns (4 merged, 0 gathered) in 0.012754445 sec., 215219.08636557686 rows/sec., 3.08 MiB/sec.
1158 2024.12.14 03:35:38.003781 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1159 2024.12.14 03:35:38.004133 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1160 2024.12.14 03:35:38.004224 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_6_1} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1161 2024.12.14 03:35:38.004335 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1162 2024.12.14 03:35:38.139916 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1163 2024.12.14 03:35:38.159905 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1164 2024.12.14 03:35:38.159949 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1165 2024.12.14 03:35:38.166799 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1166 2024.12.14 03:35:38.167561 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1167 2024.12.14 03:35:38.167952 [ 74 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1168 2024.12.14 03:35:38.168097 [ 74 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1169 2024.12.14 03:35:38.168182 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1170 2024.12.14 03:35:38.168582 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
1171 2024.12.14 03:35:38.176370 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1172 2024.12.14 03:35:38.177704 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1173 2024.12.14 03:35:38.178570 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
1174 2024.12.14 03:35:38.183147 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
1175 2024.12.14 03:35:38.187447 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
1176 2024.12.14 03:35:38.191962 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
1177 2024.12.14 03:35:38.198562 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
1178 2024.12.14 03:35:38.202762 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
1179 2024.12.14 03:35:38.260127 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.091798739 sec., 501.0962078683891 rows/sec., 2.59 MiB/sec.
1180 2024.12.14 03:35:38.262680 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1181 2024.12.14 03:35:38.265667 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_6_1} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1182 2024.12.14 03:35:38.265788 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_6_1} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1183 2024.12.14 03:35:38.268306 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB.
1184 2024.12.14 03:35:38.886771 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1185 2024.12.14 03:35:38.886972 [ 3 ] {6bae9003-622f-43fb-b633-415d3d49e864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1186 2024.12.14 03:35:38.887051 [ 3 ] {6bae9003-622f-43fb-b633-415d3d49e864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1187 2024.12.14 03:35:38.887821 [ 3 ] {6bae9003-622f-43fb-b633-415d3d49e864} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1188 2024.12.14 03:35:38.887876 [ 3 ] {6bae9003-622f-43fb-b633-415d3d49e864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1189 2024.12.14 03:35:38.888325 [ 3 ] {6bae9003-622f-43fb-b633-415d3d49e864} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1190 2024.12.14 03:35:38.888602 [ 3 ] {6bae9003-622f-43fb-b633-415d3d49e864} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1191 2024.12.14 03:35:38.888882 [ 3 ] {6bae9003-622f-43fb-b633-415d3d49e864} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001963 sec., 13245.033112582782 rows/sec., 1022.33 KiB/sec.
1192 2024.12.14 03:35:38.888966 [ 3 ] {6bae9003-622f-43fb-b633-415d3d49e864} <Debug> TCPHandler: Processed in 0.002346407 sec.
1193 2024.12.14 03:35:38.889221 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1194 2024.12.14 03:35:38.889416 [ 255 ] {5d7a61b2-8b4d-4f7f-9006-8c91f63b68ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1195 2024.12.14 03:35:38.889489 [ 255 ] {5d7a61b2-8b4d-4f7f-9006-8c91f63b68ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1196 2024.12.14 03:35:38.890241 [ 255 ] {5d7a61b2-8b4d-4f7f-9006-8c91f63b68ef} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1197 2024.12.14 03:35:38.890290 [ 255 ] {5d7a61b2-8b4d-4f7f-9006-8c91f63b68ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1198 2024.12.14 03:35:38.890732 [ 255 ] {5d7a61b2-8b4d-4f7f-9006-8c91f63b68ef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1199 2024.12.14 03:35:38.890998 [ 255 ] {5d7a61b2-8b4d-4f7f-9006-8c91f63b68ef} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1200 2024.12.14 03:35:38.891198 [ 255 ] {5d7a61b2-8b4d-4f7f-9006-8c91f63b68ef} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001837 sec., 15242.242787152965 rows/sec., 1.19 MiB/sec.
1201 2024.12.14 03:35:38.891261 [ 255 ] {5d7a61b2-8b4d-4f7f-9006-8c91f63b68ef} <Debug> TCPHandler: Processed in 0.002172974 sec.
1202 2024.12.14 03:35:38.891409 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1203 2024.12.14 03:35:38.891542 [ 3 ] {476094a9-69ae-4f2b-a325-2db641a137a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1204 2024.12.14 03:35:38.891601 [ 3 ] {476094a9-69ae-4f2b-a325-2db641a137a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1205 2024.12.14 03:35:38.892195 [ 3 ] {476094a9-69ae-4f2b-a325-2db641a137a4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1206 2024.12.14 03:35:38.892238 [ 3 ] {476094a9-69ae-4f2b-a325-2db641a137a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1207 2024.12.14 03:35:38.892653 [ 3 ] {476094a9-69ae-4f2b-a325-2db641a137a4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1208 2024.12.14 03:35:38.892899 [ 3 ] {476094a9-69ae-4f2b-a325-2db641a137a4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1209 2024.12.14 03:35:38.893065 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1210 2024.12.14 03:35:38.893128 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1211 2024.12.14 03:35:38.893171 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1212 2024.12.14 03:35:38.893175 [ 3 ] {476094a9-69ae-4f2b-a325-2db641a137a4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00165 sec., 60606.06060606061 rows/sec., 4.20 MiB/sec.
1213 2024.12.14 03:35:38.893430 [ 3 ] {476094a9-69ae-4f2b-a325-2db641a137a4} <Debug> TCPHandler: Processed in 0.002078062 sec.
1214 2024.12.14 03:35:38.893585 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
1215 2024.12.14 03:35:38.893662 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1216 2024.12.14 03:35:38.893868 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1217 2024.12.14 03:35:38.893906 [ 255 ] {f982686a-6d63-44a2-826c-5a13e59d4431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1218 2024.12.14 03:35:38.893942 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part
1219 2024.12.14 03:35:38.893997 [ 255 ] {f982686a-6d63-44a2-826c-5a13e59d4431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1220 2024.12.14 03:35:38.894255 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part
1221 2024.12.14 03:35:38.894760 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part
1222 2024.12.14 03:35:38.895095 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part
1223 2024.12.14 03:35:38.895482 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part
1224 2024.12.14 03:35:38.895680 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part
1225 2024.12.14 03:35:38.896514 [ 255 ] {f982686a-6d63-44a2-826c-5a13e59d4431} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1226 2024.12.14 03:35:38.896586 [ 255 ] {f982686a-6d63-44a2-826c-5a13e59d4431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1227 2024.12.14 03:35:38.897695 [ 255 ] {f982686a-6d63-44a2-826c-5a13e59d4431} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1228 2024.12.14 03:35:38.898196 [ 255 ] {f982686a-6d63-44a2-826c-5a13e59d4431} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1229 2024.12.14 03:35:38.898515 [ 73 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1230 2024.12.14 03:35:38.898611 [ 73 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1231 2024.12.14 03:35:38.898674 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1232 2024.12.14 03:35:38.899002 [ 255 ] {f982686a-6d63-44a2-826c-5a13e59d4431} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005118 sec., 5861.664712778429 rows/sec., 411.19 KiB/sec.
1233 2024.12.14 03:35:38.899141 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005826127 sec., 96118.74234804699 rows/sec., 6.66 MiB/sec.
1234 2024.12.14 03:35:38.899187 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
1235 2024.12.14 03:35:38.899264 [ 255 ] {f982686a-6d63-44a2-826c-5a13e59d4431} <Debug> TCPHandler: Processed in 0.005687664 sec.
1236 2024.12.14 03:35:38.899479 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1237 2024.12.14 03:35:38.899486 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1238 2024.12.14 03:35:38.899541 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
1239 2024.12.14 03:35:38.899675 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
1240 2024.12.14 03:35:38.899924 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
1241 2024.12.14 03:35:38.900188 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
1242 2024.12.14 03:35:38.900192 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1243 2024.12.14 03:35:38.900361 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
1244 2024.12.14 03:35:38.900404 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1245 2024.12.14 03:35:38.900488 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
1246 2024.12.14 03:35:38.900575 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
1247 2024.12.14 03:35:38.901511 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 4 columns (4 merged, 0 gathered) in 0.002655033 sec., 63276.04967621872 rows/sec., 4.33 MiB/sec.
1248 2024.12.14 03:35:38.901718 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1249 2024.12.14 03:35:38.902034 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1250 2024.12.14 03:35:38.902118 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_6_1} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1251 2024.12.14 03:35:38.902207 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
1252 2024.12.14 03:35:39.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.05 MiB, peak 164.60 MiB, free memory in arenas 0.00 B, will set to 162.75 MiB (RSS), difference: 8.70 MiB
1253 2024.12.14 03:35:42.984108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 168
1254 2024.12.14 03:35:42.986816 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1255 2024.12.14 03:35:42.986874 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1256 2024.12.14 03:35:42.988321 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1257 2024.12.14 03:35:42.988637 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1258 2024.12.14 03:35:42.989291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168
1259 2024.12.14 03:35:43.885157 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1260 2024.12.14 03:35:43.885350 [ 3 ] {abe4f2d8-0a21-40f0-9f6a-ba088ede54d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1261 2024.12.14 03:35:43.885425 [ 3 ] {abe4f2d8-0a21-40f0-9f6a-ba088ede54d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1262 2024.12.14 03:35:43.886194 [ 3 ] {abe4f2d8-0a21-40f0-9f6a-ba088ede54d1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1263 2024.12.14 03:35:43.886244 [ 3 ] {abe4f2d8-0a21-40f0-9f6a-ba088ede54d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1264 2024.12.14 03:35:43.886692 [ 3 ] {abe4f2d8-0a21-40f0-9f6a-ba088ede54d1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1265 2024.12.14 03:35:43.886948 [ 3 ] {abe4f2d8-0a21-40f0-9f6a-ba088ede54d1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1266 2024.12.14 03:35:43.887154 [ 3 ] {abe4f2d8-0a21-40f0-9f6a-ba088ede54d1} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001859 sec., 13986.013986013986 rows/sec., 1.05 MiB/sec.
1267 2024.12.14 03:35:43.887218 [ 3 ] {abe4f2d8-0a21-40f0-9f6a-ba088ede54d1} <Debug> TCPHandler: Processed in 0.002202934 sec.
1268 2024.12.14 03:35:43.887493 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1269 2024.12.14 03:35:43.887691 [ 255 ] {9f2b4df0-fa75-48c7-aeda-698b61455093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1270 2024.12.14 03:35:43.887767 [ 255 ] {9f2b4df0-fa75-48c7-aeda-698b61455093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1271 2024.12.14 03:35:43.888542 [ 255 ] {9f2b4df0-fa75-48c7-aeda-698b61455093} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1272 2024.12.14 03:35:43.888599 [ 255 ] {9f2b4df0-fa75-48c7-aeda-698b61455093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1273 2024.12.14 03:35:43.889059 [ 255 ] {9f2b4df0-fa75-48c7-aeda-698b61455093} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1274 2024.12.14 03:35:43.889337 [ 255 ] {9f2b4df0-fa75-48c7-aeda-698b61455093} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1275 2024.12.14 03:35:43.889544 [ 255 ] {9f2b4df0-fa75-48c7-aeda-698b61455093} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001908 sec., 14675.052410901468 rows/sec., 1.14 MiB/sec.
1276 2024.12.14 03:35:43.889611 [ 255 ] {9f2b4df0-fa75-48c7-aeda-698b61455093} <Debug> TCPHandler: Processed in 0.002256875 sec.
1277 2024.12.14 03:35:43.889797 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1278 2024.12.14 03:35:43.889941 [ 3 ] {b3f77079-1c23-473e-a4cc-e9b15fe71844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1279 2024.12.14 03:35:43.890000 [ 3 ] {b3f77079-1c23-473e-a4cc-e9b15fe71844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1280 2024.12.14 03:35:43.890588 [ 3 ] {b3f77079-1c23-473e-a4cc-e9b15fe71844} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1281 2024.12.14 03:35:43.890628 [ 3 ] {b3f77079-1c23-473e-a4cc-e9b15fe71844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1282 2024.12.14 03:35:43.891028 [ 3 ] {b3f77079-1c23-473e-a4cc-e9b15fe71844} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1283 2024.12.14 03:35:43.891270 [ 3 ] {b3f77079-1c23-473e-a4cc-e9b15fe71844} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1284 2024.12.14 03:35:43.891501 [ 3 ] {b3f77079-1c23-473e-a4cc-e9b15fe71844} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00159 sec., 62893.08176100629 rows/sec., 4.36 MiB/sec.
1285 2024.12.14 03:35:43.891595 [ 3 ] {b3f77079-1c23-473e-a4cc-e9b15fe71844} <Debug> TCPHandler: Processed in 0.001872498 sec.
1286 2024.12.14 03:35:43.891764 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1287 2024.12.14 03:35:43.891894 [ 255 ] {4fa822c5-426a-4c32-baa5-4aabae7a7957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1288 2024.12.14 03:35:43.891959 [ 255 ] {4fa822c5-426a-4c32-baa5-4aabae7a7957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1289 2024.12.14 03:35:43.892566 [ 255 ] {4fa822c5-426a-4c32-baa5-4aabae7a7957} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1290 2024.12.14 03:35:43.892616 [ 255 ] {4fa822c5-426a-4c32-baa5-4aabae7a7957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1291 2024.12.14 03:35:43.893058 [ 255 ] {4fa822c5-426a-4c32-baa5-4aabae7a7957} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1292 2024.12.14 03:35:43.893325 [ 255 ] {4fa822c5-426a-4c32-baa5-4aabae7a7957} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1293 2024.12.14 03:35:43.893556 [ 255 ] {4fa822c5-426a-4c32-baa5-4aabae7a7957} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00169 sec., 17751.479289940828 rows/sec., 1.22 MiB/sec.
1294 2024.12.14 03:35:43.893754 [ 255 ] {4fa822c5-426a-4c32-baa5-4aabae7a7957} <Debug> TCPHandler: Processed in 0.002044341 sec.
1295 2024.12.14 03:35:45.490316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3233
1296 2024.12.14 03:35:45.491093 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1297 2024.12.14 03:35:45.491140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1298 2024.12.14 03:35:45.491702 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1299 2024.12.14 03:35:45.491965 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1300 2024.12.14 03:35:45.492226 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1301 2024.12.14 03:35:45.676487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1302 2024.12.14 03:35:45.694794 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1303 2024.12.14 03:35:45.694843 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1304 2024.12.14 03:35:45.702411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1305 2024.12.14 03:35:45.703166 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1306 2024.12.14 03:35:45.705717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1307 2024.12.14 03:35:48.886515 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1308 2024.12.14 03:35:48.886814 [ 3 ] {00f9963e-9b94-4879-b73b-e5067d0d7efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1309 2024.12.14 03:35:48.886931 [ 3 ] {00f9963e-9b94-4879-b73b-e5067d0d7efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1310 2024.12.14 03:35:48.887823 [ 3 ] {00f9963e-9b94-4879-b73b-e5067d0d7efe} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1311 2024.12.14 03:35:48.887865 [ 3 ] {00f9963e-9b94-4879-b73b-e5067d0d7efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1312 2024.12.14 03:35:48.888312 [ 3 ] {00f9963e-9b94-4879-b73b-e5067d0d7efe} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1313 2024.12.14 03:35:48.888576 [ 3 ] {00f9963e-9b94-4879-b73b-e5067d0d7efe} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1314 2024.12.14 03:35:48.888780 [ 3 ] {00f9963e-9b94-4879-b73b-e5067d0d7efe} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002055 sec., 12652.068126520682 rows/sec., 976.56 KiB/sec.
1315 2024.12.14 03:35:48.888844 [ 3 ] {00f9963e-9b94-4879-b73b-e5067d0d7efe} <Debug> TCPHandler: Processed in 0.002530191 sec.
1316 2024.12.14 03:35:48.889161 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1317 2024.12.14 03:35:48.889352 [ 255 ] {193516cd-b44a-440f-9fe9-542b2d73ff95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1318 2024.12.14 03:35:48.889428 [ 255 ] {193516cd-b44a-440f-9fe9-542b2d73ff95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1319 2024.12.14 03:35:48.890188 [ 255 ] {193516cd-b44a-440f-9fe9-542b2d73ff95} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1320 2024.12.14 03:35:48.890240 [ 255 ] {193516cd-b44a-440f-9fe9-542b2d73ff95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1321 2024.12.14 03:35:48.890685 [ 255 ] {193516cd-b44a-440f-9fe9-542b2d73ff95} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1322 2024.12.14 03:35:48.890947 [ 255 ] {193516cd-b44a-440f-9fe9-542b2d73ff95} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1323 2024.12.14 03:35:48.891191 [ 255 ] {193516cd-b44a-440f-9fe9-542b2d73ff95} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001891 sec., 14806.980433632998 rows/sec., 1.15 MiB/sec.
1324 2024.12.14 03:35:48.891259 [ 255 ] {193516cd-b44a-440f-9fe9-542b2d73ff95} <Debug> TCPHandler: Processed in 0.002273385 sec.
1325 2024.12.14 03:35:48.891491 [ 3 ] {} <Trace> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1326 2024.12.14 03:35:48.891727 [ 3 ] {dd1b3d19-533c-4608-ac8a-b686f801841f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59913) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1327 2024.12.14 03:35:48.891829 [ 3 ] {dd1b3d19-533c-4608-ac8a-b686f801841f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1328 2024.12.14 03:35:48.892518 [ 3 ] {dd1b3d19-533c-4608-ac8a-b686f801841f} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1329 2024.12.14 03:35:48.892556 [ 3 ] {dd1b3d19-533c-4608-ac8a-b686f801841f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1330 2024.12.14 03:35:48.892946 [ 3 ] {dd1b3d19-533c-4608-ac8a-b686f801841f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1331 2024.12.14 03:35:48.893181 [ 3 ] {dd1b3d19-533c-4608-ac8a-b686f801841f} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1332 2024.12.14 03:35:48.893403 [ 3 ] {dd1b3d19-533c-4608-ac8a-b686f801841f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001733 sec., 57703.40450086555 rows/sec., 4.00 MiB/sec.
1333 2024.12.14 03:35:48.893595 [ 3 ] {dd1b3d19-533c-4608-ac8a-b686f801841f} <Debug> TCPHandler: Processed in 0.002223134 sec.
1334 2024.12.14 03:35:48.893820 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1335 2024.12.14 03:35:48.894053 [ 255 ] {aa3dda44-cd30-4130-87db-49f682daca5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1336 2024.12.14 03:35:48.894144 [ 255 ] {aa3dda44-cd30-4130-87db-49f682daca5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1337 2024.12.14 03:35:48.894657 [ 255 ] {aa3dda44-cd30-4130-87db-49f682daca5b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1338 2024.12.14 03:35:48.894699 [ 255 ] {aa3dda44-cd30-4130-87db-49f682daca5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1339 2024.12.14 03:35:48.895085 [ 255 ] {aa3dda44-cd30-4130-87db-49f682daca5b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1340 2024.12.14 03:35:48.895335 [ 255 ] {aa3dda44-cd30-4130-87db-49f682daca5b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1341 2024.12.14 03:35:48.895651 [ 255 ] {aa3dda44-cd30-4130-87db-49f682daca5b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00163 sec., 18404.907975460123 rows/sec., 1.26 MiB/sec.
1342 2024.12.14 03:35:48.895772 [ 255 ] {aa3dda44-cd30-4130-87db-49f682daca5b} <Debug> TCPHandler: Processed in 0.002069372 sec.
1343 2024.12.14 03:35:52.928263 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
1344 2024.12.14 03:35:52.928368 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
1345 2024.12.14 03:35:52.989484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 184
1346 2024.12.14 03:35:52.992253 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1347 2024.12.14 03:35:52.992313 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1348 2024.12.14 03:35:52.992457 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3660
1349 2024.12.14 03:35:52.995627 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1350 2024.12.14 03:35:52.995686 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1351 2024.12.14 03:35:52.997045 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1352 2024.12.14 03:35:52.997679 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1353 2024.12.14 03:35:52.998494 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3660
1354 2024.12.14 03:35:52.998874 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1355 2024.12.14 03:35:52.999212 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1356 2024.12.14 03:35:53.000301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 184
1357 2024.12.14 03:35:53.205825 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1358 2024.12.14 03:35:53.225182 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1359 2024.12.14 03:35:53.225232 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1360 2024.12.14 03:35:53.232352 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1361 2024.12.14 03:35:53.233114 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1362 2024.12.14 03:35:53.236165 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1363 2024.12.14 03:35:53.507914 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
1364 2024.12.14 03:35:53.507978 [ 3 ] {} <Debug> TCP-Session: 2aadc868-bbe5-4b4d-93e7-2ba324177fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1365 2024.12.14 03:35:53.886203 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1366 2024.12.14 03:35:53.886513 [ 255 ] {45854ee6-f037-43bd-8b15-ddb4927a5fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1367 2024.12.14 03:35:53.886630 [ 255 ] {45854ee6-f037-43bd-8b15-ddb4927a5fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1368 2024.12.14 03:35:53.887693 [ 255 ] {45854ee6-f037-43bd-8b15-ddb4927a5fd6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1369 2024.12.14 03:35:53.887741 [ 255 ] {45854ee6-f037-43bd-8b15-ddb4927a5fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1370 2024.12.14 03:35:53.888186 [ 255 ] {45854ee6-f037-43bd-8b15-ddb4927a5fd6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1371 2024.12.14 03:35:53.888457 [ 255 ] {45854ee6-f037-43bd-8b15-ddb4927a5fd6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1372 2024.12.14 03:35:53.888649 [ 56 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
1373 2024.12.14 03:35:53.888727 [ 255 ] {45854ee6-f037-43bd-8b15-ddb4927a5fd6} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002291 sec., 11348.756001745962 rows/sec., 875.97 KiB/sec.
1374 2024.12.14 03:35:53.888736 [ 56 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1375 2024.12.14 03:35:53.888810 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1376 2024.12.14 03:35:53.888875 [ 255 ] {45854ee6-f037-43bd-8b15-ddb4927a5fd6} <Debug> TCPHandler: Processed in 0.002863847 sec.
1377 2024.12.14 03:35:53.889293 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::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
1378 2024.12.14 03:35:53.889428 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1379 2024.12.14 03:35:53.889498 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1380 2024.12.14 03:35:53.889543 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 26 rows starting from the beginning of the part
1381 2024.12.14 03:35:53.889795 [ 258 ] {5072b3b8-706d-4879-ac06-cb5caadf3a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1382 2024.12.14 03:35:53.889818 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part
1383 2024.12.14 03:35:53.890072 [ 258 ] {5072b3b8-706d-4879-ac06-cb5caadf3a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1384 2024.12.14 03:35:53.890102 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part
1385 2024.12.14 03:35:53.890530 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part
1386 2024.12.14 03:35:53.890802 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part
1387 2024.12.14 03:35:53.892680 [ 258 ] {5072b3b8-706d-4879-ac06-cb5caadf3a02} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1388 2024.12.14 03:35:53.892767 [ 258 ] {5072b3b8-706d-4879-ac06-cb5caadf3a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1389 2024.12.14 03:35:53.893522 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 5 columns (5 merged, 0 gathered) in 0.004579242 sec., 28388.977913811937 rows/sec., 2.25 MiB/sec.
1390 2024.12.14 03:35:53.893794 [ 258 ] {5072b3b8-706d-4879-ac06-cb5caadf3a02} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1391 2024.12.14 03:35:53.893804 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
1392 2024.12.14 03:35:53.894336 [ 258 ] {5072b3b8-706d-4879-ac06-cb5caadf3a02} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1393 2024.12.14 03:35:53.894403 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1394 2024.12.14 03:35:53.894617 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_9_2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
1395 2024.12.14 03:35:53.894725 [ 56 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
1396 2024.12.14 03:35:53.894858 [ 56 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1397 2024.12.14 03:35:53.894875 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
1398 2024.12.14 03:35:53.894938 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1399 2024.12.14 03:35:53.894980 [ 258 ] {5072b3b8-706d-4879-ac06-cb5caadf3a02} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005356 sec., 5227.781926811053 rows/sec., 417.54 KiB/sec.
1400 2024.12.14 03:35:53.895450 [ 197 ] {7246fda6-af5d-48e6-afa1-d8846b751470::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
1401 2024.12.14 03:35:53.895585 [ 258 ] {5072b3b8-706d-4879-ac06-cb5caadf3a02} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1402 2024.12.14 03:35:53.895716 [ 258 ] {5072b3b8-706d-4879-ac06-cb5caadf3a02} <Debug> TCPHandler: Processed in 0.006681204 sec.
1403 2024.12.14 03:35:53.896009 [ 197 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1404 2024.12.14 03:35:53.896047 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1405 2024.12.14 03:35:53.896072 [ 197 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 28 rows starting from the beginning of the part
1406 2024.12.14 03:35:53.896292 [ 197 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part
1407 2024.12.14 03:35:53.896369 [ 255 ] {547bb765-0bc6-4fd1-8b0a-88c4d65c6bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1408 2024.12.14 03:35:53.896585 [ 255 ] {547bb765-0bc6-4fd1-8b0a-88c4d65c6bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1409 2024.12.14 03:35:53.896624 [ 197 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
1410 2024.12.14 03:35:53.896977 [ 197 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part
1411 2024.12.14 03:35:53.897353 [ 197 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part
1412 2024.12.14 03:35:53.898617 [ 255 ] {547bb765-0bc6-4fd1-8b0a-88c4d65c6bea} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1413 2024.12.14 03:35:53.898664 [ 255 ] {547bb765-0bc6-4fd1-8b0a-88c4d65c6bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1414 2024.12.14 03:35:53.899137 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 5 columns (5 merged, 0 gathered) in 0.004096502 sec., 34175.49899890199 rows/sec., 2.80 MiB/sec.
1415 2024.12.14 03:35:53.899350 [ 255 ] {547bb765-0bc6-4fd1-8b0a-88c4d65c6bea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1416 2024.12.14 03:35:53.899382 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
1417 2024.12.14 03:35:53.899818 [ 255 ] {547bb765-0bc6-4fd1-8b0a-88c4d65c6bea} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1418 2024.12.14 03:35:53.900006 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1419 2024.12.14 03:35:53.900499 [ 255 ] {547bb765-0bc6-4fd1-8b0a-88c4d65c6bea} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004224 sec., 23674.242424242424 rows/sec., 1.64 MiB/sec.
1420 2024.12.14 03:35:53.900591 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_9_2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
1421 2024.12.14 03:35:53.900963 [ 255 ] {547bb765-0bc6-4fd1-8b0a-88c4d65c6bea} <Debug> TCPHandler: Processed in 0.005052761 sec.
1422 2024.12.14 03:35:53.900978 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1423 2024.12.14 03:35:53.901166 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1424 2024.12.14 03:35:53.901326 [ 258 ] {343d574b-78f0-425f-813e-6a1628d75726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1425 2024.12.14 03:35:53.901427 [ 258 ] {343d574b-78f0-425f-813e-6a1628d75726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1426 2024.12.14 03:35:53.902332 [ 258 ] {343d574b-78f0-425f-813e-6a1628d75726} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1427 2024.12.14 03:35:53.902372 [ 258 ] {343d574b-78f0-425f-813e-6a1628d75726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1428 2024.12.14 03:35:53.902760 [ 258 ] {343d574b-78f0-425f-813e-6a1628d75726} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1429 2024.12.14 03:35:53.903000 [ 258 ] {343d574b-78f0-425f-813e-6a1628d75726} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1430 2024.12.14 03:35:53.903295 [ 258 ] {343d574b-78f0-425f-813e-6a1628d75726} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002003 sec., 14977.533699450823 rows/sec., 1.03 MiB/sec.
1431 2024.12.14 03:35:53.903435 [ 258 ] {343d574b-78f0-425f-813e-6a1628d75726} <Debug> TCPHandler: Processed in 0.002335567 sec.
1432 2024.12.14 03:35:58.887857 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1433 2024.12.14 03:35:58.888071 [ 255 ] {95b7a3f6-6046-421a-945f-ae220d362df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1434 2024.12.14 03:35:58.888149 [ 255 ] {95b7a3f6-6046-421a-945f-ae220d362df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1435 2024.12.14 03:35:58.888920 [ 255 ] {95b7a3f6-6046-421a-945f-ae220d362df3} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1436 2024.12.14 03:35:58.888976 [ 255 ] {95b7a3f6-6046-421a-945f-ae220d362df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1437 2024.12.14 03:35:58.889415 [ 255 ] {95b7a3f6-6046-421a-945f-ae220d362df3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1438 2024.12.14 03:35:58.889669 [ 255 ] {95b7a3f6-6046-421a-945f-ae220d362df3} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1439 2024.12.14 03:35:58.889924 [ 255 ] {95b7a3f6-6046-421a-945f-ae220d362df3} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001901 sec., 27354.024197790637 rows/sec., 2.09 MiB/sec.
1440 2024.12.14 03:35:58.890097 [ 255 ] {95b7a3f6-6046-421a-945f-ae220d362df3} <Debug> TCPHandler: Processed in 0.002371888 sec.
1441 2024.12.14 03:35:58.890368 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1442 2024.12.14 03:35:58.890588 [ 258 ] {f1d70637-e644-4ab4-a36e-ac71d50308c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1443 2024.12.14 03:35:58.890679 [ 258 ] {f1d70637-e644-4ab4-a36e-ac71d50308c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1444 2024.12.14 03:35:58.891626 [ 258 ] {f1d70637-e644-4ab4-a36e-ac71d50308c8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1445 2024.12.14 03:35:58.891683 [ 258 ] {f1d70637-e644-4ab4-a36e-ac71d50308c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1446 2024.12.14 03:35:58.892291 [ 258 ] {f1d70637-e644-4ab4-a36e-ac71d50308c8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1447 2024.12.14 03:35:58.892557 [ 258 ] {f1d70637-e644-4ab4-a36e-ac71d50308c8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1448 2024.12.14 03:35:58.892799 [ 258 ] {f1d70637-e644-4ab4-a36e-ac71d50308c8} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002274 sec., 24626.209322779243 rows/sec., 1.92 MiB/sec.
1449 2024.12.14 03:35:58.892871 [ 258 ] {f1d70637-e644-4ab4-a36e-ac71d50308c8} <Debug> TCPHandler: Processed in 0.002648333 sec.
1450 2024.12.14 03:35:58.893019 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1451 2024.12.14 03:35:58.893152 [ 255 ] {c48cc46e-a466-4bdf-b1ae-4d209dd293ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1452 2024.12.14 03:35:58.893236 [ 255 ] {c48cc46e-a466-4bdf-b1ae-4d209dd293ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1453 2024.12.14 03:35:58.893840 [ 255 ] {c48cc46e-a466-4bdf-b1ae-4d209dd293ef} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1454 2024.12.14 03:35:58.893885 [ 255 ] {c48cc46e-a466-4bdf-b1ae-4d209dd293ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1455 2024.12.14 03:35:58.894299 [ 255 ] {c48cc46e-a466-4bdf-b1ae-4d209dd293ef} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1456 2024.12.14 03:35:58.894547 [ 255 ] {c48cc46e-a466-4bdf-b1ae-4d209dd293ef} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1457 2024.12.14 03:35:58.894776 [ 255 ] {c48cc46e-a466-4bdf-b1ae-4d209dd293ef} <Debug> executeQuery: Read 130 rows, 9.23 KiB in 0.001654 sec., 78597.33978234582 rows/sec., 5.45 MiB/sec.
1458 2024.12.14 03:35:58.894841 [ 255 ] {c48cc46e-a466-4bdf-b1ae-4d209dd293ef} <Debug> TCPHandler: Processed in 0.001881598 sec.
1459 2024.12.14 03:35:58.894993 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1460 2024.12.14 03:35:58.895128 [ 258 ] {17a43d96-d7e8-42b8-8ef0-3b820969f676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1461 2024.12.14 03:35:58.895188 [ 258 ] {17a43d96-d7e8-42b8-8ef0-3b820969f676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1462 2024.12.14 03:35:58.895731 [ 258 ] {17a43d96-d7e8-42b8-8ef0-3b820969f676} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1463 2024.12.14 03:35:58.895774 [ 258 ] {17a43d96-d7e8-42b8-8ef0-3b820969f676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1464 2024.12.14 03:35:58.896171 [ 258 ] {17a43d96-d7e8-42b8-8ef0-3b820969f676} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1465 2024.12.14 03:35:58.896418 [ 258 ] {17a43d96-d7e8-42b8-8ef0-3b820969f676} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1466 2024.12.14 03:35:58.896631 [ 258 ] {17a43d96-d7e8-42b8-8ef0-3b820969f676} <Debug> executeQuery: Read 42 rows, 2.95 KiB in 0.001521 sec., 27613.412228796846 rows/sec., 1.89 MiB/sec.
1467 2024.12.14 03:35:58.896790 [ 258 ] {17a43d96-d7e8-42b8-8ef0-3b820969f676} <Debug> TCPHandler: Processed in 0.001852607 sec.
1468 2024.12.14 03:36:00.498690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4148
1469 2024.12.14 03:36:00.499382 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1470 2024.12.14 03:36:00.499438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1471 2024.12.14 03:36:00.499994 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1472 2024.12.14 03:36:00.500272 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1473 2024.12.14 03:36:00.500565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
1474 2024.12.14 03:36:00.736279 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1475 2024.12.14 03:36:00.756747 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1476 2024.12.14 03:36:00.756814 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1477 2024.12.14 03:36:00.764042 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1478 2024.12.14 03:36:00.764820 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1479 2024.12.14 03:36:00.767652 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1480 2024.12.14 03:36:03.000605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 200
1481 2024.12.14 03:36:03.003770 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1482 2024.12.14 03:36:03.003827 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1483 2024.12.14 03:36:03.005291 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1484 2024.12.14 03:36:03.005602 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1485 2024.12.14 03:36:03.005807 [ 49 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1486 2024.12.14 03:36:03.005919 [ 49 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1487 2024.12.14 03:36:03.005977 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1488 2024.12.14 03:36:03.006810 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
1489 2024.12.14 03:36:03.007628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200
1490 2024.12.14 03:36:03.008043 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1491 2024.12.14 03:36:03.008221 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part
1492 2024.12.14 03:36:03.008888 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part
1493 2024.12.14 03:36:03.009832 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
1494 2024.12.14 03:36:03.010361 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part
1495 2024.12.14 03:36:03.010923 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
1496 2024.12.14 03:36:03.011497 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part
1497 2024.12.14 03:36:03.019260 [ 200 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 72 columns (72 merged, 0 gathered) in 0.013152233 sec., 15206.543253909813 rows/sec., 14.45 MiB/sec.
1498 2024.12.14 03:36:03.020468 [ 200 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1499 2024.12.14 03:36:03.021491 [ 200 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1500 2024.12.14 03:36:03.021597 [ 200 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_6_1} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1501 2024.12.14 03:36:03.021932 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
1502 2024.12.14 03:36:03.887711 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1503 2024.12.14 03:36:03.887917 [ 255 ] {7340365d-1fc8-4735-9255-a5e1a74f03cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1504 2024.12.14 03:36:03.887996 [ 255 ] {7340365d-1fc8-4735-9255-a5e1a74f03cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1505 2024.12.14 03:36:03.888826 [ 255 ] {7340365d-1fc8-4735-9255-a5e1a74f03cc} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1506 2024.12.14 03:36:03.888869 [ 255 ] {7340365d-1fc8-4735-9255-a5e1a74f03cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1507 2024.12.14 03:36:03.889300 [ 255 ] {7340365d-1fc8-4735-9255-a5e1a74f03cc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1508 2024.12.14 03:36:03.889553 [ 255 ] {7340365d-1fc8-4735-9255-a5e1a74f03cc} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1509 2024.12.14 03:36:03.889803 [ 255 ] {7340365d-1fc8-4735-9255-a5e1a74f03cc} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001942 sec., 26776.519052523174 rows/sec., 2.05 MiB/sec.
1510 2024.12.14 03:36:03.889867 [ 255 ] {7340365d-1fc8-4735-9255-a5e1a74f03cc} <Debug> TCPHandler: Processed in 0.002287765 sec.
1511 2024.12.14 03:36:03.890190 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1512 2024.12.14 03:36:03.890498 [ 258 ] {9f733641-9fd1-4b2a-804b-e14275c36c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1513 2024.12.14 03:36:03.890615 [ 258 ] {9f733641-9fd1-4b2a-804b-e14275c36c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1514 2024.12.14 03:36:03.891424 [ 258 ] {9f733641-9fd1-4b2a-804b-e14275c36c46} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1515 2024.12.14 03:36:03.891468 [ 258 ] {9f733641-9fd1-4b2a-804b-e14275c36c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1516 2024.12.14 03:36:03.891916 [ 258 ] {9f733641-9fd1-4b2a-804b-e14275c36c46} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1517 2024.12.14 03:36:03.892175 [ 258 ] {9f733641-9fd1-4b2a-804b-e14275c36c46} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1518 2024.12.14 03:36:03.892395 [ 258 ] {9f733641-9fd1-4b2a-804b-e14275c36c46} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001984 sec., 28225.8064516129 rows/sec., 2.20 MiB/sec.
1519 2024.12.14 03:36:03.892458 [ 258 ] {9f733641-9fd1-4b2a-804b-e14275c36c46} <Debug> TCPHandler: Processed in 0.002461799 sec.
1520 2024.12.14 03:36:03.892680 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1521 2024.12.14 03:36:03.892831 [ 255 ] {47544cfe-fb72-497a-9248-933f3f3a3aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1522 2024.12.14 03:36:03.892898 [ 255 ] {47544cfe-fb72-497a-9248-933f3f3a3aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1523 2024.12.14 03:36:03.893597 [ 255 ] {47544cfe-fb72-497a-9248-933f3f3a3aa1} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1524 2024.12.14 03:36:03.893646 [ 255 ] {47544cfe-fb72-497a-9248-933f3f3a3aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1525 2024.12.14 03:36:03.894050 [ 255 ] {47544cfe-fb72-497a-9248-933f3f3a3aa1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1526 2024.12.14 03:36:03.894289 [ 255 ] {47544cfe-fb72-497a-9248-933f3f3a3aa1} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1527 2024.12.14 03:36:03.894448 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1528 2024.12.14 03:36:03.894513 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1529 2024.12.14 03:36:03.894545 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1530 2024.12.14 03:36:03.894550 [ 255 ] {47544cfe-fb72-497a-9248-933f3f3a3aa1} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00175 sec., 85714.28571428571 rows/sec., 5.94 MiB/sec.
1531 2024.12.14 03:36:03.894691 [ 255 ] {47544cfe-fb72-497a-9248-933f3f3a3aa1} <Debug> TCPHandler: Processed in 0.002128663 sec.
1532 2024.12.14 03:36:03.894852 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
1533 2024.12.14 03:36:03.894900 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1534 2024.12.14 03:36:03.895167 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1535 2024.12.14 03:36:03.895175 [ 258 ] {1a7c4968-56e1-4ff3-b23f-c3a0bd8fcfd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1536 2024.12.14 03:36:03.895259 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 560 rows starting from the beginning of the part
1537 2024.12.14 03:36:03.895296 [ 258 ] {1a7c4968-56e1-4ff3-b23f-c3a0bd8fcfd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1538 2024.12.14 03:36:03.895634 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part
1539 2024.12.14 03:36:03.896090 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part
1540 2024.12.14 03:36:03.896516 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part
1541 2024.12.14 03:36:03.896824 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 130 rows starting from the beginning of the part
1542 2024.12.14 03:36:03.897135 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 150 rows starting from the beginning of the part
1543 2024.12.14 03:36:03.897878 [ 258 ] {1a7c4968-56e1-4ff3-b23f-c3a0bd8fcfd5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1544 2024.12.14 03:36:03.897946 [ 258 ] {1a7c4968-56e1-4ff3-b23f-c3a0bd8fcfd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1545 2024.12.14 03:36:03.898897 [ 258 ] {1a7c4968-56e1-4ff3-b23f-c3a0bd8fcfd5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1546 2024.12.14 03:36:03.899473 [ 258 ] {1a7c4968-56e1-4ff3-b23f-c3a0bd8fcfd5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1547 2024.12.14 03:36:03.899692 [ 47 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1548 2024.12.14 03:36:03.899803 [ 47 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1549 2024.12.14 03:36:03.899889 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1550 2024.12.14 03:36:03.900026 [ 258 ] {1a7c4968-56e1-4ff3-b23f-c3a0bd8fcfd5} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.004912 sec., 10179.153094462541 rows/sec., 714.73 KiB/sec.
1551 2024.12.14 03:36:03.900427 [ 258 ] {1a7c4968-56e1-4ff3-b23f-c3a0bd8fcfd5} <Debug> TCPHandler: Processed in 0.005623123 sec.
1552 2024.12.14 03:36:03.900913 [ 187 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 5 columns (5 merged, 0 gathered) in 0.006205244 sec., 183715.57991917804 rows/sec., 12.74 MiB/sec.
1553 2024.12.14 03:36:03.901096 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
1554 2024.12.14 03:36:03.901278 [ 187 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1555 2024.12.14 03:36:03.901366 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1556 2024.12.14 03:36:03.901454 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 168 rows starting from the beginning of the part
1557 2024.12.14 03:36:03.901662 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part
1558 2024.12.14 03:36:03.901890 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part
1559 2024.12.14 03:36:03.902134 [ 187 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1560 2024.12.14 03:36:03.902162 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
1561 2024.12.14 03:36:03.902452 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part
1562 2024.12.14 03:36:03.902476 [ 187 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1563 2024.12.14 03:36:03.902730 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part
1564 2024.12.14 03:36:03.902795 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
1565 2024.12.14 03:36:03.903985 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 350 rows, containing 4 columns (4 merged, 0 gathered) in 0.003187774 sec., 109794.48354870829 rows/sec., 7.52 MiB/sec.
1566 2024.12.14 03:36:03.904201 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1567 2024.12.14 03:36:03.904567 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1568 2024.12.14 03:36:03.904676 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_11_2} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1569 2024.12.14 03:36:03.904773 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1570 2024.12.14 03:36:07.928431 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache
1571 2024.12.14 03:36:07.928500 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache
1572 2024.12.14 03:36:08.000748 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
1573 2024.12.14 03:36:08.001838 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1574 2024.12.14 03:36:08.001884 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1575 2024.12.14 03:36:08.002408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1576 2024.12.14 03:36:08.002664 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1577 2024.12.14 03:36:08.002934 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
1578 2024.12.14 03:36:08.267763 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
1579 2024.12.14 03:36:08.288668 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1580 2024.12.14 03:36:08.288731 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1581 2024.12.14 03:36:08.295773 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1582 2024.12.14 03:36:08.296539 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1583 2024.12.14 03:36:08.299435 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
1584 2024.12.14 03:36:08.884284 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1585 2024.12.14 03:36:08.884676 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
1586 2024.12.14 03:36:08.887186 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1587 2024.12.14 03:36:08.889405 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE
1588 2024.12.14 03:36:08.889950 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1589 2024.12.14 03:36:08.894511 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1590 2024.12.14 03:36:08.896967 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1591 2024.12.14 03:36:08.898607 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1592 2024.12.14 03:36:08.900526 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1593 2024.12.14 03:36:08.900554 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1594 2024.12.14 03:36:08.900649 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))"
1595 2024.12.14 03:36:08.900676 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1596 2024.12.14 03:36:08.906071 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.021565 sec., 649.2000927428703 rows/sec., 26.49 KiB/sec.
1597 2024.12.14 03:36:08.906212 [ 255 ] {480134c8-28e2-4d39-9290-2ad9797f2947} <Debug> TCPHandler: Processed in 0.022120013 sec.
1598 2024.12.14 03:36:08.907809 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1599 2024.12.14 03:36:08.908096 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1600 2024.12.14 03:36:08.908555 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1601 2024.12.14 03:36:08.908605 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1602 2024.12.14 03:36:08.908957 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1603 2024.12.14 03:36:08.909039 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1604 2024.12.14 03:36:08.909220 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1605 2024.12.14 03:36:08.909261 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1606 2024.12.14 03:36:08.909286 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1607 2024.12.14 03:36:08.909304 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1608 2024.12.14 03:36:08.909351 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1609 2024.12.14 03:36:08.909375 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1610 2024.12.14 03:36:08.910045 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002078 sec., 6737.247353224254 rows/sec., 274.92 KiB/sec.
1611 2024.12.14 03:36:08.910169 [ 258 ] {a96a38ea-b34c-45c2-90ef-4453094fa89a} <Debug> TCPHandler: Processed in 0.002508831 sec.
1612 2024.12.14 03:36:08.910422 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1613 2024.12.14 03:36:08.910605 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1614 2024.12.14 03:36:08.910933 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1615 2024.12.14 03:36:08.910975 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1616 2024.12.14 03:36:08.911240 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1617 2024.12.14 03:36:08.911309 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1618 2024.12.14 03:36:08.911466 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1619 2024.12.14 03:36:08.911501 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1620 2024.12.14 03:36:08.911525 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1621 2024.12.14 03:36:08.911542 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1622 2024.12.14 03:36:08.911587 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1623 2024.12.14 03:36:08.911610 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1624 2024.12.14 03:36:08.912182 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 344.15 KiB/sec.
1625 2024.12.14 03:36:08.912299 [ 255 ] {6d3f3355-d3a5-497c-b9c3-545a5bef661b} <Debug> TCPHandler: Processed in 0.001939229 sec.
1626 2024.12.14 03:36:08.912615 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1627 2024.12.14 03:36:08.912816 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1628 2024.12.14 03:36:08.913179 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1629 2024.12.14 03:36:08.913229 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1630 2024.12.14 03:36:08.913549 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1631 2024.12.14 03:36:08.913631 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1632 2024.12.14 03:36:08.913812 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1633 2024.12.14 03:36:08.913853 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1634 2024.12.14 03:36:08.913878 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1635 2024.12.14 03:36:08.913895 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1636 2024.12.14 03:36:08.913938 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1637 2024.12.14 03:36:08.913960 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1638 2024.12.14 03:36:08.914519 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001793 sec., 7808.1427774679305 rows/sec., 318.62 KiB/sec.
1639 2024.12.14 03:36:08.914637 [ 258 ] {6ecf749c-db9a-4198-b0ca-af2682bb6421} <Debug> TCPHandler: Processed in 0.002092512 sec.
1640 2024.12.14 03:36:08.919447 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1641 2024.12.14 03:36:08.919578 [ 255 ] {f3f01736-b11f-464e-a90e-3a3ed4165a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1642 2024.12.14 03:36:08.919636 [ 255 ] {f3f01736-b11f-464e-a90e-3a3ed4165a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1643 2024.12.14 03:36:08.920460 [ 255 ] {f3f01736-b11f-464e-a90e-3a3ed4165a39} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1644 2024.12.14 03:36:08.920511 [ 255 ] {f3f01736-b11f-464e-a90e-3a3ed4165a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1645 2024.12.14 03:36:08.921019 [ 255 ] {f3f01736-b11f-464e-a90e-3a3ed4165a39} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1646 2024.12.14 03:36:08.921242 [ 255 ] {f3f01736-b11f-464e-a90e-3a3ed4165a39} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1647 2024.12.14 03:36:08.921525 [ 255 ] {f3f01736-b11f-464e-a90e-3a3ed4165a39} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001973 sec., 2027.3694880892044 rows/sec., 214.32 KiB/sec.
1648 2024.12.14 03:36:08.921661 [ 255 ] {f3f01736-b11f-464e-a90e-3a3ed4165a39} <Debug> TCPHandler: Processed in 0.002272396 sec.
1649 2024.12.14 03:36:08.921806 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1650 2024.12.14 03:36:08.922014 [ 258 ] {a2117a7a-1206-432c-8891-3a667d430b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1651 2024.12.14 03:36:08.922105 [ 258 ] {a2117a7a-1206-432c-8891-3a667d430b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1652 2024.12.14 03:36:08.923102 [ 258 ] {a2117a7a-1206-432c-8891-3a667d430b85} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1653 2024.12.14 03:36:08.923148 [ 258 ] {a2117a7a-1206-432c-8891-3a667d430b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1654 2024.12.14 03:36:08.923571 [ 258 ] {a2117a7a-1206-432c-8891-3a667d430b85} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1655 2024.12.14 03:36:08.923819 [ 258 ] {a2117a7a-1206-432c-8891-3a667d430b85} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1656 2024.12.14 03:36:08.924051 [ 258 ] {a2117a7a-1206-432c-8891-3a667d430b85} <Debug> executeQuery: Read 86 rows, 7.26 KiB in 0.002107 sec., 40816.32653061225 rows/sec., 3.36 MiB/sec.
1657 2024.12.14 03:36:08.924103 [ 258 ] {a2117a7a-1206-432c-8891-3a667d430b85} <Debug> TCPHandler: Processed in 0.002354567 sec.
1658 2024.12.14 03:36:08.924309 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1659 2024.12.14 03:36:08.924533 [ 255 ] {ad2cea14-7c08-4991-8935-fea2c63be018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1660 2024.12.14 03:36:08.924627 [ 255 ] {ad2cea14-7c08-4991-8935-fea2c63be018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1661 2024.12.14 03:36:08.925431 [ 255 ] {ad2cea14-7c08-4991-8935-fea2c63be018} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1662 2024.12.14 03:36:08.925468 [ 255 ] {ad2cea14-7c08-4991-8935-fea2c63be018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1663 2024.12.14 03:36:08.925827 [ 255 ] {ad2cea14-7c08-4991-8935-fea2c63be018} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1664 2024.12.14 03:36:08.926060 [ 255 ] {ad2cea14-7c08-4991-8935-fea2c63be018} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1665 2024.12.14 03:36:08.926326 [ 255 ] {ad2cea14-7c08-4991-8935-fea2c63be018} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001834 sec., 9269.356597600872 rows/sec., 697.01 KiB/sec.
1666 2024.12.14 03:36:08.926431 [ 255 ] {ad2cea14-7c08-4991-8935-fea2c63be018} <Debug> TCPHandler: Processed in 0.002233364 sec.
1667 2024.12.14 03:36:08.926563 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1668 2024.12.14 03:36:08.926679 [ 258 ] {559e11e1-c3c2-4086-aa40-8a2393590665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1669 2024.12.14 03:36:08.926727 [ 258 ] {559e11e1-c3c2-4086-aa40-8a2393590665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1670 2024.12.14 03:36:08.927320 [ 258 ] {559e11e1-c3c2-4086-aa40-8a2393590665} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1671 2024.12.14 03:36:08.927359 [ 258 ] {559e11e1-c3c2-4086-aa40-8a2393590665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1672 2024.12.14 03:36:08.927727 [ 258 ] {559e11e1-c3c2-4086-aa40-8a2393590665} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1673 2024.12.14 03:36:08.927969 [ 258 ] {559e11e1-c3c2-4086-aa40-8a2393590665} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1674 2024.12.14 03:36:08.928187 [ 258 ] {559e11e1-c3c2-4086-aa40-8a2393590665} <Debug> executeQuery: Read 80 rows, 6.41 KiB in 0.001532 sec., 52219.32114882507 rows/sec., 4.08 MiB/sec.
1675 2024.12.14 03:36:08.928239 [ 258 ] {559e11e1-c3c2-4086-aa40-8a2393590665} <Debug> TCPHandler: Processed in 0.001730384 sec.
1676 2024.12.14 03:36:08.928377 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1677 2024.12.14 03:36:08.928497 [ 255 ] {634e3dfe-412b-4d26-9ffc-1ae2e7da9e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1678 2024.12.14 03:36:08.928551 [ 255 ] {634e3dfe-412b-4d26-9ffc-1ae2e7da9e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1679 2024.12.14 03:36:08.929152 [ 255 ] {634e3dfe-412b-4d26-9ffc-1ae2e7da9e57} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1680 2024.12.14 03:36:08.929191 [ 255 ] {634e3dfe-412b-4d26-9ffc-1ae2e7da9e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1681 2024.12.14 03:36:08.929585 [ 255 ] {634e3dfe-412b-4d26-9ffc-1ae2e7da9e57} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1682 2024.12.14 03:36:08.929821 [ 255 ] {634e3dfe-412b-4d26-9ffc-1ae2e7da9e57} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1683 2024.12.14 03:36:08.930047 [ 255 ] {634e3dfe-412b-4d26-9ffc-1ae2e7da9e57} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001575 sec., 95238.09523809524 rows/sec., 6.60 MiB/sec.
1684 2024.12.14 03:36:08.930137 [ 255 ] {634e3dfe-412b-4d26-9ffc-1ae2e7da9e57} <Debug> TCPHandler: Processed in 0.001817547 sec.
1685 2024.12.14 03:36:08.930290 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1686 2024.12.14 03:36:08.930409 [ 258 ] {080a3635-45f6-425b-9b0c-bf090501d087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1687 2024.12.14 03:36:08.930492 [ 258 ] {080a3635-45f6-425b-9b0c-bf090501d087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1688 2024.12.14 03:36:08.931673 [ 258 ] {080a3635-45f6-425b-9b0c-bf090501d087} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1689 2024.12.14 03:36:08.931712 [ 258 ] {080a3635-45f6-425b-9b0c-bf090501d087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1690 2024.12.14 03:36:08.934415 [ 258 ] {080a3635-45f6-425b-9b0c-bf090501d087} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1691 2024.12.14 03:36:08.934909 [ 258 ] {080a3635-45f6-425b-9b0c-bf090501d087} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1692 2024.12.14 03:36:08.935172 [ 258 ] {080a3635-45f6-425b-9b0c-bf090501d087} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.004786 sec., 3552.0267446719595 rows/sec., 6.37 MiB/sec.
1693 2024.12.14 03:36:08.935265 [ 258 ] {080a3635-45f6-425b-9b0c-bf090501d087} <Debug> TCPHandler: Processed in 0.00503229 sec.
1694 2024.12.14 03:36:08.935409 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1695 2024.12.14 03:36:08.935529 [ 255 ] {076d76d2-5d68-487b-a965-fc8c50e15928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1696 2024.12.14 03:36:08.935581 [ 255 ] {076d76d2-5d68-487b-a965-fc8c50e15928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1697 2024.12.14 03:36:08.936073 [ 255 ] {076d76d2-5d68-487b-a965-fc8c50e15928} <Trace> oximeter.measurements_i64 (2d9f6d65-a299-4a13-9d4e-29b9df2b7d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1698 2024.12.14 03:36:08.936114 [ 255 ] {076d76d2-5d68-487b-a965-fc8c50e15928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1699 2024.12.14 03:36:08.936488 [ 255 ] {076d76d2-5d68-487b-a965-fc8c50e15928} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1700 2024.12.14 03:36:08.936721 [ 255 ] {076d76d2-5d68-487b-a965-fc8c50e15928} <Trace> oximeter.measurements_i64 (2d9f6d65-a299-4a13-9d4e-29b9df2b7d48): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1701 2024.12.14 03:36:08.936936 [ 255 ] {076d76d2-5d68-487b-a965-fc8c50e15928} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.00143 sec., 8391.608391608392 rows/sec., 632.38 KiB/sec.
1702 2024.12.14 03:36:08.936987 [ 255 ] {076d76d2-5d68-487b-a965-fc8c50e15928} <Debug> TCPHandler: Processed in 0.001632933 sec.
1703 2024.12.14 03:36:08.937179 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1704 2024.12.14 03:36:08.937401 [ 258 ] {177831fb-ed80-42dc-acba-a4a52b51d67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1705 2024.12.14 03:36:08.937497 [ 258 ] {177831fb-ed80-42dc-acba-a4a52b51d67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1706 2024.12.14 03:36:08.938166 [ 258 ] {177831fb-ed80-42dc-acba-a4a52b51d67d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1707 2024.12.14 03:36:08.938206 [ 258 ] {177831fb-ed80-42dc-acba-a4a52b51d67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1708 2024.12.14 03:36:08.938568 [ 258 ] {177831fb-ed80-42dc-acba-a4a52b51d67d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1709 2024.12.14 03:36:08.938802 [ 258 ] {177831fb-ed80-42dc-acba-a4a52b51d67d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1710 2024.12.14 03:36:08.939015 [ 258 ] {177831fb-ed80-42dc-acba-a4a52b51d67d} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001669 sec., 29958.058717795087 rows/sec., 2.05 MiB/sec.
1711 2024.12.14 03:36:08.939064 [ 258 ] {177831fb-ed80-42dc-acba-a4a52b51d67d} <Debug> TCPHandler: Processed in 0.00199474 sec.
1712 2024.12.14 03:36:10.747147 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1713 2024.12.14 03:36:10.747565 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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)
1714 2024.12.14 03:36:10.748101 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1715 2024.12.14 03:36:10.748145 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <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
1716 2024.12.14 03:36:10.748447 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1717 2024.12.14 03:36:10.748530 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1718 2024.12.14 03:36:10.748707 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1719 2024.12.14 03:36:10.748925 [ 298 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1720 2024.12.14 03:36:10.748951 [ 296 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1721 2024.12.14 03:36:10.749074 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1722 2024.12.14 03:36:10.749106 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1723 2024.12.14 03:36:10.749363 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1724 2024.12.14 03:36:10.749390 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 18 rows with 2 streams
1725 2024.12.14 03:36:10.749450 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <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'))"
1726 2024.12.14 03:36:10.749493 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <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'))"
1727 2024.12.14 03:36:10.751264 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.003878 sec., 4641.567818463125 rows/sec., 194.91 KiB/sec.
1728 2024.12.14 03:36:10.751428 [ 255 ] {e7d02d65-8fbe-4897-b238-4feb3faab240} <Debug> TCPHandler: Processed in 0.0044635 sec.
1729 2024.12.14 03:36:10.752820 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1730 2024.12.14 03:36:10.753111 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete)
1731 2024.12.14 03:36:10.753587 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1732 2024.12.14 03:36:10.753642 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <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', 'oximeter_collector:collections')" moved to PREWHERE
1733 2024.12.14 03:36:10.754007 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1734 2024.12.14 03:36:10.754093 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1735 2024.12.14 03:36:10.754279 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1736 2024.12.14 03:36:10.754394 [ 296 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1737 2024.12.14 03:36:10.754411 [ 299 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1738 2024.12.14 03:36:10.754545 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1739 2024.12.14 03:36:10.754577 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1740 2024.12.14 03:36:10.754672 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1741 2024.12.14 03:36:10.754696 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 18 rows with 2 streams
1742 2024.12.14 03:36:10.754740 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <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', 'oximeter_collector:collections'))"
1743 2024.12.14 03:36:10.754787 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <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', 'oximeter_collector:collections'))"
1744 2024.12.14 03:36:10.756079 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.003102 sec., 5802.707930367505 rows/sec., 243.67 KiB/sec.
1745 2024.12.14 03:36:10.756252 [ 258 ] {90fb1c2a-de26-40c0-b169-13ebf5170750} <Debug> TCPHandler: Processed in 0.003576841 sec.
1746 2024.12.14 03:36:10.756510 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1747 2024.12.14 03:36:10.756728 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'oximeter_collector:collections', 'sled_data_link:errors_received') FORMAT Native; (stage: Complete)
1748 2024.12.14 03:36:10.757074 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1749 2024.12.14 03:36:10.757117 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received')" moved to PREWHERE
1750 2024.12.14 03:36:10.757388 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1751 2024.12.14 03:36:10.757456 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1752 2024.12.14 03:36:10.757607 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1753 2024.12.14 03:36:10.757691 [ 298 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1754 2024.12.14 03:36:10.757704 [ 296 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1755 2024.12.14 03:36:10.757798 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1756 2024.12.14 03:36:10.757826 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1757 2024.12.14 03:36:10.757906 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1758 2024.12.14 03:36:10.757926 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 18 rows with 2 streams
1759 2024.12.14 03:36:10.757966 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received'))"
1760 2024.12.14 03:36:10.758011 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received'))"
1761 2024.12.14 03:36:10.759124 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002499 sec., 7202.881152460985 rows/sec., 302.46 KiB/sec.
1762 2024.12.14 03:36:10.759262 [ 255 ] {b6c31176-9728-41ed-aa8a-f4ffaf8948a1} <Debug> TCPHandler: Processed in 0.002820827 sec.
1763 2024.12.14 03:36:10.759605 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1764 2024.12.14 03:36:10.759948 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete)
1765 2024.12.14 03:36:10.760271 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1766 2024.12.14 03:36:10.760313 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE
1767 2024.12.14 03:36:10.760588 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1768 2024.12.14 03:36:10.760656 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1769 2024.12.14 03:36:10.760807 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1770 2024.12.14 03:36:10.760914 [ 296 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1771 2024.12.14 03:36:10.760923 [ 298 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1772 2024.12.14 03:36:10.761027 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1773 2024.12.14 03:36:10.761057 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1774 2024.12.14 03:36:10.761140 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1775 2024.12.14 03:36:10.761160 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 18 rows with 2 streams
1776 2024.12.14 03:36:10.761201 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))"
1777 2024.12.14 03:36:10.761245 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))"
1778 2024.12.14 03:36:10.762236 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002448 sec., 7352.941176470588 rows/sec., 308.77 KiB/sec.
1779 2024.12.14 03:36:10.762389 [ 258 ] {770ec92c-0ea2-42d5-9c1f-b64877197972} <Debug> TCPHandler: Processed in 0.002895618 sec.
1780 2024.12.14 03:36:10.762646 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1781 2024.12.14 03:36:10.762856 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete)
1782 2024.12.14 03:36:10.763181 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1783 2024.12.14 03:36:10.763224 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE
1784 2024.12.14 03:36:10.763496 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1785 2024.12.14 03:36:10.763562 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1786 2024.12.14 03:36:10.763713 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1787 2024.12.14 03:36:10.763814 [ 296 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1788 2024.12.14 03:36:10.763819 [ 298 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1789 2024.12.14 03:36:10.763914 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1790 2024.12.14 03:36:10.763937 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1791 2024.12.14 03:36:10.764015 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1792 2024.12.14 03:36:10.764035 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 18 rows with 2 streams
1793 2024.12.14 03:36:10.764073 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))"
1794 2024.12.14 03:36:10.764116 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))"
1795 2024.12.14 03:36:10.765207 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002448 sec., 7352.941176470588 rows/sec., 308.77 KiB/sec.
1796 2024.12.14 03:36:10.765347 [ 255 ] {7c13768c-a38c-4746-a4e0-d031862e75ee} <Debug> TCPHandler: Processed in 0.002770936 sec.
1797 2024.12.14 03:36:10.765660 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1798 2024.12.14 03:36:10.765982 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT Native; (stage: Complete)
1799 2024.12.14 03:36:10.766299 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1800 2024.12.14 03:36:10.766341 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received')" moved to PREWHERE
1801 2024.12.14 03:36:10.766626 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1802 2024.12.14 03:36:10.766694 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1803 2024.12.14 03:36:10.766843 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1804 2024.12.14 03:36:10.766947 [ 296 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1805 2024.12.14 03:36:10.766967 [ 298 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1806 2024.12.14 03:36:10.767097 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1807 2024.12.14 03:36:10.767129 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1808 2024.12.14 03:36:10.767207 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1809 2024.12.14 03:36:10.767226 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 18 rows with 2 streams
1810 2024.12.14 03:36:10.767265 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))"
1811 2024.12.14 03:36:10.767312 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))"
1812 2024.12.14 03:36:10.768545 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002712 sec., 6637.168141592921 rows/sec., 278.71 KiB/sec.
1813 2024.12.14 03:36:10.768704 [ 258 ] {da2c11a3-0d0a-4c99-91ab-c547e2bbb651} <Debug> TCPHandler: Processed in 0.003153963 sec.
1814 2024.12.14 03:36:10.768950 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1815 2024.12.14 03:36:10.769161 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', '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') FORMAT Native; (stage: Complete)
1816 2024.12.14 03:36:10.769538 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1817 2024.12.14 03:36:10.769592 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <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', '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')" moved to PREWHERE
1818 2024.12.14 03:36:10.769935 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1819 2024.12.14 03:36:10.770001 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1820 2024.12.14 03:36:10.770150 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1821 2024.12.14 03:36:10.770254 [ 296 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1822 2024.12.14 03:36:10.770260 [ 298 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1823 2024.12.14 03:36:10.770383 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1824 2024.12.14 03:36:10.770407 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1825 2024.12.14 03:36:10.770484 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1826 2024.12.14 03:36:10.770504 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 18 rows with 2 streams
1827 2024.12.14 03:36:10.770542 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <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', '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'))"
1828 2024.12.14 03:36:10.770587 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <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', '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'))"
1829 2024.12.14 03:36:10.771720 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002659 sec., 6769.4622038360285 rows/sec., 284.26 KiB/sec.
1830 2024.12.14 03:36:10.771865 [ 255 ] {7480600b-859a-43eb-831d-15eaf126d5c5} <Debug> TCPHandler: Processed in 0.00298103 sec.
1831 2024.12.14 03:36:10.868168 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1832 2024.12.14 03:36:10.868369 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', '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') FORMAT Native; (stage: Complete)
1833 2024.12.14 03:36:10.868728 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1834 2024.12.14 03:36:10.868780 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <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', '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')" moved to PREWHERE
1835 2024.12.14 03:36:10.869135 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1836 2024.12.14 03:36:10.869202 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1837 2024.12.14 03:36:10.869346 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1838 2024.12.14 03:36:10.869459 [ 296 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1839 2024.12.14 03:36:10.869467 [ 298 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1840 2024.12.14 03:36:10.869589 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
1841 2024.12.14 03:36:10.869612 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
1842 2024.12.14 03:36:10.869695 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1843 2024.12.14 03:36:10.869716 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 18 rows with 2 streams
1844 2024.12.14 03:36:10.869755 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <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', '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'))"
1845 2024.12.14 03:36:10.869798 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <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', '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'))"
1846 2024.12.14 03:36:10.870846 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002567 sec., 7012.0763537202965 rows/sec., 294.45 KiB/sec.
1847 2024.12.14 03:36:10.870989 [ 255 ] {b98eeded-3bac-4e43-81e5-f14beaec2032} <Debug> TCPHandler: Processed in 0.002888168 sec.
1848 2024.12.14 03:36:10.871498 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1849 2024.12.14 03:36:10.871744 [ 258 ] {f2119bd6-bb5a-448a-9fe1-f481a45a6789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1850 2024.12.14 03:36:10.871844 [ 258 ] {f2119bd6-bb5a-448a-9fe1-f481a45a6789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1851 2024.12.14 03:36:10.872690 [ 258 ] {f2119bd6-bb5a-448a-9fe1-f481a45a6789} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1852 2024.12.14 03:36:10.872737 [ 258 ] {f2119bd6-bb5a-448a-9fe1-f481a45a6789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1853 2024.12.14 03:36:10.873252 [ 258 ] {f2119bd6-bb5a-448a-9fe1-f481a45a6789} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1854 2024.12.14 03:36:10.873482 [ 258 ] {f2119bd6-bb5a-448a-9fe1-f481a45a6789} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1855 2024.12.14 03:36:10.873712 [ 258 ] {f2119bd6-bb5a-448a-9fe1-f481a45a6789} <Debug> executeQuery: Read 8 rows, 1.65 KiB in 0.002038 sec., 3925.417075564279 rows/sec., 809.81 KiB/sec.
1856 2024.12.14 03:36:10.873768 [ 258 ] {f2119bd6-bb5a-448a-9fe1-f481a45a6789} <Debug> TCPHandler: Processed in 0.002382998 sec.
1857 2024.12.14 03:36:10.873975 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1858 2024.12.14 03:36:10.874125 [ 255 ] {9838473a-eaba-4497-be3d-908bae6c14a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
1859 2024.12.14 03:36:10.874184 [ 255 ] {9838473a-eaba-4497-be3d-908bae6c14a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
1860 2024.12.14 03:36:10.874876 [ 255 ] {9838473a-eaba-4497-be3d-908bae6c14a9} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1861 2024.12.14 03:36:10.874927 [ 255 ] {9838473a-eaba-4497-be3d-908bae6c14a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1862 2024.12.14 03:36:10.875326 [ 255 ] {9838473a-eaba-4497-be3d-908bae6c14a9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1863 2024.12.14 03:36:10.875566 [ 255 ] {9838473a-eaba-4497-be3d-908bae6c14a9} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1864 2024.12.14 03:36:10.875847 [ 255 ] {9838473a-eaba-4497-be3d-908bae6c14a9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001741 sec., 1148.7650775416428 rows/sec., 93.67 KiB/sec.
1865 2024.12.14 03:36:10.875938 [ 255 ] {9838473a-eaba-4497-be3d-908bae6c14a9} <Debug> TCPHandler: Processed in 0.002056821 sec.
1866 2024.12.14 03:36:10.876091 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1867 2024.12.14 03:36:10.876230 [ 258 ] {790f2bd3-1be3-408e-830b-1216e2fe9601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1868 2024.12.14 03:36:10.876289 [ 258 ] {790f2bd3-1be3-408e-830b-1216e2fe9601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1869 2024.12.14 03:36:10.877562 [ 258 ] {790f2bd3-1be3-408e-830b-1216e2fe9601} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1870 2024.12.14 03:36:10.877602 [ 258 ] {790f2bd3-1be3-408e-830b-1216e2fe9601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1871 2024.12.14 03:36:10.878026 [ 258 ] {790f2bd3-1be3-408e-830b-1216e2fe9601} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
1872 2024.12.14 03:36:10.878266 [ 258 ] {790f2bd3-1be3-408e-830b-1216e2fe9601} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1873 2024.12.14 03:36:10.878480 [ 258 ] {790f2bd3-1be3-408e-830b-1216e2fe9601} <Debug> executeQuery: Read 1194 rows, 100.78 KiB in 0.002282 sec., 523225.241016652 rows/sec., 43.13 MiB/sec.
1874 2024.12.14 03:36:10.878532 [ 258 ] {790f2bd3-1be3-408e-830b-1216e2fe9601} <Debug> TCPHandler: Processed in 0.00250836 sec.
1875 2024.12.14 03:36:10.878683 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1876 2024.12.14 03:36:10.878825 [ 255 ] {22715c7e-286c-4324-91f5-13f029d229b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1877 2024.12.14 03:36:10.878883 [ 255 ] {22715c7e-286c-4324-91f5-13f029d229b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1878 2024.12.14 03:36:10.879548 [ 255 ] {22715c7e-286c-4324-91f5-13f029d229b9} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1879 2024.12.14 03:36:10.879597 [ 255 ] {22715c7e-286c-4324-91f5-13f029d229b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1880 2024.12.14 03:36:10.880001 [ 255 ] {22715c7e-286c-4324-91f5-13f029d229b9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1881 2024.12.14 03:36:10.880231 [ 255 ] {22715c7e-286c-4324-91f5-13f029d229b9} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1882 2024.12.14 03:36:10.880449 [ 255 ] {22715c7e-286c-4324-91f5-13f029d229b9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001656 sec., 1207.729468599034 rows/sec., 84.33 KiB/sec.
1883 2024.12.14 03:36:10.880505 [ 255 ] {22715c7e-286c-4324-91f5-13f029d229b9} <Debug> TCPHandler: Processed in 0.001887258 sec.
1884 2024.12.14 03:36:10.880634 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1885 2024.12.14 03:36:10.880750 [ 258 ] {f62186e3-25d2-4d7a-bc73-885bf54f58ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1886 2024.12.14 03:36:10.880798 [ 258 ] {f62186e3-25d2-4d7a-bc73-885bf54f58ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1887 2024.12.14 03:36:10.881475 [ 258 ] {f62186e3-25d2-4d7a-bc73-885bf54f58ef} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1888 2024.12.14 03:36:10.881514 [ 258 ] {f62186e3-25d2-4d7a-bc73-885bf54f58ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1889 2024.12.14 03:36:10.881872 [ 258 ] {f62186e3-25d2-4d7a-bc73-885bf54f58ef} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1890 2024.12.14 03:36:10.882099 [ 258 ] {f62186e3-25d2-4d7a-bc73-885bf54f58ef} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1891 2024.12.14 03:36:10.882365 [ 258 ] {f62186e3-25d2-4d7a-bc73-885bf54f58ef} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001623 sec., 140480.59149722735 rows/sec., 9.51 MiB/sec.
1892 2024.12.14 03:36:10.882434 [ 258 ] {f62186e3-25d2-4d7a-bc73-885bf54f58ef} <Debug> TCPHandler: Processed in 0.001854257 sec.
1893 2024.12.14 03:36:10.882586 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1894 2024.12.14 03:36:10.882704 [ 255 ] {60da8cf7-3806-48e9-b77e-0b691f8300e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1895 2024.12.14 03:36:10.882752 [ 255 ] {60da8cf7-3806-48e9-b77e-0b691f8300e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1896 2024.12.14 03:36:10.883577 [ 255 ] {60da8cf7-3806-48e9-b77e-0b691f8300e3} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1897 2024.12.14 03:36:10.883617 [ 255 ] {60da8cf7-3806-48e9-b77e-0b691f8300e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1898 2024.12.14 03:36:10.883989 [ 255 ] {60da8cf7-3806-48e9-b77e-0b691f8300e3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
1899 2024.12.14 03:36:10.884231 [ 255 ] {60da8cf7-3806-48e9-b77e-0b691f8300e3} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1900 2024.12.14 03:36:10.884435 [ 255 ] {60da8cf7-3806-48e9-b77e-0b691f8300e3} <Debug> executeQuery: Read 514 rows, 38.92 KiB in 0.001755 sec., 292877.49287749286 rows/sec., 21.66 MiB/sec.
1901 2024.12.14 03:36:10.884488 [ 255 ] {60da8cf7-3806-48e9-b77e-0b691f8300e3} <Debug> TCPHandler: Processed in 0.001961199 sec.
1902 2024.12.14 03:36:10.884622 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1903 2024.12.14 03:36:10.884738 [ 258 ] {1b5e045c-2e31-4035-a1a7-93b00c246554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1904 2024.12.14 03:36:10.884792 [ 258 ] {1b5e045c-2e31-4035-a1a7-93b00c246554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1905 2024.12.14 03:36:10.886031 [ 258 ] {1b5e045c-2e31-4035-a1a7-93b00c246554} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1906 2024.12.14 03:36:10.886068 [ 258 ] {1b5e045c-2e31-4035-a1a7-93b00c246554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1907 2024.12.14 03:36:10.886582 [ 258 ] {1b5e045c-2e31-4035-a1a7-93b00c246554} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
1908 2024.12.14 03:36:10.886827 [ 258 ] {1b5e045c-2e31-4035-a1a7-93b00c246554} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1909 2024.12.14 03:36:10.887114 [ 258 ] {1b5e045c-2e31-4035-a1a7-93b00c246554} <Debug> executeQuery: Read 2606 rows, 178.31 KiB in 0.00238 sec., 1094957.9831932771 rows/sec., 73.16 MiB/sec.
1910 2024.12.14 03:36:10.887292 [ 258 ] {1b5e045c-2e31-4035-a1a7-93b00c246554} <Debug> TCPHandler: Processed in 0.002719885 sec.
1911 2024.12.14 03:36:10.887447 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1912 2024.12.14 03:36:10.887586 [ 255 ] {9534b1b7-8b7f-4a93-a2a7-221caa928ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1913 2024.12.14 03:36:10.887646 [ 255 ] {9534b1b7-8b7f-4a93-a2a7-221caa928ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1914 2024.12.14 03:36:10.888144 [ 255 ] {9534b1b7-8b7f-4a93-a2a7-221caa928ba8} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1915 2024.12.14 03:36:10.888182 [ 255 ] {9534b1b7-8b7f-4a93-a2a7-221caa928ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1916 2024.12.14 03:36:10.888540 [ 255 ] {9534b1b7-8b7f-4a93-a2a7-221caa928ba8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
1917 2024.12.14 03:36:10.888769 [ 255 ] {9534b1b7-8b7f-4a93-a2a7-221caa928ba8} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1918 2024.12.14 03:36:10.889028 [ 255 ] {9534b1b7-8b7f-4a93-a2a7-221caa928ba8} <Debug> executeQuery: Read 20 rows, 1.40 KiB in 0.001455 sec., 13745.704467353953 rows/sec., 965.15 KiB/sec.
1919 2024.12.14 03:36:10.889182 [ 255 ] {9534b1b7-8b7f-4a93-a2a7-221caa928ba8} <Debug> TCPHandler: Processed in 0.001798976 sec.
1920 2024.12.14 03:36:13.007845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 264
1921 2024.12.14 03:36:13.011986 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1922 2024.12.14 03:36:13.012061 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1923 2024.12.14 03:36:13.013815 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1924 2024.12.14 03:36:13.014194 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1925 2024.12.14 03:36:13.015380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 264
1926 2024.12.14 03:36:13.885564 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1927 2024.12.14 03:36:13.885776 [ 255 ] {9f49b0f2-390e-402c-8d63-dd4aa36a02ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1928 2024.12.14 03:36:13.885859 [ 255 ] {9f49b0f2-390e-402c-8d63-dd4aa36a02ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1929 2024.12.14 03:36:13.886634 [ 255 ] {9f49b0f2-390e-402c-8d63-dd4aa36a02ad} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1930 2024.12.14 03:36:13.886687 [ 255 ] {9f49b0f2-390e-402c-8d63-dd4aa36a02ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1931 2024.12.14 03:36:13.887122 [ 255 ] {9f49b0f2-390e-402c-8d63-dd4aa36a02ad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
1932 2024.12.14 03:36:13.887380 [ 255 ] {9f49b0f2-390e-402c-8d63-dd4aa36a02ad} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1933 2024.12.14 03:36:13.887568 [ 36 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0
1934 2024.12.14 03:36:13.887634 [ 255 ] {9f49b0f2-390e-402c-8d63-dd4aa36a02ad} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001914 sec., 27168.23406478579 rows/sec., 2.08 MiB/sec.
1935 2024.12.14 03:36:13.887662 [ 36 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1936 2024.12.14 03:36:13.887736 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1937 2024.12.14 03:36:13.887786 [ 255 ] {9f49b0f2-390e-402c-8d63-dd4aa36a02ad} <Debug> TCPHandler: Processed in 0.002357627 sec.
1938 2024.12.14 03:36:13.888228 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1939 2024.12.14 03:36:13.888230 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full
1940 2024.12.14 03:36:13.888582 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1941 2024.12.14 03:36:13.888592 [ 258 ] {c5696c37-df30-4793-bc68-2f0ab3dcf746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1942 2024.12.14 03:36:13.888662 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 26 rows starting from the beginning of the part
1943 2024.12.14 03:36:13.888741 [ 258 ] {c5696c37-df30-4793-bc68-2f0ab3dcf746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1944 2024.12.14 03:36:13.889055 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part
1945 2024.12.14 03:36:13.889208 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part
1946 2024.12.14 03:36:13.889631 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 86 rows starting from the beginning of the part
1947 2024.12.14 03:36:13.889929 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1194 rows starting from the beginning of the part
1948 2024.12.14 03:36:13.890258 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 52 rows starting from the beginning of the part
1949 2024.12.14 03:36:13.891356 [ 258 ] {c5696c37-df30-4793-bc68-2f0ab3dcf746} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1950 2024.12.14 03:36:13.891409 [ 258 ] {c5696c37-df30-4793-bc68-2f0ab3dcf746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
1951 2024.12.14 03:36:13.891972 [ 258 ] {c5696c37-df30-4793-bc68-2f0ab3dcf746} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
1952 2024.12.14 03:36:13.892355 [ 258 ] {c5696c37-df30-4793-bc68-2f0ab3dcf746} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1953 2024.12.14 03:36:13.892364 [ 191 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1462 rows, containing 5 columns (5 merged, 0 gathered) in 0.00447968 sec., 326362.5973283806 rows/sec., 27.89 MiB/sec.
1954 2024.12.14 03:36:13.892586 [ 35 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0
1955 2024.12.14 03:36:13.892653 [ 35 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1956 2024.12.14 03:36:13.892702 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1957 2024.12.14 03:36:13.892725 [ 258 ] {c5696c37-df30-4793-bc68-2f0ab3dcf746} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.004216 sec., 13282.732447817836 rows/sec., 1.04 MiB/sec.
1958 2024.12.14 03:36:13.892778 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
1959 2024.12.14 03:36:13.893041 [ 258 ] {c5696c37-df30-4793-bc68-2f0ab3dcf746} <Debug> TCPHandler: Processed in 0.005116582 sec.
1960 2024.12.14 03:36:13.893071 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full
1961 2024.12.14 03:36:13.893297 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1962 2024.12.14 03:36:13.893411 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1963 2024.12.14 03:36:13.893542 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 28 rows starting from the beginning of the part
1964 2024.12.14 03:36:13.893633 [ 255 ] {7cceddf7-d2ec-430d-923d-0099059a4cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1965 2024.12.14 03:36:13.893741 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1966 2024.12.14 03:36:13.893890 [ 255 ] {7cceddf7-d2ec-430d-923d-0099059a4cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1967 2024.12.14 03:36:13.893981 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part
1968 2024.12.14 03:36:13.894088 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_14_3} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3
1969 2024.12.14 03:36:13.894489 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
1970 2024.12.14 03:36:13.894770 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
1971 2024.12.14 03:36:13.895079 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 80 rows starting from the beginning of the part
1972 2024.12.14 03:36:13.895573 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 514 rows starting from the beginning of the part
1973 2024.12.14 03:36:13.895738 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part
1974 2024.12.14 03:36:13.896877 [ 255 ] {7cceddf7-d2ec-430d-923d-0099059a4cfc} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1975 2024.12.14 03:36:13.896962 [ 255 ] {7cceddf7-d2ec-430d-923d-0099059a4cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
1976 2024.12.14 03:36:13.898128 [ 255 ] {7cceddf7-d2ec-430d-923d-0099059a4cfc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
1977 2024.12.14 03:36:13.898674 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 790 rows, containing 5 columns (5 merged, 0 gathered) in 0.005867658 sec., 134636.3404274755 rows/sec., 10.66 MiB/sec.
1978 2024.12.14 03:36:13.898691 [ 255 ] {7cceddf7-d2ec-430d-923d-0099059a4cfc} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1979 2024.12.14 03:36:13.898892 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
1980 2024.12.14 03:36:13.899301 [ 255 ] {7cceddf7-d2ec-430d-923d-0099059a4cfc} <Debug> executeQuery: Read 90 rows, 6.39 KiB in 0.005747 sec., 15660.344527579606 rows/sec., 1.09 MiB/sec.
1981 2024.12.14 03:36:13.899604 [ 255 ] {7cceddf7-d2ec-430d-923d-0099059a4cfc} <Debug> TCPHandler: Processed in 0.006447039 sec.
1982 2024.12.14 03:36:13.899777 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1983 2024.12.14 03:36:13.899803 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1984 2024.12.14 03:36:13.899860 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_14_3} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3
1985 2024.12.14 03:36:13.899954 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
1986 2024.12.14 03:36:13.899995 [ 258 ] {a40cbbe3-79cc-4e11-9045-498d827e886a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1987 2024.12.14 03:36:13.900060 [ 258 ] {a40cbbe3-79cc-4e11-9045-498d827e886a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1988 2024.12.14 03:36:13.900635 [ 258 ] {a40cbbe3-79cc-4e11-9045-498d827e886a} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1989 2024.12.14 03:36:13.900682 [ 258 ] {a40cbbe3-79cc-4e11-9045-498d827e886a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
1990 2024.12.14 03:36:13.901122 [ 258 ] {a40cbbe3-79cc-4e11-9045-498d827e886a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
1991 2024.12.14 03:36:13.901366 [ 258 ] {a40cbbe3-79cc-4e11-9045-498d827e886a} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1992 2024.12.14 03:36:13.901543 [ 258 ] {a40cbbe3-79cc-4e11-9045-498d827e886a} <Debug> executeQuery: Read 30 rows, 2.11 KiB in 0.001597 sec., 18785.22229179712 rows/sec., 1.29 MiB/sec.
1993 2024.12.14 03:36:13.901593 [ 258 ] {a40cbbe3-79cc-4e11-9045-498d827e886a} <Debug> TCPHandler: Processed in 0.001870128 sec.
1994 2024.12.14 03:36:15.503128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
1995 2024.12.14 03:36:15.503806 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1996 2024.12.14 03:36:15.503855 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
1997 2024.12.14 03:36:15.504395 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1998 2024.12.14 03:36:15.504656 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1999 2024.12.14 03:36:15.504861 [ 34 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2000 2024.12.14 03:36:15.504928 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2001 2024.12.14 03:36:15.504952 [ 34 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2002 2024.12.14 03:36:15.504981 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2003 2024.12.14 03:36:15.505093 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2004 2024.12.14 03:36:15.505226 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2005 2024.12.14 03:36:15.505267 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2745 rows starting from the beginning of the part
2006 2024.12.14 03:36:15.505352 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2007 2024.12.14 03:36:15.505573 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2008 2024.12.14 03:36:15.505797 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2009 2024.12.14 03:36:15.505948 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2010 2024.12.14 03:36:15.506055 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2011 2024.12.14 03:36:15.507780 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002740115 sec., 1847732.6681544387 rows/sec., 26.43 MiB/sec.
2012 2024.12.14 03:36:15.508444 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2013 2024.12.14 03:36:15.508823 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_11_2} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2014 2024.12.14 03:36:15.508923 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_11_2} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2015 2024.12.14 03:36:15.509034 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2016 2024.12.14 03:36:15.799553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2017 2024.12.14 03:36:15.819759 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2018 2024.12.14 03:36:15.819809 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2019 2024.12.14 03:36:15.827293 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2020 2024.12.14 03:36:15.828052 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2021 2024.12.14 03:36:15.828411 [ 33 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2022 2024.12.14 03:36:15.828544 [ 33 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2023 2024.12.14 03:36:15.828620 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2024 2024.12.14 03:36:15.829415 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2025 2024.12.14 03:36:15.843491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2026 2024.12.14 03:36:15.845342 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2027 2024.12.14 03:36:15.846858 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2028 2024.12.14 03:36:15.852423 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2029 2024.12.14 03:36:15.858213 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2030 2024.12.14 03:36:15.863933 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2031 2024.12.14 03:36:15.869642 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2032 2024.12.14 03:36:15.874212 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2033 2024.12.14 03:36:15.930599 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101762139 sec., 815.6275095593264 rows/sec., 4.22 MiB/sec.
2034 2024.12.14 03:36:15.932993 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2035 2024.12.14 03:36:15.935869 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_11_2} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2024.12.14 03:36:15.935960 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_11_2} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2037 2024.12.14 03:36:15.938177 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB.
2038 2024.12.14 03:36:16.000196 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.43 MiB, peak 178.31 MiB, free memory in arenas 0.00 B, will set to 169.44 MiB (RSS), difference: 1.01 MiB
2039 2024.12.14 03:36:18.890352 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2040 2024.12.14 03:36:18.890540 [ 255 ] {3ea8439c-003b-4777-8210-20cbde6b7530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2041 2024.12.14 03:36:18.890614 [ 255 ] {3ea8439c-003b-4777-8210-20cbde6b7530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2042 2024.12.14 03:36:18.891378 [ 255 ] {3ea8439c-003b-4777-8210-20cbde6b7530} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2043 2024.12.14 03:36:18.891427 [ 255 ] {3ea8439c-003b-4777-8210-20cbde6b7530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2044 2024.12.14 03:36:18.891867 [ 255 ] {3ea8439c-003b-4777-8210-20cbde6b7530} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2045 2024.12.14 03:36:18.892123 [ 255 ] {3ea8439c-003b-4777-8210-20cbde6b7530} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2046 2024.12.14 03:36:18.892362 [ 255 ] {3ea8439c-003b-4777-8210-20cbde6b7530} <Debug> executeQuery: Read 86 rows, 7.26 KiB in 0.00187 sec., 45989.30481283423 rows/sec., 3.79 MiB/sec.
2047 2024.12.14 03:36:18.892430 [ 255 ] {3ea8439c-003b-4777-8210-20cbde6b7530} <Debug> TCPHandler: Processed in 0.002226685 sec.
2048 2024.12.14 03:36:18.892693 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2049 2024.12.14 03:36:18.892911 [ 258 ] {c84f5a48-7724-4652-a124-1784b0555f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2050 2024.12.14 03:36:18.892994 [ 258 ] {c84f5a48-7724-4652-a124-1784b0555f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2051 2024.12.14 03:36:18.893783 [ 258 ] {c84f5a48-7724-4652-a124-1784b0555f2d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2052 2024.12.14 03:36:18.893838 [ 258 ] {c84f5a48-7724-4652-a124-1784b0555f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2053 2024.12.14 03:36:18.894288 [ 258 ] {c84f5a48-7724-4652-a124-1784b0555f2d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2054 2024.12.14 03:36:18.894556 [ 258 ] {c84f5a48-7724-4652-a124-1784b0555f2d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2055 2024.12.14 03:36:18.894800 [ 258 ] {c84f5a48-7724-4652-a124-1784b0555f2d} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.00195 sec., 8717.948717948719 rows/sec., 655.55 KiB/sec.
2056 2024.12.14 03:36:18.894869 [ 258 ] {c84f5a48-7724-4652-a124-1784b0555f2d} <Debug> TCPHandler: Processed in 0.002322776 sec.
2057 2024.12.14 03:36:18.895019 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2058 2024.12.14 03:36:18.895164 [ 255 ] {39863a23-c51b-4de6-b50f-08efed9f5546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2059 2024.12.14 03:36:18.895225 [ 255 ] {39863a23-c51b-4de6-b50f-08efed9f5546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2060 2024.12.14 03:36:18.895969 [ 255 ] {39863a23-c51b-4de6-b50f-08efed9f5546} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2061 2024.12.14 03:36:18.896020 [ 255 ] {39863a23-c51b-4de6-b50f-08efed9f5546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2062 2024.12.14 03:36:18.896423 [ 255 ] {39863a23-c51b-4de6-b50f-08efed9f5546} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2063 2024.12.14 03:36:18.896668 [ 255 ] {39863a23-c51b-4de6-b50f-08efed9f5546} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2064 2024.12.14 03:36:18.896881 [ 255 ] {39863a23-c51b-4de6-b50f-08efed9f5546} <Debug> executeQuery: Read 73 rows, 5.83 KiB in 0.001752 sec., 41666.666666666664 rows/sec., 3.25 MiB/sec.
2065 2024.12.14 03:36:18.896938 [ 255 ] {39863a23-c51b-4de6-b50f-08efed9f5546} <Debug> TCPHandler: Processed in 0.00198783 sec.
2066 2024.12.14 03:36:18.897079 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2067 2024.12.14 03:36:18.897205 [ 258 ] {4eefadba-4ec4-41c8-add3-98dccd3ae597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2068 2024.12.14 03:36:18.897301 [ 258 ] {4eefadba-4ec4-41c8-add3-98dccd3ae597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2069 2024.12.14 03:36:18.898310 [ 258 ] {4eefadba-4ec4-41c8-add3-98dccd3ae597} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2070 2024.12.14 03:36:18.898353 [ 258 ] {4eefadba-4ec4-41c8-add3-98dccd3ae597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2071 2024.12.14 03:36:18.898773 [ 258 ] {4eefadba-4ec4-41c8-add3-98dccd3ae597} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2072 2024.12.14 03:36:18.899012 [ 258 ] {4eefadba-4ec4-41c8-add3-98dccd3ae597} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2073 2024.12.14 03:36:18.899280 [ 258 ] {4eefadba-4ec4-41c8-add3-98dccd3ae597} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002098 sec., 71496.66348903718 rows/sec., 4.96 MiB/sec.
2074 2024.12.14 03:36:18.899498 [ 258 ] {4eefadba-4ec4-41c8-add3-98dccd3ae597} <Debug> TCPHandler: Processed in 0.002473229 sec.
2075 2024.12.14 03:36:18.899794 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2076 2024.12.14 03:36:18.900017 [ 255 ] {26429d1e-4945-44e6-8fec-6fa507c9e65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2077 2024.12.14 03:36:18.900152 [ 255 ] {26429d1e-4945-44e6-8fec-6fa507c9e65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2078 2024.12.14 03:36:18.901327 [ 255 ] {26429d1e-4945-44e6-8fec-6fa507c9e65c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2079 2024.12.14 03:36:18.901367 [ 255 ] {26429d1e-4945-44e6-8fec-6fa507c9e65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2080 2024.12.14 03:36:18.901995 [ 255 ] {26429d1e-4945-44e6-8fec-6fa507c9e65c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2081 2024.12.14 03:36:18.902262 [ 255 ] {26429d1e-4945-44e6-8fec-6fa507c9e65c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2082 2024.12.14 03:36:18.902493 [ 255 ] {26429d1e-4945-44e6-8fec-6fa507c9e65c} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002528 sec., 6724.683544303798 rows/sec., 12.05 MiB/sec.
2083 2024.12.14 03:36:18.902603 [ 255 ] {26429d1e-4945-44e6-8fec-6fa507c9e65c} <Debug> TCPHandler: Processed in 0.00296139 sec.
2084 2024.12.14 03:36:18.902814 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2085 2024.12.14 03:36:18.903038 [ 258 ] {6a0223b4-072d-40cb-a2c4-a317ef41a60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2086 2024.12.14 03:36:18.903135 [ 258 ] {6a0223b4-072d-40cb-a2c4-a317ef41a60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2087 2024.12.14 03:36:18.903701 [ 258 ] {6a0223b4-072d-40cb-a2c4-a317ef41a60b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2088 2024.12.14 03:36:18.903741 [ 258 ] {6a0223b4-072d-40cb-a2c4-a317ef41a60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2089 2024.12.14 03:36:18.904120 [ 258 ] {6a0223b4-072d-40cb-a2c4-a317ef41a60b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2090 2024.12.14 03:36:18.904358 [ 258 ] {6a0223b4-072d-40cb-a2c4-a317ef41a60b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2091 2024.12.14 03:36:18.904581 [ 258 ] {6a0223b4-072d-40cb-a2c4-a317ef41a60b} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001599 sec., 31269.543464665418 rows/sec., 2.14 MiB/sec.
2092 2024.12.14 03:36:18.904637 [ 258 ] {6a0223b4-072d-40cb-a2c4-a317ef41a60b} <Debug> TCPHandler: Processed in 0.001940389 sec.
2093 2024.12.14 03:36:22.928775 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
2094 2024.12.14 03:36:22.928881 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
2095 2024.12.14 03:36:23.005118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2096 2024.12.14 03:36:23.005913 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2097 2024.12.14 03:36:23.005953 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2098 2024.12.14 03:36:23.006542 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2099 2024.12.14 03:36:23.006810 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2100 2024.12.14 03:36:23.007079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2101 2024.12.14 03:36:23.015783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 284
2102 2024.12.14 03:36:23.018841 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2103 2024.12.14 03:36:23.018904 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2104 2024.12.14 03:36:23.020381 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2105 2024.12.14 03:36:23.020700 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2106 2024.12.14 03:36:23.021812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284
2107 2024.12.14 03:36:23.343629 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2108 2024.12.14 03:36:23.363123 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2109 2024.12.14 03:36:23.363187 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2110 2024.12.14 03:36:23.370379 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2111 2024.12.14 03:36:23.371156 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2112 2024.12.14 03:36:23.373820 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2113 2024.12.14 03:36:23.889586 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2114 2024.12.14 03:36:23.889797 [ 255 ] {ec989d4c-c2ca-4dae-9471-4ebea095f2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2115 2024.12.14 03:36:23.889886 [ 255 ] {ec989d4c-c2ca-4dae-9471-4ebea095f2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2116 2024.12.14 03:36:23.890689 [ 255 ] {ec989d4c-c2ca-4dae-9471-4ebea095f2c0} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2117 2024.12.14 03:36:23.890735 [ 255 ] {ec989d4c-c2ca-4dae-9471-4ebea095f2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2118 2024.12.14 03:36:23.891170 [ 255 ] {ec989d4c-c2ca-4dae-9471-4ebea095f2c0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2119 2024.12.14 03:36:23.891420 [ 255 ] {ec989d4c-c2ca-4dae-9471-4ebea095f2c0} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2120 2024.12.14 03:36:23.891660 [ 255 ] {ec989d4c-c2ca-4dae-9471-4ebea095f2c0} <Debug> executeQuery: Read 84 rows, 7.09 KiB in 0.001936 sec., 43388.42975206611 rows/sec., 3.58 MiB/sec.
2121 2024.12.14 03:36:23.891781 [ 255 ] {ec989d4c-c2ca-4dae-9471-4ebea095f2c0} <Debug> TCPHandler: Processed in 0.002323837 sec.
2122 2024.12.14 03:36:23.892020 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2123 2024.12.14 03:36:23.892213 [ 258 ] {daee1b74-1fba-4479-96ff-4c26f1f55688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2124 2024.12.14 03:36:23.892288 [ 258 ] {daee1b74-1fba-4479-96ff-4c26f1f55688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2125 2024.12.14 03:36:23.893056 [ 258 ] {daee1b74-1fba-4479-96ff-4c26f1f55688} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2126 2024.12.14 03:36:23.893106 [ 258 ] {daee1b74-1fba-4479-96ff-4c26f1f55688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2127 2024.12.14 03:36:23.893558 [ 258 ] {daee1b74-1fba-4479-96ff-4c26f1f55688} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2128 2024.12.14 03:36:23.893849 [ 258 ] {daee1b74-1fba-4479-96ff-4c26f1f55688} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2129 2024.12.14 03:36:23.894109 [ 258 ] {daee1b74-1fba-4479-96ff-4c26f1f55688} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001949 sec., 8209.338122113904 rows/sec., 617.30 KiB/sec.
2130 2024.12.14 03:36:23.894182 [ 258 ] {daee1b74-1fba-4479-96ff-4c26f1f55688} <Debug> TCPHandler: Processed in 0.002295596 sec.
2131 2024.12.14 03:36:23.894347 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2132 2024.12.14 03:36:23.894474 [ 255 ] {854bac6f-9d47-4fd6-9ce4-2d77eaf39793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2133 2024.12.14 03:36:23.894527 [ 255 ] {854bac6f-9d47-4fd6-9ce4-2d77eaf39793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2134 2024.12.14 03:36:23.895158 [ 255 ] {854bac6f-9d47-4fd6-9ce4-2d77eaf39793} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2135 2024.12.14 03:36:23.895199 [ 255 ] {854bac6f-9d47-4fd6-9ce4-2d77eaf39793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2136 2024.12.14 03:36:23.895574 [ 255 ] {854bac6f-9d47-4fd6-9ce4-2d77eaf39793} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2137 2024.12.14 03:36:23.895814 [ 255 ] {854bac6f-9d47-4fd6-9ce4-2d77eaf39793} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2138 2024.12.14 03:36:23.896023 [ 255 ] {854bac6f-9d47-4fd6-9ce4-2d77eaf39793} <Debug> executeQuery: Read 85 rows, 6.81 KiB in 0.001577 sec., 53899.8097653773 rows/sec., 4.22 MiB/sec.
2139 2024.12.14 03:36:23.896077 [ 255 ] {854bac6f-9d47-4fd6-9ce4-2d77eaf39793} <Debug> TCPHandler: Processed in 0.001791506 sec.
2140 2024.12.14 03:36:23.896284 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2141 2024.12.14 03:36:23.896413 [ 258 ] {39e00629-9e48-4088-9cf6-fc05aa4b275a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2142 2024.12.14 03:36:23.896473 [ 258 ] {39e00629-9e48-4088-9cf6-fc05aa4b275a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2143 2024.12.14 03:36:23.897078 [ 258 ] {39e00629-9e48-4088-9cf6-fc05aa4b275a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2144 2024.12.14 03:36:23.897119 [ 258 ] {39e00629-9e48-4088-9cf6-fc05aa4b275a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2145 2024.12.14 03:36:23.897531 [ 258 ] {39e00629-9e48-4088-9cf6-fc05aa4b275a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2146 2024.12.14 03:36:23.897773 [ 258 ] {39e00629-9e48-4088-9cf6-fc05aa4b275a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2147 2024.12.14 03:36:23.897932 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2148 2024.12.14 03:36:23.897962 [ 258 ] {39e00629-9e48-4088-9cf6-fc05aa4b275a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001578 sec., 95057.03422053232 rows/sec., 6.59 MiB/sec.
2149 2024.12.14 03:36:23.897981 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2150 2024.12.14 03:36:23.898023 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2151 2024.12.14 03:36:23.898043 [ 258 ] {39e00629-9e48-4088-9cf6-fc05aa4b275a} <Debug> TCPHandler: Processed in 0.001817686 sec.
2152 2024.12.14 03:36:23.898234 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2153 2024.12.14 03:36:23.898251 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
2154 2024.12.14 03:36:23.898380 [ 255 ] {679bb265-98bd-421a-982d-4e79fafc37cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2155 2024.12.14 03:36:23.898414 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2156 2024.12.14 03:36:23.898473 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1140 rows starting from the beginning of the part
2157 2024.12.14 03:36:23.898503 [ 255 ] {679bb265-98bd-421a-982d-4e79fafc37cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2158 2024.12.14 03:36:23.898743 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 150 rows starting from the beginning of the part
2159 2024.12.14 03:36:23.899160 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2606 rows starting from the beginning of the part
2160 2024.12.14 03:36:23.899453 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 90 rows starting from the beginning of the part
2161 2024.12.14 03:36:23.899847 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 150 rows starting from the beginning of the part
2162 2024.12.14 03:36:23.900311 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 150 rows starting from the beginning of the part
2163 2024.12.14 03:36:23.902492 [ 255 ] {679bb265-98bd-421a-982d-4e79fafc37cd} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2164 2024.12.14 03:36:23.902536 [ 255 ] {679bb265-98bd-421a-982d-4e79fafc37cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2165 2024.12.14 03:36:23.903882 [ 255 ] {679bb265-98bd-421a-982d-4e79fafc37cd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2166 2024.12.14 03:36:23.903973 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4286 rows, containing 5 columns (5 merged, 0 gathered) in 0.005857047 sec., 731768.0735701796 rows/sec., 49.62 MiB/sec.
2167 2024.12.14 03:36:23.904223 [ 255 ] {679bb265-98bd-421a-982d-4e79fafc37cd} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2168 2024.12.14 03:36:23.904527 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2169 2024.12.14 03:36:23.904773 [ 255 ] {679bb265-98bd-421a-982d-4e79fafc37cd} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.006399 sec., 2500.3906860446946 rows/sec., 4.48 MiB/sec.
2170 2024.12.14 03:36:23.905134 [ 255 ] {679bb265-98bd-421a-982d-4e79fafc37cd} <Debug> TCPHandler: Processed in 0.00699426 sec.
2171 2024.12.14 03:36:23.905382 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2172 2024.12.14 03:36:23.905435 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2173 2024.12.14 03:36:23.905600 [ 258 ] {0b05313f-260c-49ed-a04e-1cde4f5309b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2174 2024.12.14 03:36:23.905609 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2175 2024.12.14 03:36:23.905690 [ 258 ] {0b05313f-260c-49ed-a04e-1cde4f5309b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2176 2024.12.14 03:36:23.905810 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB.
2177 2024.12.14 03:36:23.906312 [ 258 ] {0b05313f-260c-49ed-a04e-1cde4f5309b9} <Trace> oximeter.measurements_i64 (2d9f6d65-a299-4a13-9d4e-29b9df2b7d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2178 2024.12.14 03:36:23.906356 [ 258 ] {0b05313f-260c-49ed-a04e-1cde4f5309b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2179 2024.12.14 03:36:23.906742 [ 258 ] {0b05313f-260c-49ed-a04e-1cde4f5309b9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2180 2024.12.14 03:36:23.906984 [ 258 ] {0b05313f-260c-49ed-a04e-1cde4f5309b9} <Trace> oximeter.measurements_i64 (2d9f6d65-a299-4a13-9d4e-29b9df2b7d48): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2181 2024.12.14 03:36:23.907220 [ 258 ] {0b05313f-260c-49ed-a04e-1cde4f5309b9} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001662 sec., 9025.270758122744 rows/sec., 654.57 KiB/sec.
2182 2024.12.14 03:36:23.907327 [ 258 ] {0b05313f-260c-49ed-a04e-1cde4f5309b9} <Debug> TCPHandler: Processed in 0.002070561 sec.
2183 2024.12.14 03:36:23.907481 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2184 2024.12.14 03:36:23.907623 [ 255 ] {4f33512a-376c-4300-bd7f-d1dd5aa7e545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2185 2024.12.14 03:36:23.907684 [ 255 ] {4f33512a-376c-4300-bd7f-d1dd5aa7e545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2186 2024.12.14 03:36:23.908261 [ 255 ] {4f33512a-376c-4300-bd7f-d1dd5aa7e545} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2187 2024.12.14 03:36:23.908308 [ 255 ] {4f33512a-376c-4300-bd7f-d1dd5aa7e545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2188 2024.12.14 03:36:23.908705 [ 255 ] {4f33512a-376c-4300-bd7f-d1dd5aa7e545} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2189 2024.12.14 03:36:23.908943 [ 255 ] {4f33512a-376c-4300-bd7f-d1dd5aa7e545} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2190 2024.12.14 03:36:23.909099 [ 83 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2191 2024.12.14 03:36:23.909172 [ 83 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2192 2024.12.14 03:36:23.909196 [ 255 ] {4f33512a-376c-4300-bd7f-d1dd5aa7e545} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001594 sec., 31367.628607277293 rows/sec., 2.15 MiB/sec.
2193 2024.12.14 03:36:23.909210 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2194 2024.12.14 03:36:23.909347 [ 255 ] {4f33512a-376c-4300-bd7f-d1dd5aa7e545} <Debug> TCPHandler: Processed in 0.001931459 sec.
2195 2024.12.14 03:36:23.909432 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
2196 2024.12.14 03:36:23.909579 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2197 2024.12.14 03:36:23.909619 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 350 rows starting from the beginning of the part
2198 2024.12.14 03:36:23.909719 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part
2199 2024.12.14 03:36:23.909942 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part
2200 2024.12.14 03:36:23.910094 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part
2201 2024.12.14 03:36:23.910221 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part
2202 2024.12.14 03:36:23.910427 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 50 rows starting from the beginning of the part
2203 2024.12.14 03:36:23.911637 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 4 columns (4 merged, 0 gathered) in 0.002310046 sec., 238090.49689919595 rows/sec., 16.32 MiB/sec.
2204 2024.12.14 03:36:23.911811 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2205 2024.12.14 03:36:23.912128 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2206 2024.12.14 03:36:23.912205 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_16_3} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2207 2024.12.14 03:36:23.912290 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2208 2024.12.14 03:36:28.889763 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2209 2024.12.14 03:36:28.890011 [ 255 ] {bd2e5d7a-e7a8-4a91-a302-cdb8ab250d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2210 2024.12.14 03:36:28.890099 [ 255 ] {bd2e5d7a-e7a8-4a91-a302-cdb8ab250d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2211 2024.12.14 03:36:28.890965 [ 255 ] {bd2e5d7a-e7a8-4a91-a302-cdb8ab250d8a} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2212 2024.12.14 03:36:28.891019 [ 255 ] {bd2e5d7a-e7a8-4a91-a302-cdb8ab250d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2213 2024.12.14 03:36:28.891468 [ 255 ] {bd2e5d7a-e7a8-4a91-a302-cdb8ab250d8a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2214 2024.12.14 03:36:28.891735 [ 255 ] {bd2e5d7a-e7a8-4a91-a302-cdb8ab250d8a} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2215 2024.12.14 03:36:28.892013 [ 255 ] {bd2e5d7a-e7a8-4a91-a302-cdb8ab250d8a} <Debug> executeQuery: Read 86 rows, 7.26 KiB in 0.002051 sec., 41930.76548025354 rows/sec., 3.45 MiB/sec.
2216 2024.12.14 03:36:28.892193 [ 255 ] {bd2e5d7a-e7a8-4a91-a302-cdb8ab250d8a} <Debug> TCPHandler: Processed in 0.002553041 sec.
2217 2024.12.14 03:36:28.892506 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2218 2024.12.14 03:36:28.892791 [ 258 ] {e346afa8-31ff-4615-a03d-7b961f489ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2219 2024.12.14 03:36:28.892915 [ 258 ] {e346afa8-31ff-4615-a03d-7b961f489ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2220 2024.12.14 03:36:28.893978 [ 258 ] {e346afa8-31ff-4615-a03d-7b961f489ece} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2221 2024.12.14 03:36:28.894031 [ 258 ] {e346afa8-31ff-4615-a03d-7b961f489ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2222 2024.12.14 03:36:28.894477 [ 258 ] {e346afa8-31ff-4615-a03d-7b961f489ece} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2223 2024.12.14 03:36:28.894771 [ 258 ] {e346afa8-31ff-4615-a03d-7b961f489ece} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2224 2024.12.14 03:36:28.895025 [ 258 ] {e346afa8-31ff-4615-a03d-7b961f489ece} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.002325 sec., 7311.8279569892475 rows/sec., 549.82 KiB/sec.
2225 2024.12.14 03:36:28.895094 [ 258 ] {e346afa8-31ff-4615-a03d-7b961f489ece} <Debug> TCPHandler: Processed in 0.002752015 sec.
2226 2024.12.14 03:36:28.895267 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2227 2024.12.14 03:36:28.895419 [ 255 ] {3731cc12-fb78-4f6f-bed2-2264ab2b6672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2228 2024.12.14 03:36:28.895483 [ 255 ] {3731cc12-fb78-4f6f-bed2-2264ab2b6672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2229 2024.12.14 03:36:28.896172 [ 255 ] {3731cc12-fb78-4f6f-bed2-2264ab2b6672} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2230 2024.12.14 03:36:28.896217 [ 255 ] {3731cc12-fb78-4f6f-bed2-2264ab2b6672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2231 2024.12.14 03:36:28.896598 [ 255 ] {3731cc12-fb78-4f6f-bed2-2264ab2b6672} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2232 2024.12.14 03:36:28.896854 [ 255 ] {3731cc12-fb78-4f6f-bed2-2264ab2b6672} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2233 2024.12.14 03:36:28.897091 [ 255 ] {3731cc12-fb78-4f6f-bed2-2264ab2b6672} <Debug> executeQuery: Read 73 rows, 5.83 KiB in 0.001709 sec., 42715.03803393798 rows/sec., 3.33 MiB/sec.
2234 2024.12.14 03:36:28.897232 [ 255 ] {3731cc12-fb78-4f6f-bed2-2264ab2b6672} <Debug> TCPHandler: Processed in 0.00203278 sec.
2235 2024.12.14 03:36:28.897413 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2236 2024.12.14 03:36:28.897559 [ 258 ] {1b703587-fb14-483e-b922-0f2a84362a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2237 2024.12.14 03:36:28.897649 [ 258 ] {1b703587-fb14-483e-b922-0f2a84362a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2238 2024.12.14 03:36:28.898670 [ 258 ] {1b703587-fb14-483e-b922-0f2a84362a47} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2239 2024.12.14 03:36:28.898712 [ 258 ] {1b703587-fb14-483e-b922-0f2a84362a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2240 2024.12.14 03:36:28.899124 [ 258 ] {1b703587-fb14-483e-b922-0f2a84362a47} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2241 2024.12.14 03:36:28.899361 [ 258 ] {1b703587-fb14-483e-b922-0f2a84362a47} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2242 2024.12.14 03:36:28.899635 [ 258 ] {1b703587-fb14-483e-b922-0f2a84362a47} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002104 sec., 71292.77566539924 rows/sec., 4.94 MiB/sec.
2243 2024.12.14 03:36:28.899838 [ 258 ] {1b703587-fb14-483e-b922-0f2a84362a47} <Debug> TCPHandler: Processed in 0.00249612 sec.
2244 2024.12.14 03:36:28.900020 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2245 2024.12.14 03:36:28.900166 [ 255 ] {7c33047c-1d44-49d3-bdaa-1ff9e208ef4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2246 2024.12.14 03:36:28.900263 [ 255 ] {7c33047c-1d44-49d3-bdaa-1ff9e208ef4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2247 2024.12.14 03:36:28.901482 [ 255 ] {7c33047c-1d44-49d3-bdaa-1ff9e208ef4e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2248 2024.12.14 03:36:28.901525 [ 255 ] {7c33047c-1d44-49d3-bdaa-1ff9e208ef4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2249 2024.12.14 03:36:28.902157 [ 255 ] {7c33047c-1d44-49d3-bdaa-1ff9e208ef4e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2250 2024.12.14 03:36:28.902432 [ 255 ] {7c33047c-1d44-49d3-bdaa-1ff9e208ef4e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2251 2024.12.14 03:36:28.902693 [ 255 ] {7c33047c-1d44-49d3-bdaa-1ff9e208ef4e} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002562 sec., 6635.44106167057 rows/sec., 11.89 MiB/sec.
2252 2024.12.14 03:36:28.902805 [ 255 ] {7c33047c-1d44-49d3-bdaa-1ff9e208ef4e} <Debug> TCPHandler: Processed in 0.002854077 sec.
2253 2024.12.14 03:36:28.903023 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2254 2024.12.14 03:36:28.903252 [ 258 ] {80ce2616-2600-41f4-9040-9b0e62c40995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2255 2024.12.14 03:36:28.903346 [ 258 ] {80ce2616-2600-41f4-9040-9b0e62c40995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2256 2024.12.14 03:36:28.903981 [ 258 ] {80ce2616-2600-41f4-9040-9b0e62c40995} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2257 2024.12.14 03:36:28.904021 [ 258 ] {80ce2616-2600-41f4-9040-9b0e62c40995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2258 2024.12.14 03:36:28.904397 [ 258 ] {80ce2616-2600-41f4-9040-9b0e62c40995} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2259 2024.12.14 03:36:28.904639 [ 258 ] {80ce2616-2600-41f4-9040-9b0e62c40995} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2260 2024.12.14 03:36:28.904859 [ 258 ] {80ce2616-2600-41f4-9040-9b0e62c40995} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001664 sec., 30048.076923076926 rows/sec., 2.06 MiB/sec.
2261 2024.12.14 03:36:28.904912 [ 258 ] {80ce2616-2600-41f4-9040-9b0e62c40995} <Debug> TCPHandler: Processed in 0.00199911 sec.
2262 2024.12.14 03:36:30.507255 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2263 2024.12.14 03:36:30.507976 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2264 2024.12.14 03:36:30.508024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2265 2024.12.14 03:36:30.508550 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2266 2024.12.14 03:36:30.508808 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2267 2024.12.14 03:36:30.509081 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
2268 2024.12.14 03:36:30.873935 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2269 2024.12.14 03:36:30.894069 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2270 2024.12.14 03:36:30.894139 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2271 2024.12.14 03:36:30.902009 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2272 2024.12.14 03:36:30.902838 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2273 2024.12.14 03:36:30.906296 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2274 2024.12.14 03:36:33.022017 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 310
2275 2024.12.14 03:36:33.024962 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2276 2024.12.14 03:36:33.025022 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2277 2024.12.14 03:36:33.026534 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2278 2024.12.14 03:36:33.026858 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2279 2024.12.14 03:36:33.027900 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 310
2280 2024.12.14 03:36:33.889748 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2281 2024.12.14 03:36:33.889960 [ 255 ] {7bc115ec-757a-4dfc-a8eb-002dae844089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2282 2024.12.14 03:36:33.890038 [ 255 ] {7bc115ec-757a-4dfc-a8eb-002dae844089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2283 2024.12.14 03:36:33.890972 [ 255 ] {7bc115ec-757a-4dfc-a8eb-002dae844089} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2284 2024.12.14 03:36:33.891013 [ 255 ] {7bc115ec-757a-4dfc-a8eb-002dae844089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2285 2024.12.14 03:36:33.891450 [ 255 ] {7bc115ec-757a-4dfc-a8eb-002dae844089} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2286 2024.12.14 03:36:33.891707 [ 255 ] {7bc115ec-757a-4dfc-a8eb-002dae844089} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2287 2024.12.14 03:36:33.891910 [ 255 ] {7bc115ec-757a-4dfc-a8eb-002dae844089} <Debug> executeQuery: Read 84 rows, 7.09 KiB in 0.002009 sec., 41811.84668989547 rows/sec., 3.45 MiB/sec.
2288 2024.12.14 03:36:33.891965 [ 255 ] {7bc115ec-757a-4dfc-a8eb-002dae844089} <Debug> TCPHandler: Processed in 0.002355207 sec.
2289 2024.12.14 03:36:33.892235 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2290 2024.12.14 03:36:33.892452 [ 258 ] {f347c2cf-f84e-4fdd-93db-ee3014d377c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2291 2024.12.14 03:36:33.892532 [ 258 ] {f347c2cf-f84e-4fdd-93db-ee3014d377c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2292 2024.12.14 03:36:33.893312 [ 258 ] {f347c2cf-f84e-4fdd-93db-ee3014d377c8} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2293 2024.12.14 03:36:33.893360 [ 258 ] {f347c2cf-f84e-4fdd-93db-ee3014d377c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2294 2024.12.14 03:36:33.893795 [ 258 ] {f347c2cf-f84e-4fdd-93db-ee3014d377c8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2295 2024.12.14 03:36:33.894058 [ 258 ] {f347c2cf-f84e-4fdd-93db-ee3014d377c8} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2296 2024.12.14 03:36:33.894260 [ 61 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2297 2024.12.14 03:36:33.894343 [ 258 ] {f347c2cf-f84e-4fdd-93db-ee3014d377c8} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001947 sec., 8217.770929635337 rows/sec., 617.94 KiB/sec.
2298 2024.12.14 03:36:33.894372 [ 61 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2299 2024.12.14 03:36:33.894468 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2300 2024.12.14 03:36:33.894473 [ 258 ] {f347c2cf-f84e-4fdd-93db-ee3014d377c8} <Debug> TCPHandler: Processed in 0.002375558 sec.
2301 2024.12.14 03:36:33.894875 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2302 2024.12.14 03:36:33.894898 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
2303 2024.12.14 03:36:33.895150 [ 255 ] {3008df53-9f46-483b-92f3-7dc326c0637c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2304 2024.12.14 03:36:33.895205 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2305 2024.12.14 03:36:33.895254 [ 255 ] {3008df53-9f46-483b-92f3-7dc326c0637c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2306 2024.12.14 03:36:33.895286 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part
2307 2024.12.14 03:36:33.895661 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
2308 2024.12.14 03:36:33.896025 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part
2309 2024.12.14 03:36:33.896471 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part
2310 2024.12.14 03:36:33.896895 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 17 rows starting from the beginning of the part
2311 2024.12.14 03:36:33.897101 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part
2312 2024.12.14 03:36:33.898021 [ 255 ] {3008df53-9f46-483b-92f3-7dc326c0637c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2313 2024.12.14 03:36:33.898083 [ 255 ] {3008df53-9f46-483b-92f3-7dc326c0637c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2314 2024.12.14 03:36:33.899156 [ 255 ] {3008df53-9f46-483b-92f3-7dc326c0637c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2315 2024.12.14 03:36:33.899863 [ 255 ] {3008df53-9f46-483b-92f3-7dc326c0637c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2316 2024.12.14 03:36:33.899963 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 85 rows, containing 5 columns (5 merged, 0 gathered) in 0.005317596 sec., 15984.666755428581 rows/sec., 1.23 MiB/sec.
2317 2024.12.14 03:36:33.900233 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2318 2024.12.14 03:36:33.900259 [ 255 ] {3008df53-9f46-483b-92f3-7dc326c0637c} <Debug> executeQuery: Read 72 rows, 5.75 KiB in 0.005191 sec., 13870.159892120977 rows/sec., 1.08 MiB/sec.
2319 2024.12.14 03:36:33.900388 [ 255 ] {3008df53-9f46-483b-92f3-7dc326c0637c} <Debug> TCPHandler: Processed in 0.005772996 sec.
2320 2024.12.14 03:36:33.900611 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2321 2024.12.14 03:36:33.900699 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2322 2024.12.14 03:36:33.900865 [ 258 ] {4b297d86-9321-4bec-8502-7f3441001e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2323 2024.12.14 03:36:33.900882 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_6_1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2324 2024.12.14 03:36:33.901021 [ 258 ] {4b297d86-9321-4bec-8502-7f3441001e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2325 2024.12.14 03:36:33.901034 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2326 2024.12.14 03:36:33.901671 [ 258 ] {4b297d86-9321-4bec-8502-7f3441001e83} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2327 2024.12.14 03:36:33.901717 [ 258 ] {4b297d86-9321-4bec-8502-7f3441001e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2328 2024.12.14 03:36:33.902134 [ 258 ] {4b297d86-9321-4bec-8502-7f3441001e83} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2329 2024.12.14 03:36:33.902386 [ 258 ] {4b297d86-9321-4bec-8502-7f3441001e83} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2330 2024.12.14 03:36:33.902609 [ 258 ] {4b297d86-9321-4bec-8502-7f3441001e83} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001815 sec., 82644.62809917355 rows/sec., 5.73 MiB/sec.
2331 2024.12.14 03:36:33.902672 [ 258 ] {4b297d86-9321-4bec-8502-7f3441001e83} <Debug> TCPHandler: Processed in 0.002154503 sec.
2332 2024.12.14 03:36:33.902841 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2333 2024.12.14 03:36:33.902988 [ 255 ] {167ad819-dc80-4c8f-9abb-dffa6ea5ef54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2334 2024.12.14 03:36:33.903085 [ 255 ] {167ad819-dc80-4c8f-9abb-dffa6ea5ef54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2335 2024.12.14 03:36:33.904322 [ 255 ] {167ad819-dc80-4c8f-9abb-dffa6ea5ef54} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2336 2024.12.14 03:36:33.904365 [ 255 ] {167ad819-dc80-4c8f-9abb-dffa6ea5ef54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2337 2024.12.14 03:36:33.905025 [ 255 ] {167ad819-dc80-4c8f-9abb-dffa6ea5ef54} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2338 2024.12.14 03:36:33.905298 [ 255 ] {167ad819-dc80-4c8f-9abb-dffa6ea5ef54} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2339 2024.12.14 03:36:33.905552 [ 255 ] {167ad819-dc80-4c8f-9abb-dffa6ea5ef54} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002594 sec., 6168.080185042406 rows/sec., 11.05 MiB/sec.
2340 2024.12.14 03:36:33.905649 [ 255 ] {167ad819-dc80-4c8f-9abb-dffa6ea5ef54} <Debug> TCPHandler: Processed in 0.002877368 sec.
2341 2024.12.14 03:36:33.905814 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2342 2024.12.14 03:36:33.905939 [ 258 ] {ad6007df-60dc-4e15-9285-38745915d858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2343 2024.12.14 03:36:33.905990 [ 258 ] {ad6007df-60dc-4e15-9285-38745915d858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2344 2024.12.14 03:36:33.906501 [ 258 ] {ad6007df-60dc-4e15-9285-38745915d858} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2345 2024.12.14 03:36:33.906541 [ 258 ] {ad6007df-60dc-4e15-9285-38745915d858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2346 2024.12.14 03:36:33.906934 [ 258 ] {ad6007df-60dc-4e15-9285-38745915d858} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2347 2024.12.14 03:36:33.907192 [ 258 ] {ad6007df-60dc-4e15-9285-38745915d858} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2348 2024.12.14 03:36:33.907421 [ 258 ] {ad6007df-60dc-4e15-9285-38745915d858} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001508 sec., 33156.498673740054 rows/sec., 2.27 MiB/sec.
2349 2024.12.14 03:36:33.907477 [ 258 ] {ad6007df-60dc-4e15-9285-38745915d858} <Debug> TCPHandler: Processed in 0.001725325 sec.
2350 2024.12.14 03:36:37.929154 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache
2351 2024.12.14 03:36:37.929259 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache
2352 2024.12.14 03:36:38.009280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
2353 2024.12.14 03:36:38.010253 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2354 2024.12.14 03:36:38.010305 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2355 2024.12.14 03:36:38.010849 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2356 2024.12.14 03:36:38.011111 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2357 2024.12.14 03:36:38.011370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2358 2024.12.14 03:36:38.406399 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2359 2024.12.14 03:36:38.426736 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2360 2024.12.14 03:36:38.426781 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2361 2024.12.14 03:36:38.434450 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2362 2024.12.14 03:36:38.435220 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2363 2024.12.14 03:36:38.437719 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2364 2024.12.14 03:36:38.890284 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2365 2024.12.14 03:36:38.890585 [ 255 ] {7a2392ac-9fb6-4ce7-b0e6-f1702ef573bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2366 2024.12.14 03:36:38.890702 [ 255 ] {7a2392ac-9fb6-4ce7-b0e6-f1702ef573bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2367 2024.12.14 03:36:38.891640 [ 255 ] {7a2392ac-9fb6-4ce7-b0e6-f1702ef573bb} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2368 2024.12.14 03:36:38.891688 [ 255 ] {7a2392ac-9fb6-4ce7-b0e6-f1702ef573bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2369 2024.12.14 03:36:38.892122 [ 255 ] {7a2392ac-9fb6-4ce7-b0e6-f1702ef573bb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2370 2024.12.14 03:36:38.892377 [ 255 ] {7a2392ac-9fb6-4ce7-b0e6-f1702ef573bb} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2371 2024.12.14 03:36:38.892575 [ 99 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0
2372 2024.12.14 03:36:38.892641 [ 255 ] {7a2392ac-9fb6-4ce7-b0e6-f1702ef573bb} <Debug> executeQuery: Read 102 rows, 8.84 KiB in 0.002137 sec., 47730.46326626111 rows/sec., 4.04 MiB/sec.
2373 2024.12.14 03:36:38.892666 [ 99 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2374 2024.12.14 03:36:38.892744 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2375 2024.12.14 03:36:38.892760 [ 255 ] {7a2392ac-9fb6-4ce7-b0e6-f1702ef573bb} <Debug> TCPHandler: Processed in 0.002660423 sec.
2376 2024.12.14 03:36:38.893021 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full
2377 2024.12.14 03:36:38.893092 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2378 2024.12.14 03:36:38.893289 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2379 2024.12.14 03:36:38.893369 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 1228 rows starting from the beginning of the part
2380 2024.12.14 03:36:38.893396 [ 258 ] {af748884-da48-45e2-bbb1-656eccd44783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2381 2024.12.14 03:36:38.893603 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 86 rows starting from the beginning of the part
2382 2024.12.14 03:36:38.893612 [ 258 ] {af748884-da48-45e2-bbb1-656eccd44783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2383 2024.12.14 03:36:38.893993 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 84 rows starting from the beginning of the part
2384 2024.12.14 03:36:38.894324 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 86 rows starting from the beginning of the part
2385 2024.12.14 03:36:38.894625 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 84 rows starting from the beginning of the part
2386 2024.12.14 03:36:38.895028 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 102 rows starting from the beginning of the part
2387 2024.12.14 03:36:38.896488 [ 258 ] {af748884-da48-45e2-bbb1-656eccd44783} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2388 2024.12.14 03:36:38.896571 [ 258 ] {af748884-da48-45e2-bbb1-656eccd44783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2389 2024.12.14 03:36:38.897696 [ 258 ] {af748884-da48-45e2-bbb1-656eccd44783} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2390 2024.12.14 03:36:38.898266 [ 258 ] {af748884-da48-45e2-bbb1-656eccd44783} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2391 2024.12.14 03:36:38.898460 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1670 rows, containing 5 columns (5 merged, 0 gathered) in 0.005577951 sec., 299393.09255316155 rows/sec., 25.92 MiB/sec.
2392 2024.12.14 03:36:38.898692 [ 258 ] {af748884-da48-45e2-bbb1-656eccd44783} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.0054 sec., 4629.62962962963 rows/sec., 348.13 KiB/sec.
2393 2024.12.14 03:36:38.898816 [ 258 ] {af748884-da48-45e2-bbb1-656eccd44783} <Debug> TCPHandler: Processed in 0.005920088 sec.
2394 2024.12.14 03:36:38.898978 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
2395 2024.12.14 03:36:38.899069 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2396 2024.12.14 03:36:38.899232 [ 255 ] {5f81c52e-3699-45b6-9077-2ab193bcfa5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2397 2024.12.14 03:36:38.899307 [ 255 ] {5f81c52e-3699-45b6-9077-2ab193bcfa5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2398 2024.12.14 03:36:38.899314 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2399 2024.12.14 03:36:38.899438 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_19_4} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4
2400 2024.12.14 03:36:38.899547 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
2401 2024.12.14 03:36:38.900107 [ 255 ] {5f81c52e-3699-45b6-9077-2ab193bcfa5c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2402 2024.12.14 03:36:38.900146 [ 255 ] {5f81c52e-3699-45b6-9077-2ab193bcfa5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2403 2024.12.14 03:36:38.900511 [ 255 ] {5f81c52e-3699-45b6-9077-2ab193bcfa5c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2404 2024.12.14 03:36:38.900750 [ 255 ] {5f81c52e-3699-45b6-9077-2ab193bcfa5c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2405 2024.12.14 03:36:38.900916 [ 99 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0
2406 2024.12.14 03:36:38.900974 [ 99 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2407 2024.12.14 03:36:38.900998 [ 255 ] {5f81c52e-3699-45b6-9077-2ab193bcfa5c} <Debug> executeQuery: Read 81 rows, 6.47 KiB in 0.0018 sec., 45000 rows/sec., 3.51 MiB/sec.
2408 2024.12.14 03:36:38.901012 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2409 2024.12.14 03:36:38.901178 [ 255 ] {5f81c52e-3699-45b6-9077-2ab193bcfa5c} <Debug> TCPHandler: Processed in 0.002200284 sec.
2410 2024.12.14 03:36:38.901555 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full
2411 2024.12.14 03:36:38.901615 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2412 2024.12.14 03:36:38.901959 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2413 2024.12.14 03:36:38.901969 [ 258 ] {42144c52-d864-4907-9c6e-11653db67137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2414 2024.12.14 03:36:38.902015 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 538 rows starting from the beginning of the part
2415 2024.12.14 03:36:38.902066 [ 258 ] {42144c52-d864-4907-9c6e-11653db67137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2416 2024.12.14 03:36:38.902405 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 73 rows starting from the beginning of the part
2417 2024.12.14 03:36:38.902787 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 85 rows starting from the beginning of the part
2418 2024.12.14 03:36:38.903154 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 73 rows starting from the beginning of the part
2419 2024.12.14 03:36:38.903433 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 72 rows starting from the beginning of the part
2420 2024.12.14 03:36:38.903571 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 81 rows starting from the beginning of the part
2421 2024.12.14 03:36:38.904959 [ 258 ] {42144c52-d864-4907-9c6e-11653db67137} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2422 2024.12.14 03:36:38.905023 [ 258 ] {42144c52-d864-4907-9c6e-11653db67137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2423 2024.12.14 03:36:38.906173 [ 258 ] {42144c52-d864-4907-9c6e-11653db67137} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2424 2024.12.14 03:36:38.906732 [ 258 ] {42144c52-d864-4907-9c6e-11653db67137} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2425 2024.12.14 03:36:38.906760 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 922 rows, containing 5 columns (5 merged, 0 gathered) in 0.005604243 sec., 164518.20522414893 rows/sec., 13.10 MiB/sec.
2426 2024.12.14 03:36:38.907062 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
2427 2024.12.14 03:36:38.907238 [ 258 ] {42144c52-d864-4907-9c6e-11653db67137} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00535 sec., 28037.383177570096 rows/sec., 1.94 MiB/sec.
2428 2024.12.14 03:36:38.907582 [ 258 ] {42144c52-d864-4907-9c6e-11653db67137} <Debug> TCPHandler: Processed in 0.006270696 sec.
2429 2024.12.14 03:36:38.907808 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2430 2024.12.14 03:36:38.907933 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2431 2024.12.14 03:36:38.908045 [ 255 ] {51bcdbd8-8b3b-4a6b-9db8-e72231a7b2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2432 2024.12.14 03:36:38.908106 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_19_4} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4
2433 2024.12.14 03:36:38.908215 [ 255 ] {51bcdbd8-8b3b-4a6b-9db8-e72231a7b2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2434 2024.12.14 03:36:38.908267 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2435 2024.12.14 03:36:38.909606 [ 255 ] {51bcdbd8-8b3b-4a6b-9db8-e72231a7b2d2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2436 2024.12.14 03:36:38.909650 [ 255 ] {51bcdbd8-8b3b-4a6b-9db8-e72231a7b2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2437 2024.12.14 03:36:38.910352 [ 255 ] {51bcdbd8-8b3b-4a6b-9db8-e72231a7b2d2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2438 2024.12.14 03:36:38.910609 [ 255 ] {51bcdbd8-8b3b-4a6b-9db8-e72231a7b2d2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2439 2024.12.14 03:36:38.910783 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2440 2024.12.14 03:36:38.910853 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2441 2024.12.14 03:36:38.910897 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
2442 2024.12.14 03:36:38.910905 [ 255 ] {51bcdbd8-8b3b-4a6b-9db8-e72231a7b2d2} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002927 sec., 8541.168431841475 rows/sec., 15.31 MiB/sec.
2443 2024.12.14 03:36:38.911192 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
2444 2024.12.14 03:36:38.911308 [ 255 ] {51bcdbd8-8b3b-4a6b-9db8-e72231a7b2d2} <Debug> TCPHandler: Processed in 0.003571392 sec.
2445 2024.12.14 03:36:38.911527 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2446 2024.12.14 03:36:38.911688 [ 258 ] {9d4d1c0d-b2a9-4a9f-b1c4-5c10e6e2a65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2447 2024.12.14 03:36:38.911714 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2448 2024.12.14 03:36:38.911756 [ 258 ] {9d4d1c0d-b2a9-4a9f-b1c4-5c10e6e2a65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2449 2024.12.14 03:36:38.911818 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part
2450 2024.12.14 03:36:38.912484 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part
2451 2024.12.14 03:36:38.913018 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
2452 2024.12.14 03:36:38.913465 [ 258 ] {9d4d1c0d-b2a9-4a9f-b1c4-5c10e6e2a65b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2453 2024.12.14 03:36:38.913535 [ 258 ] {9d4d1c0d-b2a9-4a9f-b1c4-5c10e6e2a65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2454 2024.12.14 03:36:38.913580 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 17 rows starting from the beginning of the part
2455 2024.12.14 03:36:38.914066 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
2456 2024.12.14 03:36:38.914575 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part
2457 2024.12.14 03:36:38.914600 [ 258 ] {9d4d1c0d-b2a9-4a9f-b1c4-5c10e6e2a65b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2458 2024.12.14 03:36:38.915114 [ 258 ] {9d4d1c0d-b2a9-4a9f-b1c4-5c10e6e2a65b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2459 2024.12.14 03:36:38.915426 [ 258 ] {9d4d1c0d-b2a9-4a9f-b1c4-5c10e6e2a65b} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.003772 sec., 13255.567338282079 rows/sec., 930.74 KiB/sec.
2460 2024.12.14 03:36:38.915662 [ 258 ] {9d4d1c0d-b2a9-4a9f-b1c4-5c10e6e2a65b} <Debug> TCPHandler: Processed in 0.004239215 sec.
2461 2024.12.14 03:36:38.917410 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 19 columns (19 merged, 0 gathered) in 0.006424869 sec., 16809.6812557579 rows/sec., 30.12 MiB/sec.
2462 2024.12.14 03:36:38.917782 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2463 2024.12.14 03:36:38.918236 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2464 2024.12.14 03:36:38.918318 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2465 2024.12.14 03:36:38.918462 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
2466 2024.12.14 03:36:43.028129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 334
2467 2024.12.14 03:36:43.031181 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2468 2024.12.14 03:36:43.031240 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2469 2024.12.14 03:36:43.032705 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2470 2024.12.14 03:36:43.033020 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2471 2024.12.14 03:36:43.034069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 334
2472 2024.12.14 03:36:43.917784 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2473 2024.12.14 03:36:43.917971 [ 255 ] {3140ae48-bc05-4812-82d0-146e0bfac927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2474 2024.12.14 03:36:43.918043 [ 255 ] {3140ae48-bc05-4812-82d0-146e0bfac927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2475 2024.12.14 03:36:43.918794 [ 255 ] {3140ae48-bc05-4812-82d0-146e0bfac927} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2476 2024.12.14 03:36:43.918842 [ 255 ] {3140ae48-bc05-4812-82d0-146e0bfac927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2477 2024.12.14 03:36:43.919262 [ 255 ] {3140ae48-bc05-4812-82d0-146e0bfac927} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2478 2024.12.14 03:36:43.919515 [ 255 ] {3140ae48-bc05-4812-82d0-146e0bfac927} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2479 2024.12.14 03:36:43.919769 [ 255 ] {3140ae48-bc05-4812-82d0-146e0bfac927} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001844 sec., 1084.5986984815618 rows/sec., 88.44 KiB/sec.
2480 2024.12.14 03:36:43.919840 [ 255 ] {3140ae48-bc05-4812-82d0-146e0bfac927} <Debug> TCPHandler: Processed in 0.002179804 sec.
2481 2024.12.14 03:36:43.920102 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2482 2024.12.14 03:36:43.920320 [ 258 ] {7e807afa-423d-4d72-8e13-c96dfe167ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2483 2024.12.14 03:36:43.920404 [ 258 ] {7e807afa-423d-4d72-8e13-c96dfe167ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2484 2024.12.14 03:36:43.921791 [ 258 ] {7e807afa-423d-4d72-8e13-c96dfe167ac2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2485 2024.12.14 03:36:43.921835 [ 258 ] {7e807afa-423d-4d72-8e13-c96dfe167ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2486 2024.12.14 03:36:43.922368 [ 258 ] {7e807afa-423d-4d72-8e13-c96dfe167ac2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2487 2024.12.14 03:36:43.922641 [ 258 ] {7e807afa-423d-4d72-8e13-c96dfe167ac2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2488 2024.12.14 03:36:43.922915 [ 258 ] {7e807afa-423d-4d72-8e13-c96dfe167ac2} <Debug> executeQuery: Read 1225 rows, 103.73 KiB in 0.002648 sec., 462613.2930513595 rows/sec., 38.25 MiB/sec.
2489 2024.12.14 03:36:43.923168 [ 258 ] {7e807afa-423d-4d72-8e13-c96dfe167ac2} <Debug> TCPHandler: Processed in 0.003199164 sec.
2490 2024.12.14 03:36:43.923390 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2491 2024.12.14 03:36:43.923533 [ 255 ] {7e339321-dedb-4468-995e-3a6d24031c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2492 2024.12.14 03:36:43.923595 [ 255 ] {7e339321-dedb-4468-995e-3a6d24031c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2493 2024.12.14 03:36:43.924271 [ 255 ] {7e339321-dedb-4468-995e-3a6d24031c87} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2494 2024.12.14 03:36:43.924311 [ 255 ] {7e339321-dedb-4468-995e-3a6d24031c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2495 2024.12.14 03:36:43.924677 [ 255 ] {7e339321-dedb-4468-995e-3a6d24031c87} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2496 2024.12.14 03:36:43.924919 [ 255 ] {7e339321-dedb-4468-995e-3a6d24031c87} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2497 2024.12.14 03:36:43.925127 [ 255 ] {7e339321-dedb-4468-995e-3a6d24031c87} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.00163 sec., 11042.944785276073 rows/sec., 823.79 KiB/sec.
2498 2024.12.14 03:36:43.925183 [ 255 ] {7e339321-dedb-4468-995e-3a6d24031c87} <Debug> TCPHandler: Processed in 0.001863818 sec.
2499 2024.12.14 03:36:43.925420 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2500 2024.12.14 03:36:43.925654 [ 258 ] {4dab4e82-4f4d-4555-b61a-d181186e0924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2501 2024.12.14 03:36:43.925749 [ 258 ] {4dab4e82-4f4d-4555-b61a-d181186e0924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2502 2024.12.14 03:36:43.926617 [ 258 ] {4dab4e82-4f4d-4555-b61a-d181186e0924} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2503 2024.12.14 03:36:43.926657 [ 258 ] {4dab4e82-4f4d-4555-b61a-d181186e0924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2504 2024.12.14 03:36:43.927038 [ 258 ] {4dab4e82-4f4d-4555-b61a-d181186e0924} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2505 2024.12.14 03:36:43.927285 [ 258 ] {4dab4e82-4f4d-4555-b61a-d181186e0924} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2506 2024.12.14 03:36:43.927461 [ 258 ] {4dab4e82-4f4d-4555-b61a-d181186e0924} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001869 sec., 121990.36918138042 rows/sec., 8.26 MiB/sec.
2507 2024.12.14 03:36:43.927516 [ 258 ] {4dab4e82-4f4d-4555-b61a-d181186e0924} <Debug> TCPHandler: Processed in 0.002212555 sec.
2508 2024.12.14 03:36:43.927725 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2509 2024.12.14 03:36:43.927952 [ 255 ] {2bef49da-1170-4c4d-83e7-bbe43b334937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2510 2024.12.14 03:36:43.928044 [ 255 ] {2bef49da-1170-4c4d-83e7-bbe43b334937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2511 2024.12.14 03:36:43.928951 [ 255 ] {2bef49da-1170-4c4d-83e7-bbe43b334937} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2024.12.14 03:36:43.928992 [ 255 ] {2bef49da-1170-4c4d-83e7-bbe43b334937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2513 2024.12.14 03:36:43.929389 [ 255 ] {2bef49da-1170-4c4d-83e7-bbe43b334937} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2514 2024.12.14 03:36:43.929649 [ 255 ] {2bef49da-1170-4c4d-83e7-bbe43b334937} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2515 2024.12.14 03:36:43.929864 [ 255 ] {2bef49da-1170-4c4d-83e7-bbe43b334937} <Debug> executeQuery: Read 530 rows, 40.21 KiB in 0.001967 sec., 269445.8566344687 rows/sec., 19.96 MiB/sec.
2516 2024.12.14 03:36:43.929921 [ 255 ] {2bef49da-1170-4c4d-83e7-bbe43b334937} <Debug> TCPHandler: Processed in 0.002307676 sec.
2517 2024.12.14 03:36:43.930081 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2518 2024.12.14 03:36:43.930205 [ 258 ] {b4ee087f-6d48-4abe-93f1-1739e9379c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2519 2024.12.14 03:36:43.930259 [ 258 ] {b4ee087f-6d48-4abe-93f1-1739e9379c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2520 2024.12.14 03:36:43.931085 [ 258 ] {b4ee087f-6d48-4abe-93f1-1739e9379c43} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2521 2024.12.14 03:36:43.931123 [ 258 ] {b4ee087f-6d48-4abe-93f1-1739e9379c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2522 2024.12.14 03:36:43.931571 [ 258 ] {b4ee087f-6d48-4abe-93f1-1739e9379c43} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2523 2024.12.14 03:36:43.931814 [ 258 ] {b4ee087f-6d48-4abe-93f1-1739e9379c43} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2524 2024.12.14 03:36:43.931997 [ 258 ] {b4ee087f-6d48-4abe-93f1-1739e9379c43} <Debug> executeQuery: Read 871 rows, 59.94 KiB in 0.00182 sec., 478571.4285714286 rows/sec., 32.16 MiB/sec.
2525 2024.12.14 03:36:43.932049 [ 258 ] {b4ee087f-6d48-4abe-93f1-1739e9379c43} <Debug> TCPHandler: Processed in 0.002027061 sec.
2526 2024.12.14 03:36:43.932233 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2527 2024.12.14 03:36:43.932455 [ 255 ] {d546ed62-e8fc-465a-8eed-a6efca75ea6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2528 2024.12.14 03:36:43.932597 [ 255 ] {d546ed62-e8fc-465a-8eed-a6efca75ea6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2529 2024.12.14 03:36:43.934010 [ 255 ] {d546ed62-e8fc-465a-8eed-a6efca75ea6e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2530 2024.12.14 03:36:43.934051 [ 255 ] {d546ed62-e8fc-465a-8eed-a6efca75ea6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2531 2024.12.14 03:36:43.934680 [ 255 ] {d546ed62-e8fc-465a-8eed-a6efca75ea6e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2532 2024.12.14 03:36:43.934933 [ 255 ] {d546ed62-e8fc-465a-8eed-a6efca75ea6e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2533 2024.12.14 03:36:43.935164 [ 255 ] {d546ed62-e8fc-465a-8eed-a6efca75ea6e} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002763 sec., 5790.80709373869 rows/sec., 10.38 MiB/sec.
2534 2024.12.14 03:36:43.935275 [ 255 ] {d546ed62-e8fc-465a-8eed-a6efca75ea6e} <Debug> TCPHandler: Processed in 0.003140823 sec.
2535 2024.12.14 03:36:43.935533 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2536 2024.12.14 03:36:43.935759 [ 258 ] {c3edf873-3eb5-4eff-ad0f-240ee2f531fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2537 2024.12.14 03:36:43.935853 [ 258 ] {c3edf873-3eb5-4eff-ad0f-240ee2f531fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2538 2024.12.14 03:36:43.936517 [ 258 ] {c3edf873-3eb5-4eff-ad0f-240ee2f531fc} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2539 2024.12.14 03:36:43.936554 [ 258 ] {c3edf873-3eb5-4eff-ad0f-240ee2f531fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2540 2024.12.14 03:36:43.936934 [ 258 ] {c3edf873-3eb5-4eff-ad0f-240ee2f531fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2541 2024.12.14 03:36:43.937185 [ 258 ] {c3edf873-3eb5-4eff-ad0f-240ee2f531fc} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2542 2024.12.14 03:36:43.937367 [ 258 ] {c3edf873-3eb5-4eff-ad0f-240ee2f531fc} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001665 sec., 30030.03003003003 rows/sec., 2.06 MiB/sec.
2543 2024.12.14 03:36:43.937416 [ 258 ] {c3edf873-3eb5-4eff-ad0f-240ee2f531fc} <Debug> TCPHandler: Processed in 0.00199987 sec.
2544 2024.12.14 03:36:45.511542 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
2545 2024.12.14 03:36:45.512280 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2546 2024.12.14 03:36:45.512323 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2547 2024.12.14 03:36:45.512851 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2548 2024.12.14 03:36:45.513109 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2549 2024.12.14 03:36:45.513369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
2550 2024.12.14 03:36:45.937854 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
2551 2024.12.14 03:36:45.959108 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2552 2024.12.14 03:36:45.959162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2553 2024.12.14 03:36:45.966565 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2554 2024.12.14 03:36:45.967322 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2555 2024.12.14 03:36:45.969963 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
2556 2024.12.14 03:36:48.890131 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2557 2024.12.14 03:36:48.890347 [ 255 ] {cf91b978-a78a-43ec-8d9e-61f6d2a28ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2558 2024.12.14 03:36:48.890424 [ 255 ] {cf91b978-a78a-43ec-8d9e-61f6d2a28ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2559 2024.12.14 03:36:48.891258 [ 255 ] {cf91b978-a78a-43ec-8d9e-61f6d2a28ef7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2560 2024.12.14 03:36:48.891313 [ 255 ] {cf91b978-a78a-43ec-8d9e-61f6d2a28ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2561 2024.12.14 03:36:48.891758 [ 255 ] {cf91b978-a78a-43ec-8d9e-61f6d2a28ef7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2562 2024.12.14 03:36:48.892017 [ 255 ] {cf91b978-a78a-43ec-8d9e-61f6d2a28ef7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2563 2024.12.14 03:36:48.892274 [ 255 ] {cf91b978-a78a-43ec-8d9e-61f6d2a28ef7} <Debug> executeQuery: Read 102 rows, 8.84 KiB in 0.001982 sec., 51463.16851664985 rows/sec., 4.36 MiB/sec.
2564 2024.12.14 03:36:48.892350 [ 255 ] {cf91b978-a78a-43ec-8d9e-61f6d2a28ef7} <Debug> TCPHandler: Processed in 0.002356077 sec.
2565 2024.12.14 03:36:48.892609 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2566 2024.12.14 03:36:48.892808 [ 258 ] {bcd6fd02-3b96-4ba6-811d-10761650df27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2567 2024.12.14 03:36:48.892883 [ 258 ] {bcd6fd02-3b96-4ba6-811d-10761650df27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2568 2024.12.14 03:36:48.893658 [ 258 ] {bcd6fd02-3b96-4ba6-811d-10761650df27} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2569 2024.12.14 03:36:48.893708 [ 258 ] {bcd6fd02-3b96-4ba6-811d-10761650df27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2570 2024.12.14 03:36:48.894155 [ 258 ] {bcd6fd02-3b96-4ba6-811d-10761650df27} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2571 2024.12.14 03:36:48.894427 [ 258 ] {bcd6fd02-3b96-4ba6-811d-10761650df27} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2572 2024.12.14 03:36:48.894669 [ 258 ] {bcd6fd02-3b96-4ba6-811d-10761650df27} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001918 sec., 13034.410844629823 rows/sec., 980.13 KiB/sec.
2573 2024.12.14 03:36:48.894735 [ 258 ] {bcd6fd02-3b96-4ba6-811d-10761650df27} <Debug> TCPHandler: Processed in 0.002264085 sec.
2574 2024.12.14 03:36:48.894888 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2575 2024.12.14 03:36:48.895016 [ 255 ] {f6f3ee9e-2e1f-4a60-94af-454007d2b508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2576 2024.12.14 03:36:48.895069 [ 255 ] {f6f3ee9e-2e1f-4a60-94af-454007d2b508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2577 2024.12.14 03:36:48.895743 [ 255 ] {f6f3ee9e-2e1f-4a60-94af-454007d2b508} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2578 2024.12.14 03:36:48.895785 [ 255 ] {f6f3ee9e-2e1f-4a60-94af-454007d2b508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2579 2024.12.14 03:36:48.896158 [ 255 ] {f6f3ee9e-2e1f-4a60-94af-454007d2b508} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2580 2024.12.14 03:36:48.896409 [ 255 ] {f6f3ee9e-2e1f-4a60-94af-454007d2b508} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2581 2024.12.14 03:36:48.896625 [ 255 ] {f6f3ee9e-2e1f-4a60-94af-454007d2b508} <Debug> executeQuery: Read 81 rows, 6.47 KiB in 0.001639 sec., 49420.37827943868 rows/sec., 3.86 MiB/sec.
2582 2024.12.14 03:36:48.896686 [ 255 ] {f6f3ee9e-2e1f-4a60-94af-454007d2b508} <Debug> TCPHandler: Processed in 0.001856997 sec.
2583 2024.12.14 03:36:48.896844 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2584 2024.12.14 03:36:48.896972 [ 258 ] {d7afa22e-b260-4701-ab70-a060905ebcac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2585 2024.12.14 03:36:48.897031 [ 258 ] {d7afa22e-b260-4701-ab70-a060905ebcac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2586 2024.12.14 03:36:48.897694 [ 258 ] {d7afa22e-b260-4701-ab70-a060905ebcac} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2587 2024.12.14 03:36:48.897736 [ 258 ] {d7afa22e-b260-4701-ab70-a060905ebcac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2588 2024.12.14 03:36:48.898157 [ 258 ] {d7afa22e-b260-4701-ab70-a060905ebcac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2589 2024.12.14 03:36:48.898411 [ 258 ] {d7afa22e-b260-4701-ab70-a060905ebcac} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2590 2024.12.14 03:36:48.898589 [ 154 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2591 2024.12.14 03:36:48.898658 [ 258 ] {d7afa22e-b260-4701-ab70-a060905ebcac} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001714 sec., 87514.58576429405 rows/sec., 6.07 MiB/sec.
2592 2024.12.14 03:36:48.898682 [ 154 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2593 2024.12.14 03:36:48.898752 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2594 2024.12.14 03:36:48.898789 [ 258 ] {d7afa22e-b260-4701-ab70-a060905ebcac} <Debug> TCPHandler: Processed in 0.00199637 sec.
2595 2024.12.14 03:36:48.898944 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
2596 2024.12.14 03:36:48.899003 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2597 2024.12.14 03:36:48.899107 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2598 2024.12.14 03:36:48.899188 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4286 rows starting from the beginning of the part
2599 2024.12.14 03:36:48.899258 [ 255 ] {e6063d49-a8b7-4f03-85b3-947469978064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2600 2024.12.14 03:36:48.899406 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 150 rows starting from the beginning of the part
2601 2024.12.14 03:36:48.899602 [ 255 ] {e6063d49-a8b7-4f03-85b3-947469978064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2602 2024.12.14 03:36:48.899929 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 150 rows starting from the beginning of the part
2603 2024.12.14 03:36:48.900219 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 150 rows starting from the beginning of the part
2604 2024.12.14 03:36:48.900733 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 871 rows starting from the beginning of the part
2605 2024.12.14 03:36:48.901227 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 150 rows starting from the beginning of the part
2606 2024.12.14 03:36:48.905004 [ 255 ] {e6063d49-a8b7-4f03-85b3-947469978064} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2607 2024.12.14 03:36:48.905073 [ 255 ] {e6063d49-a8b7-4f03-85b3-947469978064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2608 2024.12.14 03:36:48.906225 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5757 rows, containing 5 columns (5 merged, 0 gathered) in 0.007360257 sec., 782173.7746385757 rows/sec., 53.09 MiB/sec.
2609 2024.12.14 03:36:48.906354 [ 255 ] {e6063d49-a8b7-4f03-85b3-947469978064} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2610 2024.12.14 03:36:48.906692 [ 255 ] {e6063d49-a8b7-4f03-85b3-947469978064} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2611 2024.12.14 03:36:48.906706 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2612 2024.12.14 03:36:48.907141 [ 255 ] {e6063d49-a8b7-4f03-85b3-947469978064} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007948 sec., 3145.4453950679417 rows/sec., 5.64 MiB/sec.
2613 2024.12.14 03:36:48.907398 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2614 2024.12.14 03:36:48.907527 [ 255 ] {e6063d49-a8b7-4f03-85b3-947469978064} <Debug> TCPHandler: Processed in 0.008611862 sec.
2615 2024.12.14 03:36:48.907609 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2616 2024.12.14 03:36:48.907784 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2617 2024.12.14 03:36:48.907803 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
2618 2024.12.14 03:36:48.907934 [ 258 ] {c6908b90-d801-4ed6-888d-45afbd30a456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2619 2024.12.14 03:36:48.907994 [ 258 ] {c6908b90-d801-4ed6-888d-45afbd30a456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2620 2024.12.14 03:36:48.908525 [ 258 ] {c6908b90-d801-4ed6-888d-45afbd30a456} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2621 2024.12.14 03:36:48.908565 [ 258 ] {c6908b90-d801-4ed6-888d-45afbd30a456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2622 2024.12.14 03:36:48.908966 [ 258 ] {c6908b90-d801-4ed6-888d-45afbd30a456} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2623 2024.12.14 03:36:48.909210 [ 258 ] {c6908b90-d801-4ed6-888d-45afbd30a456} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2624 2024.12.14 03:36:48.909384 [ 154 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2625 2024.12.14 03:36:48.909447 [ 154 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2626 2024.12.14 03:36:48.909459 [ 258 ] {c6908b90-d801-4ed6-888d-45afbd30a456} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001549 sec., 32278.889606197547 rows/sec., 2.21 MiB/sec.
2627 2024.12.14 03:36:48.909488 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2628 2024.12.14 03:36:48.909587 [ 258 ] {c6908b90-d801-4ed6-888d-45afbd30a456} <Debug> TCPHandler: Processed in 0.001942099 sec.
2629 2024.12.14 03:36:48.909764 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
2630 2024.12.14 03:36:48.909918 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2631 2024.12.14 03:36:48.909956 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 550 rows starting from the beginning of the part
2632 2024.12.14 03:36:48.910067 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 50 rows starting from the beginning of the part
2633 2024.12.14 03:36:48.910240 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 50 rows starting from the beginning of the part
2634 2024.12.14 03:36:48.910437 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 50 rows starting from the beginning of the part
2635 2024.12.14 03:36:48.910554 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 50 rows starting from the beginning of the part
2636 2024.12.14 03:36:48.910680 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 50 rows starting from the beginning of the part
2637 2024.12.14 03:36:48.911815 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 800 rows, containing 4 columns (4 merged, 0 gathered) in 0.002200044 sec., 363629.0910545426 rows/sec., 24.93 MiB/sec.
2638 2024.12.14 03:36:48.912045 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2639 2024.12.14 03:36:48.912387 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2640 2024.12.14 03:36:48.912529 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_21_4} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2641 2024.12.14 03:36:48.912631 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2642 2024.12.14 03:36:52.929515 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
2643 2024.12.14 03:36:52.929592 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
2644 2024.12.14 03:36:53.013538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
2645 2024.12.14 03:36:53.014334 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2646 2024.12.14 03:36:53.014389 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2647 2024.12.14 03:36:53.014939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2648 2024.12.14 03:36:53.015217 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2649 2024.12.14 03:36:53.015417 [ 150 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2650 2024.12.14 03:36:53.015454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
2651 2024.12.14 03:36:53.015503 [ 150 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2652 2024.12.14 03:36:53.015536 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2653 2024.12.14 03:36:53.015670 [ 196 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2654 2024.12.14 03:36:53.015794 [ 196 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2655 2024.12.14 03:36:53.015833 [ 196 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2656 2024.12.14 03:36:53.015909 [ 196 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2657 2024.12.14 03:36:53.016017 [ 196 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2658 2024.12.14 03:36:53.016195 [ 196 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2659 2024.12.14 03:36:53.016542 [ 196 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2660 2024.12.14 03:36:53.016772 [ 196 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
2661 2024.12.14 03:36:53.018464 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002850127 sec., 2589709.160328645 rows/sec., 37.05 MiB/sec.
2662 2024.12.14 03:36:53.019677 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2663 2024.12.14 03:36:53.020009 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_16_3} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2664 2024.12.14 03:36:53.020100 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_16_3} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2665 2024.12.14 03:36:53.020212 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
2666 2024.12.14 03:36:53.034287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 362
2667 2024.12.14 03:36:53.037271 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2668 2024.12.14 03:36:53.037315 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2669 2024.12.14 03:36:53.038805 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2670 2024.12.14 03:36:53.039129 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2671 2024.12.14 03:36:53.039356 [ 149 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2672 2024.12.14 03:36:53.039480 [ 149 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2673 2024.12.14 03:36:53.039545 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2674 2024.12.14 03:36:53.040290 [ 192 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
2675 2024.12.14 03:36:53.040900 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 362
2676 2024.12.14 03:36:53.041360 [ 192 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2677 2024.12.14 03:36:53.041527 [ 192 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 200 rows starting from the beginning of the part
2678 2024.12.14 03:36:53.042189 [ 192 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part
2679 2024.12.14 03:36:53.042902 [ 192 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part
2680 2024.12.14 03:36:53.043557 [ 192 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part
2681 2024.12.14 03:36:53.044301 [ 192 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part
2682 2024.12.14 03:36:53.045031 [ 192 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part
2683 2024.12.14 03:36:53.052592 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 72 columns (72 merged, 0 gathered) in 0.012547161 sec., 28851.148080430306 rows/sec., 25.78 MiB/sec.
2684 2024.12.14 03:36:53.053683 [ 197 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2685 2024.12.14 03:36:53.054510 [ 197 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2686 2024.12.14 03:36:53.054602 [ 197 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_11_2} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2687 2024.12.14 03:36:53.054927 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB.
2688 2024.12.14 03:36:53.470081 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
2689 2024.12.14 03:36:53.491999 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2690 2024.12.14 03:36:53.492055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2691 2024.12.14 03:36:53.499567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2692 2024.12.14 03:36:53.500345 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2693 2024.12.14 03:36:53.500737 [ 149 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2694 2024.12.14 03:36:53.500878 [ 149 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2695 2024.12.14 03:36:53.500961 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2696 2024.12.14 03:36:53.501465 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2697 2024.12.14 03:36:53.509880 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
2698 2024.12.14 03:36:53.511208 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2699 2024.12.14 03:36:53.512103 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2700 2024.12.14 03:36:53.516692 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2701 2024.12.14 03:36:53.521133 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2702 2024.12.14 03:36:53.525785 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2703 2024.12.14 03:36:53.530815 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
2704 2024.12.14 03:36:53.535157 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
2705 2024.12.14 03:36:53.593846 [ 200 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.092745908 sec., 1304.6397691205955 rows/sec., 6.75 MiB/sec.
2706 2024.12.14 03:36:53.596428 [ 189 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2707 2024.12.14 03:36:53.599337 [ 189 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_16_3} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2708 2024.12.14 03:36:53.599465 [ 189 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_16_3} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2709 2024.12.14 03:36:53.601891 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
2710 2024.12.14 03:36:53.889075 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2711 2024.12.14 03:36:53.889341 [ 255 ] {a0f67038-b64f-4e60-b664-cf5922afaf67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2712 2024.12.14 03:36:53.889443 [ 255 ] {a0f67038-b64f-4e60-b664-cf5922afaf67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2713 2024.12.14 03:36:53.890306 [ 255 ] {a0f67038-b64f-4e60-b664-cf5922afaf67} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2714 2024.12.14 03:36:53.890347 [ 255 ] {a0f67038-b64f-4e60-b664-cf5922afaf67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2715 2024.12.14 03:36:53.890786 [ 255 ] {a0f67038-b64f-4e60-b664-cf5922afaf67} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2716 2024.12.14 03:36:53.891033 [ 255 ] {a0f67038-b64f-4e60-b664-cf5922afaf67} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2717 2024.12.14 03:36:53.891259 [ 255 ] {a0f67038-b64f-4e60-b664-cf5922afaf67} <Debug> executeQuery: Read 84 rows, 7.09 KiB in 0.001991 sec., 42189.85434455048 rows/sec., 3.48 MiB/sec.
2718 2024.12.14 03:36:53.891376 [ 255 ] {a0f67038-b64f-4e60-b664-cf5922afaf67} <Debug> TCPHandler: Processed in 0.002464169 sec.
2719 2024.12.14 03:36:53.891664 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2720 2024.12.14 03:36:53.891879 [ 258 ] {27ab8cee-a162-4aa8-9dbd-d3077ae39a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2721 2024.12.14 03:36:53.891961 [ 258 ] {27ab8cee-a162-4aa8-9dbd-d3077ae39a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2722 2024.12.14 03:36:53.892774 [ 258 ] {27ab8cee-a162-4aa8-9dbd-d3077ae39a43} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2723 2024.12.14 03:36:53.892820 [ 258 ] {27ab8cee-a162-4aa8-9dbd-d3077ae39a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2724 2024.12.14 03:36:53.893267 [ 258 ] {27ab8cee-a162-4aa8-9dbd-d3077ae39a43} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2725 2024.12.14 03:36:53.893525 [ 258 ] {27ab8cee-a162-4aa8-9dbd-d3077ae39a43} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2726 2024.12.14 03:36:53.893776 [ 258 ] {27ab8cee-a162-4aa8-9dbd-d3077ae39a43} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001958 sec., 8171.603677221654 rows/sec., 614.47 KiB/sec.
2727 2024.12.14 03:36:53.893840 [ 258 ] {27ab8cee-a162-4aa8-9dbd-d3077ae39a43} <Debug> TCPHandler: Processed in 0.002329676 sec.
2728 2024.12.14 03:36:53.894009 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2729 2024.12.14 03:36:53.894149 [ 255 ] {a33c9d5d-3a8f-4a99-bf12-0437ca744017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2730 2024.12.14 03:36:53.894205 [ 255 ] {a33c9d5d-3a8f-4a99-bf12-0437ca744017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2731 2024.12.14 03:36:53.894857 [ 255 ] {a33c9d5d-3a8f-4a99-bf12-0437ca744017} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2732 2024.12.14 03:36:53.894895 [ 255 ] {a33c9d5d-3a8f-4a99-bf12-0437ca744017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2733 2024.12.14 03:36:53.895260 [ 255 ] {a33c9d5d-3a8f-4a99-bf12-0437ca744017} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2734 2024.12.14 03:36:53.895490 [ 255 ] {a33c9d5d-3a8f-4a99-bf12-0437ca744017} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2735 2024.12.14 03:36:53.895759 [ 255 ] {a33c9d5d-3a8f-4a99-bf12-0437ca744017} <Debug> executeQuery: Read 72 rows, 5.75 KiB in 0.001621 sec., 44417.02652683529 rows/sec., 3.47 MiB/sec.
2736 2024.12.14 03:36:53.895980 [ 255 ] {a33c9d5d-3a8f-4a99-bf12-0437ca744017} <Debug> TCPHandler: Processed in 0.002040311 sec.
2737 2024.12.14 03:36:53.896147 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2738 2024.12.14 03:36:53.896287 [ 258 ] {bad04445-f875-476a-bb79-2a86b7492429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2739 2024.12.14 03:36:53.896352 [ 258 ] {bad04445-f875-476a-bb79-2a86b7492429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2740 2024.12.14 03:36:53.896969 [ 258 ] {bad04445-f875-476a-bb79-2a86b7492429} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2741 2024.12.14 03:36:53.897011 [ 258 ] {bad04445-f875-476a-bb79-2a86b7492429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2742 2024.12.14 03:36:53.897440 [ 258 ] {bad04445-f875-476a-bb79-2a86b7492429} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2743 2024.12.14 03:36:53.897689 [ 258 ] {bad04445-f875-476a-bb79-2a86b7492429} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2744 2024.12.14 03:36:53.897906 [ 258 ] {bad04445-f875-476a-bb79-2a86b7492429} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00165 sec., 90909.09090909091 rows/sec., 6.30 MiB/sec.
2745 2024.12.14 03:36:53.897962 [ 258 ] {bad04445-f875-476a-bb79-2a86b7492429} <Debug> TCPHandler: Processed in 0.001882798 sec.
2746 2024.12.14 03:36:53.898185 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2747 2024.12.14 03:36:53.898407 [ 255 ] {ad4d01c1-7dc9-4acf-806c-de78546bb4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2748 2024.12.14 03:36:53.898545 [ 255 ] {ad4d01c1-7dc9-4acf-806c-de78546bb4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2749 2024.12.14 03:36:53.899730 [ 255 ] {ad4d01c1-7dc9-4acf-806c-de78546bb4bd} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2750 2024.12.14 03:36:53.899770 [ 255 ] {ad4d01c1-7dc9-4acf-806c-de78546bb4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2751 2024.12.14 03:36:53.900430 [ 255 ] {ad4d01c1-7dc9-4acf-806c-de78546bb4bd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2752 2024.12.14 03:36:53.900703 [ 255 ] {ad4d01c1-7dc9-4acf-806c-de78546bb4bd} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2753 2024.12.14 03:36:53.901011 [ 255 ] {ad4d01c1-7dc9-4acf-806c-de78546bb4bd} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002656 sec., 6024.096385542169 rows/sec., 10.79 MiB/sec.
2754 2024.12.14 03:36:53.901429 [ 255 ] {ad4d01c1-7dc9-4acf-806c-de78546bb4bd} <Debug> TCPHandler: Processed in 0.003360988 sec.
2755 2024.12.14 03:36:53.901624 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2756 2024.12.14 03:36:53.901763 [ 258 ] {59f7ffc5-bfea-478c-8d22-cbec89e133d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2757 2024.12.14 03:36:53.901824 [ 258 ] {59f7ffc5-bfea-478c-8d22-cbec89e133d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2758 2024.12.14 03:36:53.902406 [ 258 ] {59f7ffc5-bfea-478c-8d22-cbec89e133d7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2759 2024.12.14 03:36:53.902452 [ 258 ] {59f7ffc5-bfea-478c-8d22-cbec89e133d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2760 2024.12.14 03:36:53.902842 [ 258 ] {59f7ffc5-bfea-478c-8d22-cbec89e133d7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2761 2024.12.14 03:36:53.903110 [ 258 ] {59f7ffc5-bfea-478c-8d22-cbec89e133d7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2762 2024.12.14 03:36:53.903329 [ 258 ] {59f7ffc5-bfea-478c-8d22-cbec89e133d7} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001597 sec., 31308.703819661867 rows/sec., 2.15 MiB/sec.
2763 2024.12.14 03:36:53.903382 [ 258 ] {59f7ffc5-bfea-478c-8d22-cbec89e133d7} <Debug> TCPHandler: Processed in 0.001850297 sec.
2764 2024.12.14 03:36:54.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.93 MiB, peak 184.48 MiB, free memory in arenas 0.00 B, will set to 176.30 MiB (RSS), difference: 1.36 MiB
2765 2024.12.14 03:36:54.001301 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000918608 sec.
2766 2024.12.14 03:36:58.887642 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2767 2024.12.14 03:36:58.887907 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete)
2768 2024.12.14 03:36:58.888350 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2769 2024.12.14 03:36:58.888401 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <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', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE
2770 2024.12.14 03:36:58.888736 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2771 2024.12.14 03:36:58.888819 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2772 2024.12.14 03:36:58.888993 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
2773 2024.12.14 03:36:58.889159 [ 298 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2774 2024.12.14 03:36:58.889176 [ 296 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2775 2024.12.14 03:36:58.889210 [ 299 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2776 2024.12.14 03:36:58.889344 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
2777 2024.12.14 03:36:58.889374 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
2778 2024.12.14 03:36:58.889492 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2779 2024.12.14 03:36:58.889516 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 26 rows with 3 streams
2780 2024.12.14 03:36:58.889559 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <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', 'kstat_sampler:expired_targets', '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'))"
2781 2024.12.14 03:36:58.889607 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <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', 'kstat_sampler:expired_targets', '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'))"
2782 2024.12.14 03:36:58.889648 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <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', 'kstat_sampler:expired_targets', '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'))"
2783 2024.12.14 03:36:58.891398 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Debug> executeQuery: Read 26 rows, 1.05 KiB in 0.003605 sec., 7212.205270457697 rows/sec., 290.67 KiB/sec.
2784 2024.12.14 03:36:58.891580 [ 255 ] {1781239d-d117-4453-8a56-dbafde7da7c7} <Debug> TCPHandler: Processed in 0.004074791 sec.
2785 2024.12.14 03:36:58.892028 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2786 2024.12.14 03:36:58.892328 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'kstat_sampler:expired_targets', '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_routes') FORMAT Native; (stage: Complete)
2787 2024.12.14 03:36:58.892822 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2788 2024.12.14 03:36:58.892872 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <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', 'kstat_sampler:expired_targets', '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_routes')" moved to PREWHERE
2789 2024.12.14 03:36:58.893226 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2790 2024.12.14 03:36:58.893312 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2791 2024.12.14 03:36:58.893500 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
2792 2024.12.14 03:36:58.893628 [ 301 ] {69773d31-f942-4074-bb7c-1136781c5888} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2793 2024.12.14 03:36:58.893657 [ 296 ] {69773d31-f942-4074-bb7c-1136781c5888} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2794 2024.12.14 03:36:58.893676 [ 299 ] {69773d31-f942-4074-bb7c-1136781c5888} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2795 2024.12.14 03:36:58.893792 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
2796 2024.12.14 03:36:58.893826 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
2797 2024.12.14 03:36:58.893954 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2798 2024.12.14 03:36:58.893980 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 26 rows with 3 streams
2799 2024.12.14 03:36:58.894026 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <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', 'kstat_sampler:expired_targets', '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_routes'))"
2800 2024.12.14 03:36:58.894079 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <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', 'kstat_sampler:expired_targets', '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_routes'))"
2801 2024.12.14 03:36:58.894127 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <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', 'kstat_sampler:expired_targets', '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_routes'))"
2802 2024.12.14 03:36:58.895635 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Debug> executeQuery: Read 26 rows, 1.05 KiB in 0.00345 sec., 7536.231884057971 rows/sec., 303.73 KiB/sec.
2803 2024.12.14 03:36:58.895849 [ 258 ] {69773d31-f942-4074-bb7c-1136781c5888} <Debug> TCPHandler: Processed in 0.00397483 sec.
2804 2024.12.14 03:36:58.896111 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2805 2024.12.14 03:36:58.896304 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete)
2806 2024.12.14 03:36:58.896653 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2807 2024.12.14 03:36:58.896767 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <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', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE
2808 2024.12.14 03:36:58.897193 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2809 2024.12.14 03:36:58.897260 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2810 2024.12.14 03:36:58.897411 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
2811 2024.12.14 03:36:58.897553 [ 299 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2812 2024.12.14 03:36:58.897563 [ 301 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2813 2024.12.14 03:36:58.897565 [ 296 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2814 2024.12.14 03:36:58.897795 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
2815 2024.12.14 03:36:58.897841 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
2816 2024.12.14 03:36:58.898008 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2817 2024.12.14 03:36:58.898040 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 26 rows with 3 streams
2818 2024.12.14 03:36:58.898103 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <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', 'kstat_sampler:expired_targets', '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'))"
2819 2024.12.14 03:36:58.898176 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <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', 'kstat_sampler:expired_targets', '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'))"
2820 2024.12.14 03:36:58.898245 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <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', 'kstat_sampler:expired_targets', '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'))"
2821 2024.12.14 03:36:58.899707 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Debug> executeQuery: Read 26 rows, 1.05 KiB in 0.003497 sec., 7434.944237918216 rows/sec., 299.64 KiB/sec.
2822 2024.12.14 03:36:58.899887 [ 255 ] {99ddedfb-b533-410a-bd27-2f7961416fb3} <Debug> TCPHandler: Processed in 0.003834137 sec.
2823 2024.12.14 03:36:58.900210 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2824 2024.12.14 03:36:58.900401 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'kstat_sampler:expired_targets', '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_rib:active_routes') FORMAT Native; (stage: Complete)
2825 2024.12.14 03:36:58.900749 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2826 2024.12.14 03:36:58.900797 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes')" moved to PREWHERE
2827 2024.12.14 03:36:58.901111 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2828 2024.12.14 03:36:58.901182 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2829 2024.12.14 03:36:58.901339 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
2830 2024.12.14 03:36:58.901452 [ 296 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2831 2024.12.14 03:36:58.901488 [ 298 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2832 2024.12.14 03:36:58.901509 [ 299 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2833 2024.12.14 03:36:58.901613 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (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
2834 2024.12.14 03:36:58.901645 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
2835 2024.12.14 03:36:58.901757 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2836 2024.12.14 03:36:58.901780 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 26 rows with 3 streams
2837 2024.12.14 03:36:58.901822 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
2838 2024.12.14 03:36:58.901874 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
2839 2024.12.14 03:36:58.901919 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
2840 2024.12.14 03:36:58.903454 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Debug> executeQuery: Read 26 rows, 1.05 KiB in 0.003142 sec., 8274.984086569064 rows/sec., 333.50 KiB/sec.
2841 2024.12.14 03:36:58.903687 [ 258 ] {b22f8192-8095-4ffb-b46f-05ca914cc48c} <Debug> TCPHandler: Processed in 0.003535751 sec.
2842 2024.12.14 03:36:58.907219 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2843 2024.12.14 03:36:58.907354 [ 255 ] {b5d1e8a2-123c-401a-afa4-d6633fd7d222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2844 2024.12.14 03:36:58.907412 [ 255 ] {b5d1e8a2-123c-401a-afa4-d6633fd7d222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2845 2024.12.14 03:36:58.908280 [ 255 ] {b5d1e8a2-123c-401a-afa4-d6633fd7d222} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2846 2024.12.14 03:36:58.908334 [ 255 ] {b5d1e8a2-123c-401a-afa4-d6633fd7d222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2847 2024.12.14 03:36:58.908903 [ 255 ] {b5d1e8a2-123c-401a-afa4-d6633fd7d222} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2848 2024.12.14 03:36:58.909132 [ 255 ] {b5d1e8a2-123c-401a-afa4-d6633fd7d222} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2849 2024.12.14 03:36:58.909418 [ 255 ] {b5d1e8a2-123c-401a-afa4-d6633fd7d222} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002081 sec., 1922.1528111484863 rows/sec., 244.49 KiB/sec.
2850 2024.12.14 03:36:58.909552 [ 255 ] {b5d1e8a2-123c-401a-afa4-d6633fd7d222} <Debug> TCPHandler: Processed in 0.002391367 sec.
2851 2024.12.14 03:36:58.909704 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2852 2024.12.14 03:36:58.909843 [ 258 ] {d00b6212-08af-4844-b036-86902b1b1ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2853 2024.12.14 03:36:58.909898 [ 258 ] {d00b6212-08af-4844-b036-86902b1b1ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2854 2024.12.14 03:36:58.910548 [ 258 ] {d00b6212-08af-4844-b036-86902b1b1ed2} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2855 2024.12.14 03:36:58.910597 [ 258 ] {d00b6212-08af-4844-b036-86902b1b1ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2856 2024.12.14 03:36:58.911010 [ 258 ] {d00b6212-08af-4844-b036-86902b1b1ed2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2857 2024.12.14 03:36:58.911267 [ 258 ] {d00b6212-08af-4844-b036-86902b1b1ed2} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2858 2024.12.14 03:36:58.911553 [ 258 ] {d00b6212-08af-4844-b036-86902b1b1ed2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001725 sec., 2318.840579710145 rows/sec., 189.09 KiB/sec.
2859 2024.12.14 03:36:58.911683 [ 258 ] {d00b6212-08af-4844-b036-86902b1b1ed2} <Debug> TCPHandler: Processed in 0.002041601 sec.
2860 2024.12.14 03:36:58.911838 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2861 2024.12.14 03:36:58.911960 [ 255 ] {d96c2dbe-a033-431e-8822-94f8a5423d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2862 2024.12.14 03:36:58.912011 [ 255 ] {d96c2dbe-a033-431e-8822-94f8a5423d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2863 2024.12.14 03:36:58.912678 [ 255 ] {d96c2dbe-a033-431e-8822-94f8a5423d1b} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2864 2024.12.14 03:36:58.912721 [ 255 ] {d96c2dbe-a033-431e-8822-94f8a5423d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2865 2024.12.14 03:36:58.913096 [ 255 ] {d96c2dbe-a033-431e-8822-94f8a5423d1b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2866 2024.12.14 03:36:58.913334 [ 255 ] {d96c2dbe-a033-431e-8822-94f8a5423d1b} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2867 2024.12.14 03:36:58.913555 [ 255 ] {d96c2dbe-a033-431e-8822-94f8a5423d1b} <Debug> executeQuery: Read 108 rows, 9.32 KiB in 0.00162 sec., 66666.66666666667 rows/sec., 5.62 MiB/sec.
2868 2024.12.14 03:36:58.913616 [ 255 ] {d96c2dbe-a033-431e-8822-94f8a5423d1b} <Debug> TCPHandler: Processed in 0.001834807 sec.
2869 2024.12.14 03:36:58.913775 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2870 2024.12.14 03:36:58.913915 [ 258 ] {dac317dc-ff00-4e6f-8ecf-18bcb2ad4d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2871 2024.12.14 03:36:58.913973 [ 258 ] {dac317dc-ff00-4e6f-8ecf-18bcb2ad4d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2872 2024.12.14 03:36:58.914688 [ 258 ] {dac317dc-ff00-4e6f-8ecf-18bcb2ad4d6f} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2873 2024.12.14 03:36:58.914735 [ 258 ] {dac317dc-ff00-4e6f-8ecf-18bcb2ad4d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2874 2024.12.14 03:36:58.915099 [ 258 ] {dac317dc-ff00-4e6f-8ecf-18bcb2ad4d6f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2875 2024.12.14 03:36:58.915351 [ 258 ] {dac317dc-ff00-4e6f-8ecf-18bcb2ad4d6f} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2876 2024.12.14 03:36:58.915528 [ 142 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2877 2024.12.14 03:36:58.915596 [ 258 ] {dac317dc-ff00-4e6f-8ecf-18bcb2ad4d6f} <Debug> executeQuery: Read 29 rows, 2.16 KiB in 0.001705 sec., 17008.797653958944 rows/sec., 1.24 MiB/sec.
2878 2024.12.14 03:36:58.915598 [ 142 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2879 2024.12.14 03:36:58.915691 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2880 2024.12.14 03:36:58.915728 [ 258 ] {dac317dc-ff00-4e6f-8ecf-18bcb2ad4d6f} <Debug> TCPHandler: Processed in 0.00201416 sec.
2881 2024.12.14 03:36:58.915955 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2882 2024.12.14 03:36:58.915976 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
2883 2024.12.14 03:36:58.916194 [ 255 ] {777374db-0a8a-4049-8b2f-8d56ca4475c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2884 2024.12.14 03:36:58.916231 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2885 2024.12.14 03:36:58.916306 [ 255 ] {777374db-0a8a-4049-8b2f-8d56ca4475c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2886 2024.12.14 03:36:58.916312 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 35 rows starting from the beginning of the part
2887 2024.12.14 03:36:58.916669 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part
2888 2024.12.14 03:36:58.917062 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 18 rows starting from the beginning of the part
2889 2024.12.14 03:36:58.917415 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 25 rows starting from the beginning of the part
2890 2024.12.14 03:36:58.917715 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part
2891 2024.12.14 03:36:58.918123 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 29 rows starting from the beginning of the part
2892 2024.12.14 03:36:58.919198 [ 255 ] {777374db-0a8a-4049-8b2f-8d56ca4475c1} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2893 2024.12.14 03:36:58.919262 [ 255 ] {777374db-0a8a-4049-8b2f-8d56ca4475c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2894 2024.12.14 03:36:58.920397 [ 255 ] {777374db-0a8a-4049-8b2f-8d56ca4475c1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2895 2024.12.14 03:36:58.920792 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 5 columns (5 merged, 0 gathered) in 0.00499629 sec., 29621.979508795528 rows/sec., 2.28 MiB/sec.
2896 2024.12.14 03:36:58.920955 [ 255 ] {777374db-0a8a-4049-8b2f-8d56ca4475c1} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2897 2024.12.14 03:36:58.921039 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2898 2024.12.14 03:36:58.921388 [ 255 ] {777374db-0a8a-4049-8b2f-8d56ca4475c1} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.005276 sec., 17626.99014404852 rows/sec., 1.38 MiB/sec.
2899 2024.12.14 03:36:58.921536 [ 255 ] {777374db-0a8a-4049-8b2f-8d56ca4475c1} <Debug> TCPHandler: Processed in 0.005705524 sec.
2900 2024.12.14 03:36:58.921719 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2901 2024.12.14 03:36:58.921766 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2902 2024.12.14 03:36:58.921857 [ 258 ] {6d550a05-19ca-4079-a1b9-f54fe0f1ebb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2903 2024.12.14 03:36:58.921882 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_11_2} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2904 2024.12.14 03:36:58.921918 [ 258 ] {6d550a05-19ca-4079-a1b9-f54fe0f1ebb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2905 2024.12.14 03:36:58.922006 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2906 2024.12.14 03:36:58.922524 [ 258 ] {6d550a05-19ca-4079-a1b9-f54fe0f1ebb0} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2907 2024.12.14 03:36:58.922565 [ 258 ] {6d550a05-19ca-4079-a1b9-f54fe0f1ebb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2908 2024.12.14 03:36:58.922963 [ 258 ] {6d550a05-19ca-4079-a1b9-f54fe0f1ebb0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2909 2024.12.14 03:36:58.923216 [ 258 ] {6d550a05-19ca-4079-a1b9-f54fe0f1ebb0} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2910 2024.12.14 03:36:58.923448 [ 258 ] {6d550a05-19ca-4079-a1b9-f54fe0f1ebb0} <Debug> executeQuery: Read 158 rows, 11.25 KiB in 0.00162 sec., 97530.86419753087 rows/sec., 6.78 MiB/sec.
2911 2024.12.14 03:36:58.923503 [ 258 ] {6d550a05-19ca-4079-a1b9-f54fe0f1ebb0} <Debug> TCPHandler: Processed in 0.001861268 sec.
2912 2024.12.14 03:36:58.923655 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2913 2024.12.14 03:36:58.923783 [ 255 ] {8c2d7a67-d599-4d01-ab18-04d045bbcdda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2914 2024.12.14 03:36:58.923877 [ 255 ] {8c2d7a67-d599-4d01-ab18-04d045bbcdda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2915 2024.12.14 03:36:58.925164 [ 255 ] {8c2d7a67-d599-4d01-ab18-04d045bbcdda} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2916 2024.12.14 03:36:58.925205 [ 255 ] {8c2d7a67-d599-4d01-ab18-04d045bbcdda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2917 2024.12.14 03:36:58.925869 [ 255 ] {8c2d7a67-d599-4d01-ab18-04d045bbcdda} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2918 2024.12.14 03:36:58.926135 [ 255 ] {8c2d7a67-d599-4d01-ab18-04d045bbcdda} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2919 2024.12.14 03:36:58.926467 [ 255 ] {8c2d7a67-d599-4d01-ab18-04d045bbcdda} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002696 sec., 9272.99703264095 rows/sec., 16.62 MiB/sec.
2920 2024.12.14 03:36:58.926690 [ 255 ] {8c2d7a67-d599-4d01-ab18-04d045bbcdda} <Debug> TCPHandler: Processed in 0.003092462 sec.
2921 2024.12.14 03:36:58.926855 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2922 2024.12.14 03:36:58.926976 [ 258 ] {195c8f7d-6838-48b3-be1f-581404dd4c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2923 2024.12.14 03:36:58.927029 [ 258 ] {195c8f7d-6838-48b3-be1f-581404dd4c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2924 2024.12.14 03:36:58.927549 [ 258 ] {195c8f7d-6838-48b3-be1f-581404dd4c6f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2925 2024.12.14 03:36:58.927584 [ 258 ] {195c8f7d-6838-48b3-be1f-581404dd4c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2926 2024.12.14 03:36:58.928016 [ 258 ] {195c8f7d-6838-48b3-be1f-581404dd4c6f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2927 2024.12.14 03:36:58.928269 [ 258 ] {195c8f7d-6838-48b3-be1f-581404dd4c6f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2928 2024.12.14 03:36:58.928513 [ 258 ] {195c8f7d-6838-48b3-be1f-581404dd4c6f} <Debug> executeQuery: Read 56 rows, 3.89 KiB in 0.001555 sec., 36012.86173633441 rows/sec., 2.44 MiB/sec.
2929 2024.12.14 03:36:58.928665 [ 258 ] {195c8f7d-6838-48b3-be1f-581404dd4c6f} <Debug> TCPHandler: Processed in 0.001865017 sec.
2930 2024.12.14 03:37:00.515642 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
2931 2024.12.14 03:37:00.516389 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2932 2024.12.14 03:37:00.516441 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2933 2024.12.14 03:37:00.517017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2934 2024.12.14 03:37:00.517280 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2935 2024.12.14 03:37:00.517579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
2936 2024.12.14 03:37:01.009997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
2937 2024.12.14 03:37:01.028637 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2938 2024.12.14 03:37:01.028690 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2939 2024.12.14 03:37:01.035992 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2940 2024.12.14 03:37:01.036753 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2941 2024.12.14 03:37:01.039649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
2942 2024.12.14 03:37:03.041149 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 398
2943 2024.12.14 03:37:03.044316 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2944 2024.12.14 03:37:03.044373 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2945 2024.12.14 03:37:03.045813 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2946 2024.12.14 03:37:03.046179 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2947 2024.12.14 03:37:03.047089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398
2948 2024.12.14 03:37:03.890616 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2949 2024.12.14 03:37:03.890801 [ 255 ] {526d7f39-f8c7-4754-995b-d81765b33228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2950 2024.12.14 03:37:03.890874 [ 255 ] {526d7f39-f8c7-4754-995b-d81765b33228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2951 2024.12.14 03:37:03.891670 [ 255 ] {526d7f39-f8c7-4754-995b-d81765b33228} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2952 2024.12.14 03:37:03.891719 [ 255 ] {526d7f39-f8c7-4754-995b-d81765b33228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2953 2024.12.14 03:37:03.892147 [ 255 ] {526d7f39-f8c7-4754-995b-d81765b33228} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
2954 2024.12.14 03:37:03.892404 [ 255 ] {526d7f39-f8c7-4754-995b-d81765b33228} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2955 2024.12.14 03:37:03.892616 [ 134 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0
2956 2024.12.14 03:37:03.892672 [ 255 ] {526d7f39-f8c7-4754-995b-d81765b33228} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001914 sec., 45977.011494252874 rows/sec., 3.79 MiB/sec.
2957 2024.12.14 03:37:03.892703 [ 134 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2958 2024.12.14 03:37:03.892777 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2959 2024.12.14 03:37:03.892809 [ 255 ] {526d7f39-f8c7-4754-995b-d81765b33228} <Debug> TCPHandler: Processed in 0.002315936 sec.
2960 2024.12.14 03:37:03.893006 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full
2961 2024.12.14 03:37:03.893153 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2962 2024.12.14 03:37:03.893193 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2963 2024.12.14 03:37:03.893210 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 1276 rows starting from the beginning of the part
2964 2024.12.14 03:37:03.893369 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1225 rows starting from the beginning of the part
2965 2024.12.14 03:37:03.893911 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 102 rows starting from the beginning of the part
2966 2024.12.14 03:37:03.893965 [ 258 ] {6b80a201-4d44-4f32-b23e-a314f1cf930b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2967 2024.12.14 03:37:03.894196 [ 258 ] {6b80a201-4d44-4f32-b23e-a314f1cf930b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2968 2024.12.14 03:37:03.894221 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 84 rows starting from the beginning of the part
2969 2024.12.14 03:37:03.894491 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 108 rows starting from the beginning of the part
2970 2024.12.14 03:37:03.894824 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 88 rows starting from the beginning of the part
2971 2024.12.14 03:37:03.896719 [ 258 ] {6b80a201-4d44-4f32-b23e-a314f1cf930b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2972 2024.12.14 03:37:03.896806 [ 258 ] {6b80a201-4d44-4f32-b23e-a314f1cf930b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
2973 2024.12.14 03:37:03.897846 [ 258 ] {6b80a201-4d44-4f32-b23e-a314f1cf930b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2974 2024.12.14 03:37:03.898293 [ 258 ] {6b80a201-4d44-4f32-b23e-a314f1cf930b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2975 2024.12.14 03:37:03.898625 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2883 rows, containing 5 columns (5 merged, 0 gathered) in 0.005728555 sec., 503268.27620577964 rows/sec., 43.68 MiB/sec.
2976 2024.12.14 03:37:03.898773 [ 258 ] {6b80a201-4d44-4f32-b23e-a314f1cf930b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005123 sec., 3123.1700175678316 rows/sec., 234.85 KiB/sec.
2977 2024.12.14 03:37:03.898906 [ 258 ] {6b80a201-4d44-4f32-b23e-a314f1cf930b} <Debug> TCPHandler: Processed in 0.005943029 sec.
2978 2024.12.14 03:37:03.899024 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
2979 2024.12.14 03:37:03.899110 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2980 2024.12.14 03:37:03.899320 [ 255 ] {9ba5c4fa-3927-4597-9588-d18e71f39a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2981 2024.12.14 03:37:03.899417 [ 255 ] {9ba5c4fa-3927-4597-9588-d18e71f39a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2982 2024.12.14 03:37:03.899461 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2983 2024.12.14 03:37:03.899704 [ 186 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_24_5} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5
2984 2024.12.14 03:37:03.899864 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
2985 2024.12.14 03:37:03.900436 [ 255 ] {9ba5c4fa-3927-4597-9588-d18e71f39a74} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2986 2024.12.14 03:37:03.900483 [ 255 ] {9ba5c4fa-3927-4597-9588-d18e71f39a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2987 2024.12.14 03:37:03.900860 [ 255 ] {9ba5c4fa-3927-4597-9588-d18e71f39a74} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
2988 2024.12.14 03:37:03.901106 [ 255 ] {9ba5c4fa-3927-4597-9588-d18e71f39a74} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2989 2024.12.14 03:37:03.901272 [ 134 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0
2990 2024.12.14 03:37:03.901325 [ 134 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2991 2024.12.14 03:37:03.901359 [ 255 ] {9ba5c4fa-3927-4597-9588-d18e71f39a74} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002101 sec., 38077.10613993336 rows/sec., 2.97 MiB/sec.
2992 2024.12.14 03:37:03.901366 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
2993 2024.12.14 03:37:03.901565 [ 255 ] {9ba5c4fa-3927-4597-9588-d18e71f39a74} <Debug> TCPHandler: Processed in 0.002547532 sec.
2994 2024.12.14 03:37:03.901807 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full
2995 2024.12.14 03:37:03.901895 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2996 2024.12.14 03:37:03.902299 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2997 2024.12.14 03:37:03.902320 [ 258 ] {ebee5b09-0969-4c34-81b0-a63b8462ac68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2998 2024.12.14 03:37:03.902383 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 573 rows starting from the beginning of the part
2999 2024.12.14 03:37:03.902437 [ 258 ] {ebee5b09-0969-4c34-81b0-a63b8462ac68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3000 2024.12.14 03:37:03.902574 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 530 rows starting from the beginning of the part
3001 2024.12.14 03:37:03.902978 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 81 rows starting from the beginning of the part
3002 2024.12.14 03:37:03.903253 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 72 rows starting from the beginning of the part
3003 2024.12.14 03:37:03.903586 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 93 rows starting from the beginning of the part
3004 2024.12.14 03:37:03.903840 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 80 rows starting from the beginning of the part
3005 2024.12.14 03:37:03.904681 [ 258 ] {ebee5b09-0969-4c34-81b0-a63b8462ac68} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3006 2024.12.14 03:37:03.904730 [ 258 ] {ebee5b09-0969-4c34-81b0-a63b8462ac68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3007 2024.12.14 03:37:03.905373 [ 258 ] {ebee5b09-0969-4c34-81b0-a63b8462ac68} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3008 2024.12.14 03:37:03.905714 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1429 rows, containing 5 columns (5 merged, 0 gathered) in 0.004199064 sec., 340313.936629687 rows/sec., 26.86 MiB/sec.
3009 2024.12.14 03:37:03.905755 [ 258 ] {ebee5b09-0969-4c34-81b0-a63b8462ac68} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3010 2024.12.14 03:37:03.906029 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
3011 2024.12.14 03:37:03.906334 [ 258 ] {ebee5b09-0969-4c34-81b0-a63b8462ac68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004137 sec., 38675.3686246072 rows/sec., 2.69 MiB/sec.
3012 2024.12.14 03:37:03.906685 [ 258 ] {ebee5b09-0969-4c34-81b0-a63b8462ac68} <Debug> TCPHandler: Processed in 0.00495215 sec.
3013 2024.12.14 03:37:03.906866 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3014 2024.12.14 03:37:03.906887 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3015 2024.12.14 03:37:03.906960 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_24_5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5
3016 2024.12.14 03:37:03.907060 [ 255 ] {e8a00c90-c02d-4c45-aa73-5ef7c4b62823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3017 2024.12.14 03:37:03.907065 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
3018 2024.12.14 03:37:03.907152 [ 255 ] {e8a00c90-c02d-4c45-aa73-5ef7c4b62823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3019 2024.12.14 03:37:03.908386 [ 255 ] {e8a00c90-c02d-4c45-aa73-5ef7c4b62823} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3020 2024.12.14 03:37:03.908424 [ 255 ] {e8a00c90-c02d-4c45-aa73-5ef7c4b62823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
3021 2024.12.14 03:37:03.909064 [ 255 ] {e8a00c90-c02d-4c45-aa73-5ef7c4b62823} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3022 2024.12.14 03:37:03.909330 [ 255 ] {e8a00c90-c02d-4c45-aa73-5ef7c4b62823} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3023 2024.12.14 03:37:03.909506 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3024 2024.12.14 03:37:03.909575 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3025 2024.12.14 03:37:03.909610 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
3026 2024.12.14 03:37:03.909616 [ 255 ] {e8a00c90-c02d-4c45-aa73-5ef7c4b62823} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002607 sec., 6137.3225930187955 rows/sec., 11.00 MiB/sec.
3027 2024.12.14 03:37:03.910190 [ 186 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
3028 2024.12.14 03:37:03.910482 [ 255 ] {e8a00c90-c02d-4c45-aa73-5ef7c4b62823} <Debug> TCPHandler: Processed in 0.003683814 sec.
3029 2024.12.14 03:37:03.910755 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3030 2024.12.14 03:37:03.911057 [ 258 ] {1357af66-1354-4456-ac42-a2360ac3a81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3031 2024.12.14 03:37:03.911070 [ 186 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3032 2024.12.14 03:37:03.911181 [ 258 ] {1357af66-1354-4456-ac42-a2360ac3a81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3033 2024.12.14 03:37:03.911254 [ 186 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 108 rows starting from the beginning of the part
3034 2024.12.14 03:37:03.912209 [ 186 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part
3035 2024.12.14 03:37:03.912858 [ 186 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 25 rows starting from the beginning of the part
3036 2024.12.14 03:37:03.913632 [ 258 ] {1357af66-1354-4456-ac42-a2360ac3a81f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3037 2024.12.14 03:37:03.913642 [ 186 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part
3038 2024.12.14 03:37:03.913706 [ 258 ] {1357af66-1354-4456-ac42-a2360ac3a81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3039 2024.12.14 03:37:03.914260 [ 186 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 25 rows starting from the beginning of the part
3040 2024.12.14 03:37:03.914968 [ 186 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part
3041 2024.12.14 03:37:03.915263 [ 258 ] {1357af66-1354-4456-ac42-a2360ac3a81f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3042 2024.12.14 03:37:03.916011 [ 258 ] {1357af66-1354-4456-ac42-a2360ac3a81f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3043 2024.12.14 03:37:03.916422 [ 258 ] {1357af66-1354-4456-ac42-a2360ac3a81f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005459 sec., 10991.02399706906 rows/sec., 758.50 KiB/sec.
3044 2024.12.14 03:37:03.916625 [ 258 ] {1357af66-1354-4456-ac42-a2360ac3a81f} <Debug> TCPHandler: Processed in 0.00601975 sec.
3045 2024.12.14 03:37:03.919212 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 19 columns (19 merged, 0 gathered) in 0.00950223 sec., 21679.121637762924 rows/sec., 38.85 MiB/sec.
3046 2024.12.14 03:37:03.919846 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3047 2024.12.14 03:37:03.920288 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3048 2024.12.14 03:37:03.920365 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3049 2024.12.14 03:37:03.920502 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB.
3050 2024.12.14 03:37:07.929658 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache
3051 2024.12.14 03:37:07.929728 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache
3052 2024.12.14 03:37:08.017759 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3053 2024.12.14 03:37:08.018499 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3054 2024.12.14 03:37:08.018549 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3055 2024.12.14 03:37:08.019089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3056 2024.12.14 03:37:08.019357 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3057 2024.12.14 03:37:08.019615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3058 2024.12.14 03:37:08.539781 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3059 2024.12.14 03:37:08.561524 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3060 2024.12.14 03:37:08.561592 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3061 2024.12.14 03:37:08.569242 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3062 2024.12.14 03:37:08.570047 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3063 2024.12.14 03:37:08.573979 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3064 2024.12.14 03:37:08.890886 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3065 2024.12.14 03:37:08.891068 [ 255 ] {01533857-f9f2-4f89-a8a9-4f9b5cdf9b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3066 2024.12.14 03:37:08.891141 [ 255 ] {01533857-f9f2-4f89-a8a9-4f9b5cdf9b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3067 2024.12.14 03:37:08.891911 [ 255 ] {01533857-f9f2-4f89-a8a9-4f9b5cdf9b20} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3068 2024.12.14 03:37:08.891958 [ 255 ] {01533857-f9f2-4f89-a8a9-4f9b5cdf9b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3069 2024.12.14 03:37:08.892395 [ 255 ] {01533857-f9f2-4f89-a8a9-4f9b5cdf9b20} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3070 2024.12.14 03:37:08.892657 [ 255 ] {01533857-f9f2-4f89-a8a9-4f9b5cdf9b20} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3071 2024.12.14 03:37:08.892858 [ 255 ] {01533857-f9f2-4f89-a8a9-4f9b5cdf9b20} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001841 sec., 57577.40358500815 rows/sec., 4.87 MiB/sec.
3072 2024.12.14 03:37:08.892915 [ 255 ] {01533857-f9f2-4f89-a8a9-4f9b5cdf9b20} <Debug> TCPHandler: Processed in 0.002159124 sec.
3073 2024.12.14 03:37:08.893184 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3074 2024.12.14 03:37:08.893406 [ 258 ] {bcf57404-6262-4f9e-9fe0-55d8ba2abc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3075 2024.12.14 03:37:08.893492 [ 258 ] {bcf57404-6262-4f9e-9fe0-55d8ba2abc6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3076 2024.12.14 03:37:08.894351 [ 258 ] {bcf57404-6262-4f9e-9fe0-55d8ba2abc6e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3077 2024.12.14 03:37:08.894406 [ 258 ] {bcf57404-6262-4f9e-9fe0-55d8ba2abc6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3078 2024.12.14 03:37:08.894861 [ 258 ] {bcf57404-6262-4f9e-9fe0-55d8ba2abc6e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3079 2024.12.14 03:37:08.895128 [ 258 ] {bcf57404-6262-4f9e-9fe0-55d8ba2abc6e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3080 2024.12.14 03:37:08.895379 [ 258 ] {bcf57404-6262-4f9e-9fe0-55d8ba2abc6e} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002036 sec., 12278.978388998035 rows/sec., 923.32 KiB/sec.
3081 2024.12.14 03:37:08.895448 [ 258 ] {bcf57404-6262-4f9e-9fe0-55d8ba2abc6e} <Debug> TCPHandler: Processed in 0.002418668 sec.
3082 2024.12.14 03:37:08.895597 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3083 2024.12.14 03:37:08.895718 [ 255 ] {21ca8af7-c03b-4c0d-a92a-4922b8b16a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3084 2024.12.14 03:37:08.895767 [ 255 ] {21ca8af7-c03b-4c0d-a92a-4922b8b16a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3085 2024.12.14 03:37:08.896386 [ 255 ] {21ca8af7-c03b-4c0d-a92a-4922b8b16a02} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3086 2024.12.14 03:37:08.896425 [ 255 ] {21ca8af7-c03b-4c0d-a92a-4922b8b16a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3087 2024.12.14 03:37:08.896797 [ 255 ] {21ca8af7-c03b-4c0d-a92a-4922b8b16a02} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3088 2024.12.14 03:37:08.897052 [ 255 ] {21ca8af7-c03b-4c0d-a92a-4922b8b16a02} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3089 2024.12.14 03:37:08.897236 [ 255 ] {21ca8af7-c03b-4c0d-a92a-4922b8b16a02} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001543 sec., 57679.8444588464 rows/sec., 4.50 MiB/sec.
3090 2024.12.14 03:37:08.897290 [ 255 ] {21ca8af7-c03b-4c0d-a92a-4922b8b16a02} <Debug> TCPHandler: Processed in 0.001751055 sec.
3091 2024.12.14 03:37:08.897448 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3092 2024.12.14 03:37:08.897580 [ 258 ] {0ef2c850-44d8-4e76-8b84-448bcb1f0609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3093 2024.12.14 03:37:08.897642 [ 258 ] {0ef2c850-44d8-4e76-8b84-448bcb1f0609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3094 2024.12.14 03:37:08.898342 [ 258 ] {0ef2c850-44d8-4e76-8b84-448bcb1f0609} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3095 2024.12.14 03:37:08.898388 [ 258 ] {0ef2c850-44d8-4e76-8b84-448bcb1f0609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3096 2024.12.14 03:37:08.898838 [ 258 ] {0ef2c850-44d8-4e76-8b84-448bcb1f0609} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3097 2024.12.14 03:37:08.899093 [ 258 ] {0ef2c850-44d8-4e76-8b84-448bcb1f0609} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3098 2024.12.14 03:37:08.899369 [ 258 ] {0ef2c850-44d8-4e76-8b84-448bcb1f0609} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001815 sec., 88154.26997245179 rows/sec., 6.14 MiB/sec.
3099 2024.12.14 03:37:08.899558 [ 258 ] {0ef2c850-44d8-4e76-8b84-448bcb1f0609} <Debug> TCPHandler: Processed in 0.002167234 sec.
3100 2024.12.14 03:37:08.899758 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3101 2024.12.14 03:37:08.899877 [ 255 ] {87c5fa54-5de5-44b8-8458-e15a97b99314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3102 2024.12.14 03:37:08.899961 [ 255 ] {87c5fa54-5de5-44b8-8458-e15a97b99314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3103 2024.12.14 03:37:08.901167 [ 255 ] {87c5fa54-5de5-44b8-8458-e15a97b99314} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3104 2024.12.14 03:37:08.901205 [ 255 ] {87c5fa54-5de5-44b8-8458-e15a97b99314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3105 2024.12.14 03:37:08.901839 [ 255 ] {87c5fa54-5de5-44b8-8458-e15a97b99314} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3106 2024.12.14 03:37:08.902090 [ 255 ] {87c5fa54-5de5-44b8-8458-e15a97b99314} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3107 2024.12.14 03:37:08.902299 [ 255 ] {87c5fa54-5de5-44b8-8458-e15a97b99314} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002447 sec., 10216.59174499387 rows/sec., 18.31 MiB/sec.
3108 2024.12.14 03:37:08.902397 [ 255 ] {87c5fa54-5de5-44b8-8458-e15a97b99314} <Debug> TCPHandler: Processed in 0.002708915 sec.
3109 2024.12.14 03:37:08.902564 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3110 2024.12.14 03:37:08.902687 [ 258 ] {4837b0ed-e18c-4581-afe7-fbe606dca4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3111 2024.12.14 03:37:08.902742 [ 258 ] {4837b0ed-e18c-4581-afe7-fbe606dca4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3112 2024.12.14 03:37:08.903255 [ 258 ] {4837b0ed-e18c-4581-afe7-fbe606dca4f3} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3113 2024.12.14 03:37:08.903298 [ 258 ] {4837b0ed-e18c-4581-afe7-fbe606dca4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3114 2024.12.14 03:37:08.903681 [ 258 ] {4837b0ed-e18c-4581-afe7-fbe606dca4f3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3115 2024.12.14 03:37:08.903929 [ 258 ] {4837b0ed-e18c-4581-afe7-fbe606dca4f3} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3116 2024.12.14 03:37:08.904200 [ 258 ] {4837b0ed-e18c-4581-afe7-fbe606dca4f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001539 sec., 38986.35477582846 rows/sec., 2.63 MiB/sec.
3117 2024.12.14 03:37:08.904401 [ 258 ] {4837b0ed-e18c-4581-afe7-fbe606dca4f3} <Debug> TCPHandler: Processed in 0.001894007 sec.
3118 2024.12.14 03:37:13.047424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 422
3119 2024.12.14 03:37:13.050479 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3120 2024.12.14 03:37:13.050530 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3121 2024.12.14 03:37:13.051980 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3122 2024.12.14 03:37:13.052289 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3123 2024.12.14 03:37:13.053015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 422
3124 2024.12.14 03:37:13.920445 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3125 2024.12.14 03:37:13.920745 [ 255 ] {0ccf376d-d287-4d2b-9f58-f3cb7d12b18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3126 2024.12.14 03:37:13.920862 [ 255 ] {0ccf376d-d287-4d2b-9f58-f3cb7d12b18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3127 2024.12.14 03:37:13.921798 [ 255 ] {0ccf376d-d287-4d2b-9f58-f3cb7d12b18c} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3128 2024.12.14 03:37:13.921851 [ 255 ] {0ccf376d-d287-4d2b-9f58-f3cb7d12b18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3129 2024.12.14 03:37:13.922278 [ 255 ] {0ccf376d-d287-4d2b-9f58-f3cb7d12b18c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3130 2024.12.14 03:37:13.922535 [ 255 ] {0ccf376d-d287-4d2b-9f58-f3cb7d12b18c} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3131 2024.12.14 03:37:13.922784 [ 255 ] {0ccf376d-d287-4d2b-9f58-f3cb7d12b18c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002123 sec., 2826.189354686764 rows/sec., 230.46 KiB/sec.
3132 2024.12.14 03:37:13.922851 [ 255 ] {0ccf376d-d287-4d2b-9f58-f3cb7d12b18c} <Debug> TCPHandler: Processed in 0.002586482 sec.
3133 2024.12.14 03:37:13.923175 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3134 2024.12.14 03:37:13.923441 [ 258 ] {9f4a16ac-868e-4486-aa2d-8f56ae38c545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3135 2024.12.14 03:37:13.923515 [ 258 ] {9f4a16ac-868e-4486-aa2d-8f56ae38c545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3136 2024.12.14 03:37:13.924848 [ 258 ] {9f4a16ac-868e-4486-aa2d-8f56ae38c545} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3137 2024.12.14 03:37:13.924898 [ 258 ] {9f4a16ac-868e-4486-aa2d-8f56ae38c545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3138 2024.12.14 03:37:13.925415 [ 258 ] {9f4a16ac-868e-4486-aa2d-8f56ae38c545} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3139 2024.12.14 03:37:13.925678 [ 258 ] {9f4a16ac-868e-4486-aa2d-8f56ae38c545} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3140 2024.12.14 03:37:13.925919 [ 258 ] {9f4a16ac-868e-4486-aa2d-8f56ae38c545} <Debug> executeQuery: Read 1231 rows, 104.21 KiB in 0.002533 sec., 485984.99802605604 rows/sec., 40.18 MiB/sec.
3141 2024.12.14 03:37:13.925981 [ 258 ] {9f4a16ac-868e-4486-aa2d-8f56ae38c545} <Debug> TCPHandler: Processed in 0.00300698 sec.
3142 2024.12.14 03:37:13.926150 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3143 2024.12.14 03:37:13.926298 [ 255 ] {981675bd-fcc6-42d4-907c-a0a9c48c8260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3144 2024.12.14 03:37:13.926360 [ 255 ] {981675bd-fcc6-42d4-907c-a0a9c48c8260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3145 2024.12.14 03:37:13.927085 [ 255 ] {981675bd-fcc6-42d4-907c-a0a9c48c8260} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3146 2024.12.14 03:37:13.927136 [ 255 ] {981675bd-fcc6-42d4-907c-a0a9c48c8260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3147 2024.12.14 03:37:13.927530 [ 255 ] {981675bd-fcc6-42d4-907c-a0a9c48c8260} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3148 2024.12.14 03:37:13.927768 [ 255 ] {981675bd-fcc6-42d4-907c-a0a9c48c8260} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3149 2024.12.14 03:37:13.927975 [ 255 ] {981675bd-fcc6-42d4-907c-a0a9c48c8260} <Debug> executeQuery: Read 22 rows, 1.62 KiB in 0.001713 sec., 12842.96555750146 rows/sec., 946.92 KiB/sec.
3150 2024.12.14 03:37:13.928033 [ 255 ] {981675bd-fcc6-42d4-907c-a0a9c48c8260} <Debug> TCPHandler: Processed in 0.001956279 sec.
3151 2024.12.14 03:37:13.928184 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3152 2024.12.14 03:37:13.928313 [ 258 ] {1a0482ab-f386-42d2-a0c3-7a2352ec33ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3153 2024.12.14 03:37:13.928404 [ 258 ] {1a0482ab-f386-42d2-a0c3-7a2352ec33ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3154 2024.12.14 03:37:13.929489 [ 258 ] {1a0482ab-f386-42d2-a0c3-7a2352ec33ca} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3155 2024.12.14 03:37:13.929529 [ 258 ] {1a0482ab-f386-42d2-a0c3-7a2352ec33ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3156 2024.12.14 03:37:13.929902 [ 258 ] {1a0482ab-f386-42d2-a0c3-7a2352ec33ca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3157 2024.12.14 03:37:13.930140 [ 258 ] {1a0482ab-f386-42d2-a0c3-7a2352ec33ca} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3158 2024.12.14 03:37:13.930398 [ 258 ] {1a0482ab-f386-42d2-a0c3-7a2352ec33ca} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002111 sec., 108005.68450971103 rows/sec., 7.31 MiB/sec.
3159 2024.12.14 03:37:13.930530 [ 258 ] {1a0482ab-f386-42d2-a0c3-7a2352ec33ca} <Debug> TCPHandler: Processed in 0.002403009 sec.
3160 2024.12.14 03:37:13.930690 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3161 2024.12.14 03:37:13.930834 [ 255 ] {2349fca7-4cf7-44c9-9a68-f33dba2e9f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3162 2024.12.14 03:37:13.930893 [ 255 ] {2349fca7-4cf7-44c9-9a68-f33dba2e9f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3163 2024.12.14 03:37:13.931762 [ 255 ] {2349fca7-4cf7-44c9-9a68-f33dba2e9f60} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3164 2024.12.14 03:37:13.931802 [ 255 ] {2349fca7-4cf7-44c9-9a68-f33dba2e9f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3165 2024.12.14 03:37:13.932189 [ 255 ] {2349fca7-4cf7-44c9-9a68-f33dba2e9f60} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3166 2024.12.14 03:37:13.932438 [ 255 ] {2349fca7-4cf7-44c9-9a68-f33dba2e9f60} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3167 2024.12.14 03:37:13.932665 [ 255 ] {2349fca7-4cf7-44c9-9a68-f33dba2e9f60} <Debug> executeQuery: Read 542 rows, 41.17 KiB in 0.001853 sec., 292498.65083648136 rows/sec., 21.70 MiB/sec.
3168 2024.12.14 03:37:13.932772 [ 255 ] {2349fca7-4cf7-44c9-9a68-f33dba2e9f60} <Debug> TCPHandler: Processed in 0.002143823 sec.
3169 2024.12.14 03:37:13.933034 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3170 2024.12.14 03:37:13.933171 [ 258 ] {dc3bfe34-ca82-4555-b962-508b745c2bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3171 2024.12.14 03:37:13.933235 [ 258 ] {dc3bfe34-ca82-4555-b962-508b745c2bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3172 2024.12.14 03:37:13.934020 [ 258 ] {dc3bfe34-ca82-4555-b962-508b745c2bff} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3173 2024.12.14 03:37:13.934060 [ 258 ] {dc3bfe34-ca82-4555-b962-508b745c2bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3174 2024.12.14 03:37:13.934501 [ 258 ] {dc3bfe34-ca82-4555-b962-508b745c2bff} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3175 2024.12.14 03:37:13.934740 [ 258 ] {dc3bfe34-ca82-4555-b962-508b745c2bff} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3176 2024.12.14 03:37:13.934918 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3177 2024.12.14 03:37:13.934975 [ 258 ] {dc3bfe34-ca82-4555-b962-508b745c2bff} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001831 sec., 482250.13653741125 rows/sec., 32.45 MiB/sec.
3178 2024.12.14 03:37:13.934996 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3179 2024.12.14 03:37:13.935067 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3180 2024.12.14 03:37:13.935101 [ 258 ] {dc3bfe34-ca82-4555-b962-508b745c2bff} <Debug> TCPHandler: Processed in 0.002196324 sec.
3181 2024.12.14 03:37:13.935378 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3182 2024.12.14 03:37:13.935550 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
3183 2024.12.14 03:37:13.935789 [ 255 ] {3fec6576-bb3c-47bc-9519-7b3c4acc6e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3184 2024.12.14 03:37:13.936103 [ 255 ] {3fec6576-bb3c-47bc-9519-7b3c4acc6e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3185 2024.12.14 03:37:13.936135 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3186 2024.12.14 03:37:13.936260 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5757 rows starting from the beginning of the part
3187 2024.12.14 03:37:13.936666 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 150 rows starting from the beginning of the part
3188 2024.12.14 03:37:13.937109 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 158 rows starting from the beginning of the part
3189 2024.12.14 03:37:13.937518 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part
3190 2024.12.14 03:37:13.937956 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part
3191 2024.12.14 03:37:13.938399 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 883 rows starting from the beginning of the part
3192 2024.12.14 03:37:13.941226 [ 255 ] {3fec6576-bb3c-47bc-9519-7b3c4acc6e30} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3193 2024.12.14 03:37:13.941314 [ 255 ] {3fec6576-bb3c-47bc-9519-7b3c4acc6e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3194 2024.12.14 03:37:13.942679 [ 255 ] {3fec6576-bb3c-47bc-9519-7b3c4acc6e30} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3195 2024.12.14 03:37:13.943044 [ 255 ] {3fec6576-bb3c-47bc-9519-7b3c4acc6e30} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3196 2024.12.14 03:37:13.943500 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7268 rows, containing 5 columns (5 merged, 0 gathered) in 0.008300836 sec., 875574.4602109955 rows/sec., 59.49 MiB/sec.
3197 2024.12.14 03:37:13.943631 [ 255 ] {3fec6576-bb3c-47bc-9519-7b3c4acc6e30} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008002 sec., 1999.5001249687577 rows/sec., 3.58 MiB/sec.
3198 2024.12.14 03:37:13.943800 [ 255 ] {3fec6576-bb3c-47bc-9519-7b3c4acc6e30} <Debug> TCPHandler: Processed in 0.008579902 sec.
3199 2024.12.14 03:37:13.943962 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3200 2024.12.14 03:37:13.944115 [ 258 ] {3d2620c3-9df2-4000-b5a3-ae447f727d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3201 2024.12.14 03:37:13.944140 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3202 2024.12.14 03:37:13.944208 [ 258 ] {3d2620c3-9df2-4000-b5a3-ae447f727d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3203 2024.12.14 03:37:13.944823 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3204 2024.12.14 03:37:13.945039 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3205 2024.12.14 03:37:13.945254 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
3206 2024.12.14 03:37:13.945324 [ 258 ] {3d2620c3-9df2-4000-b5a3-ae447f727d07} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3207 2024.12.14 03:37:13.945369 [ 258 ] {3d2620c3-9df2-4000-b5a3-ae447f727d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3208 2024.12.14 03:37:13.945744 [ 258 ] {3d2620c3-9df2-4000-b5a3-ae447f727d07} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3209 2024.12.14 03:37:13.945986 [ 258 ] {3d2620c3-9df2-4000-b5a3-ae447f727d07} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3210 2024.12.14 03:37:13.946148 [ 124 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3211 2024.12.14 03:37:13.946207 [ 124 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3212 2024.12.14 03:37:13.946243 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3213 2024.12.14 03:37:13.946255 [ 258 ] {3d2620c3-9df2-4000-b5a3-ae447f727d07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002185 sec., 27459.95423340961 rows/sec., 1.85 MiB/sec.
3214 2024.12.14 03:37:13.946591 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
3215 2024.12.14 03:37:13.946613 [ 258 ] {3d2620c3-9df2-4000-b5a3-ae447f727d07} <Debug> TCPHandler: Processed in 0.002712635 sec.
3216 2024.12.14 03:37:13.947043 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3217 2024.12.14 03:37:13.947086 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 800 rows starting from the beginning of the part
3218 2024.12.14 03:37:13.947188 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part
3219 2024.12.14 03:37:13.947388 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
3220 2024.12.14 03:37:13.947589 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
3221 2024.12.14 03:37:13.947737 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
3222 2024.12.14 03:37:13.947857 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
3223 2024.12.14 03:37:13.949140 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1086 rows, containing 4 columns (4 merged, 0 gathered) in 0.002819646 sec., 385154.7321897856 rows/sec., 26.31 MiB/sec.
3224 2024.12.14 03:37:13.949424 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3225 2024.12.14 03:37:13.949774 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_26_5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3226 2024.12.14 03:37:13.949873 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_26_5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3227 2024.12.14 03:37:13.949973 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
3228 2024.12.14 03:37:15.519787 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
3229 2024.12.14 03:37:15.520534 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3230 2024.12.14 03:37:15.520582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3231 2024.12.14 03:37:15.521139 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3232 2024.12.14 03:37:15.521401 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3233 2024.12.14 03:37:15.521656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
3234 2024.12.14 03:37:16.074092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3235 2024.12.14 03:37:16.095177 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3236 2024.12.14 03:37:16.095226 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3237 2024.12.14 03:37:16.102797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3238 2024.12.14 03:37:16.103564 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3239 2024.12.14 03:37:16.106820 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3240 2024.12.14 03:37:18.890377 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3241 2024.12.14 03:37:18.890675 [ 255 ] {3e6a66b7-a23b-4fbb-b1c8-58f942bd85e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3242 2024.12.14 03:37:18.890793 [ 255 ] {3e6a66b7-a23b-4fbb-b1c8-58f942bd85e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3243 2024.12.14 03:37:18.891860 [ 255 ] {3e6a66b7-a23b-4fbb-b1c8-58f942bd85e5} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3244 2024.12.14 03:37:18.891915 [ 255 ] {3e6a66b7-a23b-4fbb-b1c8-58f942bd85e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3245 2024.12.14 03:37:18.892360 [ 255 ] {3e6a66b7-a23b-4fbb-b1c8-58f942bd85e5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3246 2024.12.14 03:37:18.892607 [ 255 ] {3e6a66b7-a23b-4fbb-b1c8-58f942bd85e5} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3247 2024.12.14 03:37:18.892840 [ 255 ] {3e6a66b7-a23b-4fbb-b1c8-58f942bd85e5} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.002248 sec., 47153.02491103203 rows/sec., 3.99 MiB/sec.
3248 2024.12.14 03:37:18.892903 [ 255 ] {3e6a66b7-a23b-4fbb-b1c8-58f942bd85e5} <Debug> TCPHandler: Processed in 0.002710905 sec.
3249 2024.12.14 03:37:18.893167 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3250 2024.12.14 03:37:18.893391 [ 258 ] {a66e3366-9d2c-49cc-853b-32c5abbc31c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3251 2024.12.14 03:37:18.893477 [ 258 ] {a66e3366-9d2c-49cc-853b-32c5abbc31c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3252 2024.12.14 03:37:18.894270 [ 258 ] {a66e3366-9d2c-49cc-853b-32c5abbc31c4} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3253 2024.12.14 03:37:18.894325 [ 258 ] {a66e3366-9d2c-49cc-853b-32c5abbc31c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3254 2024.12.14 03:37:18.894780 [ 258 ] {a66e3366-9d2c-49cc-853b-32c5abbc31c4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3255 2024.12.14 03:37:18.895046 [ 258 ] {a66e3366-9d2c-49cc-853b-32c5abbc31c4} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3256 2024.12.14 03:37:18.895287 [ 258 ] {a66e3366-9d2c-49cc-853b-32c5abbc31c4} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001956 sec., 12781.186094069531 rows/sec., 961.09 KiB/sec.
3257 2024.12.14 03:37:18.895421 [ 258 ] {a66e3366-9d2c-49cc-853b-32c5abbc31c4} <Debug> TCPHandler: Processed in 0.002408358 sec.
3258 2024.12.14 03:37:18.895595 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3259 2024.12.14 03:37:18.895742 [ 255 ] {222d801f-ea79-4ddf-b601-a2d234b1fdd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3260 2024.12.14 03:37:18.895804 [ 255 ] {222d801f-ea79-4ddf-b601-a2d234b1fdd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3261 2024.12.14 03:37:18.896542 [ 255 ] {222d801f-ea79-4ddf-b601-a2d234b1fdd0} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3262 2024.12.14 03:37:18.896582 [ 255 ] {222d801f-ea79-4ddf-b601-a2d234b1fdd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3263 2024.12.14 03:37:18.896952 [ 255 ] {222d801f-ea79-4ddf-b601-a2d234b1fdd0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3264 2024.12.14 03:37:18.897191 [ 255 ] {222d801f-ea79-4ddf-b601-a2d234b1fdd0} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3265 2024.12.14 03:37:18.897372 [ 255 ] {222d801f-ea79-4ddf-b601-a2d234b1fdd0} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001665 sec., 53453.453453453454 rows/sec., 4.17 MiB/sec.
3266 2024.12.14 03:37:18.897429 [ 255 ] {222d801f-ea79-4ddf-b601-a2d234b1fdd0} <Debug> TCPHandler: Processed in 0.001902838 sec.
3267 2024.12.14 03:37:18.897600 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3268 2024.12.14 03:37:18.897748 [ 258 ] {8dea9901-28ec-4834-b89d-adff02a74d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3269 2024.12.14 03:37:18.897817 [ 258 ] {8dea9901-28ec-4834-b89d-adff02a74d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3270 2024.12.14 03:37:18.898510 [ 258 ] {8dea9901-28ec-4834-b89d-adff02a74d68} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3271 2024.12.14 03:37:18.898550 [ 258 ] {8dea9901-28ec-4834-b89d-adff02a74d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3272 2024.12.14 03:37:18.898959 [ 258 ] {8dea9901-28ec-4834-b89d-adff02a74d68} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3273 2024.12.14 03:37:18.899204 [ 258 ] {8dea9901-28ec-4834-b89d-adff02a74d68} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3274 2024.12.14 03:37:18.899468 [ 258 ] {8dea9901-28ec-4834-b89d-adff02a74d68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001749 sec., 91480.84619782734 rows/sec., 6.37 MiB/sec.
3275 2024.12.14 03:37:18.899665 [ 258 ] {8dea9901-28ec-4834-b89d-adff02a74d68} <Debug> TCPHandler: Processed in 0.002133843 sec.
3276 2024.12.14 03:37:18.899946 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3277 2024.12.14 03:37:18.900169 [ 255 ] {1a8a246d-d5c5-43a9-ad1d-af24e225d0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3278 2024.12.14 03:37:18.900311 [ 255 ] {1a8a246d-d5c5-43a9-ad1d-af24e225d0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3279 2024.12.14 03:37:18.901552 [ 255 ] {1a8a246d-d5c5-43a9-ad1d-af24e225d0a6} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3280 2024.12.14 03:37:18.901591 [ 255 ] {1a8a246d-d5c5-43a9-ad1d-af24e225d0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3281 2024.12.14 03:37:18.902248 [ 255 ] {1a8a246d-d5c5-43a9-ad1d-af24e225d0a6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3282 2024.12.14 03:37:18.902496 [ 255 ] {1a8a246d-d5c5-43a9-ad1d-af24e225d0a6} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3283 2024.12.14 03:37:18.902695 [ 255 ] {1a8a246d-d5c5-43a9-ad1d-af24e225d0a6} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002583 sec., 9678.668215253581 rows/sec., 17.34 MiB/sec.
3284 2024.12.14 03:37:18.902806 [ 255 ] {1a8a246d-d5c5-43a9-ad1d-af24e225d0a6} <Debug> TCPHandler: Processed in 0.003027701 sec.
3285 2024.12.14 03:37:18.903023 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3286 2024.12.14 03:37:18.903249 [ 258 ] {870705d2-9669-49b8-b780-d68247bb54a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3287 2024.12.14 03:37:18.903348 [ 258 ] {870705d2-9669-49b8-b780-d68247bb54a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3288 2024.12.14 03:37:18.903931 [ 258 ] {870705d2-9669-49b8-b780-d68247bb54a4} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3289 2024.12.14 03:37:18.903971 [ 258 ] {870705d2-9669-49b8-b780-d68247bb54a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3290 2024.12.14 03:37:18.904358 [ 258 ] {870705d2-9669-49b8-b780-d68247bb54a4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3291 2024.12.14 03:37:18.904596 [ 258 ] {870705d2-9669-49b8-b780-d68247bb54a4} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3292 2024.12.14 03:37:18.904830 [ 258 ] {870705d2-9669-49b8-b780-d68247bb54a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001636 sec., 36674.81662591687 rows/sec., 2.47 MiB/sec.
3293 2024.12.14 03:37:18.904884 [ 258 ] {870705d2-9669-49b8-b780-d68247bb54a4} <Debug> TCPHandler: Processed in 0.00197788 sec.
3294 2024.12.14 03:37:22.929993 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
3295 2024.12.14 03:37:22.930075 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
3296 2024.12.14 03:37:23.021883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
3297 2024.12.14 03:37:23.022892 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3298 2024.12.14 03:37:23.022939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3299 2024.12.14 03:37:23.023626 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3300 2024.12.14 03:37:23.023880 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3301 2024.12.14 03:37:23.024165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3302 2024.12.14 03:37:23.053271 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 450
3303 2024.12.14 03:37:23.056267 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3304 2024.12.14 03:37:23.056317 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3305 2024.12.14 03:37:23.057779 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3306 2024.12.14 03:37:23.058102 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3307 2024.12.14 03:37:23.058722 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450
3308 2024.12.14 03:37:23.606982 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3309 2024.12.14 03:37:23.628005 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3310 2024.12.14 03:37:23.628062 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3311 2024.12.14 03:37:23.636264 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3312 2024.12.14 03:37:23.637042 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3313 2024.12.14 03:37:23.640402 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3314 2024.12.14 03:37:23.890540 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3315 2024.12.14 03:37:23.890814 [ 255 ] {011771f4-e161-4376-8d6f-37463fa6608b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3316 2024.12.14 03:37:23.890885 [ 255 ] {011771f4-e161-4376-8d6f-37463fa6608b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3317 2024.12.14 03:37:23.891665 [ 255 ] {011771f4-e161-4376-8d6f-37463fa6608b} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3318 2024.12.14 03:37:23.891712 [ 255 ] {011771f4-e161-4376-8d6f-37463fa6608b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3319 2024.12.14 03:37:23.892151 [ 255 ] {011771f4-e161-4376-8d6f-37463fa6608b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3320 2024.12.14 03:37:23.892407 [ 255 ] {011771f4-e161-4376-8d6f-37463fa6608b} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3321 2024.12.14 03:37:23.892608 [ 255 ] {011771f4-e161-4376-8d6f-37463fa6608b} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001853 sec., 47490.55585536967 rows/sec., 3.92 MiB/sec.
3322 2024.12.14 03:37:23.892674 [ 255 ] {011771f4-e161-4376-8d6f-37463fa6608b} <Debug> TCPHandler: Processed in 0.002317806 sec.
3323 2024.12.14 03:37:23.892993 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3324 2024.12.14 03:37:23.893302 [ 258 ] {bf0a0a6b-bb60-4317-8f02-ed5ca5f6947b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3325 2024.12.14 03:37:23.893425 [ 258 ] {bf0a0a6b-bb60-4317-8f02-ed5ca5f6947b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3326 2024.12.14 03:37:23.894305 [ 258 ] {bf0a0a6b-bb60-4317-8f02-ed5ca5f6947b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3327 2024.12.14 03:37:23.894358 [ 258 ] {bf0a0a6b-bb60-4317-8f02-ed5ca5f6947b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3328 2024.12.14 03:37:23.894809 [ 258 ] {bf0a0a6b-bb60-4317-8f02-ed5ca5f6947b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3329 2024.12.14 03:37:23.895074 [ 258 ] {bf0a0a6b-bb60-4317-8f02-ed5ca5f6947b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3330 2024.12.14 03:37:23.895257 [ 113 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3331 2024.12.14 03:37:23.895320 [ 113 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3332 2024.12.14 03:37:23.895344 [ 258 ] {bf0a0a6b-bb60-4317-8f02-ed5ca5f6947b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002115 sec., 7565.0118203309685 rows/sec., 568.85 KiB/sec.
3333 2024.12.14 03:37:23.895362 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3334 2024.12.14 03:37:23.895509 [ 258 ] {bf0a0a6b-bb60-4317-8f02-ed5ca5f6947b} <Debug> TCPHandler: Processed in 0.002717104 sec.
3335 2024.12.14 03:37:23.895571 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
3336 2024.12.14 03:37:23.895711 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3337 2024.12.14 03:37:23.895755 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3338 2024.12.14 03:37:23.895803 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 49 rows starting from the beginning of the part
3339 2024.12.14 03:37:23.895974 [ 255 ] {213584be-74ab-4d2d-86cc-02962b4cf7ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3340 2024.12.14 03:37:23.896008 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part
3341 2024.12.14 03:37:23.896163 [ 255 ] {213584be-74ab-4d2d-86cc-02962b4cf7ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3342 2024.12.14 03:37:23.896360 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 25 rows starting from the beginning of the part
3343 2024.12.14 03:37:23.896843 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part
3344 2024.12.14 03:37:23.897339 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 25 rows starting from the beginning of the part
3345 2024.12.14 03:37:23.897720 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part
3346 2024.12.14 03:37:23.899010 [ 255 ] {213584be-74ab-4d2d-86cc-02962b4cf7ee} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3347 2024.12.14 03:37:23.899085 [ 255 ] {213584be-74ab-4d2d-86cc-02962b4cf7ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3348 2024.12.14 03:37:23.900223 [ 255 ] {213584be-74ab-4d2d-86cc-02962b4cf7ee} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3349 2024.12.14 03:37:23.900379 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 5 columns (5 merged, 0 gathered) in 0.004892868 sec., 31270.003605247475 rows/sec., 2.40 MiB/sec.
3350 2024.12.14 03:37:23.900520 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3351 2024.12.14 03:37:23.900613 [ 255 ] {213584be-74ab-4d2d-86cc-02962b4cf7ee} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3352 2024.12.14 03:37:23.900852 [ 255 ] {213584be-74ab-4d2d-86cc-02962b4cf7ee} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.004981 sec., 16061.031921300942 rows/sec., 1.25 MiB/sec.
3353 2024.12.14 03:37:23.900906 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3354 2024.12.14 03:37:23.900946 [ 255 ] {213584be-74ab-4d2d-86cc-02962b4cf7ee} <Debug> TCPHandler: Processed in 0.005340047 sec.
3355 2024.12.14 03:37:23.901020 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_16_3} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3356 2024.12.14 03:37:23.901145 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3357 2024.12.14 03:37:23.901198 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3358 2024.12.14 03:37:23.901350 [ 258 ] {43adb6c5-9c8f-4cd5-b43c-2a466cc54752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3359 2024.12.14 03:37:23.901415 [ 258 ] {43adb6c5-9c8f-4cd5-b43c-2a466cc54752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3360 2024.12.14 03:37:23.902059 [ 258 ] {43adb6c5-9c8f-4cd5-b43c-2a466cc54752} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3361 2024.12.14 03:37:23.902100 [ 258 ] {43adb6c5-9c8f-4cd5-b43c-2a466cc54752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3362 2024.12.14 03:37:23.902511 [ 258 ] {43adb6c5-9c8f-4cd5-b43c-2a466cc54752} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3363 2024.12.14 03:37:23.902759 [ 258 ] {43adb6c5-9c8f-4cd5-b43c-2a466cc54752} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3364 2024.12.14 03:37:23.903023 [ 258 ] {43adb6c5-9c8f-4cd5-b43c-2a466cc54752} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001702 sec., 94007.05052878967 rows/sec., 6.55 MiB/sec.
3365 2024.12.14 03:37:23.903114 [ 258 ] {43adb6c5-9c8f-4cd5-b43c-2a466cc54752} <Debug> TCPHandler: Processed in 0.002023521 sec.
3366 2024.12.14 03:37:23.903390 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3367 2024.12.14 03:37:23.903623 [ 255 ] {69de3bb9-d0d5-4141-99e6-fe3e8c0145ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3368 2024.12.14 03:37:23.903756 [ 255 ] {69de3bb9-d0d5-4141-99e6-fe3e8c0145ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3369 2024.12.14 03:37:23.904902 [ 255 ] {69de3bb9-d0d5-4141-99e6-fe3e8c0145ca} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3370 2024.12.14 03:37:23.904940 [ 255 ] {69de3bb9-d0d5-4141-99e6-fe3e8c0145ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3371 2024.12.14 03:37:23.905601 [ 255 ] {69de3bb9-d0d5-4141-99e6-fe3e8c0145ca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3372 2024.12.14 03:37:23.905858 [ 255 ] {69de3bb9-d0d5-4141-99e6-fe3e8c0145ca} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3373 2024.12.14 03:37:23.906063 [ 255 ] {69de3bb9-d0d5-4141-99e6-fe3e8c0145ca} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002497 sec., 6407.689227072487 rows/sec., 11.48 MiB/sec.
3374 2024.12.14 03:37:23.906170 [ 255 ] {69de3bb9-d0d5-4141-99e6-fe3e8c0145ca} <Debug> TCPHandler: Processed in 0.002939709 sec.
3375 2024.12.14 03:37:23.906331 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3376 2024.12.14 03:37:23.906473 [ 258 ] {a4ed807a-0452-402e-9eb0-d3e1fe7ae417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3377 2024.12.14 03:37:23.906534 [ 258 ] {a4ed807a-0452-402e-9eb0-d3e1fe7ae417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3378 2024.12.14 03:37:23.907058 [ 258 ] {a4ed807a-0452-402e-9eb0-d3e1fe7ae417} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3379 2024.12.14 03:37:23.907098 [ 258 ] {a4ed807a-0452-402e-9eb0-d3e1fe7ae417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3380 2024.12.14 03:37:23.907473 [ 258 ] {a4ed807a-0452-402e-9eb0-d3e1fe7ae417} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3381 2024.12.14 03:37:23.907711 [ 258 ] {a4ed807a-0452-402e-9eb0-d3e1fe7ae417} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3382 2024.12.14 03:37:23.907937 [ 258 ] {a4ed807a-0452-402e-9eb0-d3e1fe7ae417} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec.
3383 2024.12.14 03:37:23.907989 [ 258 ] {a4ed807a-0452-402e-9eb0-d3e1fe7ae417} <Debug> TCPHandler: Processed in 0.001727154 sec.
3384 2024.12.14 03:37:28.890700 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3385 2024.12.14 03:37:28.890925 [ 255 ] {e36d9d6f-712d-407d-b005-c80e82635372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3386 2024.12.14 03:37:28.890999 [ 255 ] {e36d9d6f-712d-407d-b005-c80e82635372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3387 2024.12.14 03:37:28.891745 [ 255 ] {e36d9d6f-712d-407d-b005-c80e82635372} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3388 2024.12.14 03:37:28.891798 [ 255 ] {e36d9d6f-712d-407d-b005-c80e82635372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3389 2024.12.14 03:37:28.892217 [ 255 ] {e36d9d6f-712d-407d-b005-c80e82635372} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3390 2024.12.14 03:37:28.892468 [ 255 ] {e36d9d6f-712d-407d-b005-c80e82635372} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3391 2024.12.14 03:37:28.892674 [ 255 ] {e36d9d6f-712d-407d-b005-c80e82635372} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001806 sec., 1107.4197120708748 rows/sec., 90.30 KiB/sec.
3392 2024.12.14 03:37:28.892740 [ 255 ] {e36d9d6f-712d-407d-b005-c80e82635372} <Debug> TCPHandler: Processed in 0.002181234 sec.
3393 2024.12.14 03:37:28.893021 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3394 2024.12.14 03:37:28.893244 [ 258 ] {f83031e4-0c55-4927-8ff9-dc3fd9e85f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3395 2024.12.14 03:37:28.893331 [ 258 ] {f83031e4-0c55-4927-8ff9-dc3fd9e85f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3396 2024.12.14 03:37:28.894222 [ 258 ] {f83031e4-0c55-4927-8ff9-dc3fd9e85f19} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2024.12.14 03:37:28.894276 [ 258 ] {f83031e4-0c55-4927-8ff9-dc3fd9e85f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3398 2024.12.14 03:37:28.894728 [ 258 ] {f83031e4-0c55-4927-8ff9-dc3fd9e85f19} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3399 2024.12.14 03:37:28.894993 [ 258 ] {f83031e4-0c55-4927-8ff9-dc3fd9e85f19} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3400 2024.12.14 03:37:28.895181 [ 109 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
3401 2024.12.14 03:37:28.895264 [ 109 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3402 2024.12.14 03:37:28.895287 [ 258 ] {f83031e4-0c55-4927-8ff9-dc3fd9e85f19} <Debug> executeQuery: Read 107 rows, 9.25 KiB in 0.0021 sec., 50952.380952380954 rows/sec., 4.30 MiB/sec.
3403 2024.12.14 03:37:28.895304 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3404 2024.12.14 03:37:28.895446 [ 258 ] {f83031e4-0c55-4927-8ff9-dc3fd9e85f19} <Debug> TCPHandler: Processed in 0.002576501 sec.
3405 2024.12.14 03:37:28.895624 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::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
3406 2024.12.14 03:37:28.895657 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3407 2024.12.14 03:37:28.895917 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3408 2024.12.14 03:37:28.895926 [ 255 ] {9eb2dbef-2f20-4824-8bbb-7781298e1720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3409 2024.12.14 03:37:28.895981 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 1283 rows starting from the beginning of the part
3410 2024.12.14 03:37:28.896030 [ 255 ] {9eb2dbef-2f20-4824-8bbb-7781298e1720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3411 2024.12.14 03:37:28.896351 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 106 rows starting from the beginning of the part
3412 2024.12.14 03:37:28.896726 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1231 rows starting from the beginning of the part
3413 2024.12.14 03:37:28.897100 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 106 rows starting from the beginning of the part
3414 2024.12.14 03:37:28.897543 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 88 rows starting from the beginning of the part
3415 2024.12.14 03:37:28.897842 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 107 rows starting from the beginning of the part
3416 2024.12.14 03:37:28.898620 [ 255 ] {9eb2dbef-2f20-4824-8bbb-7781298e1720} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3417 2024.12.14 03:37:28.898676 [ 255 ] {9eb2dbef-2f20-4824-8bbb-7781298e1720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3418 2024.12.14 03:37:28.899607 [ 255 ] {9eb2dbef-2f20-4824-8bbb-7781298e1720} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3419 2024.12.14 03:37:28.900167 [ 255 ] {9eb2dbef-2f20-4824-8bbb-7781298e1720} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3420 2024.12.14 03:37:28.900604 [ 255 ] {9eb2dbef-2f20-4824-8bbb-7781298e1720} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.004766 sec., 5665.127989928661 rows/sec., 423.74 KiB/sec.
3421 2024.12.14 03:37:28.900733 [ 255 ] {9eb2dbef-2f20-4824-8bbb-7781298e1720} <Debug> TCPHandler: Processed in 0.005181724 sec.
3422 2024.12.14 03:37:28.900932 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3423 2024.12.14 03:37:28.901253 [ 258 ] {d1a766ed-1829-47bb-8097-be297d800b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3424 2024.12.14 03:37:28.901397 [ 258 ] {d1a766ed-1829-47bb-8097-be297d800b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3425 2024.12.14 03:37:28.901410 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2921 rows, containing 5 columns (5 merged, 0 gathered) in 0.005946859 sec., 491183.66519199463 rows/sec., 42.66 MiB/sec.
3426 2024.12.14 03:37:28.901725 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
3427 2024.12.14 03:37:28.902299 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3428 2024.12.14 03:37:28.902513 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_29_6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
3429 2024.12.14 03:37:28.902684 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
3430 2024.12.14 03:37:28.902825 [ 258 ] {d1a766ed-1829-47bb-8097-be297d800b99} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3431 2024.12.14 03:37:28.902872 [ 258 ] {d1a766ed-1829-47bb-8097-be297d800b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3432 2024.12.14 03:37:28.903252 [ 258 ] {d1a766ed-1829-47bb-8097-be297d800b99} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3433 2024.12.14 03:37:28.903501 [ 258 ] {d1a766ed-1829-47bb-8097-be297d800b99} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3434 2024.12.14 03:37:28.903664 [ 109 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
3435 2024.12.14 03:37:28.903732 [ 109 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3436 2024.12.14 03:37:28.903769 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3437 2024.12.14 03:37:28.903775 [ 258 ] {d1a766ed-1829-47bb-8097-be297d800b99} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002659 sec., 34223.39225272659 rows/sec., 2.67 MiB/sec.
3438 2024.12.14 03:37:28.904153 [ 258 ] {d1a766ed-1829-47bb-8097-be297d800b99} <Debug> TCPHandler: Processed in 0.003287125 sec.
3439 2024.12.14 03:37:28.904193 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::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
3440 2024.12.14 03:37:28.904478 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3441 2024.12.14 03:37:28.904553 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3442 2024.12.14 03:37:28.904590 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 587 rows starting from the beginning of the part
3443 2024.12.14 03:37:28.904656 [ 255 ] {6209a4ac-df2d-4ce0-89fd-0a4772dc561c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3444 2024.12.14 03:37:28.904770 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 89 rows starting from the beginning of the part
3445 2024.12.14 03:37:28.904878 [ 255 ] {6209a4ac-df2d-4ce0-89fd-0a4772dc561c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3446 2024.12.14 03:37:28.905131 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 542 rows starting from the beginning of the part
3447 2024.12.14 03:37:28.905540 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 89 rows starting from the beginning of the part
3448 2024.12.14 03:37:28.905824 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 80 rows starting from the beginning of the part
3449 2024.12.14 03:37:28.906203 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 91 rows starting from the beginning of the part
3450 2024.12.14 03:37:28.907167 [ 255 ] {6209a4ac-df2d-4ce0-89fd-0a4772dc561c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3451 2024.12.14 03:37:28.907211 [ 255 ] {6209a4ac-df2d-4ce0-89fd-0a4772dc561c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3452 2024.12.14 03:37:28.907781 [ 255 ] {6209a4ac-df2d-4ce0-89fd-0a4772dc561c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3453 2024.12.14 03:37:28.908135 [ 255 ] {6209a4ac-df2d-4ce0-89fd-0a4772dc561c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3454 2024.12.14 03:37:28.908158 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1478 rows, containing 5 columns (5 merged, 0 gathered) in 0.004309947 sec., 342927.6508504629 rows/sec., 27.11 MiB/sec.
3455 2024.12.14 03:37:28.908331 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
3456 2024.12.14 03:37:28.908429 [ 255 ] {6209a4ac-df2d-4ce0-89fd-0a4772dc561c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003803 sec., 42334.99868524849 rows/sec., 2.95 MiB/sec.
3457 2024.12.14 03:37:28.908659 [ 255 ] {6209a4ac-df2d-4ce0-89fd-0a4772dc561c} <Debug> TCPHandler: Processed in 0.004353297 sec.
3458 2024.12.14 03:37:28.908850 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3459 2024.12.14 03:37:28.908862 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3460 2024.12.14 03:37:28.908956 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_29_6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
3461 2024.12.14 03:37:28.909083 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
3462 2024.12.14 03:37:28.909116 [ 258 ] {af197ab7-f8f6-4ce1-ab28-e80ffc2b098a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3463 2024.12.14 03:37:28.909218 [ 258 ] {af197ab7-f8f6-4ce1-ab28-e80ffc2b098a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3464 2024.12.14 03:37:28.910554 [ 258 ] {af197ab7-f8f6-4ce1-ab28-e80ffc2b098a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3465 2024.12.14 03:37:28.910595 [ 258 ] {af197ab7-f8f6-4ce1-ab28-e80ffc2b098a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3466 2024.12.14 03:37:28.911279 [ 258 ] {af197ab7-f8f6-4ce1-ab28-e80ffc2b098a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3467 2024.12.14 03:37:28.911550 [ 258 ] {af197ab7-f8f6-4ce1-ab28-e80ffc2b098a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3468 2024.12.14 03:37:28.911746 [ 109 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3469 2024.12.14 03:37:28.911820 [ 109 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3470 2024.12.14 03:37:28.911863 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3471 2024.12.14 03:37:28.911871 [ 258 ] {af197ab7-f8f6-4ce1-ab28-e80ffc2b098a} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002848 sec., 8778.08988764045 rows/sec., 15.73 MiB/sec.
3472 2024.12.14 03:37:28.912206 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
3473 2024.12.14 03:37:28.912276 [ 258 ] {af197ab7-f8f6-4ce1-ab28-e80ffc2b098a} <Debug> TCPHandler: Processed in 0.0034916 sec.
3474 2024.12.14 03:37:28.912492 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3475 2024.12.14 03:37:28.912681 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3476 2024.12.14 03:37:28.912689 [ 255 ] {2a015d1b-13e8-430d-a95e-4d990def28e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3477 2024.12.14 03:37:28.912761 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 206 rows starting from the beginning of the part
3478 2024.12.14 03:37:28.912775 [ 255 ] {2a015d1b-13e8-430d-a95e-4d990def28e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3479 2024.12.14 03:37:28.913406 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 25 rows starting from the beginning of the part
3480 2024.12.14 03:37:28.913932 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part
3481 2024.12.14 03:37:28.914498 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 25 rows starting from the beginning of the part
3482 2024.12.14 03:37:28.914502 [ 255 ] {2a015d1b-13e8-430d-a95e-4d990def28e5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3483 2024.12.14 03:37:28.914554 [ 255 ] {2a015d1b-13e8-430d-a95e-4d990def28e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
3484 2024.12.14 03:37:28.915004 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part
3485 2024.12.14 03:37:28.915545 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 25 rows starting from the beginning of the part
3486 2024.12.14 03:37:28.915718 [ 255 ] {2a015d1b-13e8-430d-a95e-4d990def28e5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3487 2024.12.14 03:37:28.916251 [ 255 ] {2a015d1b-13e8-430d-a95e-4d990def28e5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3488 2024.12.14 03:37:28.916489 [ 255 ] {2a015d1b-13e8-430d-a95e-4d990def28e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003853 sec., 15572.281339216195 rows/sec., 1.05 MiB/sec.
3489 2024.12.14 03:37:28.916584 [ 255 ] {2a015d1b-13e8-430d-a95e-4d990def28e5} <Debug> TCPHandler: Processed in 0.004200425 sec.
3490 2024.12.14 03:37:28.918986 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 313 rows, containing 19 columns (19 merged, 0 gathered) in 0.007028021 sec., 44536.00807396563 rows/sec., 79.81 MiB/sec.
3491 2024.12.14 03:37:28.919522 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3492 2024.12.14 03:37:28.920004 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3493 2024.12.14 03:37:28.920087 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3494 2024.12.14 03:37:28.920237 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB.
3495 2024.12.14 03:37:30.524396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
3496 2024.12.14 03:37:30.525503 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3497 2024.12.14 03:37:30.525546 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3498 2024.12.14 03:37:30.526089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3499 2024.12.14 03:37:30.526363 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3500 2024.12.14 03:37:30.526524 [ 108 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3501 2024.12.14 03:37:30.526578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
3502 2024.12.14 03:37:30.526587 [ 108 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3503 2024.12.14 03:37:30.526619 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3504 2024.12.14 03:37:30.526732 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
3505 2024.12.14 03:37:30.526844 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3506 2024.12.14 03:37:30.526883 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
3507 2024.12.14 03:37:30.526960 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
3508 2024.12.14 03:37:30.527155 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
3509 2024.12.14 03:37:30.527527 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
3510 2024.12.14 03:37:30.527769 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
3511 2024.12.14 03:37:30.527955 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
3512 2024.12.14 03:37:30.530085 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003402958 sec., 2832241.8319591368 rows/sec., 40.52 MiB/sec.
3513 2024.12.14 03:37:30.530421 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3514 2024.12.14 03:37:30.530812 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_21_4} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3515 2024.12.14 03:37:30.530921 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_21_4} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3516 2024.12.14 03:37:30.531052 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3517 2024.12.14 03:37:31.140529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
3518 2024.12.14 03:37:31.163503 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3519 2024.12.14 03:37:31.163559 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3520 2024.12.14 03:37:31.171076 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3521 2024.12.14 03:37:31.171865 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3522 2024.12.14 03:37:31.172175 [ 107 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3523 2024.12.14 03:37:31.172248 [ 107 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3524 2024.12.14 03:37:31.172296 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3525 2024.12.14 03:37:31.172767 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
3526 2024.12.14 03:37:31.187990 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
3527 2024.12.14 03:37:31.189870 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3528 2024.12.14 03:37:31.191679 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
3529 2024.12.14 03:37:31.197637 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
3530 2024.12.14 03:37:31.203257 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
3531 2024.12.14 03:37:31.208722 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
3532 2024.12.14 03:37:31.214225 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
3533 2024.12.14 03:37:31.218675 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
3534 2024.12.14 03:37:31.279666 [ 192 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.107225368 sec., 1482.8580490392908 rows/sec., 7.67 MiB/sec.
3535 2024.12.14 03:37:31.281665 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3536 2024.12.14 03:37:31.284436 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_21_4} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3537 2024.12.14 03:37:31.284574 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_21_4} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3538 2024.12.14 03:37:31.286389 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
3539 2024.12.14 03:37:32.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.65 MiB, peak 192.19 MiB, free memory in arenas 0.00 B, will set to 183.41 MiB (RSS), difference: 1.76 MiB
3540 2024.12.14 03:37:33.058976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 476
3541 2024.12.14 03:37:33.061946 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3542 2024.12.14 03:37:33.061997 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3543 2024.12.14 03:37:33.063570 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3544 2024.12.14 03:37:33.063886 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3545 2024.12.14 03:37:33.064634 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 476
3546 2024.12.14 03:37:33.890714 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3547 2024.12.14 03:37:33.890928 [ 255 ] {08260a0c-6b6f-40b2-9f44-b74987c4c204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3548 2024.12.14 03:37:33.891013 [ 255 ] {08260a0c-6b6f-40b2-9f44-b74987c4c204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3549 2024.12.14 03:37:33.891825 [ 255 ] {08260a0c-6b6f-40b2-9f44-b74987c4c204} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3550 2024.12.14 03:37:33.891871 [ 255 ] {08260a0c-6b6f-40b2-9f44-b74987c4c204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3551 2024.12.14 03:37:33.892311 [ 255 ] {08260a0c-6b6f-40b2-9f44-b74987c4c204} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3552 2024.12.14 03:37:33.892569 [ 255 ] {08260a0c-6b6f-40b2-9f44-b74987c4c204} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3553 2024.12.14 03:37:33.892809 [ 255 ] {08260a0c-6b6f-40b2-9f44-b74987c4c204} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001938 sec., 45407.63673890609 rows/sec., 3.74 MiB/sec.
3554 2024.12.14 03:37:33.893004 [ 255 ] {08260a0c-6b6f-40b2-9f44-b74987c4c204} <Debug> TCPHandler: Processed in 0.002426869 sec.
3555 2024.12.14 03:37:33.893336 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3556 2024.12.14 03:37:33.893552 [ 258 ] {d7df7c2a-c786-4247-b405-0dcdf9e82509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3557 2024.12.14 03:37:33.893639 [ 258 ] {d7df7c2a-c786-4247-b405-0dcdf9e82509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3558 2024.12.14 03:37:33.894476 [ 258 ] {d7df7c2a-c786-4247-b405-0dcdf9e82509} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3559 2024.12.14 03:37:33.894531 [ 258 ] {d7df7c2a-c786-4247-b405-0dcdf9e82509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3560 2024.12.14 03:37:33.894989 [ 258 ] {d7df7c2a-c786-4247-b405-0dcdf9e82509} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3561 2024.12.14 03:37:33.895253 [ 258 ] {d7df7c2a-c786-4247-b405-0dcdf9e82509} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3562 2024.12.14 03:37:33.895501 [ 258 ] {d7df7c2a-c786-4247-b405-0dcdf9e82509} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002011 sec., 7956.240676280457 rows/sec., 598.27 KiB/sec.
3563 2024.12.14 03:37:33.895575 [ 258 ] {d7df7c2a-c786-4247-b405-0dcdf9e82509} <Debug> TCPHandler: Processed in 0.002418209 sec.
3564 2024.12.14 03:37:33.895758 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3565 2024.12.14 03:37:33.895903 [ 255 ] {1d746248-5d52-41e2-b92d-ffef31c83d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3566 2024.12.14 03:37:33.895964 [ 255 ] {1d746248-5d52-41e2-b92d-ffef31c83d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3567 2024.12.14 03:37:33.896619 [ 255 ] {1d746248-5d52-41e2-b92d-ffef31c83d05} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3568 2024.12.14 03:37:33.896659 [ 255 ] {1d746248-5d52-41e2-b92d-ffef31c83d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3569 2024.12.14 03:37:33.897030 [ 255 ] {1d746248-5d52-41e2-b92d-ffef31c83d05} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3570 2024.12.14 03:37:33.897279 [ 255 ] {1d746248-5d52-41e2-b92d-ffef31c83d05} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3571 2024.12.14 03:37:33.897504 [ 255 ] {1d746248-5d52-41e2-b92d-ffef31c83d05} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001635 sec., 48929.663608562696 rows/sec., 3.82 MiB/sec.
3572 2024.12.14 03:37:33.897651 [ 255 ] {1d746248-5d52-41e2-b92d-ffef31c83d05} <Debug> TCPHandler: Processed in 0.001962579 sec.
3573 2024.12.14 03:37:33.897910 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3574 2024.12.14 03:37:33.898058 [ 258 ] {cbb639df-145a-49d4-9ea0-19cc8160cbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3575 2024.12.14 03:37:33.898124 [ 258 ] {cbb639df-145a-49d4-9ea0-19cc8160cbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3576 2024.12.14 03:37:33.898731 [ 258 ] {cbb639df-145a-49d4-9ea0-19cc8160cbf0} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3577 2024.12.14 03:37:33.898774 [ 258 ] {cbb639df-145a-49d4-9ea0-19cc8160cbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3578 2024.12.14 03:37:33.899196 [ 258 ] {cbb639df-145a-49d4-9ea0-19cc8160cbf0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3579 2024.12.14 03:37:33.899443 [ 258 ] {cbb639df-145a-49d4-9ea0-19cc8160cbf0} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3580 2024.12.14 03:37:33.899664 [ 258 ] {cbb639df-145a-49d4-9ea0-19cc8160cbf0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec.
3581 2024.12.14 03:37:33.899723 [ 258 ] {cbb639df-145a-49d4-9ea0-19cc8160cbf0} <Debug> TCPHandler: Processed in 0.00196585 sec.
3582 2024.12.14 03:37:33.899875 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3583 2024.12.14 03:37:33.899993 [ 255 ] {fe1dfd1f-f910-464c-bf46-34ed0c1f1ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3584 2024.12.14 03:37:33.900076 [ 255 ] {fe1dfd1f-f910-464c-bf46-34ed0c1f1ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3585 2024.12.14 03:37:33.901382 [ 255 ] {fe1dfd1f-f910-464c-bf46-34ed0c1f1ab4} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3586 2024.12.14 03:37:33.901420 [ 255 ] {fe1dfd1f-f910-464c-bf46-34ed0c1f1ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3587 2024.12.14 03:37:33.902072 [ 255 ] {fe1dfd1f-f910-464c-bf46-34ed0c1f1ab4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3588 2024.12.14 03:37:33.902327 [ 255 ] {fe1dfd1f-f910-464c-bf46-34ed0c1f1ab4} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3589 2024.12.14 03:37:33.902633 [ 255 ] {fe1dfd1f-f910-464c-bf46-34ed0c1f1ab4} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002637 sec., 6067.5009480470235 rows/sec., 10.87 MiB/sec.
3590 2024.12.14 03:37:33.902855 [ 255 ] {fe1dfd1f-f910-464c-bf46-34ed0c1f1ab4} <Debug> TCPHandler: Processed in 0.003035741 sec.
3591 2024.12.14 03:37:33.903015 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3592 2024.12.14 03:37:33.903147 [ 258 ] {19395d36-179f-4243-b8fb-565a37024eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3593 2024.12.14 03:37:33.903210 [ 258 ] {19395d36-179f-4243-b8fb-565a37024eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3594 2024.12.14 03:37:33.903803 [ 258 ] {19395d36-179f-4243-b8fb-565a37024eea} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3595 2024.12.14 03:37:33.903851 [ 258 ] {19395d36-179f-4243-b8fb-565a37024eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3596 2024.12.14 03:37:33.904275 [ 258 ] {19395d36-179f-4243-b8fb-565a37024eea} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3597 2024.12.14 03:37:33.904512 [ 258 ] {19395d36-179f-4243-b8fb-565a37024eea} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3598 2024.12.14 03:37:33.904729 [ 258 ] {19395d36-179f-4243-b8fb-565a37024eea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001615 sec., 37151.70278637771 rows/sec., 2.50 MiB/sec.
3599 2024.12.14 03:37:33.904782 [ 258 ] {19395d36-179f-4243-b8fb-565a37024eea} <Debug> TCPHandler: Processed in 0.001830566 sec.
3600 2024.12.14 03:37:37.930124 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache
3601 2024.12.14 03:37:37.930222 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache
3602 2024.12.14 03:37:38.026764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
3603 2024.12.14 03:37:38.027466 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3604 2024.12.14 03:37:38.027514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3605 2024.12.14 03:37:38.028118 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3606 2024.12.14 03:37:38.028384 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3607 2024.12.14 03:37:38.028625 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
3608 2024.12.14 03:37:38.688153 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
3609 2024.12.14 03:37:38.707969 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3610 2024.12.14 03:37:38.708027 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3611 2024.12.14 03:37:38.714962 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3612 2024.12.14 03:37:38.715728 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3613 2024.12.14 03:37:38.719008 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
3614 2024.12.14 03:37:38.891472 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3615 2024.12.14 03:37:38.891666 [ 255 ] {c3380bd9-1a12-4acf-a7fd-211d540066af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3616 2024.12.14 03:37:38.891740 [ 255 ] {c3380bd9-1a12-4acf-a7fd-211d540066af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3617 2024.12.14 03:37:38.892555 [ 255 ] {c3380bd9-1a12-4acf-a7fd-211d540066af} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3618 2024.12.14 03:37:38.892604 [ 255 ] {c3380bd9-1a12-4acf-a7fd-211d540066af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3619 2024.12.14 03:37:38.893060 [ 255 ] {c3380bd9-1a12-4acf-a7fd-211d540066af} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3620 2024.12.14 03:37:38.893329 [ 255 ] {c3380bd9-1a12-4acf-a7fd-211d540066af} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3621 2024.12.14 03:37:38.893572 [ 255 ] {c3380bd9-1a12-4acf-a7fd-211d540066af} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001957 sec., 54164.53755748595 rows/sec., 4.58 MiB/sec.
3622 2024.12.14 03:37:38.893630 [ 255 ] {c3380bd9-1a12-4acf-a7fd-211d540066af} <Debug> TCPHandler: Processed in 0.002291276 sec.
3623 2024.12.14 03:37:38.893888 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3624 2024.12.14 03:37:38.894076 [ 258 ] {7ada4b88-4529-4cee-a6be-91193384b868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3625 2024.12.14 03:37:38.894148 [ 258 ] {7ada4b88-4529-4cee-a6be-91193384b868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3626 2024.12.14 03:37:38.894888 [ 258 ] {7ada4b88-4529-4cee-a6be-91193384b868} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3627 2024.12.14 03:37:38.894942 [ 258 ] {7ada4b88-4529-4cee-a6be-91193384b868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3628 2024.12.14 03:37:38.895479 [ 258 ] {7ada4b88-4529-4cee-a6be-91193384b868} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3629 2024.12.14 03:37:38.895758 [ 258 ] {7ada4b88-4529-4cee-a6be-91193384b868} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3630 2024.12.14 03:37:38.895993 [ 258 ] {7ada4b88-4529-4cee-a6be-91193384b868} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.00197 sec., 12690.35532994924 rows/sec., 954.26 KiB/sec.
3631 2024.12.14 03:37:38.896058 [ 258 ] {7ada4b88-4529-4cee-a6be-91193384b868} <Debug> TCPHandler: Processed in 0.002303026 sec.
3632 2024.12.14 03:37:38.896220 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3633 2024.12.14 03:37:38.896364 [ 255 ] {0322fac6-1ce7-4cab-89c5-3208d0696b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3634 2024.12.14 03:37:38.896423 [ 255 ] {0322fac6-1ce7-4cab-89c5-3208d0696b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3635 2024.12.14 03:37:38.897149 [ 255 ] {0322fac6-1ce7-4cab-89c5-3208d0696b3a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3636 2024.12.14 03:37:38.897197 [ 255 ] {0322fac6-1ce7-4cab-89c5-3208d0696b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3637 2024.12.14 03:37:38.897586 [ 255 ] {0322fac6-1ce7-4cab-89c5-3208d0696b3a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3638 2024.12.14 03:37:38.897832 [ 255 ] {0322fac6-1ce7-4cab-89c5-3208d0696b3a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3639 2024.12.14 03:37:38.898051 [ 255 ] {0322fac6-1ce7-4cab-89c5-3208d0696b3a} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001718 sec., 51804.423748544825 rows/sec., 4.05 MiB/sec.
3640 2024.12.14 03:37:38.898107 [ 255 ] {0322fac6-1ce7-4cab-89c5-3208d0696b3a} <Debug> TCPHandler: Processed in 0.001953879 sec.
3641 2024.12.14 03:37:38.898282 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3642 2024.12.14 03:37:38.898417 [ 258 ] {da0508e7-249d-497e-8e5f-0afa5b017759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3643 2024.12.14 03:37:38.898477 [ 258 ] {da0508e7-249d-497e-8e5f-0afa5b017759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3644 2024.12.14 03:37:38.899087 [ 258 ] {da0508e7-249d-497e-8e5f-0afa5b017759} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3645 2024.12.14 03:37:38.899129 [ 258 ] {da0508e7-249d-497e-8e5f-0afa5b017759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3646 2024.12.14 03:37:38.899555 [ 258 ] {da0508e7-249d-497e-8e5f-0afa5b017759} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3647 2024.12.14 03:37:38.899802 [ 258 ] {da0508e7-249d-497e-8e5f-0afa5b017759} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3648 2024.12.14 03:37:38.899971 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3649 2024.12.14 03:37:38.900040 [ 258 ] {da0508e7-249d-497e-8e5f-0afa5b017759} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec.
3650 2024.12.14 03:37:38.900053 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3651 2024.12.14 03:37:38.900122 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3652 2024.12.14 03:37:38.900179 [ 258 ] {da0508e7-249d-497e-8e5f-0afa5b017759} <Debug> TCPHandler: Processed in 0.001960209 sec.
3653 2024.12.14 03:37:38.900465 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
3654 2024.12.14 03:37:38.900483 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3655 2024.12.14 03:37:38.900886 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3656 2024.12.14 03:37:38.900913 [ 255 ] {b5421249-922d-4ff5-a99b-18787e1dea9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3657 2024.12.14 03:37:38.900959 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7268 rows starting from the beginning of the part
3658 2024.12.14 03:37:38.901185 [ 255 ] {b5421249-922d-4ff5-a99b-18787e1dea9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3659 2024.12.14 03:37:38.901315 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
3660 2024.12.14 03:37:38.901865 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part
3661 2024.12.14 03:37:38.902239 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part
3662 2024.12.14 03:37:38.902563 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
3663 2024.12.14 03:37:38.902914 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part
3664 2024.12.14 03:37:38.906597 [ 255 ] {b5421249-922d-4ff5-a99b-18787e1dea9b} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3665 2024.12.14 03:37:38.906645 [ 255 ] {b5421249-922d-4ff5-a99b-18787e1dea9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3666 2024.12.14 03:37:38.907805 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8069 rows, containing 5 columns (5 merged, 0 gathered) in 0.007578811 sec., 1064678.8790484418 rows/sec., 72.52 MiB/sec.
3667 2024.12.14 03:37:38.907916 [ 255 ] {b5421249-922d-4ff5-a99b-18787e1dea9b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3668 2024.12.14 03:37:38.908210 [ 255 ] {b5421249-922d-4ff5-a99b-18787e1dea9b} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3669 2024.12.14 03:37:38.908515 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3670 2024.12.14 03:37:38.908537 [ 255 ] {b5421249-922d-4ff5-a99b-18787e1dea9b} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007745 sec., 3227.8889606197545 rows/sec., 5.78 MiB/sec.
3671 2024.12.14 03:37:38.908927 [ 255 ] {b5421249-922d-4ff5-a99b-18787e1dea9b} <Debug> TCPHandler: Processed in 0.008634213 sec.
3672 2024.12.14 03:37:38.909155 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3673 2024.12.14 03:37:38.909272 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3674 2024.12.14 03:37:38.909380 [ 258 ] {c68a7960-dc19-49ba-9eba-cb70f785b09e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3675 2024.12.14 03:37:38.909472 [ 258 ] {c68a7960-dc19-49ba-9eba-cb70f785b09e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3676 2024.12.14 03:37:38.909493 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3677 2024.12.14 03:37:38.909715 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
3678 2024.12.14 03:37:38.910156 [ 258 ] {c68a7960-dc19-49ba-9eba-cb70f785b09e} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3679 2024.12.14 03:37:38.910201 [ 258 ] {c68a7960-dc19-49ba-9eba-cb70f785b09e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3680 2024.12.14 03:37:38.910578 [ 258 ] {c68a7960-dc19-49ba-9eba-cb70f785b09e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3681 2024.12.14 03:37:38.910823 [ 258 ] {c68a7960-dc19-49ba-9eba-cb70f785b09e} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3682 2024.12.14 03:37:38.910994 [ 96 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3683 2024.12.14 03:37:38.911076 [ 96 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3684 2024.12.14 03:37:38.911072 [ 258 ] {c68a7960-dc19-49ba-9eba-cb70f785b09e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001754 sec., 34207.52565564424 rows/sec., 2.31 MiB/sec.
3685 2024.12.14 03:37:38.911122 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3686 2024.12.14 03:37:38.911222 [ 258 ] {c68a7960-dc19-49ba-9eba-cb70f785b09e} <Debug> TCPHandler: Processed in 0.002185894 sec.
3687 2024.12.14 03:37:38.911474 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
3688 2024.12.14 03:37:38.911790 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3689 2024.12.14 03:37:38.911823 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1086 rows starting from the beginning of the part
3690 2024.12.14 03:37:38.911912 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
3691 2024.12.14 03:37:38.912115 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
3692 2024.12.14 03:37:38.912326 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
3693 2024.12.14 03:37:38.912503 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
3694 2024.12.14 03:37:38.912604 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
3695 2024.12.14 03:37:38.913969 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1386 rows, containing 4 columns (4 merged, 0 gathered) in 0.002721114 sec., 509350.2146547333 rows/sec., 34.70 MiB/sec.
3696 2024.12.14 03:37:38.914239 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3697 2024.12.14 03:37:38.914592 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_31_6} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3698 2024.12.14 03:37:38.914685 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_31_6} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3699 2024.12.14 03:37:38.914787 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3700 2024.12.14 03:37:40.570293 [ 98 ] {} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3701 2024.12.14 03:37:40.570422 [ 98 ] {} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3702 2024.12.14 03:37:40.570472 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3703 2024.12.14 03:37:40.570900 [ 191 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
3704 2024.12.14 03:37:40.571158 [ 191 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3705 2024.12.14 03:37:40.571227 [ 191 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
3706 2024.12.14 03:37:40.571420 [ 191 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
3707 2024.12.14 03:37:40.571629 [ 191 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
3708 2024.12.14 03:37:40.571818 [ 191 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
3709 2024.12.14 03:37:40.572021 [ 191 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
3710 2024.12.14 03:37:40.573128 [ 189 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 5 columns (5 merged, 0 gathered) in 0.002528171 sec., 6328.68583651976 rows/sec., 540.78 KiB/sec.
3711 2024.12.14 03:37:40.573316 [ 199 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3712 2024.12.14 03:37:40.573667 [ 199 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_5_1} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3713 2024.12.14 03:37:40.573762 [ 199 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_5_1} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3714 2024.12.14 03:37:40.573857 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3715 2024.12.14 03:37:43.064886 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 500
3716 2024.12.14 03:37:43.067858 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3717 2024.12.14 03:37:43.067918 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3718 2024.12.14 03:37:43.069387 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3719 2024.12.14 03:37:43.069707 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3720 2024.12.14 03:37:43.069928 [ 92 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3721 2024.12.14 03:37:43.070047 [ 92 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3722 2024.12.14 03:37:43.070120 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3723 2024.12.14 03:37:43.070562 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
3724 2024.12.14 03:37:43.071394 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 500
3725 2024.12.14 03:37:43.071845 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3726 2024.12.14 03:37:43.072034 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 362 rows starting from the beginning of the part
3727 2024.12.14 03:37:43.072570 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part
3728 2024.12.14 03:37:43.073087 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part
3729 2024.12.14 03:37:43.073590 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part
3730 2024.12.14 03:37:43.074079 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part
3731 2024.12.14 03:37:43.074552 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part
3732 2024.12.14 03:37:43.082509 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 72 columns (72 merged, 0 gathered) in 0.012246076 sec., 40829.4052723501 rows/sec., 35.08 MiB/sec.
3733 2024.12.14 03:37:43.083640 [ 196 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3734 2024.12.14 03:37:43.084480 [ 196 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3735 2024.12.14 03:37:43.084577 [ 196 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_16_3} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3736 2024.12.14 03:37:43.084918 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB.
3737 2024.12.14 03:37:43.919771 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3738 2024.12.14 03:37:43.920076 [ 255 ] {cbcb406f-e603-4f9a-9f74-b7ab66b7fbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3739 2024.12.14 03:37:43.920194 [ 255 ] {cbcb406f-e603-4f9a-9f74-b7ab66b7fbeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3740 2024.12.14 03:37:43.921092 [ 255 ] {cbcb406f-e603-4f9a-9f74-b7ab66b7fbeb} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3741 2024.12.14 03:37:43.921142 [ 255 ] {cbcb406f-e603-4f9a-9f74-b7ab66b7fbeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3742 2024.12.14 03:37:43.921562 [ 255 ] {cbcb406f-e603-4f9a-9f74-b7ab66b7fbeb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3743 2024.12.14 03:37:43.921839 [ 255 ] {cbcb406f-e603-4f9a-9f74-b7ab66b7fbeb} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3744 2024.12.14 03:37:43.922085 [ 255 ] {cbcb406f-e603-4f9a-9f74-b7ab66b7fbeb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002092 sec., 956.0229445506692 rows/sec., 77.96 KiB/sec.
3745 2024.12.14 03:37:43.922150 [ 255 ] {cbcb406f-e603-4f9a-9f74-b7ab66b7fbeb} <Debug> TCPHandler: Processed in 0.002566111 sec.
3746 2024.12.14 03:37:43.922417 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3747 2024.12.14 03:37:43.922628 [ 258 ] {52d863cb-84de-42a4-b177-bda022bf51ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3748 2024.12.14 03:37:43.922709 [ 258 ] {52d863cb-84de-42a4-b177-bda022bf51ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3749 2024.12.14 03:37:43.924170 [ 258 ] {52d863cb-84de-42a4-b177-bda022bf51ec} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3750 2024.12.14 03:37:43.924213 [ 258 ] {52d863cb-84de-42a4-b177-bda022bf51ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3751 2024.12.14 03:37:43.924737 [ 258 ] {52d863cb-84de-42a4-b177-bda022bf51ec} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3752 2024.12.14 03:37:43.925005 [ 258 ] {52d863cb-84de-42a4-b177-bda022bf51ec} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3753 2024.12.14 03:37:43.925259 [ 258 ] {52d863cb-84de-42a4-b177-bda022bf51ec} <Debug> executeQuery: Read 1229 rows, 104.07 KiB in 0.002682 sec., 458240.11931394483 rows/sec., 37.89 MiB/sec.
3754 2024.12.14 03:37:43.925468 [ 258 ] {52d863cb-84de-42a4-b177-bda022bf51ec} <Debug> TCPHandler: Processed in 0.003194994 sec.
3755 2024.12.14 03:37:43.925696 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3756 2024.12.14 03:37:43.925842 [ 255 ] {6aec57d7-3624-4877-abc2-a3d5c25f91bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3757 2024.12.14 03:37:43.925902 [ 255 ] {6aec57d7-3624-4877-abc2-a3d5c25f91bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3758 2024.12.14 03:37:43.926603 [ 255 ] {6aec57d7-3624-4877-abc2-a3d5c25f91bc} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3759 2024.12.14 03:37:43.926646 [ 255 ] {6aec57d7-3624-4877-abc2-a3d5c25f91bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3760 2024.12.14 03:37:43.927017 [ 255 ] {6aec57d7-3624-4877-abc2-a3d5c25f91bc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3761 2024.12.14 03:37:43.927269 [ 255 ] {6aec57d7-3624-4877-abc2-a3d5c25f91bc} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3762 2024.12.14 03:37:43.927488 [ 255 ] {6aec57d7-3624-4877-abc2-a3d5c25f91bc} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.001682 sec., 10701.545778834721 rows/sec., 798.32 KiB/sec.
3763 2024.12.14 03:37:43.927546 [ 255 ] {6aec57d7-3624-4877-abc2-a3d5c25f91bc} <Debug> TCPHandler: Processed in 0.001938598 sec.
3764 2024.12.14 03:37:43.927759 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3765 2024.12.14 03:37:43.927972 [ 258 ] {372adf57-7ae9-41b8-a04f-47ccaccc41cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3766 2024.12.14 03:37:43.928061 [ 258 ] {372adf57-7ae9-41b8-a04f-47ccaccc41cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3767 2024.12.14 03:37:43.928937 [ 258 ] {372adf57-7ae9-41b8-a04f-47ccaccc41cb} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3768 2024.12.14 03:37:43.928977 [ 258 ] {372adf57-7ae9-41b8-a04f-47ccaccc41cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3769 2024.12.14 03:37:43.929367 [ 258 ] {372adf57-7ae9-41b8-a04f-47ccaccc41cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3770 2024.12.14 03:37:43.929616 [ 258 ] {372adf57-7ae9-41b8-a04f-47ccaccc41cb} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3771 2024.12.14 03:37:43.929842 [ 258 ] {372adf57-7ae9-41b8-a04f-47ccaccc41cb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001924 sec., 118503.1185031185 rows/sec., 8.02 MiB/sec.
3772 2024.12.14 03:37:43.930035 [ 258 ] {372adf57-7ae9-41b8-a04f-47ccaccc41cb} <Debug> TCPHandler: Processed in 0.002377458 sec.
3773 2024.12.14 03:37:43.930282 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3774 2024.12.14 03:37:43.930631 [ 255 ] {5e95e634-d891-4542-95c1-6a7852cfb6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3775 2024.12.14 03:37:43.930689 [ 255 ] {5e95e634-d891-4542-95c1-6a7852cfb6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3776 2024.12.14 03:37:43.931498 [ 255 ] {5e95e634-d891-4542-95c1-6a7852cfb6ac} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3777 2024.12.14 03:37:43.931539 [ 255 ] {5e95e634-d891-4542-95c1-6a7852cfb6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3778 2024.12.14 03:37:43.931936 [ 255 ] {5e95e634-d891-4542-95c1-6a7852cfb6ac} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3779 2024.12.14 03:37:43.932186 [ 255 ] {5e95e634-d891-4542-95c1-6a7852cfb6ac} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3780 2024.12.14 03:37:43.932404 [ 255 ] {5e95e634-d891-4542-95c1-6a7852cfb6ac} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.001801 sec., 298722.93170460855 rows/sec., 22.15 MiB/sec.
3781 2024.12.14 03:37:43.932461 [ 255 ] {5e95e634-d891-4542-95c1-6a7852cfb6ac} <Debug> TCPHandler: Processed in 0.002313116 sec.
3782 2024.12.14 03:37:43.932611 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3783 2024.12.14 03:37:43.932732 [ 258 ] {995abea2-a13f-42e0-a059-c63549df5d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3784 2024.12.14 03:37:43.932787 [ 258 ] {995abea2-a13f-42e0-a059-c63549df5d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3785 2024.12.14 03:37:43.933531 [ 258 ] {995abea2-a13f-42e0-a059-c63549df5d67} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3786 2024.12.14 03:37:43.933567 [ 258 ] {995abea2-a13f-42e0-a059-c63549df5d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3787 2024.12.14 03:37:43.933990 [ 258 ] {995abea2-a13f-42e0-a059-c63549df5d67} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3788 2024.12.14 03:37:43.934220 [ 258 ] {995abea2-a13f-42e0-a059-c63549df5d67} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3789 2024.12.14 03:37:43.934455 [ 258 ] {995abea2-a13f-42e0-a059-c63549df5d67} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001748 sec., 504004.5766590389 rows/sec., 33.91 MiB/sec.
3790 2024.12.14 03:37:43.934512 [ 258 ] {995abea2-a13f-42e0-a059-c63549df5d67} <Debug> TCPHandler: Processed in 0.001955999 sec.
3791 2024.12.14 03:37:43.934713 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3792 2024.12.14 03:37:43.934939 [ 255 ] {0eca95d6-d440-4ca7-b669-2803f4281c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3793 2024.12.14 03:37:43.935083 [ 255 ] {0eca95d6-d440-4ca7-b669-2803f4281c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3794 2024.12.14 03:37:43.936465 [ 255 ] {0eca95d6-d440-4ca7-b669-2803f4281c6a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3795 2024.12.14 03:37:43.936506 [ 255 ] {0eca95d6-d440-4ca7-b669-2803f4281c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3796 2024.12.14 03:37:43.937154 [ 255 ] {0eca95d6-d440-4ca7-b669-2803f4281c6a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3797 2024.12.14 03:37:43.937428 [ 255 ] {0eca95d6-d440-4ca7-b669-2803f4281c6a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3798 2024.12.14 03:37:43.937769 [ 255 ] {0eca95d6-d440-4ca7-b669-2803f4281c6a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002863 sec., 5588.543485853999 rows/sec., 10.01 MiB/sec.
3799 2024.12.14 03:37:43.938113 [ 255 ] {0eca95d6-d440-4ca7-b669-2803f4281c6a} <Debug> TCPHandler: Processed in 0.003515131 sec.
3800 2024.12.14 03:37:43.938324 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3801 2024.12.14 03:37:43.938528 [ 258 ] {3eba983e-c750-42d3-a764-cee22bf0aad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3802 2024.12.14 03:37:43.938596 [ 258 ] {3eba983e-c750-42d3-a764-cee22bf0aad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3803 2024.12.14 03:37:43.939179 [ 258 ] {3eba983e-c750-42d3-a764-cee22bf0aad5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3804 2024.12.14 03:37:43.939225 [ 258 ] {3eba983e-c750-42d3-a764-cee22bf0aad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3805 2024.12.14 03:37:43.939643 [ 258 ] {3eba983e-c750-42d3-a764-cee22bf0aad5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3806 2024.12.14 03:37:43.939881 [ 258 ] {3eba983e-c750-42d3-a764-cee22bf0aad5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3807 2024.12.14 03:37:43.940063 [ 258 ] {3eba983e-c750-42d3-a764-cee22bf0aad5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.55 MiB/sec.
3808 2024.12.14 03:37:43.940115 [ 258 ] {3eba983e-c750-42d3-a764-cee22bf0aad5} <Debug> TCPHandler: Processed in 0.001891298 sec.
3809 2024.12.14 03:37:45.528830 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
3810 2024.12.14 03:37:45.529805 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3811 2024.12.14 03:37:45.529848 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3812 2024.12.14 03:37:45.530369 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3813 2024.12.14 03:37:45.530618 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3814 2024.12.14 03:37:45.530852 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
3815 2024.12.14 03:37:46.219124 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
3816 2024.12.14 03:37:46.238839 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3817 2024.12.14 03:37:46.238898 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3818 2024.12.14 03:37:46.246235 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3819 2024.12.14 03:37:46.246987 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3820 2024.12.14 03:37:46.250500 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
3821 2024.12.14 03:37:48.890861 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3822 2024.12.14 03:37:48.891048 [ 255 ] {f7bf4654-35c3-49e6-a752-67d9005cd907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3823 2024.12.14 03:37:48.891120 [ 255 ] {f7bf4654-35c3-49e6-a752-67d9005cd907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3824 2024.12.14 03:37:48.891916 [ 255 ] {f7bf4654-35c3-49e6-a752-67d9005cd907} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3825 2024.12.14 03:37:48.891961 [ 255 ] {f7bf4654-35c3-49e6-a752-67d9005cd907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3826 2024.12.14 03:37:48.892411 [ 255 ] {f7bf4654-35c3-49e6-a752-67d9005cd907} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3827 2024.12.14 03:37:48.892672 [ 255 ] {f7bf4654-35c3-49e6-a752-67d9005cd907} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3828 2024.12.14 03:37:48.892903 [ 255 ] {f7bf4654-35c3-49e6-a752-67d9005cd907} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001897 sec., 55877.701634159195 rows/sec., 4.72 MiB/sec.
3829 2024.12.14 03:37:48.893045 [ 255 ] {f7bf4654-35c3-49e6-a752-67d9005cd907} <Debug> TCPHandler: Processed in 0.002323066 sec.
3830 2024.12.14 03:37:48.893364 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3831 2024.12.14 03:37:48.893580 [ 258 ] {10a83b00-9e2b-4c30-96c0-978ccd0b511d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3832 2024.12.14 03:37:48.893663 [ 258 ] {10a83b00-9e2b-4c30-96c0-978ccd0b511d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3833 2024.12.14 03:37:48.894422 [ 258 ] {10a83b00-9e2b-4c30-96c0-978ccd0b511d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3834 2024.12.14 03:37:48.894472 [ 258 ] {10a83b00-9e2b-4c30-96c0-978ccd0b511d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3835 2024.12.14 03:37:48.894916 [ 258 ] {10a83b00-9e2b-4c30-96c0-978ccd0b511d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3836 2024.12.14 03:37:48.895191 [ 258 ] {10a83b00-9e2b-4c30-96c0-978ccd0b511d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3837 2024.12.14 03:37:48.895362 [ 85 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3838 2024.12.14 03:37:48.895438 [ 85 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3839 2024.12.14 03:37:48.895450 [ 258 ] {10a83b00-9e2b-4c30-96c0-978ccd0b511d} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001923 sec., 13000.520020800832 rows/sec., 977.58 KiB/sec.
3840 2024.12.14 03:37:48.895482 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3841 2024.12.14 03:37:48.895605 [ 258 ] {10a83b00-9e2b-4c30-96c0-978ccd0b511d} <Debug> TCPHandler: Processed in 0.002426609 sec.
3842 2024.12.14 03:37:48.895694 [ 187 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
3843 2024.12.14 03:37:48.895781 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3844 2024.12.14 03:37:48.895865 [ 187 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3845 2024.12.14 03:37:48.895950 [ 187 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 53 rows starting from the beginning of the part
3846 2024.12.14 03:37:48.896009 [ 255 ] {e79e0edd-2ec1-48a0-9586-c412aea0f886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3847 2024.12.14 03:37:48.896166 [ 187 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 27 rows starting from the beginning of the part
3848 2024.12.14 03:37:48.896198 [ 255 ] {e79e0edd-2ec1-48a0-9586-c412aea0f886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3849 2024.12.14 03:37:48.896560 [ 187 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part
3850 2024.12.14 03:37:48.896984 [ 187 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 25 rows starting from the beginning of the part
3851 2024.12.14 03:37:48.897339 [ 187 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 18 rows starting from the beginning of the part
3852 2024.12.14 03:37:48.897644 [ 187 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 25 rows starting from the beginning of the part
3853 2024.12.14 03:37:48.899266 [ 255 ] {e79e0edd-2ec1-48a0-9586-c412aea0f886} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3854 2024.12.14 03:37:48.899351 [ 255 ] {e79e0edd-2ec1-48a0-9586-c412aea0f886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3855 2024.12.14 03:37:48.900502 [ 189 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 5 columns (5 merged, 0 gathered) in 0.004889198 sec., 33543.333691947024 rows/sec., 2.57 MiB/sec.
3856 2024.12.14 03:37:48.900519 [ 255 ] {e79e0edd-2ec1-48a0-9586-c412aea0f886} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3857 2024.12.14 03:37:48.900651 [ 189 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3858 2024.12.14 03:37:48.900826 [ 255 ] {e79e0edd-2ec1-48a0-9586-c412aea0f886} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3859 2024.12.14 03:37:48.901045 [ 189 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3860 2024.12.14 03:37:48.901199 [ 255 ] {e79e0edd-2ec1-48a0-9586-c412aea0f886} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.005248 sec., 16958.841463414636 rows/sec., 1.32 MiB/sec.
3861 2024.12.14 03:37:48.901282 [ 189 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_21_4} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3862 2024.12.14 03:37:48.901641 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3863 2024.12.14 03:37:48.901677 [ 255 ] {e79e0edd-2ec1-48a0-9586-c412aea0f886} <Debug> TCPHandler: Processed in 0.005958589 sec.
3864 2024.12.14 03:37:48.901908 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3865 2024.12.14 03:37:48.902045 [ 258 ] {fd9846e6-afa6-47e5-9c94-f21d8c70e7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3866 2024.12.14 03:37:48.902109 [ 258 ] {fd9846e6-afa6-47e5-9c94-f21d8c70e7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3867 2024.12.14 03:37:48.902761 [ 258 ] {fd9846e6-afa6-47e5-9c94-f21d8c70e7bc} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3868 2024.12.14 03:37:48.902800 [ 258 ] {fd9846e6-afa6-47e5-9c94-f21d8c70e7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3869 2024.12.14 03:37:48.903204 [ 258 ] {fd9846e6-afa6-47e5-9c94-f21d8c70e7bc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3870 2024.12.14 03:37:48.903452 [ 258 ] {fd9846e6-afa6-47e5-9c94-f21d8c70e7bc} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3871 2024.12.14 03:37:48.903681 [ 258 ] {fd9846e6-afa6-47e5-9c94-f21d8c70e7bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001666 sec., 96038.41536614647 rows/sec., 6.69 MiB/sec.
3872 2024.12.14 03:37:48.903736 [ 258 ] {fd9846e6-afa6-47e5-9c94-f21d8c70e7bc} <Debug> TCPHandler: Processed in 0.001906428 sec.
3873 2024.12.14 03:37:48.903946 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3874 2024.12.14 03:37:48.904173 [ 255 ] {406c657d-bdce-4eed-a95f-fab7ff846bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3875 2024.12.14 03:37:48.904318 [ 255 ] {406c657d-bdce-4eed-a95f-fab7ff846bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3876 2024.12.14 03:37:48.905668 [ 255 ] {406c657d-bdce-4eed-a95f-fab7ff846bf0} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3877 2024.12.14 03:37:48.905706 [ 255 ] {406c657d-bdce-4eed-a95f-fab7ff846bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3878 2024.12.14 03:37:48.906354 [ 255 ] {406c657d-bdce-4eed-a95f-fab7ff846bf0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3879 2024.12.14 03:37:48.906616 [ 255 ] {406c657d-bdce-4eed-a95f-fab7ff846bf0} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3880 2024.12.14 03:37:48.906813 [ 255 ] {406c657d-bdce-4eed-a95f-fab7ff846bf0} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002697 sec., 9269.558769002595 rows/sec., 16.61 MiB/sec.
3881 2024.12.14 03:37:48.906904 [ 255 ] {406c657d-bdce-4eed-a95f-fab7ff846bf0} <Debug> TCPHandler: Processed in 0.003071121 sec.
3882 2024.12.14 03:37:48.907058 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3883 2024.12.14 03:37:48.907198 [ 258 ] {13a0b7f7-69dd-4b63-926f-88b49942f9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3884 2024.12.14 03:37:48.907261 [ 258 ] {13a0b7f7-69dd-4b63-926f-88b49942f9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3885 2024.12.14 03:37:48.907854 [ 258 ] {13a0b7f7-69dd-4b63-926f-88b49942f9a9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3886 2024.12.14 03:37:48.907893 [ 258 ] {13a0b7f7-69dd-4b63-926f-88b49942f9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3887 2024.12.14 03:37:48.908271 [ 258 ] {13a0b7f7-69dd-4b63-926f-88b49942f9a9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3888 2024.12.14 03:37:48.908521 [ 258 ] {13a0b7f7-69dd-4b63-926f-88b49942f9a9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3889 2024.12.14 03:37:48.908735 [ 258 ] {13a0b7f7-69dd-4b63-926f-88b49942f9a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001567 sec., 38289.72559029994 rows/sec., 2.58 MiB/sec.
3890 2024.12.14 03:37:48.908789 [ 258 ] {13a0b7f7-69dd-4b63-926f-88b49942f9a9} <Debug> TCPHandler: Processed in 0.001799036 sec.
3891 2024.12.14 03:37:52.930294 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
3892 2024.12.14 03:37:52.930393 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
3893 2024.12.14 03:37:53.031020 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
3894 2024.12.14 03:37:53.031696 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3895 2024.12.14 03:37:53.031775 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3896 2024.12.14 03:37:53.032324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3897 2024.12.14 03:37:53.032584 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3898 2024.12.14 03:37:53.032904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
3899 2024.12.14 03:37:53.071636 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 528
3900 2024.12.14 03:37:53.074603 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3901 2024.12.14 03:37:53.074654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3902 2024.12.14 03:37:53.076101 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3903 2024.12.14 03:37:53.076418 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3904 2024.12.14 03:37:53.077046 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528
3905 2024.12.14 03:37:53.750622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
3906 2024.12.14 03:37:53.773026 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3907 2024.12.14 03:37:53.773094 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3908 2024.12.14 03:37:53.780950 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3909 2024.12.14 03:37:53.781754 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3910 2024.12.14 03:37:53.785365 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
3911 2024.12.14 03:37:53.890646 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3912 2024.12.14 03:37:53.890837 [ 255 ] {d260c435-3984-4690-b5c0-705740e5a0dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3913 2024.12.14 03:37:53.890908 [ 255 ] {d260c435-3984-4690-b5c0-705740e5a0dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3914 2024.12.14 03:37:53.891707 [ 255 ] {d260c435-3984-4690-b5c0-705740e5a0dd} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3915 2024.12.14 03:37:53.891752 [ 255 ] {d260c435-3984-4690-b5c0-705740e5a0dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3916 2024.12.14 03:37:53.892211 [ 255 ] {d260c435-3984-4690-b5c0-705740e5a0dd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3917 2024.12.14 03:37:53.892470 [ 255 ] {d260c435-3984-4690-b5c0-705740e5a0dd} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3918 2024.12.14 03:37:53.892614 [ 81 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0
3919 2024.12.14 03:37:53.892660 [ 81 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3920 2024.12.14 03:37:53.892685 [ 255 ] {d260c435-3984-4690-b5c0-705740e5a0dd} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001899 sec., 46340.17904160084 rows/sec., 3.82 MiB/sec.
3921 2024.12.14 03:37:53.892688 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3922 2024.12.14 03:37:53.892873 [ 255 ] {d260c435-3984-4690-b5c0-705740e5a0dd} <Debug> TCPHandler: Processed in 0.002356207 sec.
3923 2024.12.14 03:37:53.893030 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::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
3924 2024.12.14 03:37:53.893218 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3925 2024.12.14 03:37:53.893635 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3926 2024.12.14 03:37:53.893664 [ 258 ] {4c61af59-e859-4079-8b6d-6af929d6f94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3927 2024.12.14 03:37:53.893711 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 1286 rows starting from the beginning of the part
3928 2024.12.14 03:37:53.893797 [ 258 ] {4c61af59-e859-4079-8b6d-6af929d6f94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3929 2024.12.14 03:37:53.893947 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part
3930 2024.12.14 03:37:53.894303 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 106 rows starting from the beginning of the part
3931 2024.12.14 03:37:53.894695 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1229 rows starting from the beginning of the part
3932 2024.12.14 03:37:53.894911 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 106 rows starting from the beginning of the part
3933 2024.12.14 03:37:53.895296 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 88 rows starting from the beginning of the part
3934 2024.12.14 03:37:53.896821 [ 258 ] {4c61af59-e859-4079-8b6d-6af929d6f94a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3935 2024.12.14 03:37:53.896890 [ 258 ] {4c61af59-e859-4079-8b6d-6af929d6f94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3936 2024.12.14 03:37:53.897880 [ 258 ] {4c61af59-e859-4079-8b6d-6af929d6f94a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3937 2024.12.14 03:37:53.898253 [ 258 ] {4c61af59-e859-4079-8b6d-6af929d6f94a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3938 2024.12.14 03:37:53.898664 [ 258 ] {4c61af59-e859-4079-8b6d-6af929d6f94a} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005098 sec., 3138.485680659082 rows/sec., 236.00 KiB/sec.
3939 2024.12.14 03:37:53.899235 [ 258 ] {4c61af59-e859-4079-8b6d-6af929d6f94a} <Debug> TCPHandler: Processed in 0.006205444 sec.
3940 2024.12.14 03:37:53.899488 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2903 rows, containing 5 columns (5 merged, 0 gathered) in 0.006710004 sec., 432637.5960431618 rows/sec., 37.55 MiB/sec.
3941 2024.12.14 03:37:53.899506 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3942 2024.12.14 03:37:53.899667 [ 255 ] {afbb76a2-a56e-432f-895c-59ae0b1e4032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3943 2024.12.14 03:37:53.899734 [ 255 ] {afbb76a2-a56e-432f-895c-59ae0b1e4032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3944 2024.12.14 03:37:53.899829 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary)
3945 2024.12.14 03:37:53.900462 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3946 2024.12.14 03:37:53.900576 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_34_7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7
3947 2024.12.14 03:37:53.900764 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
3948 2024.12.14 03:37:53.900966 [ 255 ] {afbb76a2-a56e-432f-895c-59ae0b1e4032} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3949 2024.12.14 03:37:53.901012 [ 255 ] {afbb76a2-a56e-432f-895c-59ae0b1e4032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3950 2024.12.14 03:37:53.901392 [ 255 ] {afbb76a2-a56e-432f-895c-59ae0b1e4032} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3951 2024.12.14 03:37:53.901638 [ 255 ] {afbb76a2-a56e-432f-895c-59ae0b1e4032} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3952 2024.12.14 03:37:53.901771 [ 81 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0
3953 2024.12.14 03:37:53.901812 [ 81 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3954 2024.12.14 03:37:53.901838 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3955 2024.12.14 03:37:53.901842 [ 255 ] {afbb76a2-a56e-432f-895c-59ae0b1e4032} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002208 sec., 36231.884057971016 rows/sec., 2.83 MiB/sec.
3956 2024.12.14 03:37:53.902394 [ 255 ] {afbb76a2-a56e-432f-895c-59ae0b1e4032} <Debug> TCPHandler: Processed in 0.002939669 sec.
3957 2024.12.14 03:37:53.902429 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::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
3958 2024.12.14 03:37:53.903276 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3959 2024.12.14 03:37:53.903397 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 593 rows starting from the beginning of the part
3960 2024.12.14 03:37:53.903207 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3961 2024.12.14 03:37:53.903795 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 80 rows starting from the beginning of the part
3962 2024.12.14 03:37:53.903946 [ 258 ] {f5efce61-a2f3-41e3-9478-670254289c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3963 2024.12.14 03:37:53.904136 [ 258 ] {f5efce61-a2f3-41e3-9478-670254289c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3964 2024.12.14 03:37:53.904187 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 89 rows starting from the beginning of the part
3965 2024.12.14 03:37:53.904590 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 538 rows starting from the beginning of the part
3966 2024.12.14 03:37:53.904919 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 89 rows starting from the beginning of the part
3967 2024.12.14 03:37:53.905327 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 80 rows starting from the beginning of the part
3968 2024.12.14 03:37:53.906529 [ 258 ] {f5efce61-a2f3-41e3-9478-670254289c6f} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3969 2024.12.14 03:37:53.906603 [ 258 ] {f5efce61-a2f3-41e3-9478-670254289c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3970 2024.12.14 03:37:53.907666 [ 258 ] {f5efce61-a2f3-41e3-9478-670254289c6f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3971 2024.12.14 03:37:53.908222 [ 258 ] {f5efce61-a2f3-41e3-9478-670254289c6f} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3972 2024.12.14 03:37:53.908261 [ 187 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1469 rows, containing 5 columns (5 merged, 0 gathered) in 0.006367107 sec., 230717.02737208593 rows/sec., 18.23 MiB/sec.
3973 2024.12.14 03:37:53.908605 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary)
3974 2024.12.14 03:37:53.908609 [ 258 ] {f5efce61-a2f3-41e3-9478-670254289c6f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004754 sec., 33655.8687421119 rows/sec., 2.34 MiB/sec.
3975 2024.12.14 03:37:53.909095 [ 258 ] {f5efce61-a2f3-41e3-9478-670254289c6f} <Debug> TCPHandler: Processed in 0.006548041 sec.
3976 2024.12.14 03:37:53.909409 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3977 2024.12.14 03:37:53.909597 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3978 2024.12.14 03:37:53.909650 [ 255 ] {23ff9d2b-fed8-4388-ba1a-626fb9b5220c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3979 2024.12.14 03:37:53.909758 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_34_7} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7
3980 2024.12.14 03:37:53.909798 [ 255 ] {23ff9d2b-fed8-4388-ba1a-626fb9b5220c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3981 2024.12.14 03:37:53.909955 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
3982 2024.12.14 03:37:53.911130 [ 255 ] {23ff9d2b-fed8-4388-ba1a-626fb9b5220c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3983 2024.12.14 03:37:53.911174 [ 255 ] {23ff9d2b-fed8-4388-ba1a-626fb9b5220c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3984 2024.12.14 03:37:53.911985 [ 255 ] {23ff9d2b-fed8-4388-ba1a-626fb9b5220c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3985 2024.12.14 03:37:53.912260 [ 255 ] {23ff9d2b-fed8-4388-ba1a-626fb9b5220c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3986 2024.12.14 03:37:53.912449 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3987 2024.12.14 03:37:53.912528 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3988 2024.12.14 03:37:53.912555 [ 255 ] {23ff9d2b-fed8-4388-ba1a-626fb9b5220c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002949 sec., 5425.567989148864 rows/sec., 9.72 MiB/sec.
3989 2024.12.14 03:37:53.912575 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
3990 2024.12.14 03:37:53.912953 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
3991 2024.12.14 03:37:53.912994 [ 255 ] {23ff9d2b-fed8-4388-ba1a-626fb9b5220c} <Debug> TCPHandler: Processed in 0.003746125 sec.
3992 2024.12.14 03:37:53.913232 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3993 2024.12.14 03:37:53.913426 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3994 2024.12.14 03:37:53.913430 [ 258 ] {192cd749-f359-4857-8577-56b61bb42879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3995 2024.12.14 03:37:53.913519 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 313 rows starting from the beginning of the part
3996 2024.12.14 03:37:53.913521 [ 258 ] {192cd749-f359-4857-8577-56b61bb42879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3997 2024.12.14 03:37:53.914098 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part
3998 2024.12.14 03:37:53.914483 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 25 rows starting from the beginning of the part
3999 2024.12.14 03:37:53.914918 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part
4000 2024.12.14 03:37:53.914929 [ 258 ] {192cd749-f359-4857-8577-56b61bb42879} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4001 2024.12.14 03:37:53.914979 [ 258 ] {192cd749-f359-4857-8577-56b61bb42879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
4002 2024.12.14 03:37:53.915264 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 25 rows starting from the beginning of the part
4003 2024.12.14 03:37:53.915635 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part
4004 2024.12.14 03:37:53.915873 [ 258 ] {192cd749-f359-4857-8577-56b61bb42879} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4005 2024.12.14 03:37:53.916222 [ 258 ] {192cd749-f359-4857-8577-56b61bb42879} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4006 2024.12.14 03:37:53.916635 [ 258 ] {192cd749-f359-4857-8577-56b61bb42879} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003251 sec., 18455.859735466012 rows/sec., 1.24 MiB/sec.
4007 2024.12.14 03:37:53.917022 [ 258 ] {192cd749-f359-4857-8577-56b61bb42879} <Debug> TCPHandler: Processed in 0.003896658 sec.
4008 2024.12.14 03:37:53.920451 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 411 rows, containing 19 columns (19 merged, 0 gathered) in 0.007722765 sec., 53219.28091816855 rows/sec., 95.37 MiB/sec.
4009 2024.12.14 03:37:53.921026 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4010 2024.12.14 03:37:53.921408 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4011 2024.12.14 03:37:53.921486 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4012 2024.12.14 03:37:53.921595 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB.
4013 2024.12.14 03:37:58.890964 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4014 2024.12.14 03:37:58.891191 [ 255 ] {d2c7a7cd-7ee9-473c-a933-cb30e4808cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4015 2024.12.14 03:37:58.891272 [ 255 ] {d2c7a7cd-7ee9-473c-a933-cb30e4808cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4016 2024.12.14 03:37:58.892114 [ 255 ] {d2c7a7cd-7ee9-473c-a933-cb30e4808cba} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4017 2024.12.14 03:37:58.892165 [ 255 ] {d2c7a7cd-7ee9-473c-a933-cb30e4808cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4018 2024.12.14 03:37:58.892591 [ 255 ] {d2c7a7cd-7ee9-473c-a933-cb30e4808cba} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4019 2024.12.14 03:37:58.892850 [ 255 ] {d2c7a7cd-7ee9-473c-a933-cb30e4808cba} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4020 2024.12.14 03:37:58.893105 [ 255 ] {d2c7a7cd-7ee9-473c-a933-cb30e4808cba} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001968 sec., 3048.780487804878 rows/sec., 248.61 KiB/sec.
4021 2024.12.14 03:37:58.893195 [ 255 ] {d2c7a7cd-7ee9-473c-a933-cb30e4808cba} <Debug> TCPHandler: Processed in 0.002372767 sec.
4022 2024.12.14 03:37:58.893464 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4023 2024.12.14 03:37:58.893669 [ 258 ] {e5022032-69e1-4412-8642-2fd51a8d2cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4024 2024.12.14 03:37:58.893747 [ 258 ] {e5022032-69e1-4412-8642-2fd51a8d2cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4025 2024.12.14 03:37:58.894570 [ 258 ] {e5022032-69e1-4412-8642-2fd51a8d2cb6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4026 2024.12.14 03:37:58.894626 [ 258 ] {e5022032-69e1-4412-8642-2fd51a8d2cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4027 2024.12.14 03:37:58.895080 [ 258 ] {e5022032-69e1-4412-8642-2fd51a8d2cb6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4028 2024.12.14 03:37:58.895334 [ 258 ] {e5022032-69e1-4412-8642-2fd51a8d2cb6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4029 2024.12.14 03:37:58.895578 [ 258 ] {e5022032-69e1-4412-8642-2fd51a8d2cb6} <Debug> executeQuery: Read 109 rows, 9.40 KiB in 0.001966 sec., 55442.52288911496 rows/sec., 4.67 MiB/sec.
4030 2024.12.14 03:37:58.895649 [ 258 ] {e5022032-69e1-4412-8642-2fd51a8d2cb6} <Debug> TCPHandler: Processed in 0.002319396 sec.
4031 2024.12.14 03:37:58.895817 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4032 2024.12.14 03:37:58.895966 [ 255 ] {f0fe6d1c-ca55-4736-a491-e42e09df9ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4033 2024.12.14 03:37:58.896028 [ 255 ] {f0fe6d1c-ca55-4736-a491-e42e09df9ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4034 2024.12.14 03:37:58.896654 [ 255 ] {f0fe6d1c-ca55-4736-a491-e42e09df9ea1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4035 2024.12.14 03:37:58.896696 [ 255 ] {f0fe6d1c-ca55-4736-a491-e42e09df9ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4036 2024.12.14 03:37:58.897061 [ 255 ] {f0fe6d1c-ca55-4736-a491-e42e09df9ea1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4037 2024.12.14 03:37:58.897299 [ 255 ] {f0fe6d1c-ca55-4736-a491-e42e09df9ea1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4038 2024.12.14 03:37:58.897525 [ 255 ] {f0fe6d1c-ca55-4736-a491-e42e09df9ea1} <Debug> executeQuery: Read 31 rows, 2.30 KiB in 0.001595 sec., 19435.736677115987 rows/sec., 1.41 MiB/sec.
4039 2024.12.14 03:37:58.897585 [ 255 ] {f0fe6d1c-ca55-4736-a491-e42e09df9ea1} <Debug> TCPHandler: Processed in 0.001838047 sec.
4040 2024.12.14 03:37:58.897744 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4041 2024.12.14 03:37:58.897872 [ 258 ] {16a233fa-fe68-4339-9893-d506384820cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4042 2024.12.14 03:37:58.897929 [ 258 ] {16a233fa-fe68-4339-9893-d506384820cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4043 2024.12.14 03:37:58.898574 [ 258 ] {16a233fa-fe68-4339-9893-d506384820cd} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4044 2024.12.14 03:37:58.898618 [ 258 ] {16a233fa-fe68-4339-9893-d506384820cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4045 2024.12.14 03:37:58.899002 [ 258 ] {16a233fa-fe68-4339-9893-d506384820cd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4046 2024.12.14 03:37:58.899256 [ 258 ] {16a233fa-fe68-4339-9893-d506384820cd} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4047 2024.12.14 03:37:58.899456 [ 258 ] {16a233fa-fe68-4339-9893-d506384820cd} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.00161 sec., 59006.21118012422 rows/sec., 4.61 MiB/sec.
4048 2024.12.14 03:37:58.899545 [ 258 ] {16a233fa-fe68-4339-9893-d506384820cd} <Debug> TCPHandler: Processed in 0.001860378 sec.
4049 2024.12.14 03:37:58.899782 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4050 2024.12.14 03:37:58.899950 [ 255 ] {216878f5-35eb-44d2-af81-8988e8c904e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4051 2024.12.14 03:37:58.900016 [ 255 ] {216878f5-35eb-44d2-af81-8988e8c904e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4052 2024.12.14 03:37:58.900607 [ 255 ] {216878f5-35eb-44d2-af81-8988e8c904e6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4053 2024.12.14 03:37:58.900649 [ 255 ] {216878f5-35eb-44d2-af81-8988e8c904e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4054 2024.12.14 03:37:58.901039 [ 255 ] {216878f5-35eb-44d2-af81-8988e8c904e6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4055 2024.12.14 03:37:58.901277 [ 255 ] {216878f5-35eb-44d2-af81-8988e8c904e6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4056 2024.12.14 03:37:58.901498 [ 255 ] {216878f5-35eb-44d2-af81-8988e8c904e6} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00158 sec., 103164.55696202531 rows/sec., 7.18 MiB/sec.
4057 2024.12.14 03:37:58.901555 [ 255 ] {216878f5-35eb-44d2-af81-8988e8c904e6} <Debug> TCPHandler: Processed in 0.001912378 sec.
4058 2024.12.14 03:37:58.901703 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4059 2024.12.14 03:37:58.901824 [ 258 ] {8e8a6e17-295a-4bd4-af65-b72a374773a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4060 2024.12.14 03:37:58.901910 [ 258 ] {8e8a6e17-295a-4bd4-af65-b72a374773a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4061 2024.12.14 03:37:58.903105 [ 258 ] {8e8a6e17-295a-4bd4-af65-b72a374773a9} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4062 2024.12.14 03:37:58.903145 [ 258 ] {8e8a6e17-295a-4bd4-af65-b72a374773a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4063 2024.12.14 03:37:58.903802 [ 258 ] {8e8a6e17-295a-4bd4-af65-b72a374773a9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4064 2024.12.14 03:37:58.904065 [ 258 ] {8e8a6e17-295a-4bd4-af65-b72a374773a9} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4065 2024.12.14 03:37:58.904364 [ 258 ] {8e8a6e17-295a-4bd4-af65-b72a374773a9} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002546 sec., 9819.324430479182 rows/sec., 17.60 MiB/sec.
4066 2024.12.14 03:37:58.904771 [ 258 ] {8e8a6e17-295a-4bd4-af65-b72a374773a9} <Debug> TCPHandler: Processed in 0.003123722 sec.
4067 2024.12.14 03:37:58.904931 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4068 2024.12.14 03:37:58.905074 [ 255 ] {bf526f73-e77a-4ed0-9c38-983288efe6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4069 2024.12.14 03:37:58.905135 [ 255 ] {bf526f73-e77a-4ed0-9c38-983288efe6b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4070 2024.12.14 03:37:58.905718 [ 255 ] {bf526f73-e77a-4ed0-9c38-983288efe6b9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4071 2024.12.14 03:37:58.905765 [ 255 ] {bf526f73-e77a-4ed0-9c38-983288efe6b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4072 2024.12.14 03:37:58.906182 [ 255 ] {bf526f73-e77a-4ed0-9c38-983288efe6b9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4073 2024.12.14 03:37:58.906432 [ 255 ] {bf526f73-e77a-4ed0-9c38-983288efe6b9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4074 2024.12.14 03:37:58.906693 [ 255 ] {bf526f73-e77a-4ed0-9c38-983288efe6b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001645 sec., 36474.1641337386 rows/sec., 2.46 MiB/sec.
4075 2024.12.14 03:37:58.906887 [ 255 ] {bf526f73-e77a-4ed0-9c38-983288efe6b9} <Debug> TCPHandler: Processed in 0.002023181 sec.
4076 2024.12.14 03:38:00.533135 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
4077 2024.12.14 03:38:00.534209 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4078 2024.12.14 03:38:00.534254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4079 2024.12.14 03:38:00.534772 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4080 2024.12.14 03:38:00.535032 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4081 2024.12.14 03:38:00.535358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
4082 2024.12.14 03:38:01.285501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4083 2024.12.14 03:38:01.307823 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4084 2024.12.14 03:38:01.307889 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4085 2024.12.14 03:38:01.316379 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4086 2024.12.14 03:38:01.317172 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4087 2024.12.14 03:38:01.321088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4088 2024.12.14 03:38:03.077338 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 554
4089 2024.12.14 03:38:03.080880 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4090 2024.12.14 03:38:03.080940 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4091 2024.12.14 03:38:03.082434 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4092 2024.12.14 03:38:03.082754 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4093 2024.12.14 03:38:03.083800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554
4094 2024.12.14 03:38:03.891222 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4095 2024.12.14 03:38:03.891459 [ 255 ] {b066c553-7bff-4dae-8ddd-7ab46d484258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4096 2024.12.14 03:38:03.891534 [ 255 ] {b066c553-7bff-4dae-8ddd-7ab46d484258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4097 2024.12.14 03:38:03.892337 [ 255 ] {b066c553-7bff-4dae-8ddd-7ab46d484258} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4098 2024.12.14 03:38:03.892390 [ 255 ] {b066c553-7bff-4dae-8ddd-7ab46d484258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4099 2024.12.14 03:38:03.892831 [ 255 ] {b066c553-7bff-4dae-8ddd-7ab46d484258} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4100 2024.12.14 03:38:03.893093 [ 255 ] {b066c553-7bff-4dae-8ddd-7ab46d484258} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4101 2024.12.14 03:38:03.893381 [ 255 ] {b066c553-7bff-4dae-8ddd-7ab46d484258} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001973 sec., 44602.12873796249 rows/sec., 3.68 MiB/sec.
4102 2024.12.14 03:38:03.893515 [ 255 ] {b066c553-7bff-4dae-8ddd-7ab46d484258} <Debug> TCPHandler: Processed in 0.002430819 sec.
4103 2024.12.14 03:38:03.893835 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4104 2024.12.14 03:38:03.894045 [ 258 ] {6cf7b9d9-3a25-4dd1-b6b8-b94bf2044aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4105 2024.12.14 03:38:03.894124 [ 258 ] {6cf7b9d9-3a25-4dd1-b6b8-b94bf2044aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4106 2024.12.14 03:38:03.894862 [ 258 ] {6cf7b9d9-3a25-4dd1-b6b8-b94bf2044aaf} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4107 2024.12.14 03:38:03.894903 [ 258 ] {6cf7b9d9-3a25-4dd1-b6b8-b94bf2044aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4108 2024.12.14 03:38:03.895329 [ 258 ] {6cf7b9d9-3a25-4dd1-b6b8-b94bf2044aaf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4109 2024.12.14 03:38:03.895588 [ 258 ] {6cf7b9d9-3a25-4dd1-b6b8-b94bf2044aaf} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4110 2024.12.14 03:38:03.895783 [ 258 ] {6cf7b9d9-3a25-4dd1-b6b8-b94bf2044aaf} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001797 sec., 8903.728436282694 rows/sec., 669.52 KiB/sec.
4111 2024.12.14 03:38:03.895837 [ 258 ] {6cf7b9d9-3a25-4dd1-b6b8-b94bf2044aaf} <Debug> TCPHandler: Processed in 0.002175854 sec.
4112 2024.12.14 03:38:03.896067 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4113 2024.12.14 03:38:03.896304 [ 255 ] {7f3885d4-0b77-46a0-bf82-525d9ed26926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4114 2024.12.14 03:38:03.896380 [ 255 ] {7f3885d4-0b77-46a0-bf82-525d9ed26926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4115 2024.12.14 03:38:03.897019 [ 255 ] {7f3885d4-0b77-46a0-bf82-525d9ed26926} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4116 2024.12.14 03:38:03.897061 [ 255 ] {7f3885d4-0b77-46a0-bf82-525d9ed26926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4117 2024.12.14 03:38:03.897433 [ 255 ] {7f3885d4-0b77-46a0-bf82-525d9ed26926} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4118 2024.12.14 03:38:03.897678 [ 255 ] {7f3885d4-0b77-46a0-bf82-525d9ed26926} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4119 2024.12.14 03:38:03.897935 [ 255 ] {7f3885d4-0b77-46a0-bf82-525d9ed26926} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001682 sec., 47562.42568370987 rows/sec., 3.71 MiB/sec.
4120 2024.12.14 03:38:03.898029 [ 255 ] {7f3885d4-0b77-46a0-bf82-525d9ed26926} <Debug> TCPHandler: Processed in 0.002070572 sec.
4121 2024.12.14 03:38:03.898261 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4122 2024.12.14 03:38:03.898410 [ 258 ] {2d88f80e-0211-43d9-9379-8661d8fa3d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4123 2024.12.14 03:38:03.898474 [ 258 ] {2d88f80e-0211-43d9-9379-8661d8fa3d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4124 2024.12.14 03:38:03.899158 [ 258 ] {2d88f80e-0211-43d9-9379-8661d8fa3d1d} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4125 2024.12.14 03:38:03.899204 [ 258 ] {2d88f80e-0211-43d9-9379-8661d8fa3d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4126 2024.12.14 03:38:03.899620 [ 258 ] {2d88f80e-0211-43d9-9379-8661d8fa3d1d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4127 2024.12.14 03:38:03.899873 [ 258 ] {2d88f80e-0211-43d9-9379-8661d8fa3d1d} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4128 2024.12.14 03:38:03.899997 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4129 2024.12.14 03:38:03.900040 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4130 2024.12.14 03:38:03.900059 [ 258 ] {2d88f80e-0211-43d9-9379-8661d8fa3d1d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec.
4131 2024.12.14 03:38:03.900063 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4132 2024.12.14 03:38:03.900152 [ 258 ] {2d88f80e-0211-43d9-9379-8661d8fa3d1d} <Debug> TCPHandler: Processed in 0.00201617 sec.
4133 2024.12.14 03:38:03.900453 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4134 2024.12.14 03:38:03.900625 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
4135 2024.12.14 03:38:03.900867 [ 255 ] {18f672ea-89a7-4827-83fe-678ba2d557ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4136 2024.12.14 03:38:03.901195 [ 255 ] {18f672ea-89a7-4827-83fe-678ba2d557ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4137 2024.12.14 03:38:03.901215 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4138 2024.12.14 03:38:03.901342 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 8069 rows starting from the beginning of the part
4139 2024.12.14 03:38:03.901696 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 881 rows starting from the beginning of the part
4140 2024.12.14 03:38:03.902047 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
4141 2024.12.14 03:38:03.902537 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
4142 2024.12.14 03:38:03.903003 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 163 rows starting from the beginning of the part
4143 2024.12.14 03:38:03.903473 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
4144 2024.12.14 03:38:03.906538 [ 255 ] {18f672ea-89a7-4827-83fe-678ba2d557ad} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4145 2024.12.14 03:38:03.906617 [ 255 ] {18f672ea-89a7-4827-83fe-678ba2d557ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4146 2024.12.14 03:38:03.907749 [ 255 ] {18f672ea-89a7-4827-83fe-678ba2d557ad} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4147 2024.12.14 03:38:03.908257 [ 255 ] {18f672ea-89a7-4827-83fe-678ba2d557ad} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4148 2024.12.14 03:38:03.908574 [ 255 ] {18f672ea-89a7-4827-83fe-678ba2d557ad} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007864 sec., 2034.587995930824 rows/sec., 3.65 MiB/sec.
4149 2024.12.14 03:38:03.908741 [ 255 ] {18f672ea-89a7-4827-83fe-678ba2d557ad} <Debug> TCPHandler: Processed in 0.00847053 sec.
4150 2024.12.14 03:38:03.909001 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4151 2024.12.14 03:38:03.909460 [ 258 ] {650a10c5-8bbc-4a67-8d04-40edcfac03b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4152 2024.12.14 03:38:03.909568 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9593 rows, containing 5 columns (5 merged, 0 gathered) in 0.009387068 sec., 1021937.8404417651 rows/sec., 69.64 MiB/sec.
4153 2024.12.14 03:38:03.909569 [ 258 ] {650a10c5-8bbc-4a67-8d04-40edcfac03b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4154 2024.12.14 03:38:03.909876 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4155 2024.12.14 03:38:03.910455 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4156 2024.12.14 03:38:03.910680 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4157 2024.12.14 03:38:03.910680 [ 258 ] {650a10c5-8bbc-4a67-8d04-40edcfac03b8} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4158 2024.12.14 03:38:03.910763 [ 258 ] {650a10c5-8bbc-4a67-8d04-40edcfac03b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4159 2024.12.14 03:38:03.910834 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB.
4160 2024.12.14 03:38:03.911216 [ 258 ] {650a10c5-8bbc-4a67-8d04-40edcfac03b8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4161 2024.12.14 03:38:03.911465 [ 258 ] {650a10c5-8bbc-4a67-8d04-40edcfac03b8} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4162 2024.12.14 03:38:03.911596 [ 71 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4163 2024.12.14 03:38:03.911645 [ 71 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4164 2024.12.14 03:38:03.911655 [ 258 ] {650a10c5-8bbc-4a67-8d04-40edcfac03b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002365 sec., 25369.97885835095 rows/sec., 1.71 MiB/sec.
4165 2024.12.14 03:38:03.911675 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4166 2024.12.14 03:38:03.911744 [ 258 ] {650a10c5-8bbc-4a67-8d04-40edcfac03b8} <Debug> TCPHandler: Processed in 0.002849297 sec.
4167 2024.12.14 03:38:03.912010 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
4168 2024.12.14 03:38:03.912181 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4169 2024.12.14 03:38:03.912210 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1386 rows starting from the beginning of the part
4170 2024.12.14 03:38:03.912279 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
4171 2024.12.14 03:38:03.912414 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
4172 2024.12.14 03:38:03.912603 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
4173 2024.12.14 03:38:03.912726 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part
4174 2024.12.14 03:38:03.912901 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
4175 2024.12.14 03:38:03.914121 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1686 rows, containing 4 columns (4 merged, 0 gathered) in 0.002347547 sec., 718196.4833930907 rows/sec., 48.83 MiB/sec.
4176 2024.12.14 03:38:03.914324 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4177 2024.12.14 03:38:03.914599 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_36_7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4178 2024.12.14 03:38:03.914673 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_36_7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4179 2024.12.14 03:38:03.914741 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4180 2024.12.14 03:38:07.930446 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache
4181 2024.12.14 03:38:07.930509 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache
4182 2024.12.14 03:38:08.035540 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
4183 2024.12.14 03:38:08.036244 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4184 2024.12.14 03:38:08.036296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4185 2024.12.14 03:38:08.036864 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4186 2024.12.14 03:38:08.037127 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4187 2024.12.14 03:38:08.037341 [ 67 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4188 2024.12.14 03:38:08.037393 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
4189 2024.12.14 03:38:08.037426 [ 67 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4190 2024.12.14 03:38:08.037461 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4191 2024.12.14 03:38:08.037668 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
4192 2024.12.14 03:38:08.037885 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4193 2024.12.14 03:38:08.037927 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
4194 2024.12.14 03:38:08.038004 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
4195 2024.12.14 03:38:08.038182 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
4196 2024.12.14 03:38:08.038418 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
4197 2024.12.14 03:38:08.038611 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
4198 2024.12.14 03:38:08.038855 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
4199 2024.12.14 03:38:08.041254 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003716054 sec., 3217391.351148288 rows/sec., 46.03 MiB/sec.
4200 2024.12.14 03:38:08.041672 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4201 2024.12.14 03:38:08.042050 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_26_5} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4202 2024.12.14 03:38:08.042153 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_26_5} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4203 2024.12.14 03:38:08.042281 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
4204 2024.12.14 03:38:08.821206 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
4205 2024.12.14 03:38:08.843857 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4206 2024.12.14 03:38:08.843925 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4207 2024.12.14 03:38:08.851793 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4208 2024.12.14 03:38:08.852596 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4209 2024.12.14 03:38:08.853006 [ 65 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4210 2024.12.14 03:38:08.853146 [ 65 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4211 2024.12.14 03:38:08.853225 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4212 2024.12.14 03:38:08.853635 [ 198 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
4213 2024.12.14 03:38:08.870513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
4214 2024.12.14 03:38:08.872192 [ 198 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4215 2024.12.14 03:38:08.873847 [ 198 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
4216 2024.12.14 03:38:08.879998 [ 198 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
4217 2024.12.14 03:38:08.885535 [ 198 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
4218 2024.12.14 03:38:08.891280 [ 198 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
4219 2024.12.14 03:38:08.891386 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4220 2024.12.14 03:38:08.891713 [ 255 ] {c93d995c-35e2-474f-940d-9416b7bef7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4221 2024.12.14 03:38:08.891816 [ 255 ] {c93d995c-35e2-474f-940d-9416b7bef7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4222 2024.12.14 03:38:08.893620 [ 255 ] {c93d995c-35e2-474f-940d-9416b7bef7f4} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4223 2024.12.14 03:38:08.893677 [ 255 ] {c93d995c-35e2-474f-940d-9416b7bef7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4224 2024.12.14 03:38:08.894590 [ 255 ] {c93d995c-35e2-474f-940d-9416b7bef7f4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4225 2024.12.14 03:38:08.895171 [ 255 ] {c93d995c-35e2-474f-940d-9416b7bef7f4} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4226 2024.12.14 03:38:08.895857 [ 255 ] {c93d995c-35e2-474f-940d-9416b7bef7f4} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.004213 sec., 25160.218371706625 rows/sec., 2.13 MiB/sec.
4227 2024.12.14 03:38:08.896123 [ 255 ] {c93d995c-35e2-474f-940d-9416b7bef7f4} <Debug> TCPHandler: Processed in 0.005027341 sec.
4228 2024.12.14 03:38:08.896410 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4229 2024.12.14 03:38:08.896702 [ 258 ] {c3170e3c-ee5d-4dd7-bcf6-8d62e4ba481e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4230 2024.12.14 03:38:08.896831 [ 258 ] {c3170e3c-ee5d-4dd7-bcf6-8d62e4ba481e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4231 2024.12.14 03:38:08.899187 [ 258 ] {c3170e3c-ee5d-4dd7-bcf6-8d62e4ba481e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4232 2024.12.14 03:38:08.899300 [ 258 ] {c3170e3c-ee5d-4dd7-bcf6-8d62e4ba481e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4233 2024.12.14 03:38:08.901430 [ 258 ] {c3170e3c-ee5d-4dd7-bcf6-8d62e4ba481e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4234 2024.12.14 03:38:08.902286 [ 258 ] {c3170e3c-ee5d-4dd7-bcf6-8d62e4ba481e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4235 2024.12.14 03:38:08.902719 [ 258 ] {c3170e3c-ee5d-4dd7-bcf6-8d62e4ba481e} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.006107 sec., 4093.663009661045 rows/sec., 307.82 KiB/sec.
4236 2024.12.14 03:38:08.902923 [ 258 ] {c3170e3c-ee5d-4dd7-bcf6-8d62e4ba481e} <Debug> TCPHandler: Processed in 0.006664223 sec.
4237 2024.12.14 03:38:08.903181 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4238 2024.12.14 03:38:08.903503 [ 255 ] {3e9a98ea-c26f-4cec-a0cd-4cfd2d573a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4239 2024.12.14 03:38:08.903622 [ 255 ] {3e9a98ea-c26f-4cec-a0cd-4cfd2d573a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4240 2024.12.14 03:38:08.907878 [ 255 ] {3e9a98ea-c26f-4cec-a0cd-4cfd2d573a9c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4241 2024.12.14 03:38:08.907946 [ 255 ] {3e9a98ea-c26f-4cec-a0cd-4cfd2d573a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4242 2024.12.14 03:38:08.909059 [ 255 ] {3e9a98ea-c26f-4cec-a0cd-4cfd2d573a9c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4243 2024.12.14 03:38:08.909781 [ 255 ] {3e9a98ea-c26f-4cec-a0cd-4cfd2d573a9c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4244 2024.12.14 03:38:08.909911 [ 198 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
4245 2024.12.14 03:38:08.910382 [ 255 ] {3e9a98ea-c26f-4cec-a0cd-4cfd2d573a9c} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.006967 sec., 12774.50839672743 rows/sec., 1021.56 KiB/sec.
4246 2024.12.14 03:38:08.910581 [ 255 ] {3e9a98ea-c26f-4cec-a0cd-4cfd2d573a9c} <Debug> TCPHandler: Processed in 0.007513811 sec.
4247 2024.12.14 03:38:08.910802 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4248 2024.12.14 03:38:08.911022 [ 258 ] {ddb8c755-c454-4acb-be83-b066a302bfd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4249 2024.12.14 03:38:08.911137 [ 258 ] {ddb8c755-c454-4acb-be83-b066a302bfd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4250 2024.12.14 03:38:08.912964 [ 258 ] {ddb8c755-c454-4acb-be83-b066a302bfd6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4251 2024.12.14 03:38:08.913022 [ 258 ] {ddb8c755-c454-4acb-be83-b066a302bfd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4252 2024.12.14 03:38:08.913873 [ 258 ] {ddb8c755-c454-4acb-be83-b066a302bfd6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4253 2024.12.14 03:38:08.914463 [ 258 ] {ddb8c755-c454-4acb-be83-b066a302bfd6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4254 2024.12.14 03:38:08.915046 [ 258 ] {ddb8c755-c454-4acb-be83-b066a302bfd6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004074 sec., 39273.441335297 rows/sec., 2.74 MiB/sec.
4255 2024.12.14 03:38:08.915294 [ 258 ] {ddb8c755-c454-4acb-be83-b066a302bfd6} <Debug> TCPHandler: Processed in 0.004580632 sec.
4256 2024.12.14 03:38:08.915608 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4257 2024.12.14 03:38:08.915893 [ 255 ] {535516c5-f562-45a8-b9b0-237fa90433f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4258 2024.12.14 03:38:08.916121 [ 255 ] {535516c5-f562-45a8-b9b0-237fa90433f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4259 2024.12.14 03:38:08.923401 [ 255 ] {535516c5-f562-45a8-b9b0-237fa90433f4} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4260 2024.12.14 03:38:08.923472 [ 255 ] {535516c5-f562-45a8-b9b0-237fa90433f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4261 2024.12.14 03:38:08.926729 [ 255 ] {535516c5-f562-45a8-b9b0-237fa90433f4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4262 2024.12.14 03:38:08.927376 [ 255 ] {535516c5-f562-45a8-b9b0-237fa90433f4} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4263 2024.12.14 03:38:08.928185 [ 255 ] {535516c5-f562-45a8-b9b0-237fa90433f4} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.012342 sec., 2025.6036298817046 rows/sec., 3.63 MiB/sec.
4264 2024.12.14 03:38:08.928937 [ 255 ] {535516c5-f562-45a8-b9b0-237fa90433f4} <Debug> TCPHandler: Processed in 0.01347234 sec.
4265 2024.12.14 03:38:08.929194 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4266 2024.12.14 03:38:08.929452 [ 258 ] {f874512e-a96a-4ae0-9ca5-4846f2135e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4267 2024.12.14 03:38:08.929551 [ 258 ] {f874512e-a96a-4ae0-9ca5-4846f2135e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4268 2024.12.14 03:38:08.931453 [ 198 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part
4269 2024.12.14 03:38:08.931492 [ 258 ] {f874512e-a96a-4ae0-9ca5-4846f2135e07} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4270 2024.12.14 03:38:08.931594 [ 258 ] {f874512e-a96a-4ae0-9ca5-4846f2135e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4271 2024.12.14 03:38:08.932643 [ 258 ] {f874512e-a96a-4ae0-9ca5-4846f2135e07} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4272 2024.12.14 03:38:08.933111 [ 258 ] {f874512e-a96a-4ae0-9ca5-4846f2135e07} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4273 2024.12.14 03:38:08.933534 [ 258 ] {f874512e-a96a-4ae0-9ca5-4846f2135e07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004161 sec., 14419.610670511896 rows/sec., 995.10 KiB/sec.
4274 2024.12.14 03:38:08.933661 [ 258 ] {f874512e-a96a-4ae0-9ca5-4846f2135e07} <Debug> TCPHandler: Processed in 0.004615422 sec.
4275 2024.12.14 03:38:08.992028 [ 192 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.138645497 sec., 1413.677358738885 rows/sec., 7.31 MiB/sec.
4276 2024.12.14 03:38:08.994691 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4277 2024.12.14 03:38:08.997636 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_26_5} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4278 2024.12.14 03:38:08.997728 [ 199 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_26_5} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4279 2024.12.14 03:38:09.000112 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4280 2024.12.14 03:38:09.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.97 MiB, peak 199.53 MiB, free memory in arenas 0.00 B, will set to 190.43 MiB (RSS), difference: 1.46 MiB
4281 2024.12.14 03:38:13.084048 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 578
4282 2024.12.14 03:38:13.087047 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4283 2024.12.14 03:38:13.087104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4284 2024.12.14 03:38:13.088654 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4285 2024.12.14 03:38:13.088966 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4286 2024.12.14 03:38:13.090101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 578
4287 2024.12.14 03:38:13.919427 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4288 2024.12.14 03:38:13.919622 [ 255 ] {944272ad-2734-4675-8626-78b1abce81da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4289 2024.12.14 03:38:13.919699 [ 255 ] {944272ad-2734-4675-8626-78b1abce81da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4290 2024.12.14 03:38:13.920458 [ 255 ] {944272ad-2734-4675-8626-78b1abce81da} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4291 2024.12.14 03:38:13.920512 [ 255 ] {944272ad-2734-4675-8626-78b1abce81da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4292 2024.12.14 03:38:13.920940 [ 255 ] {944272ad-2734-4675-8626-78b1abce81da} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4293 2024.12.14 03:38:13.921188 [ 255 ] {944272ad-2734-4675-8626-78b1abce81da} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4294 2024.12.14 03:38:13.921426 [ 255 ] {944272ad-2734-4675-8626-78b1abce81da} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001856 sec., 3232.7586206896553 rows/sec., 263.61 KiB/sec.
4295 2024.12.14 03:38:13.921494 [ 255 ] {944272ad-2734-4675-8626-78b1abce81da} <Debug> TCPHandler: Processed in 0.002197525 sec.
4296 2024.12.14 03:38:13.921763 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4297 2024.12.14 03:38:13.921958 [ 258 ] {1848d658-7cb1-4f80-bf5b-72353f5b36a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4298 2024.12.14 03:38:13.922035 [ 258 ] {1848d658-7cb1-4f80-bf5b-72353f5b36a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4299 2024.12.14 03:38:13.923287 [ 258 ] {1848d658-7cb1-4f80-bf5b-72353f5b36a6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4300 2024.12.14 03:38:13.923339 [ 258 ] {1848d658-7cb1-4f80-bf5b-72353f5b36a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4301 2024.12.14 03:38:13.923905 [ 258 ] {1848d658-7cb1-4f80-bf5b-72353f5b36a6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4302 2024.12.14 03:38:13.924167 [ 258 ] {1848d658-7cb1-4f80-bf5b-72353f5b36a6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4303 2024.12.14 03:38:13.924432 [ 258 ] {1848d658-7cb1-4f80-bf5b-72353f5b36a6} <Debug> executeQuery: Read 1231 rows, 104.21 KiB in 0.002531 sec., 486369.0241011458 rows/sec., 40.21 MiB/sec.
4304 2024.12.14 03:38:13.924502 [ 258 ] {1848d658-7cb1-4f80-bf5b-72353f5b36a6} <Debug> TCPHandler: Processed in 0.002876148 sec.
4305 2024.12.14 03:38:13.924664 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4306 2024.12.14 03:38:13.924797 [ 255 ] {d7919363-2a5a-4414-806e-53d614d2375c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4307 2024.12.14 03:38:13.924851 [ 255 ] {d7919363-2a5a-4414-806e-53d614d2375c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4308 2024.12.14 03:38:13.925452 [ 255 ] {d7919363-2a5a-4414-806e-53d614d2375c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4309 2024.12.14 03:38:13.925494 [ 255 ] {d7919363-2a5a-4414-806e-53d614d2375c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4310 2024.12.14 03:38:13.925880 [ 255 ] {d7919363-2a5a-4414-806e-53d614d2375c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4311 2024.12.14 03:38:13.926124 [ 255 ] {d7919363-2a5a-4414-806e-53d614d2375c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4312 2024.12.14 03:38:13.926276 [ 57 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4313 2024.12.14 03:38:13.926314 [ 255 ] {d7919363-2a5a-4414-806e-53d614d2375c} <Debug> executeQuery: Read 22 rows, 1.62 KiB in 0.001546 sec., 14230.271668822768 rows/sec., 1.02 MiB/sec.
4314 2024.12.14 03:38:13.926329 [ 57 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4315 2024.12.14 03:38:13.926373 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4316 2024.12.14 03:38:13.926388 [ 255 ] {d7919363-2a5a-4414-806e-53d614d2375c} <Debug> TCPHandler: Processed in 0.001786045 sec.
4317 2024.12.14 03:38:13.926622 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4318 2024.12.14 03:38:13.926706 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
4319 2024.12.14 03:38:13.926996 [ 258 ] {34d3715f-64bc-4638-ad4e-7e1e85863ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4320 2024.12.14 03:38:13.927195 [ 258 ] {34d3715f-64bc-4638-ad4e-7e1e85863ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4321 2024.12.14 03:38:13.927230 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4322 2024.12.14 03:38:13.927342 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 55 rows starting from the beginning of the part
4323 2024.12.14 03:38:13.927534 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part
4324 2024.12.14 03:38:13.927784 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part
4325 2024.12.14 03:38:13.928073 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part
4326 2024.12.14 03:38:13.928329 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 25 rows starting from the beginning of the part
4327 2024.12.14 03:38:13.928562 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 22 rows starting from the beginning of the part
4328 2024.12.14 03:38:13.929387 [ 258 ] {34d3715f-64bc-4638-ad4e-7e1e85863ad3} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4329 2024.12.14 03:38:13.929433 [ 258 ] {34d3715f-64bc-4638-ad4e-7e1e85863ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4330 2024.12.14 03:38:13.930095 [ 258 ] {34d3715f-64bc-4638-ad4e-7e1e85863ad3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4331 2024.12.14 03:38:13.930395 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.003912308 sec., 42174.593615840065 rows/sec., 3.22 MiB/sec.
4332 2024.12.14 03:38:13.930453 [ 258 ] {34d3715f-64bc-4638-ad4e-7e1e85863ad3} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4333 2024.12.14 03:38:13.930617 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4334 2024.12.14 03:38:13.930700 [ 57 ] {} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4335 2024.12.14 03:38:13.930837 [ 57 ] {} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4336 2024.12.14 03:38:13.930901 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4337 2024.12.14 03:38:13.930918 [ 258 ] {34d3715f-64bc-4638-ad4e-7e1e85863ad3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00404 sec., 56435.64356435643 rows/sec., 3.82 MiB/sec.
4338 2024.12.14 03:38:13.931407 [ 258 ] {34d3715f-64bc-4638-ad4e-7e1e85863ad3} <Debug> TCPHandler: Processed in 0.004928999 sec.
4339 2024.12.14 03:38:13.931561 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::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
4340 2024.12.14 03:38:13.931793 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4341 2024.12.14 03:38:13.931819 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4342 2024.12.14 03:38:13.932051 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4343 2024.12.14 03:38:13.932143 [ 255 ] {ce185938-71cf-4c8d-93ca-d6a902c1bf40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4344 2024.12.14 03:38:13.932151 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part
4345 2024.12.14 03:38:13.932177 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_26_5} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4346 2024.12.14 03:38:13.932238 [ 255 ] {ce185938-71cf-4c8d-93ca-d6a902c1bf40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4347 2024.12.14 03:38:13.932543 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part
4348 2024.12.14 03:38:13.932903 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4349 2024.12.14 03:38:13.933032 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part
4350 2024.12.14 03:38:13.933400 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part
4351 2024.12.14 03:38:13.933696 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part
4352 2024.12.14 03:38:13.935010 [ 255 ] {ce185938-71cf-4c8d-93ca-d6a902c1bf40} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4353 2024.12.14 03:38:13.935057 [ 255 ] {ce185938-71cf-4c8d-93ca-d6a902c1bf40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4354 2024.12.14 03:38:13.935500 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 5 columns (5 merged, 0 gathered) in 0.004461359 sec., 255527.5197535101 rows/sec., 18.28 MiB/sec.
4355 2024.12.14 03:38:13.935625 [ 255 ] {ce185938-71cf-4c8d-93ca-d6a902c1bf40} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4356 2024.12.14 03:38:13.935791 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4357 2024.12.14 03:38:13.936035 [ 255 ] {ce185938-71cf-4c8d-93ca-d6a902c1bf40} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4358 2024.12.14 03:38:13.936459 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4359 2024.12.14 03:38:13.936578 [ 255 ] {ce185938-71cf-4c8d-93ca-d6a902c1bf40} <Debug> executeQuery: Read 542 rows, 41.17 KiB in 0.004504 sec., 120337.47779751332 rows/sec., 8.93 MiB/sec.
4360 2024.12.14 03:38:13.936884 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_5_1} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4361 2024.12.14 03:38:13.936983 [ 255 ] {ce185938-71cf-4c8d-93ca-d6a902c1bf40} <Debug> TCPHandler: Processed in 0.005354598 sec.
4362 2024.12.14 03:38:13.937310 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4363 2024.12.14 03:38:13.937337 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
4364 2024.12.14 03:38:13.937462 [ 258 ] {1eda7f24-3a7a-42d7-8508-07a7ade66e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4365 2024.12.14 03:38:13.937524 [ 258 ] {1eda7f24-3a7a-42d7-8508-07a7ade66e43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4366 2024.12.14 03:38:13.938335 [ 258 ] {1eda7f24-3a7a-42d7-8508-07a7ade66e43} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4367 2024.12.14 03:38:13.938376 [ 258 ] {1eda7f24-3a7a-42d7-8508-07a7ade66e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4368 2024.12.14 03:38:13.938854 [ 258 ] {1eda7f24-3a7a-42d7-8508-07a7ade66e43} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4369 2024.12.14 03:38:13.939107 [ 258 ] {1eda7f24-3a7a-42d7-8508-07a7ade66e43} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4370 2024.12.14 03:38:13.939356 [ 258 ] {1eda7f24-3a7a-42d7-8508-07a7ade66e43} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001916 sec., 460855.94989561586 rows/sec., 31.01 MiB/sec.
4371 2024.12.14 03:38:13.939415 [ 258 ] {1eda7f24-3a7a-42d7-8508-07a7ade66e43} <Debug> TCPHandler: Processed in 0.002313957 sec.
4372 2024.12.14 03:38:13.939576 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4373 2024.12.14 03:38:13.939699 [ 255 ] {b51490b1-a0ca-4a67-96ef-e81cb9398b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4374 2024.12.14 03:38:13.939784 [ 255 ] {b51490b1-a0ca-4a67-96ef-e81cb9398b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4375 2024.12.14 03:38:13.940904 [ 255 ] {b51490b1-a0ca-4a67-96ef-e81cb9398b77} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4376 2024.12.14 03:38:13.940944 [ 255 ] {b51490b1-a0ca-4a67-96ef-e81cb9398b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4377 2024.12.14 03:38:13.941602 [ 255 ] {b51490b1-a0ca-4a67-96ef-e81cb9398b77} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4378 2024.12.14 03:38:13.941873 [ 255 ] {b51490b1-a0ca-4a67-96ef-e81cb9398b77} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4379 2024.12.14 03:38:13.942083 [ 255 ] {b51490b1-a0ca-4a67-96ef-e81cb9398b77} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002411 sec., 6636.250518457072 rows/sec., 11.89 MiB/sec.
4380 2024.12.14 03:38:13.942177 [ 255 ] {b51490b1-a0ca-4a67-96ef-e81cb9398b77} <Debug> TCPHandler: Processed in 0.002661533 sec.
4381 2024.12.14 03:38:13.942329 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4382 2024.12.14 03:38:13.942449 [ 258 ] {e6bd13dd-fc43-469e-9d66-d392cebc7afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4383 2024.12.14 03:38:13.942501 [ 258 ] {e6bd13dd-fc43-469e-9d66-d392cebc7afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4384 2024.12.14 03:38:13.943010 [ 258 ] {e6bd13dd-fc43-469e-9d66-d392cebc7afb} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4385 2024.12.14 03:38:13.943051 [ 258 ] {e6bd13dd-fc43-469e-9d66-d392cebc7afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4386 2024.12.14 03:38:13.943451 [ 258 ] {e6bd13dd-fc43-469e-9d66-d392cebc7afb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4387 2024.12.14 03:38:13.943701 [ 258 ] {e6bd13dd-fc43-469e-9d66-d392cebc7afb} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4388 2024.12.14 03:38:13.943928 [ 258 ] {e6bd13dd-fc43-469e-9d66-d392cebc7afb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec.
4389 2024.12.14 03:38:13.943981 [ 258 ] {e6bd13dd-fc43-469e-9d66-d392cebc7afb} <Debug> TCPHandler: Processed in 0.001710534 sec.
4390 2024.12.14 03:38:15.537586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
4391 2024.12.14 03:38:15.538281 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4392 2024.12.14 03:38:15.538327 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4393 2024.12.14 03:38:15.538891 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4394 2024.12.14 03:38:15.539152 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4395 2024.12.14 03:38:15.539401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
4396 2024.12.14 03:38:16.370649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
4397 2024.12.14 03:38:16.389764 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4398 2024.12.14 03:38:16.389830 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4399 2024.12.14 03:38:16.396860 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4400 2024.12.14 03:38:16.397918 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4401 2024.12.14 03:38:16.401436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
4402 2024.12.14 03:38:18.891703 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4403 2024.12.14 03:38:18.891979 [ 255 ] {1b3e56a0-37b6-4b30-82b6-086f16e729cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4404 2024.12.14 03:38:18.892053 [ 255 ] {1b3e56a0-37b6-4b30-82b6-086f16e729cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4405 2024.12.14 03:38:18.892867 [ 255 ] {1b3e56a0-37b6-4b30-82b6-086f16e729cd} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4406 2024.12.14 03:38:18.892924 [ 255 ] {1b3e56a0-37b6-4b30-82b6-086f16e729cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4407 2024.12.14 03:38:18.893381 [ 255 ] {1b3e56a0-37b6-4b30-82b6-086f16e729cd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4408 2024.12.14 03:38:18.893650 [ 255 ] {1b3e56a0-37b6-4b30-82b6-086f16e729cd} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4409 2024.12.14 03:38:18.893866 [ 52 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0
4410 2024.12.14 03:38:18.893895 [ 255 ] {1b3e56a0-37b6-4b30-82b6-086f16e729cd} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001969 sec., 53834.433722701884 rows/sec., 4.55 MiB/sec.
4411 2024.12.14 03:38:18.893958 [ 52 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4412 2024.12.14 03:38:18.894042 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4413 2024.12.14 03:38:18.894048 [ 255 ] {1b3e56a0-37b6-4b30-82b6-086f16e729cd} <Debug> TCPHandler: Processed in 0.002538521 sec.
4414 2024.12.14 03:38:18.894258 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::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
4415 2024.12.14 03:38:18.894399 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4416 2024.12.14 03:38:18.894451 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4417 2024.12.14 03:38:18.894502 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 1286 rows starting from the beginning of the part
4418 2024.12.14 03:38:18.894748 [ 258 ] {ecdf9bae-6beb-443b-b298-71bc14496727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4419 2024.12.14 03:38:18.894794 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 109 rows starting from the beginning of the part
4420 2024.12.14 03:38:18.894925 [ 258 ] {ecdf9bae-6beb-443b-b298-71bc14496727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4421 2024.12.14 03:38:18.895059 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 88 rows starting from the beginning of the part
4422 2024.12.14 03:38:18.895480 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 106 rows starting from the beginning of the part
4423 2024.12.14 03:38:18.895784 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1231 rows starting from the beginning of the part
4424 2024.12.14 03:38:18.896117 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 106 rows starting from the beginning of the part
4425 2024.12.14 03:38:18.897657 [ 258 ] {ecdf9bae-6beb-443b-b298-71bc14496727} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4426 2024.12.14 03:38:18.897738 [ 258 ] {ecdf9bae-6beb-443b-b298-71bc14496727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4427 2024.12.14 03:38:18.898897 [ 258 ] {ecdf9bae-6beb-443b-b298-71bc14496727} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4428 2024.12.14 03:38:18.899206 [ 258 ] {ecdf9bae-6beb-443b-b298-71bc14496727} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4429 2024.12.14 03:38:18.899845 [ 258 ] {ecdf9bae-6beb-443b-b298-71bc14496727} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.005227 sec., 4782.858236081883 rows/sec., 359.65 KiB/sec.
4430 2024.12.14 03:38:18.900050 [ 258 ] {ecdf9bae-6beb-443b-b298-71bc14496727} <Debug> TCPHandler: Processed in 0.005843887 sec.
4431 2024.12.14 03:38:18.900049 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2926 rows, containing 5 columns (5 merged, 0 gathered) in 0.005895718 sec., 496292.39390350756 rows/sec., 43.10 MiB/sec.
4432 2024.12.14 03:38:18.900239 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4433 2024.12.14 03:38:18.900399 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
4434 2024.12.14 03:38:18.900460 [ 255 ] {3bcfb841-1f7d-4411-9f7f-46fbf9d4d809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4435 2024.12.14 03:38:18.900553 [ 255 ] {3bcfb841-1f7d-4411-9f7f-46fbf9d4d809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4436 2024.12.14 03:38:18.901031 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4437 2024.12.14 03:38:18.901276 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_39_8} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8
4438 2024.12.14 03:38:18.901423 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
4439 2024.12.14 03:38:18.901710 [ 255 ] {3bcfb841-1f7d-4411-9f7f-46fbf9d4d809} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4440 2024.12.14 03:38:18.901761 [ 255 ] {3bcfb841-1f7d-4411-9f7f-46fbf9d4d809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4441 2024.12.14 03:38:18.902148 [ 255 ] {3bcfb841-1f7d-4411-9f7f-46fbf9d4d809} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4442 2024.12.14 03:38:18.902398 [ 255 ] {3bcfb841-1f7d-4411-9f7f-46fbf9d4d809} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4443 2024.12.14 03:38:18.902564 [ 52 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0
4444 2024.12.14 03:38:18.902621 [ 52 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4445 2024.12.14 03:38:18.902661 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4446 2024.12.14 03:38:18.902666 [ 255 ] {3bcfb841-1f7d-4411-9f7f-46fbf9d4d809} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.002267 sec., 39258.93250992501 rows/sec., 3.07 MiB/sec.
4447 2024.12.14 03:38:18.902910 [ 255 ] {3bcfb841-1f7d-4411-9f7f-46fbf9d4d809} <Debug> TCPHandler: Processed in 0.002753255 sec.
4448 2024.12.14 03:38:18.902922 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::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
4449 2024.12.14 03:38:18.903124 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4450 2024.12.14 03:38:18.903127 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4451 2024.12.14 03:38:18.903198 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 593 rows starting from the beginning of the part
4452 2024.12.14 03:38:18.903477 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 95 rows starting from the beginning of the part
4453 2024.12.14 03:38:18.903494 [ 258 ] {a12f1882-01d6-4311-88ab-9e58ce6179cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4454 2024.12.14 03:38:18.903768 [ 258 ] {a12f1882-01d6-4311-88ab-9e58ce6179cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4455 2024.12.14 03:38:18.903804 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 80 rows starting from the beginning of the part
4456 2024.12.14 03:38:18.904192 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 89 rows starting from the beginning of the part
4457 2024.12.14 03:38:18.904570 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 542 rows starting from the beginning of the part
4458 2024.12.14 03:38:18.904894 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 89 rows starting from the beginning of the part
4459 2024.12.14 03:38:18.906230 [ 258 ] {a12f1882-01d6-4311-88ab-9e58ce6179cf} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4460 2024.12.14 03:38:18.906301 [ 258 ] {a12f1882-01d6-4311-88ab-9e58ce6179cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4461 2024.12.14 03:38:18.907440 [ 258 ] {a12f1882-01d6-4311-88ab-9e58ce6179cf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4462 2024.12.14 03:38:18.907957 [ 258 ] {a12f1882-01d6-4311-88ab-9e58ce6179cf} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4463 2024.12.14 03:38:18.907996 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 5 columns (5 merged, 0 gathered) in 0.005256645 sec., 283070.2853245749 rows/sec., 22.39 MiB/sec.
4464 2024.12.14 03:38:18.908317 [ 258 ] {a12f1882-01d6-4311-88ab-9e58ce6179cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005016 sec., 31897.92663476874 rows/sec., 2.22 MiB/sec.
4465 2024.12.14 03:38:18.908328 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
4466 2024.12.14 03:38:18.908515 [ 258 ] {a12f1882-01d6-4311-88ab-9e58ce6179cf} <Debug> TCPHandler: Processed in 0.005506351 sec.
4467 2024.12.14 03:38:18.908721 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4468 2024.12.14 03:38:18.908894 [ 255 ] {da205b34-8597-46a7-a6cf-4a032a765d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4469 2024.12.14 03:38:18.908894 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4470 2024.12.14 03:38:18.909012 [ 255 ] {da205b34-8597-46a7-a6cf-4a032a765d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4471 2024.12.14 03:38:18.909029 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_39_8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8
4472 2024.12.14 03:38:18.909158 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
4473 2024.12.14 03:38:18.910297 [ 255 ] {da205b34-8597-46a7-a6cf-4a032a765d44} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4474 2024.12.14 03:38:18.910338 [ 255 ] {da205b34-8597-46a7-a6cf-4a032a765d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4475 2024.12.14 03:38:18.911022 [ 255 ] {da205b34-8597-46a7-a6cf-4a032a765d44} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4476 2024.12.14 03:38:18.911299 [ 255 ] {da205b34-8597-46a7-a6cf-4a032a765d44} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4477 2024.12.14 03:38:18.911474 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4478 2024.12.14 03:38:18.911543 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4479 2024.12.14 03:38:18.911578 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4480 2024.12.14 03:38:18.911618 [ 255 ] {da205b34-8597-46a7-a6cf-4a032a765d44} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002754 sec., 9077.70515613653 rows/sec., 16.27 MiB/sec.
4481 2024.12.14 03:38:18.911777 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
4482 2024.12.14 03:38:18.911851 [ 255 ] {da205b34-8597-46a7-a6cf-4a032a765d44} <Debug> TCPHandler: Processed in 0.003210224 sec.
4483 2024.12.14 03:38:18.912073 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4484 2024.12.14 03:38:18.912246 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4485 2024.12.14 03:38:18.912327 [ 258 ] {93412808-babe-452e-8be2-f2deee182228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4486 2024.12.14 03:38:18.912382 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 411 rows starting from the beginning of the part
4487 2024.12.14 03:38:18.912443 [ 258 ] {93412808-babe-452e-8be2-f2deee182228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4488 2024.12.14 03:38:18.913242 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 25 rows starting from the beginning of the part
4489 2024.12.14 03:38:18.913886 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part
4490 2024.12.14 03:38:18.914724 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 25 rows starting from the beginning of the part
4491 2024.12.14 03:38:18.914810 [ 258 ] {93412808-babe-452e-8be2-f2deee182228} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4492 2024.12.14 03:38:18.914873 [ 258 ] {93412808-babe-452e-8be2-f2deee182228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB.
4493 2024.12.14 03:38:18.915383 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part
4494 2024.12.14 03:38:18.916124 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 25 rows starting from the beginning of the part
4495 2024.12.14 03:38:18.916519 [ 258 ] {93412808-babe-452e-8be2-f2deee182228} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4496 2024.12.14 03:38:18.917352 [ 258 ] {93412808-babe-452e-8be2-f2deee182228} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4497 2024.12.14 03:38:18.917764 [ 258 ] {93412808-babe-452e-8be2-f2deee182228} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005503 sec., 10903.143739778303 rows/sec., 752.43 KiB/sec.
4498 2024.12.14 03:38:18.917965 [ 258 ] {93412808-babe-452e-8be2-f2deee182228} <Debug> TCPHandler: Processed in 0.006015851 sec.
4499 2024.12.14 03:38:18.922997 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 19 columns (19 merged, 0 gathered) in 0.011341238 sec., 45674.02606311586 rows/sec., 81.85 MiB/sec.
4500 2024.12.14 03:38:18.923616 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4501 2024.12.14 03:38:18.924049 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4502 2024.12.14 03:38:18.924126 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4503 2024.12.14 03:38:18.924231 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
4504 2024.12.14 03:38:22.930548 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
4505 2024.12.14 03:38:22.930618 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
4506 2024.12.14 03:38:23.039564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
4507 2024.12.14 03:38:23.040248 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4508 2024.12.14 03:38:23.040296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4509 2024.12.14 03:38:23.040842 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4510 2024.12.14 03:38:23.041116 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4511 2024.12.14 03:38:23.041375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
4512 2024.12.14 03:38:23.090362 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 606
4513 2024.12.14 03:38:23.093908 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4514 2024.12.14 03:38:23.093968 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4515 2024.12.14 03:38:23.095433 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4516 2024.12.14 03:38:23.095738 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4517 2024.12.14 03:38:23.096995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 606
4518 2024.12.14 03:38:23.886089 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4519 2024.12.14 03:38:23.886382 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'kstat_sampler:expired_targets', '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_rib:active_routes') FORMAT Native; (stage: Complete)
4520 2024.12.14 03:38:23.886877 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4521 2024.12.14 03:38:23.886939 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes')" moved to PREWHERE
4522 2024.12.14 03:38:23.887308 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4523 2024.12.14 03:38:23.887391 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4524 2024.12.14 03:38:23.887572 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
4525 2024.12.14 03:38:23.887828 [ 298 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4526 2024.12.14 03:38:23.887835 [ 301 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4527 2024.12.14 03:38:23.887868 [ 299 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4528 2024.12.14 03:38:23.887835 [ 296 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4529 2024.12.14 03:38:23.888062 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4530 2024.12.14 03:38:23.888093 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4531 2024.12.14 03:38:23.888240 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4532 2024.12.14 03:38:23.888264 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4533 2024.12.14 03:38:23.888306 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
4534 2024.12.14 03:38:23.888355 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
4535 2024.12.14 03:38:23.888398 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
4536 2024.12.14 03:38:23.888441 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
4537 2024.12.14 03:38:23.890565 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.004319 sec., 6946.05232692753 rows/sec., 280.83 KiB/sec.
4538 2024.12.14 03:38:23.890834 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Debug> MemoryTracker: Peak memory usage (for query): 140.96 KiB.
4539 2024.12.14 03:38:23.890852 [ 255 ] {97c20afc-7dfa-4c60-9e09-0473bad97da6} <Debug> TCPHandler: Processed in 0.004901838 sec.
4540 2024.12.14 03:38:23.891313 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4541 2024.12.14 03:38:23.891642 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'kstat_sampler:expired_targets', '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_rib:active_routes') FORMAT Native; (stage: Complete)
4542 2024.12.14 03:38:23.892137 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4543 2024.12.14 03:38:23.892189 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes')" moved to PREWHERE
4544 2024.12.14 03:38:23.892547 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4545 2024.12.14 03:38:23.892630 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4546 2024.12.14 03:38:23.892817 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
4547 2024.12.14 03:38:23.892985 [ 301 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4548 2024.12.14 03:38:23.892987 [ 303 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4549 2024.12.14 03:38:23.893019 [ 298 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4550 2024.12.14 03:38:23.893078 [ 299 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4551 2024.12.14 03:38:23.893235 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4552 2024.12.14 03:38:23.893268 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4553 2024.12.14 03:38:23.893416 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4554 2024.12.14 03:38:23.893442 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4555 2024.12.14 03:38:23.893488 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
4556 2024.12.14 03:38:23.893542 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
4557 2024.12.14 03:38:23.893592 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
4558 2024.12.14 03:38:23.893640 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <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', 'kstat_sampler:expired_targets', '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_rib:active_routes'))"
4559 2024.12.14 03:38:23.895691 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.004192 sec., 7156.48854961832 rows/sec., 289.33 KiB/sec.
4560 2024.12.14 03:38:23.895952 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Debug> MemoryTracker: Peak memory usage (for query): 140.89 KiB.
4561 2024.12.14 03:38:23.895970 [ 258 ] {894c7896-168b-416d-bddd-d12f2792ddbc} <Debug> TCPHandler: Processed in 0.004802547 sec.
4562 2024.12.14 03:38:23.896550 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4563 2024.12.14 03:38:23.896783 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete)
4564 2024.12.14 03:38:23.897178 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4565 2024.12.14 03:38:23.897227 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <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', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE
4566 2024.12.14 03:38:23.897544 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4567 2024.12.14 03:38:23.897612 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4568 2024.12.14 03:38:23.897768 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
4569 2024.12.14 03:38:23.897962 [ 301 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4570 2024.12.14 03:38:23.897963 [ 296 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4571 2024.12.14 03:38:23.898011 [ 299 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4572 2024.12.14 03:38:23.897957 [ 298 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4573 2024.12.14 03:38:23.898157 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4574 2024.12.14 03:38:23.898183 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4575 2024.12.14 03:38:23.898313 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4576 2024.12.14 03:38:23.898337 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4577 2024.12.14 03:38:23.898377 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <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', 'kstat_sampler:expired_targets', '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'))"
4578 2024.12.14 03:38:23.898426 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <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', 'kstat_sampler:expired_targets', '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'))"
4579 2024.12.14 03:38:23.898472 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <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', 'kstat_sampler:expired_targets', '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'))"
4580 2024.12.14 03:38:23.898517 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <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', 'kstat_sampler:expired_targets', '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'))"
4581 2024.12.14 03:38:23.900482 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.003815 sec., 7863.695937090433 rows/sec., 317.93 KiB/sec.
4582 2024.12.14 03:38:23.900711 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Debug> MemoryTracker: Peak memory usage (for query): 141.21 KiB.
4583 2024.12.14 03:38:23.900728 [ 255 ] {213466c5-c6bd-4440-9eb6-16bd6b99ddda} <Debug> TCPHandler: Processed in 0.004249175 sec.
4584 2024.12.14 03:38:23.901000 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4585 2024.12.14 03:38:23.901230 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete)
4586 2024.12.14 03:38:23.901545 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
4587 2024.12.14 03:38:23.902001 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4588 2024.12.14 03:38:23.902171 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <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', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE
4589 2024.12.14 03:38:23.903620 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4590 2024.12.14 03:38:23.903806 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4591 2024.12.14 03:38:23.904143 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
4592 2024.12.14 03:38:23.904436 [ 303 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4593 2024.12.14 03:38:23.904442 [ 296 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4594 2024.12.14 03:38:23.904597 [ 299 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4595 2024.12.14 03:38:23.904799 [ 298 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4596 2024.12.14 03:38:23.905061 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4597 2024.12.14 03:38:23.905127 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4598 2024.12.14 03:38:23.905601 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4599 2024.12.14 03:38:23.905678 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4600 2024.12.14 03:38:23.905813 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <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', 'kstat_sampler:expired_targets', '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'))"
4601 2024.12.14 03:38:23.905952 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <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', 'kstat_sampler:expired_targets', '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'))"
4602 2024.12.14 03:38:23.906090 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <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', 'kstat_sampler:expired_targets', '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'))"
4603 2024.12.14 03:38:23.906231 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <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', 'kstat_sampler:expired_targets', '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'))"
4604 2024.12.14 03:38:23.910439 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.009318 sec., 3219.575016097875 rows/sec., 130.17 KiB/sec.
4605 2024.12.14 03:38:23.911083 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Debug> MemoryTracker: Peak memory usage (for query): 141.09 KiB.
4606 2024.12.14 03:38:23.911115 [ 258 ] {743bc94f-bf3d-47d5-bc12-4be8e4fd9455} <Debug> TCPHandler: Processed in 0.010185674 sec.
4607 2024.12.14 03:38:23.911694 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4608 2024.12.14 03:38:23.912848 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'kstat_sampler:expired_targets', '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:occupancy') FORMAT Native; (stage: Complete)
4609 2024.12.14 03:38:23.914968 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4610 2024.12.14 03:38:23.915240 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <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', 'kstat_sampler:expired_targets', '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:occupancy')" moved to PREWHERE
4611 2024.12.14 03:38:23.918241 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4612 2024.12.14 03:38:23.918471 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4613 2024.12.14 03:38:23.919201 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
4614 2024.12.14 03:38:23.919634 [ 303 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4615 2024.12.14 03:38:23.919635 [ 301 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4616 2024.12.14 03:38:23.919656 [ 298 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4617 2024.12.14 03:38:23.919686 [ 299 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4618 2024.12.14 03:38:23.920224 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4619 2024.12.14 03:38:23.920368 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4620 2024.12.14 03:38:23.921496 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4621 2024.12.14 03:38:23.921606 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4622 2024.12.14 03:38:23.921862 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <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', 'kstat_sampler:expired_targets', '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:occupancy'))"
4623 2024.12.14 03:38:23.922378 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <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', 'kstat_sampler:expired_targets', '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:occupancy'))"
4624 2024.12.14 03:38:23.922743 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <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', 'kstat_sampler:expired_targets', '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:occupancy'))"
4625 2024.12.14 03:38:23.923093 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <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', 'kstat_sampler:expired_targets', '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:occupancy'))"
4626 2024.12.14 03:38:23.928051 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.01582 sec., 1896.3337547408344 rows/sec., 76.67 KiB/sec.
4627 2024.12.14 03:38:23.928966 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Debug> MemoryTracker: Peak memory usage (for query): 141.75 KiB.
4628 2024.12.14 03:38:23.929010 [ 255 ] {820e37f1-7902-46ce-8b3b-6b89d5326206} <Debug> TCPHandler: Processed in 0.017681904 sec.
4629 2024.12.14 03:38:23.929333 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4630 2024.12.14 03:38:23.929840 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
4631 2024.12.14 03:38:23.930820 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4632 2024.12.14 03:38:23.930983 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy')" moved to PREWHERE
4633 2024.12.14 03:38:23.932398 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4634 2024.12.14 03:38:23.932550 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4635 2024.12.14 03:38:23.933056 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
4636 2024.12.14 03:38:23.933304 [ 303 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4637 2024.12.14 03:38:23.933318 [ 296 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4638 2024.12.14 03:38:23.933390 [ 299 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4639 2024.12.14 03:38:23.933584 [ 298 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4640 2024.12.14 03:38:23.933919 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4641 2024.12.14 03:38:23.933985 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4642 2024.12.14 03:38:23.934461 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4643 2024.12.14 03:38:23.934525 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4644 2024.12.14 03:38:23.934646 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy'))"
4645 2024.12.14 03:38:23.934779 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy'))"
4646 2024.12.14 03:38:23.934915 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy'))"
4647 2024.12.14 03:38:23.935042 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy'))"
4648 2024.12.14 03:38:23.939022 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.009502 sec., 3157.230056830141 rows/sec., 127.65 KiB/sec.
4649 2024.12.14 03:38:23.939544 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Debug> MemoryTracker: Peak memory usage (for query): 141.60 KiB.
4650 2024.12.14 03:38:23.939572 [ 258 ] {904e6625-68aa-4b13-bbcf-4c2af8a1f62c} <Debug> TCPHandler: Processed in 0.010334697 sec.
4651 2024.12.14 03:38:23.939931 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4652 2024.12.14 03:38:23.940648 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
4653 2024.12.14 03:38:23.942721 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4654 2024.12.14 03:38:23.943029 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
4655 2024.12.14 03:38:23.946533 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4656 2024.12.14 03:38:23.946842 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4657 2024.12.14 03:38:23.947675 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
4658 2024.12.14 03:38:23.947897 [ 298 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4659 2024.12.14 03:38:23.947933 [ 303 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4660 2024.12.14 03:38:23.947933 [ 301 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4661 2024.12.14 03:38:23.948090 [ 299 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4662 2024.12.14 03:38:23.948315 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4663 2024.12.14 03:38:23.948400 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4664 2024.12.14 03:38:23.949204 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4665 2024.12.14 03:38:23.949294 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4666 2024.12.14 03:38:23.949452 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
4667 2024.12.14 03:38:23.949697 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
4668 2024.12.14 03:38:23.949929 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
4669 2024.12.14 03:38:23.950171 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
4670 2024.12.14 03:38:23.954981 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.014858 sec., 2019.1142818683538 rows/sec., 81.63 KiB/sec.
4671 2024.12.14 03:38:23.955521 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Debug> MemoryTracker: Peak memory usage (for query): 141.70 KiB.
4672 2024.12.14 03:38:23.955543 [ 255 ] {8e50d5fb-882e-4f80-b946-d558a386bd70} <Debug> TCPHandler: Processed in 0.015727755 sec.
4673 2024.12.14 03:38:23.955820 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4674 2024.12.14 03:38:23.956086 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
4675 2024.12.14 03:38:23.956825 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4676 2024.12.14 03:38:23.956900 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
4677 2024.12.14 03:38:23.958686 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4678 2024.12.14 03:38:23.958852 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4679 2024.12.14 03:38:23.959377 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
4680 2024.12.14 03:38:23.959699 [ 298 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4681 2024.12.14 03:38:23.959757 [ 296 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4682 2024.12.14 03:38:23.959782 [ 301 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4683 2024.12.14 03:38:23.960031 [ 299 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4684 2024.12.14 03:38:23.960205 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4685 2024.12.14 03:38:23.960255 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4686 2024.12.14 03:38:23.960745 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4687 2024.12.14 03:38:23.960811 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4688 2024.12.14 03:38:23.960930 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
4689 2024.12.14 03:38:23.961081 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
4690 2024.12.14 03:38:23.961222 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
4691 2024.12.14 03:38:23.961362 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
4692 2024.12.14 03:38:23.965434 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.009488 sec., 3161.8887015177065 rows/sec., 127.83 KiB/sec.
4693 2024.12.14 03:38:23.965883 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Debug> MemoryTracker: Peak memory usage (for query): 142.27 KiB.
4694 2024.12.14 03:38:23.965910 [ 258 ] {9ab8ad57-dd1e-4165-a9da-2b20bf15b36e} <Debug> TCPHandler: Processed in 0.010173104 sec.
4695 2024.12.14 03:38:23.966219 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4696 2024.12.14 03:38:23.967370 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
4697 2024.12.14 03:38:23.969549 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4698 2024.12.14 03:38:23.970092 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
4699 2024.12.14 03:38:23.973200 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4700 2024.12.14 03:38:23.973688 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4701 2024.12.14 03:38:23.974731 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
4702 2024.12.14 03:38:23.975038 [ 298 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4703 2024.12.14 03:38:23.975082 [ 303 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4704 2024.12.14 03:38:23.975128 [ 301 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4705 2024.12.14 03:38:23.975156 [ 296 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4706 2024.12.14 03:38:23.975410 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4707 2024.12.14 03:38:23.975511 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4708 2024.12.14 03:38:23.976701 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4709 2024.12.14 03:38:23.976818 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4710 2024.12.14 03:38:23.976894 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
4711 2024.12.14 03:38:23.976947 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
4712 2024.12.14 03:38:23.977086 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
4713 2024.12.14 03:38:23.977324 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
4714 2024.12.14 03:38:23.981016 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.014551 sec., 2061.713971548347 rows/sec., 83.35 KiB/sec.
4715 2024.12.14 03:38:23.981630 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Debug> MemoryTracker: Peak memory usage (for query): 142.24 KiB.
4716 2024.12.14 03:38:23.981654 [ 255 ] {eac097e9-adbe-4b7a-bf65-232ebdddacb3} <Debug> TCPHandler: Processed in 0.015536671 sec.
4717 2024.12.14 03:38:23.981959 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4718 2024.12.14 03:38:23.982421 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
4719 2024.12.14 03:38:23.983641 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4720 2024.12.14 03:38:23.983812 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
4721 2024.12.14 03:38:23.984966 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4722 2024.12.14 03:38:23.985098 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4723 2024.12.14 03:38:23.985695 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
4724 2024.12.14 03:38:23.986008 [ 303 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4725 2024.12.14 03:38:23.986047 [ 301 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4726 2024.12.14 03:38:23.986158 [ 298 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4727 2024.12.14 03:38:23.986279 [ 299 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4728 2024.12.14 03:38:23.986448 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4729 2024.12.14 03:38:23.986506 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4730 2024.12.14 03:38:23.987014 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4731 2024.12.14 03:38:23.987080 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4732 2024.12.14 03:38:23.987205 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
4733 2024.12.14 03:38:23.987351 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
4734 2024.12.14 03:38:23.987481 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
4735 2024.12.14 03:38:23.987606 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <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', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
4736 2024.12.14 03:38:23.991487 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.009359 sec., 3205.4706699433705 rows/sec., 129.60 KiB/sec.
4737 2024.12.14 03:38:23.992032 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Debug> MemoryTracker: Peak memory usage (for query): 142.47 KiB.
4738 2024.12.14 03:38:23.992078 [ 258 ] {bb40ab57-93e0-4c5a-95bf-2142356b8c1c} <Debug> TCPHandler: Processed in 0.010201014 sec.
4739 2024.12.14 03:38:23.992455 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4740 2024.12.14 03:38:23.993310 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) 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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
4741 2024.12.14 03:38:23.995754 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4742 2024.12.14 03:38:23.996161 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
4743 2024.12.14 03:38:23.997728 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4744 2024.12.14 03:38:23.997806 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4745 2024.12.14 03:38:23.999650 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4746 2024.12.14 03:38:24.000034 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4747 2024.12.14 03:38:24.001713 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
4748 2024.12.14 03:38:24.001991 [ 298 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4749 2024.12.14 03:38:24.002095 [ 303 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4750 2024.12.14 03:38:24.002102 [ 301 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4751 2024.12.14 03:38:24.002204 [ 299 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4752 2024.12.14 03:38:24.002382 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4753 2024.12.14 03:38:24.002466 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4754 2024.12.14 03:38:24.003186 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4755 2024.12.14 03:38:24.003276 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4756 2024.12.14 03:38:24.003466 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
4757 2024.12.14 03:38:24.003691 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
4758 2024.12.14 03:38:24.003935 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
4759 2024.12.14 03:38:24.004167 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <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', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
4760 2024.12.14 03:38:24.008285 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.015587 sec., 1924.6808237633925 rows/sec., 77.81 KiB/sec.
4761 2024.12.14 03:38:24.009086 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Debug> MemoryTracker: Peak memory usage (for query): 143.03 KiB.
4762 2024.12.14 03:38:24.009122 [ 255 ] {09bedc51-5c26-47dd-a0fa-43e47215f2a4} <Debug> TCPHandler: Processed in 0.016821177 sec.
4763 2024.12.14 03:38:24.012975 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4764 2024.12.14 03:38:24.013176 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) 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', 'kstat_sampler:expired_targets', '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)
4765 2024.12.14 03:38:24.013557 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4766 2024.12.14 03:38:24.013613 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <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', 'kstat_sampler:expired_targets', '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
4767 2024.12.14 03:38:24.015324 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4768 2024.12.14 03:38:24.015496 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4769 2024.12.14 03:38:24.015932 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
4770 2024.12.14 03:38:24.016288 [ 303 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4771 2024.12.14 03:38:24.016308 [ 296 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4772 2024.12.14 03:38:24.016403 [ 298 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4773 2024.12.14 03:38:24.016594 [ 299 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4774 2024.12.14 03:38:24.016799 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
4775 2024.12.14 03:38:24.016849 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Spreading mark ranges among streams (default reading)
4776 2024.12.14 03:38:24.017186 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4777 2024.12.14 03:38:24.017230 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (SelectExecutor): Reading approx. 30 rows with 4 streams
4778 2024.12.14 03:38:24.017315 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <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', 'kstat_sampler:expired_targets', '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'))"
4779 2024.12.14 03:38:24.017414 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <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', 'kstat_sampler:expired_targets', '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'))"
4780 2024.12.14 03:38:24.017504 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <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', 'kstat_sampler:expired_targets', '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'))"
4781 2024.12.14 03:38:24.017600 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <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', 'kstat_sampler:expired_targets', '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'))"
4782 2024.12.14 03:38:24.020965 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4783 2024.12.14 03:38:24.021113 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.008034 sec., 3734.129947722181 rows/sec., 150.97 KiB/sec.
4784 2024.12.14 03:38:24.021706 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Debug> MemoryTracker: Peak memory usage (for query): 143.26 KiB.
4785 2024.12.14 03:38:24.021750 [ 258 ] {6e0e3280-8703-4bd6-826b-4bb7e46aef37} <Debug> TCPHandler: Processed in 0.008829746 sec.
4786 2024.12.14 03:38:24.022355 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4787 2024.12.14 03:38:24.025844 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
4788 2024.12.14 03:38:24.026680 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4789 2024.12.14 03:38:24.026819 [ 255 ] {22d5269c-3a39-4db4-9473-396ef429986a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
4790 2024.12.14 03:38:24.026873 [ 255 ] {22d5269c-3a39-4db4-9473-396ef429986a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4791 2024.12.14 03:38:24.027642 [ 255 ] {22d5269c-3a39-4db4-9473-396ef429986a} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4792 2024.12.14 03:38:24.027684 [ 255 ] {22d5269c-3a39-4db4-9473-396ef429986a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4793 2024.12.14 03:38:24.028224 [ 255 ] {22d5269c-3a39-4db4-9473-396ef429986a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4794 2024.12.14 03:38:24.028451 [ 255 ] {22d5269c-3a39-4db4-9473-396ef429986a} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4795 2024.12.14 03:38:24.028718 [ 255 ] {22d5269c-3a39-4db4-9473-396ef429986a} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.00193 sec., 6217.616580310881 rows/sec., 1.26 MiB/sec.
4796 2024.12.14 03:38:24.028791 [ 255 ] {22d5269c-3a39-4db4-9473-396ef429986a} <Debug> TCPHandler: Processed in 0.002171313 sec.
4797 2024.12.14 03:38:24.028945 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4798 2024.12.14 03:38:24.029080 [ 258 ] {b7ae38e3-0778-4e64-9f9d-c4255c7319d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4799 2024.12.14 03:38:24.029139 [ 258 ] {b7ae38e3-0778-4e64-9f9d-c4255c7319d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4800 2024.12.14 03:38:24.030542 [ 258 ] {b7ae38e3-0778-4e64-9f9d-c4255c7319d9} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4801 2024.12.14 03:38:24.030578 [ 258 ] {b7ae38e3-0778-4e64-9f9d-c4255c7319d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4802 2024.12.14 03:38:24.030969 [ 258 ] {b7ae38e3-0778-4e64-9f9d-c4255c7319d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
4803 2024.12.14 03:38:24.031217 [ 258 ] {b7ae38e3-0778-4e64-9f9d-c4255c7319d9} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4804 2024.12.14 03:38:24.031543 [ 258 ] {b7ae38e3-0778-4e64-9f9d-c4255c7319d9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002475 sec., 5656.565656565656 rows/sec., 407.20 KiB/sec.
4805 2024.12.14 03:38:24.031662 [ 258 ] {b7ae38e3-0778-4e64-9f9d-c4255c7319d9} <Debug> TCPHandler: Processed in 0.002775046 sec.
4806 2024.12.14 03:38:24.031825 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4807 2024.12.14 03:38:24.031969 [ 255 ] {35afd70f-148c-4b0f-b9c9-c385aad640be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4808 2024.12.14 03:38:24.032027 [ 255 ] {35afd70f-148c-4b0f-b9c9-c385aad640be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4809 2024.12.14 03:38:24.032724 [ 255 ] {35afd70f-148c-4b0f-b9c9-c385aad640be} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4810 2024.12.14 03:38:24.032763 [ 255 ] {35afd70f-148c-4b0f-b9c9-c385aad640be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4811 2024.12.14 03:38:24.033155 [ 255 ] {35afd70f-148c-4b0f-b9c9-c385aad640be} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4812 2024.12.14 03:38:24.033400 [ 255 ] {35afd70f-148c-4b0f-b9c9-c385aad640be} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4813 2024.12.14 03:38:24.033654 [ 255 ] {35afd70f-148c-4b0f-b9c9-c385aad640be} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.001711 sec., 137346.58094681473 rows/sec., 12.00 MiB/sec.
4814 2024.12.14 03:38:24.033809 [ 255 ] {35afd70f-148c-4b0f-b9c9-c385aad640be} <Debug> TCPHandler: Processed in 0.002049021 sec.
4815 2024.12.14 03:38:24.034049 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4816 2024.12.14 03:38:24.034206 [ 258 ] {db4b2e52-1f15-4263-a852-e7016f076723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4817 2024.12.14 03:38:24.034263 [ 258 ] {db4b2e52-1f15-4263-a852-e7016f076723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4818 2024.12.14 03:38:24.034956 [ 258 ] {db4b2e52-1f15-4263-a852-e7016f076723} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4819 2024.12.14 03:38:24.035003 [ 258 ] {db4b2e52-1f15-4263-a852-e7016f076723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4820 2024.12.14 03:38:24.035383 [ 258 ] {db4b2e52-1f15-4263-a852-e7016f076723} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4821 2024.12.14 03:38:24.035619 [ 258 ] {db4b2e52-1f15-4263-a852-e7016f076723} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4822 2024.12.14 03:38:24.035799 [ 258 ] {db4b2e52-1f15-4263-a852-e7016f076723} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001626 sec., 14145.141451414514 rows/sec., 1020.41 KiB/sec.
4823 2024.12.14 03:38:24.035853 [ 258 ] {db4b2e52-1f15-4263-a852-e7016f076723} <Debug> TCPHandler: Processed in 0.001940609 sec.
4824 2024.12.14 03:38:24.035999 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4825 2024.12.14 03:38:24.036126 [ 255 ] {dcf78595-bbb3-47a6-9b2c-8d85dd3134a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4826 2024.12.14 03:38:24.036183 [ 255 ] {dcf78595-bbb3-47a6-9b2c-8d85dd3134a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4827 2024.12.14 03:38:24.036863 [ 255 ] {dcf78595-bbb3-47a6-9b2c-8d85dd3134a4} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4828 2024.12.14 03:38:24.036911 [ 255 ] {dcf78595-bbb3-47a6-9b2c-8d85dd3134a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4829 2024.12.14 03:38:24.037302 [ 255 ] {dcf78595-bbb3-47a6-9b2c-8d85dd3134a4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4830 2024.12.14 03:38:24.037539 [ 255 ] {dcf78595-bbb3-47a6-9b2c-8d85dd3134a4} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4831 2024.12.14 03:38:24.037734 [ 255 ] {dcf78595-bbb3-47a6-9b2c-8d85dd3134a4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001641 sec., 8531.383302864107 rows/sec., 597.48 KiB/sec.
4832 2024.12.14 03:38:24.037790 [ 255 ] {dcf78595-bbb3-47a6-9b2c-8d85dd3134a4} <Debug> TCPHandler: Processed in 0.001848117 sec.
4833 2024.12.14 03:38:24.037932 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4834 2024.12.14 03:38:24.038049 [ 258 ] {c4fac9df-b7cc-4e2e-a2d9-bcd044cfc416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4835 2024.12.14 03:38:24.038103 [ 258 ] {c4fac9df-b7cc-4e2e-a2d9-bcd044cfc416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4836 2024.12.14 03:38:24.038818 [ 258 ] {c4fac9df-b7cc-4e2e-a2d9-bcd044cfc416} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4837 2024.12.14 03:38:24.038865 [ 258 ] {c4fac9df-b7cc-4e2e-a2d9-bcd044cfc416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4838 2024.12.14 03:38:24.039256 [ 258 ] {c4fac9df-b7cc-4e2e-a2d9-bcd044cfc416} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
4839 2024.12.14 03:38:24.039495 [ 258 ] {c4fac9df-b7cc-4e2e-a2d9-bcd044cfc416} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4840 2024.12.14 03:38:24.039733 [ 258 ] {c4fac9df-b7cc-4e2e-a2d9-bcd044cfc416} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001693 sec., 7678.67690490254 rows/sec., 478.76 KiB/sec.
4841 2024.12.14 03:38:24.039805 [ 258 ] {c4fac9df-b7cc-4e2e-a2d9-bcd044cfc416} <Debug> TCPHandler: Processed in 0.001931828 sec.
4842 2024.12.14 03:38:24.039947 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4843 2024.12.14 03:38:24.040069 [ 255 ] {3df4b221-5176-4135-ad61-41f34ce3052a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4844 2024.12.14 03:38:24.040116 [ 255 ] {3df4b221-5176-4135-ad61-41f34ce3052a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4845 2024.12.14 03:38:24.040827 [ 255 ] {3df4b221-5176-4135-ad61-41f34ce3052a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4846 2024.12.14 03:38:24.040866 [ 255 ] {3df4b221-5176-4135-ad61-41f34ce3052a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4847 2024.12.14 03:38:24.041273 [ 255 ] {3df4b221-5176-4135-ad61-41f34ce3052a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4848 2024.12.14 03:38:24.041520 [ 255 ] {3df4b221-5176-4135-ad61-41f34ce3052a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4849 2024.12.14 03:38:24.041730 [ 255 ] {3df4b221-5176-4135-ad61-41f34ce3052a} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001687 sec., 235921.75459395378 rows/sec., 16.77 MiB/sec.
4850 2024.12.14 03:38:24.041787 [ 255 ] {3df4b221-5176-4135-ad61-41f34ce3052a} <Debug> TCPHandler: Processed in 0.001899808 sec.
4851 2024.12.14 03:38:24.041930 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4852 2024.12.14 03:38:24.042050 [ 258 ] {9589330d-3b1a-4785-96ce-e36e3a820395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4853 2024.12.14 03:38:24.042101 [ 258 ] {9589330d-3b1a-4785-96ce-e36e3a820395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4854 2024.12.14 03:38:24.042584 [ 258 ] {9589330d-3b1a-4785-96ce-e36e3a820395} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4855 2024.12.14 03:38:24.042622 [ 258 ] {9589330d-3b1a-4785-96ce-e36e3a820395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4856 2024.12.14 03:38:24.042992 [ 258 ] {9589330d-3b1a-4785-96ce-e36e3a820395} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
4857 2024.12.14 03:38:24.043240 [ 258 ] {9589330d-3b1a-4785-96ce-e36e3a820395} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4858 2024.12.14 03:38:24.043430 [ 258 ] {9589330d-3b1a-4785-96ce-e36e3a820395} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001404 sec., 4273.504273504273 rows/sec., 223.27 KiB/sec.
4859 2024.12.14 03:38:24.043482 [ 258 ] {9589330d-3b1a-4785-96ce-e36e3a820395} <Debug> TCPHandler: Processed in 0.001608572 sec.
4860 2024.12.14 03:38:24.043617 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4861 2024.12.14 03:38:24.043735 [ 255 ] {ea6132a9-879c-429f-ad49-e93930be92cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4862 2024.12.14 03:38:24.043790 [ 255 ] {ea6132a9-879c-429f-ad49-e93930be92cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4863 2024.12.14 03:38:24.044373 [ 255 ] {ea6132a9-879c-429f-ad49-e93930be92cb} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4864 2024.12.14 03:38:24.044413 [ 255 ] {ea6132a9-879c-429f-ad49-e93930be92cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4865 2024.12.14 03:38:24.044825 [ 255 ] {ea6132a9-879c-429f-ad49-e93930be92cb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4866 2024.12.14 03:38:24.045079 [ 255 ] {ea6132a9-879c-429f-ad49-e93930be92cb} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4867 2024.12.14 03:38:24.045305 [ 255 ] {ea6132a9-879c-429f-ad49-e93930be92cb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec.
4868 2024.12.14 03:38:24.045440 [ 255 ] {ea6132a9-879c-429f-ad49-e93930be92cb} <Debug> TCPHandler: Processed in 0.001879237 sec.
4869 2024.12.14 03:38:24.045635 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4870 2024.12.14 03:38:24.045773 [ 258 ] {7c4b710c-b02d-4b8c-9cb2-f051202f2271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4871 2024.12.14 03:38:24.045834 [ 258 ] {7c4b710c-b02d-4b8c-9cb2-f051202f2271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4872 2024.12.14 03:38:24.046346 [ 258 ] {7c4b710c-b02d-4b8c-9cb2-f051202f2271} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4873 2024.12.14 03:38:24.046383 [ 258 ] {7c4b710c-b02d-4b8c-9cb2-f051202f2271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4874 2024.12.14 03:38:24.046743 [ 258 ] {7c4b710c-b02d-4b8c-9cb2-f051202f2271} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
4875 2024.12.14 03:38:24.046982 [ 258 ] {7c4b710c-b02d-4b8c-9cb2-f051202f2271} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4876 2024.12.14 03:38:24.047166 [ 258 ] {7c4b710c-b02d-4b8c-9cb2-f051202f2271} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001424 sec., 702.2471910112359 rows/sec., 47.32 KiB/sec.
4877 2024.12.14 03:38:24.047219 [ 258 ] {7c4b710c-b02d-4b8c-9cb2-f051202f2271} <Debug> TCPHandler: Processed in 0.001699014 sec.
4878 2024.12.14 03:38:24.047378 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4879 2024.12.14 03:38:24.047515 [ 255 ] {5ee4252f-d10e-4278-a0b3-9bd8d17ed6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4880 2024.12.14 03:38:24.047608 [ 255 ] {5ee4252f-d10e-4278-a0b3-9bd8d17ed6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4881 2024.12.14 03:38:24.048814 [ 255 ] {5ee4252f-d10e-4278-a0b3-9bd8d17ed6fe} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4882 2024.12.14 03:38:24.048865 [ 255 ] {5ee4252f-d10e-4278-a0b3-9bd8d17ed6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4883 2024.12.14 03:38:24.049547 [ 255 ] {5ee4252f-d10e-4278-a0b3-9bd8d17ed6fe} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4884 2024.12.14 03:38:24.049816 [ 255 ] {5ee4252f-d10e-4278-a0b3-9bd8d17ed6fe} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4885 2024.12.14 03:38:24.050132 [ 255 ] {5ee4252f-d10e-4278-a0b3-9bd8d17ed6fe} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002639 sec., 6062.902614626753 rows/sec., 10.86 MiB/sec.
4886 2024.12.14 03:38:24.050369 [ 255 ] {5ee4252f-d10e-4278-a0b3-9bd8d17ed6fe} <Debug> TCPHandler: Processed in 0.003060441 sec.
4887 2024.12.14 03:38:24.050576 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4888 2024.12.14 03:38:24.050810 [ 258 ] {b2354f42-cbad-4017-b2e7-efe27834faa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4889 2024.12.14 03:38:24.050904 [ 258 ] {b2354f42-cbad-4017-b2e7-efe27834faa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4890 2024.12.14 03:38:24.051499 [ 258 ] {b2354f42-cbad-4017-b2e7-efe27834faa0} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4891 2024.12.14 03:38:24.051538 [ 258 ] {b2354f42-cbad-4017-b2e7-efe27834faa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4892 2024.12.14 03:38:24.051911 [ 258 ] {b2354f42-cbad-4017-b2e7-efe27834faa0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4893 2024.12.14 03:38:24.052150 [ 258 ] {b2354f42-cbad-4017-b2e7-efe27834faa0} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4894 2024.12.14 03:38:24.052336 [ 258 ] {b2354f42-cbad-4017-b2e7-efe27834faa0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001593 sec., 51475.2040175769 rows/sec., 3.27 MiB/sec.
4895 2024.12.14 03:38:24.052444 [ 258 ] {b2354f42-cbad-4017-b2e7-efe27834faa0} <Debug> TCPHandler: Processed in 0.001977039 sec.
4896 2024.12.14 03:38:25.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.87 MiB, peak 199.53 MiB, free memory in arenas 0.00 B, will set to 192.56 MiB (RSS), difference: -1.31 MiB
4897 2024.12.14 03:38:28.891845 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4898 2024.12.14 03:38:28.892046 [ 255 ] {a73d24ab-bdff-47db-8115-fcb27e559843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4899 2024.12.14 03:38:28.892119 [ 255 ] {a73d24ab-bdff-47db-8115-fcb27e559843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4900 2024.12.14 03:38:28.892846 [ 255 ] {a73d24ab-bdff-47db-8115-fcb27e559843} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4901 2024.12.14 03:38:28.892893 [ 255 ] {a73d24ab-bdff-47db-8115-fcb27e559843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4902 2024.12.14 03:38:28.893312 [ 255 ] {a73d24ab-bdff-47db-8115-fcb27e559843} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4903 2024.12.14 03:38:28.893559 [ 255 ] {a73d24ab-bdff-47db-8115-fcb27e559843} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4904 2024.12.14 03:38:28.893785 [ 255 ] {a73d24ab-bdff-47db-8115-fcb27e559843} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001778 sec., 1124.859392575928 rows/sec., 91.72 KiB/sec.
4905 2024.12.14 03:38:28.893908 [ 255 ] {a73d24ab-bdff-47db-8115-fcb27e559843} <Debug> TCPHandler: Processed in 0.002185594 sec.
4906 2024.12.14 03:38:28.894214 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4907 2024.12.14 03:38:28.894420 [ 258 ] {3f5899fc-1477-4cd6-bbb6-520337e7583e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4908 2024.12.14 03:38:28.894499 [ 258 ] {3f5899fc-1477-4cd6-bbb6-520337e7583e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4909 2024.12.14 03:38:28.895378 [ 258 ] {3f5899fc-1477-4cd6-bbb6-520337e7583e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4910 2024.12.14 03:38:28.895436 [ 258 ] {3f5899fc-1477-4cd6-bbb6-520337e7583e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4911 2024.12.14 03:38:28.895978 [ 258 ] {3f5899fc-1477-4cd6-bbb6-520337e7583e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4912 2024.12.14 03:38:28.896435 [ 258 ] {3f5899fc-1477-4cd6-bbb6-520337e7583e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4913 2024.12.14 03:38:28.896745 [ 258 ] {3f5899fc-1477-4cd6-bbb6-520337e7583e} <Debug> executeQuery: Read 107 rows, 9.25 KiB in 0.002378 sec., 44995.79478553406 rows/sec., 3.80 MiB/sec.
4914 2024.12.14 03:38:28.896839 [ 258 ] {3f5899fc-1477-4cd6-bbb6-520337e7583e} <Debug> TCPHandler: Processed in 0.002777395 sec.
4915 2024.12.14 03:38:28.897028 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4916 2024.12.14 03:38:28.897152 [ 255 ] {54929e96-76dd-46e3-b26b-b2eed368d7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4917 2024.12.14 03:38:28.897206 [ 255 ] {54929e96-76dd-46e3-b26b-b2eed368d7d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4918 2024.12.14 03:38:28.897805 [ 255 ] {54929e96-76dd-46e3-b26b-b2eed368d7d7} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4919 2024.12.14 03:38:28.897845 [ 255 ] {54929e96-76dd-46e3-b26b-b2eed368d7d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4920 2024.12.14 03:38:28.898216 [ 255 ] {54929e96-76dd-46e3-b26b-b2eed368d7d7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4921 2024.12.14 03:38:28.898460 [ 255 ] {54929e96-76dd-46e3-b26b-b2eed368d7d7} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4922 2024.12.14 03:38:28.898639 [ 255 ] {54929e96-76dd-46e3-b26b-b2eed368d7d7} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001514 sec., 17833.553500660502 rows/sec., 1.30 MiB/sec.
4923 2024.12.14 03:38:28.898692 [ 255 ] {54929e96-76dd-46e3-b26b-b2eed368d7d7} <Debug> TCPHandler: Processed in 0.001724994 sec.
4924 2024.12.14 03:38:28.898855 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4925 2024.12.14 03:38:28.898991 [ 258 ] {1ae5cf30-a48e-4d75-b4f4-2b5d26ea09a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4926 2024.12.14 03:38:28.899050 [ 258 ] {1ae5cf30-a48e-4d75-b4f4-2b5d26ea09a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4927 2024.12.14 03:38:28.899710 [ 258 ] {1ae5cf30-a48e-4d75-b4f4-2b5d26ea09a4} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4928 2024.12.14 03:38:28.899754 [ 258 ] {1ae5cf30-a48e-4d75-b4f4-2b5d26ea09a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4929 2024.12.14 03:38:28.900144 [ 258 ] {1ae5cf30-a48e-4d75-b4f4-2b5d26ea09a4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4930 2024.12.14 03:38:28.900394 [ 258 ] {1ae5cf30-a48e-4d75-b4f4-2b5d26ea09a4} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4931 2024.12.14 03:38:28.900615 [ 258 ] {1ae5cf30-a48e-4d75-b4f4-2b5d26ea09a4} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001656 sec., 54951.690821256045 rows/sec., 4.29 MiB/sec.
4932 2024.12.14 03:38:28.900673 [ 258 ] {1ae5cf30-a48e-4d75-b4f4-2b5d26ea09a4} <Debug> TCPHandler: Processed in 0.001883748 sec.
4933 2024.12.14 03:38:28.900832 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4934 2024.12.14 03:38:28.900970 [ 255 ] {a25de0a1-a590-42ab-92d1-9dd53267e365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4935 2024.12.14 03:38:28.901031 [ 255 ] {a25de0a1-a590-42ab-92d1-9dd53267e365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4936 2024.12.14 03:38:28.901637 [ 255 ] {a25de0a1-a590-42ab-92d1-9dd53267e365} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4937 2024.12.14 03:38:28.901675 [ 255 ] {a25de0a1-a590-42ab-92d1-9dd53267e365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4938 2024.12.14 03:38:28.902068 [ 255 ] {a25de0a1-a590-42ab-92d1-9dd53267e365} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4939 2024.12.14 03:38:28.902302 [ 255 ] {a25de0a1-a590-42ab-92d1-9dd53267e365} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4940 2024.12.14 03:38:28.902428 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4941 2024.12.14 03:38:28.902473 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4942 2024.12.14 03:38:28.902479 [ 255 ] {a25de0a1-a590-42ab-92d1-9dd53267e365} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001538 sec., 104681.4044213264 rows/sec., 7.29 MiB/sec.
4943 2024.12.14 03:38:28.902497 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4944 2024.12.14 03:38:28.902559 [ 255 ] {a25de0a1-a590-42ab-92d1-9dd53267e365} <Debug> TCPHandler: Processed in 0.001789636 sec.
4945 2024.12.14 03:38:28.902978 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4946 2024.12.14 03:38:28.902979 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
4947 2024.12.14 03:38:28.903388 [ 258 ] {d34408fe-2d8d-4d26-9f23-a3630c2d62d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4948 2024.12.14 03:38:28.903431 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4949 2024.12.14 03:38:28.903535 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9593 rows starting from the beginning of the part
4950 2024.12.14 03:38:28.903580 [ 258 ] {d34408fe-2d8d-4d26-9f23-a3630c2d62d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4951 2024.12.14 03:38:28.903854 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part
4952 2024.12.14 03:38:28.904326 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 883 rows starting from the beginning of the part
4953 2024.12.14 03:38:28.904832 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part
4954 2024.12.14 03:38:28.905283 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part
4955 2024.12.14 03:38:28.905701 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part
4956 2024.12.14 03:38:28.908800 [ 258 ] {d34408fe-2d8d-4d26-9f23-a3630c2d62d2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4957 2024.12.14 03:38:28.908887 [ 258 ] {d34408fe-2d8d-4d26-9f23-a3630c2d62d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4958 2024.12.14 03:38:28.910621 [ 258 ] {d34408fe-2d8d-4d26-9f23-a3630c2d62d2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4959 2024.12.14 03:38:28.911433 [ 258 ] {d34408fe-2d8d-4d26-9f23-a3630c2d62d2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4960 2024.12.14 03:38:28.911810 [ 258 ] {d34408fe-2d8d-4d26-9f23-a3630c2d62d2} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.008529 sec., 2931.175987806308 rows/sec., 5.25 MiB/sec.
4961 2024.12.14 03:38:28.911988 [ 258 ] {d34408fe-2d8d-4d26-9f23-a3630c2d62d2} <Debug> TCPHandler: Processed in 0.009300657 sec.
4962 2024.12.14 03:38:28.912171 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4963 2024.12.14 03:38:28.912299 [ 255 ] {ccf41b8b-991d-4137-afb5-58475c432c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4964 2024.12.14 03:38:28.912350 [ 255 ] {ccf41b8b-991d-4137-afb5-58475c432c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4965 2024.12.14 03:38:28.913121 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11194 rows, containing 5 columns (5 merged, 0 gathered) in 0.01051602 sec., 1064471.1592408535 rows/sec., 72.51 MiB/sec.
4966 2024.12.14 03:38:28.913255 [ 255 ] {ccf41b8b-991d-4137-afb5-58475c432c51} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4967 2024.12.14 03:38:28.913300 [ 255 ] {ccf41b8b-991d-4137-afb5-58475c432c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4968 2024.12.14 03:38:28.913446 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4969 2024.12.14 03:38:28.914006 [ 255 ] {ccf41b8b-991d-4137-afb5-58475c432c51} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4970 2024.12.14 03:38:28.914014 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4971 2024.12.14 03:38:28.914171 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4972 2024.12.14 03:38:28.914339 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB.
4973 2024.12.14 03:38:28.914413 [ 255 ] {ccf41b8b-991d-4137-afb5-58475c432c51} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4974 2024.12.14 03:38:28.914550 [ 41 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4975 2024.12.14 03:38:28.914593 [ 41 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4976 2024.12.14 03:38:28.914610 [ 255 ] {ccf41b8b-991d-4137-afb5-58475c432c51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002334 sec., 25706.940874035987 rows/sec., 1.73 MiB/sec.
4977 2024.12.14 03:38:28.914621 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4978 2024.12.14 03:38:28.914742 [ 255 ] {ccf41b8b-991d-4137-afb5-58475c432c51} <Debug> TCPHandler: Processed in 0.002634103 sec.
4979 2024.12.14 03:38:28.915000 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
4980 2024.12.14 03:38:28.915358 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4981 2024.12.14 03:38:28.915389 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1686 rows starting from the beginning of the part
4982 2024.12.14 03:38:28.915465 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part
4983 2024.12.14 03:38:28.915586 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
4984 2024.12.14 03:38:28.915803 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
4985 2024.12.14 03:38:28.915919 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part
4986 2024.12.14 03:38:28.916102 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
4987 2024.12.14 03:38:28.917458 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2008 rows, containing 4 columns (4 merged, 0 gathered) in 0.002715584 sec., 739435.7898706135 rows/sec., 50.09 MiB/sec.
4988 2024.12.14 03:38:28.917704 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4989 2024.12.14 03:38:28.918014 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4990 2024.12.14 03:38:28.918100 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_41_8} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4991 2024.12.14 03:38:28.918193 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
4992 2024.12.14 03:38:30.541587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
4993 2024.12.14 03:38:30.542469 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4994 2024.12.14 03:38:30.542512 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
4995 2024.12.14 03:38:30.543051 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4996 2024.12.14 03:38:30.543306 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4997 2024.12.14 03:38:30.543577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
4998 2024.12.14 03:38:31.525954 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
4999 2024.12.14 03:38:31.547103 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5000 2024.12.14 03:38:31.547153 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5001 2024.12.14 03:38:31.554657 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5002 2024.12.14 03:38:31.555424 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5003 2024.12.14 03:38:31.558111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5004 2024.12.14 03:38:33.097244 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 668
5005 2024.12.14 03:38:33.101058 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5006 2024.12.14 03:38:33.101108 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5007 2024.12.14 03:38:33.102657 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5008 2024.12.14 03:38:33.102979 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5009 2024.12.14 03:38:33.103204 [ 35 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5010 2024.12.14 03:38:33.103350 [ 35 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5011 2024.12.14 03:38:33.103416 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5012 2024.12.14 03:38:33.104404 [ 199 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
5013 2024.12.14 03:38:33.105554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 668
5014 2024.12.14 03:38:33.105954 [ 199 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5015 2024.12.14 03:38:33.106150 [ 199 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 500 rows starting from the beginning of the part
5016 2024.12.14 03:38:33.106872 [ 199 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part
5017 2024.12.14 03:38:33.107363 [ 199 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part
5018 2024.12.14 03:38:33.107839 [ 199 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part
5019 2024.12.14 03:38:33.108316 [ 199 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part
5020 2024.12.14 03:38:33.108793 [ 199 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 62 rows starting from the beginning of the part
5021 2024.12.14 03:38:33.116984 [ 198 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 668 rows, containing 72 columns (72 merged, 0 gathered) in 0.013340597 sec., 50072.721633072346 rows/sec., 43.42 MiB/sec.
5022 2024.12.14 03:38:33.118236 [ 196 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5023 2024.12.14 03:38:33.119107 [ 196 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5024 2024.12.14 03:38:33.119206 [ 196 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_21_4} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5025 2024.12.14 03:38:33.119569 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB.
5026 2024.12.14 03:38:33.895391 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5027 2024.12.14 03:38:33.895594 [ 255 ] {40fee23f-c7c2-4f67-84fd-9a29a623c1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5028 2024.12.14 03:38:33.895671 [ 255 ] {40fee23f-c7c2-4f67-84fd-9a29a623c1e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5029 2024.12.14 03:38:33.896503 [ 255 ] {40fee23f-c7c2-4f67-84fd-9a29a623c1e0} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5030 2024.12.14 03:38:33.896550 [ 255 ] {40fee23f-c7c2-4f67-84fd-9a29a623c1e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5031 2024.12.14 03:38:33.896959 [ 255 ] {40fee23f-c7c2-4f67-84fd-9a29a623c1e0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
5032 2024.12.14 03:38:33.897201 [ 255 ] {40fee23f-c7c2-4f67-84fd-9a29a623c1e0} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5033 2024.12.14 03:38:33.897433 [ 255 ] {40fee23f-c7c2-4f67-84fd-9a29a623c1e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec.
5034 2024.12.14 03:38:33.897503 [ 255 ] {40fee23f-c7c2-4f67-84fd-9a29a623c1e0} <Debug> TCPHandler: Processed in 0.002248925 sec.
5035 2024.12.14 03:38:33.897774 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5036 2024.12.14 03:38:33.897992 [ 258 ] {17d4b0c8-e92f-4ef1-8f32-a89de2ad0296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5037 2024.12.14 03:38:33.898074 [ 258 ] {17d4b0c8-e92f-4ef1-8f32-a89de2ad0296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5038 2024.12.14 03:38:33.898974 [ 258 ] {17d4b0c8-e92f-4ef1-8f32-a89de2ad0296} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5039 2024.12.14 03:38:33.899017 [ 258 ] {17d4b0c8-e92f-4ef1-8f32-a89de2ad0296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5040 2024.12.14 03:38:33.899471 [ 258 ] {17d4b0c8-e92f-4ef1-8f32-a89de2ad0296} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5041 2024.12.14 03:38:33.899736 [ 258 ] {17d4b0c8-e92f-4ef1-8f32-a89de2ad0296} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5042 2024.12.14 03:38:33.899934 [ 258 ] {17d4b0c8-e92f-4ef1-8f32-a89de2ad0296} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002005 sec., 117206.9825436409 rows/sec., 10.24 MiB/sec.
5043 2024.12.14 03:38:33.899990 [ 258 ] {17d4b0c8-e92f-4ef1-8f32-a89de2ad0296} <Debug> TCPHandler: Processed in 0.002363767 sec.
5044 2024.12.14 03:38:33.900155 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5045 2024.12.14 03:38:33.900293 [ 255 ] {f80bbdf5-86ce-421d-817f-6dd873adb562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5046 2024.12.14 03:38:33.900350 [ 255 ] {f80bbdf5-86ce-421d-817f-6dd873adb562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5047 2024.12.14 03:38:33.900966 [ 255 ] {f80bbdf5-86ce-421d-817f-6dd873adb562} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5048 2024.12.14 03:38:33.901007 [ 255 ] {f80bbdf5-86ce-421d-817f-6dd873adb562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5049 2024.12.14 03:38:33.901351 [ 255 ] {f80bbdf5-86ce-421d-817f-6dd873adb562} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5050 2024.12.14 03:38:33.901580 [ 255 ] {f80bbdf5-86ce-421d-817f-6dd873adb562} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5051 2024.12.14 03:38:33.901788 [ 255 ] {f80bbdf5-86ce-421d-817f-6dd873adb562} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001523 sec., 15101.772816808929 rows/sec., 1.06 MiB/sec.
5052 2024.12.14 03:38:33.901839 [ 255 ] {f80bbdf5-86ce-421d-817f-6dd873adb562} <Debug> TCPHandler: Processed in 0.001751775 sec.
5053 2024.12.14 03:38:33.902010 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5054 2024.12.14 03:38:33.902149 [ 258 ] {f4b23547-eb81-4bfd-9997-d4c821da4203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5055 2024.12.14 03:38:33.902208 [ 258 ] {f4b23547-eb81-4bfd-9997-d4c821da4203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5056 2024.12.14 03:38:33.902826 [ 258 ] {f4b23547-eb81-4bfd-9997-d4c821da4203} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5057 2024.12.14 03:38:33.902864 [ 258 ] {f4b23547-eb81-4bfd-9997-d4c821da4203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5058 2024.12.14 03:38:33.903216 [ 258 ] {f4b23547-eb81-4bfd-9997-d4c821da4203} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5059 2024.12.14 03:38:33.903449 [ 258 ] {f4b23547-eb81-4bfd-9997-d4c821da4203} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5060 2024.12.14 03:38:33.903626 [ 258 ] {f4b23547-eb81-4bfd-9997-d4c821da4203} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00151 sec., 9271.523178807947 rows/sec., 649.32 KiB/sec.
5061 2024.12.14 03:38:33.903676 [ 258 ] {f4b23547-eb81-4bfd-9997-d4c821da4203} <Debug> TCPHandler: Processed in 0.001738085 sec.
5062 2024.12.14 03:38:33.903839 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5063 2024.12.14 03:38:33.903977 [ 255 ] {b3648515-3528-4353-9925-2dab3837dab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5064 2024.12.14 03:38:33.904034 [ 255 ] {b3648515-3528-4353-9925-2dab3837dab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5065 2024.12.14 03:38:33.904665 [ 255 ] {b3648515-3528-4353-9925-2dab3837dab0} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5066 2024.12.14 03:38:33.904704 [ 255 ] {b3648515-3528-4353-9925-2dab3837dab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5067 2024.12.14 03:38:33.905048 [ 255 ] {b3648515-3528-4353-9925-2dab3837dab0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
5068 2024.12.14 03:38:33.905277 [ 255 ] {b3648515-3528-4353-9925-2dab3837dab0} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5069 2024.12.14 03:38:33.905555 [ 255 ] {b3648515-3528-4353-9925-2dab3837dab0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec.
5070 2024.12.14 03:38:33.905667 [ 255 ] {b3648515-3528-4353-9925-2dab3837dab0} <Debug> TCPHandler: Processed in 0.001894838 sec.
5071 2024.12.14 03:38:33.905822 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5072 2024.12.14 03:38:33.905961 [ 258 ] {721f05d3-5435-4f7e-ae13-c23a74fa9bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5073 2024.12.14 03:38:33.906017 [ 258 ] {721f05d3-5435-4f7e-ae13-c23a74fa9bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5074 2024.12.14 03:38:33.906817 [ 258 ] {721f05d3-5435-4f7e-ae13-c23a74fa9bb8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5075 2024.12.14 03:38:33.906855 [ 258 ] {721f05d3-5435-4f7e-ae13-c23a74fa9bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5076 2024.12.14 03:38:33.907235 [ 258 ] {721f05d3-5435-4f7e-ae13-c23a74fa9bb8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5077 2024.12.14 03:38:33.907473 [ 258 ] {721f05d3-5435-4f7e-ae13-c23a74fa9bb8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5078 2024.12.14 03:38:33.907680 [ 258 ] {721f05d3-5435-4f7e-ae13-c23a74fa9bb8} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001744 sec., 228211.0091743119 rows/sec., 16.22 MiB/sec.
5079 2024.12.14 03:38:33.907769 [ 258 ] {721f05d3-5435-4f7e-ae13-c23a74fa9bb8} <Debug> TCPHandler: Processed in 0.00201033 sec.
5080 2024.12.14 03:38:33.908007 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5081 2024.12.14 03:38:33.908172 [ 255 ] {4c7495d0-fb66-4d5c-a097-3e4808977308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5082 2024.12.14 03:38:33.908232 [ 255 ] {4c7495d0-fb66-4d5c-a097-3e4808977308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5083 2024.12.14 03:38:33.908735 [ 255 ] {4c7495d0-fb66-4d5c-a097-3e4808977308} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5084 2024.12.14 03:38:33.908773 [ 255 ] {4c7495d0-fb66-4d5c-a097-3e4808977308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5085 2024.12.14 03:38:33.909131 [ 255 ] {4c7495d0-fb66-4d5c-a097-3e4808977308} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
5086 2024.12.14 03:38:33.909354 [ 255 ] {4c7495d0-fb66-4d5c-a097-3e4808977308} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5087 2024.12.14 03:38:33.909556 [ 255 ] {4c7495d0-fb66-4d5c-a097-3e4808977308} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec.
5088 2024.12.14 03:38:33.909705 [ 255 ] {4c7495d0-fb66-4d5c-a097-3e4808977308} <Debug> TCPHandler: Processed in 0.001814226 sec.
5089 2024.12.14 03:38:33.909868 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5090 2024.12.14 03:38:33.910009 [ 258 ] {464c26e4-f525-4852-bc12-21a9ec3dd231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5091 2024.12.14 03:38:33.910074 [ 258 ] {464c26e4-f525-4852-bc12-21a9ec3dd231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5092 2024.12.14 03:38:33.910727 [ 258 ] {464c26e4-f525-4852-bc12-21a9ec3dd231} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5093 2024.12.14 03:38:33.910766 [ 258 ] {464c26e4-f525-4852-bc12-21a9ec3dd231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5094 2024.12.14 03:38:33.911178 [ 258 ] {464c26e4-f525-4852-bc12-21a9ec3dd231} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5095 2024.12.14 03:38:33.911427 [ 258 ] {464c26e4-f525-4852-bc12-21a9ec3dd231} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5096 2024.12.14 03:38:33.911689 [ 258 ] {464c26e4-f525-4852-bc12-21a9ec3dd231} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001705 sec., 139002.93255131965 rows/sec., 9.32 MiB/sec.
5097 2024.12.14 03:38:33.911799 [ 258 ] {464c26e4-f525-4852-bc12-21a9ec3dd231} <Debug> TCPHandler: Processed in 0.00199042 sec.
5098 2024.12.14 03:38:33.912000 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5099 2024.12.14 03:38:33.912114 [ 255 ] {a60fe597-86a7-4921-91f0-3e891d72ba9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5100 2024.12.14 03:38:33.912163 [ 255 ] {a60fe597-86a7-4921-91f0-3e891d72ba9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5101 2024.12.14 03:38:33.912606 [ 255 ] {a60fe597-86a7-4921-91f0-3e891d72ba9c} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5102 2024.12.14 03:38:33.912642 [ 255 ] {a60fe597-86a7-4921-91f0-3e891d72ba9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5103 2024.12.14 03:38:33.912997 [ 255 ] {a60fe597-86a7-4921-91f0-3e891d72ba9c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
5104 2024.12.14 03:38:33.913223 [ 255 ] {a60fe597-86a7-4921-91f0-3e891d72ba9c} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5105 2024.12.14 03:38:33.913497 [ 255 ] {a60fe597-86a7-4921-91f0-3e891d72ba9c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001392 sec., 718.3908045977012 rows/sec., 48.41 KiB/sec.
5106 2024.12.14 03:38:33.913577 [ 255 ] {a60fe597-86a7-4921-91f0-3e891d72ba9c} <Debug> TCPHandler: Processed in 0.001669634 sec.
5107 2024.12.14 03:38:33.913734 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5108 2024.12.14 03:38:33.913874 [ 258 ] {87825e93-22ea-4e71-95b1-4712ba5a1f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5109 2024.12.14 03:38:33.913970 [ 258 ] {87825e93-22ea-4e71-95b1-4712ba5a1f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5110 2024.12.14 03:38:33.915194 [ 258 ] {87825e93-22ea-4e71-95b1-4712ba5a1f7b} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5111 2024.12.14 03:38:33.915234 [ 258 ] {87825e93-22ea-4e71-95b1-4712ba5a1f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5112 2024.12.14 03:38:33.915857 [ 258 ] {87825e93-22ea-4e71-95b1-4712ba5a1f7b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5113 2024.12.14 03:38:33.916117 [ 258 ] {87825e93-22ea-4e71-95b1-4712ba5a1f7b} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5114 2024.12.14 03:38:33.916371 [ 258 ] {87825e93-22ea-4e71-95b1-4712ba5a1f7b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002528 sec., 6329.113924050634 rows/sec., 11.34 MiB/sec.
5115 2024.12.14 03:38:33.916477 [ 258 ] {87825e93-22ea-4e71-95b1-4712ba5a1f7b} <Debug> TCPHandler: Processed in 0.002813316 sec.
5116 2024.12.14 03:38:33.916649 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5117 2024.12.14 03:38:33.916789 [ 255 ] {f4cfba18-2f47-4740-8a4f-754be5bea4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5118 2024.12.14 03:38:33.916849 [ 255 ] {f4cfba18-2f47-4740-8a4f-754be5bea4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5119 2024.12.14 03:38:33.917419 [ 255 ] {f4cfba18-2f47-4740-8a4f-754be5bea4fc} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5120 2024.12.14 03:38:33.917462 [ 255 ] {f4cfba18-2f47-4740-8a4f-754be5bea4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5121 2024.12.14 03:38:33.917828 [ 255 ] {f4cfba18-2f47-4740-8a4f-754be5bea4fc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5122 2024.12.14 03:38:33.918063 [ 255 ] {f4cfba18-2f47-4740-8a4f-754be5bea4fc} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5123 2024.12.14 03:38:33.918255 [ 255 ] {f4cfba18-2f47-4740-8a4f-754be5bea4fc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001497 sec., 54776.219104876414 rows/sec., 3.48 MiB/sec.
5124 2024.12.14 03:38:33.918306 [ 255 ] {f4cfba18-2f47-4740-8a4f-754be5bea4fc} <Debug> TCPHandler: Processed in 0.001729554 sec.
5125 2024.12.14 03:38:35.752613 [ 33 ] {} <Debug> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5126 2024.12.14 03:38:35.752691 [ 33 ] {} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5127 2024.12.14 03:38:35.752714 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5128 2024.12.14 03:38:35.752879 [ 196 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::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
5129 2024.12.14 03:38:35.753208 [ 196 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5130 2024.12.14 03:38:35.753256 [ 196 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::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
5131 2024.12.14 03:38:35.753350 [ 196 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
5132 2024.12.14 03:38:35.753504 [ 196 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
5133 2024.12.14 03:38:35.753617 [ 196 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part
5134 2024.12.14 03:38:35.753733 [ 196 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
5135 2024.12.14 03:38:35.756195 [ 198 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003393598 sec., 12376.244917636091 rows/sec., 2.04 MiB/sec.
5136 2024.12.14 03:38:35.756416 [ 192 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5137 2024.12.14 03:38:35.756960 [ 192 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::all_1_5_1} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5138 2024.12.14 03:38:35.757065 [ 192 ] {d2dec46c-15aa-40af-8e08-6046aa002f99::all_1_5_1} <Trace> oximeter.timeseries_schema (d2dec46c-15aa-40af-8e08-6046aa002f99) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5139 2024.12.14 03:38:35.757170 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
5140 2024.12.14 03:38:37.930675 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache
5141 2024.12.14 03:38:37.930765 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache
5142 2024.12.14 03:38:38.043782 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
5143 2024.12.14 03:38:38.044979 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5144 2024.12.14 03:38:38.045037 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5145 2024.12.14 03:38:38.045574 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5146 2024.12.14 03:38:38.045830 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5147 2024.12.14 03:38:38.046112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
5148 2024.12.14 03:38:38.891551 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5149 2024.12.14 03:38:38.891846 [ 255 ] {43b3e0de-7b9c-4042-b38e-e96ae3a07ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5150 2024.12.14 03:38:38.891923 [ 255 ] {43b3e0de-7b9c-4042-b38e-e96ae3a07ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5151 2024.12.14 03:38:38.892786 [ 255 ] {43b3e0de-7b9c-4042-b38e-e96ae3a07ab0} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5152 2024.12.14 03:38:38.892833 [ 255 ] {43b3e0de-7b9c-4042-b38e-e96ae3a07ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5153 2024.12.14 03:38:38.893245 [ 255 ] {43b3e0de-7b9c-4042-b38e-e96ae3a07ab0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5154 2024.12.14 03:38:38.893493 [ 255 ] {43b3e0de-7b9c-4042-b38e-e96ae3a07ab0} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5155 2024.12.14 03:38:38.893771 [ 255 ] {43b3e0de-7b9c-4042-b38e-e96ae3a07ab0} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001975 sec., 53670.88607594936 rows/sec., 4.54 MiB/sec.
5156 2024.12.14 03:38:38.893907 [ 255 ] {43b3e0de-7b9c-4042-b38e-e96ae3a07ab0} <Debug> TCPHandler: Processed in 0.00252961 sec.
5157 2024.12.14 03:38:38.894244 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5158 2024.12.14 03:38:38.894460 [ 258 ] {9dacde6d-77b6-4785-a67d-053db5bc11ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5159 2024.12.14 03:38:38.894544 [ 258 ] {9dacde6d-77b6-4785-a67d-053db5bc11ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5160 2024.12.14 03:38:38.895339 [ 258 ] {9dacde6d-77b6-4785-a67d-053db5bc11ab} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5161 2024.12.14 03:38:38.895386 [ 258 ] {9dacde6d-77b6-4785-a67d-053db5bc11ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5162 2024.12.14 03:38:38.895822 [ 258 ] {9dacde6d-77b6-4785-a67d-053db5bc11ab} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5163 2024.12.14 03:38:38.896073 [ 258 ] {9dacde6d-77b6-4785-a67d-053db5bc11ab} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5164 2024.12.14 03:38:38.896269 [ 26 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5165 2024.12.14 03:38:38.896342 [ 258 ] {9dacde6d-77b6-4785-a67d-053db5bc11ab} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001937 sec., 12906.556530717606 rows/sec., 970.51 KiB/sec.
5166 2024.12.14 03:38:38.896357 [ 26 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5167 2024.12.14 03:38:38.896434 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5168 2024.12.14 03:38:38.896494 [ 258 ] {9dacde6d-77b6-4785-a67d-053db5bc11ab} <Debug> TCPHandler: Processed in 0.002434409 sec.
5169 2024.12.14 03:38:38.896796 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5170 2024.12.14 03:38:38.896851 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
5171 2024.12.14 03:38:38.897043 [ 255 ] {f388a839-cddd-4c8c-b5f4-cbc7b35306af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5172 2024.12.14 03:38:38.897076 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5173 2024.12.14 03:38:38.897114 [ 255 ] {f388a839-cddd-4c8c-b5f4-cbc7b35306af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5174 2024.12.14 03:38:38.897127 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 57 rows starting from the beginning of the part
5175 2024.12.14 03:38:38.897379 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 25 rows starting from the beginning of the part
5176 2024.12.14 03:38:38.897778 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part
5177 2024.12.14 03:38:38.898108 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 27 rows starting from the beginning of the part
5178 2024.12.14 03:38:38.898479 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part
5179 2024.12.14 03:38:38.898820 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 25 rows starting from the beginning of the part
5180 2024.12.14 03:38:38.899547 [ 255 ] {f388a839-cddd-4c8c-b5f4-cbc7b35306af} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5181 2024.12.14 03:38:38.899596 [ 255 ] {f388a839-cddd-4c8c-b5f4-cbc7b35306af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5182 2024.12.14 03:38:38.900133 [ 255 ] {f388a839-cddd-4c8c-b5f4-cbc7b35306af} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5183 2024.12.14 03:38:38.900487 [ 255 ] {f388a839-cddd-4c8c-b5f4-cbc7b35306af} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5184 2024.12.14 03:38:38.900506 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.00396055 sec., 45448.23319993435 rows/sec., 3.45 MiB/sec.
5185 2024.12.14 03:38:38.900795 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5186 2024.12.14 03:38:38.900813 [ 255 ] {f388a839-cddd-4c8c-b5f4-cbc7b35306af} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.003822 sec., 23286.237571951857 rows/sec., 1.82 MiB/sec.
5187 2024.12.14 03:38:38.900993 [ 255 ] {f388a839-cddd-4c8c-b5f4-cbc7b35306af} <Debug> TCPHandler: Processed in 0.004361317 sec.
5188 2024.12.14 03:38:38.901242 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5189 2024.12.14 03:38:38.901360 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5190 2024.12.14 03:38:38.901601 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_31_6} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5191 2024.12.14 03:38:38.901606 [ 258 ] {a8bbf039-1825-44fd-9c8a-eddfb0d29ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5192 2024.12.14 03:38:38.901764 [ 258 ] {a8bbf039-1825-44fd-9c8a-eddfb0d29ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5193 2024.12.14 03:38:38.901772 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5194 2024.12.14 03:38:38.902401 [ 258 ] {a8bbf039-1825-44fd-9c8a-eddfb0d29ad9} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5195 2024.12.14 03:38:38.902446 [ 258 ] {a8bbf039-1825-44fd-9c8a-eddfb0d29ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5196 2024.12.14 03:38:38.902850 [ 258 ] {a8bbf039-1825-44fd-9c8a-eddfb0d29ad9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5197 2024.12.14 03:38:38.903093 [ 258 ] {a8bbf039-1825-44fd-9c8a-eddfb0d29ad9} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5198 2024.12.14 03:38:38.903318 [ 258 ] {a8bbf039-1825-44fd-9c8a-eddfb0d29ad9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001822 sec., 87815.58726673985 rows/sec., 6.12 MiB/sec.
5199 2024.12.14 03:38:38.903377 [ 258 ] {a8bbf039-1825-44fd-9c8a-eddfb0d29ad9} <Debug> TCPHandler: Processed in 0.002274005 sec.
5200 2024.12.14 03:38:38.903591 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5201 2024.12.14 03:38:38.903765 [ 255 ] {9f4df6f2-c043-443e-a817-55c7855055e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5202 2024.12.14 03:38:38.903858 [ 255 ] {9f4df6f2-c043-443e-a817-55c7855055e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5203 2024.12.14 03:38:38.905124 [ 255 ] {9f4df6f2-c043-443e-a817-55c7855055e7} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5204 2024.12.14 03:38:38.905163 [ 255 ] {9f4df6f2-c043-443e-a817-55c7855055e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5205 2024.12.14 03:38:38.905788 [ 255 ] {9f4df6f2-c043-443e-a817-55c7855055e7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5206 2024.12.14 03:38:38.906037 [ 255 ] {9f4df6f2-c043-443e-a817-55c7855055e7} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5207 2024.12.14 03:38:38.906275 [ 255 ] {9f4df6f2-c043-443e-a817-55c7855055e7} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002542 sec., 9834.77576711251 rows/sec., 17.62 MiB/sec.
5208 2024.12.14 03:38:38.906380 [ 255 ] {9f4df6f2-c043-443e-a817-55c7855055e7} <Debug> TCPHandler: Processed in 0.002902818 sec.
5209 2024.12.14 03:38:38.906533 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5210 2024.12.14 03:38:38.906656 [ 258 ] {f97f6c25-bb17-46a0-a88c-9982dd7c1e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5211 2024.12.14 03:38:38.906717 [ 258 ] {f97f6c25-bb17-46a0-a88c-9982dd7c1e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5212 2024.12.14 03:38:38.907307 [ 258 ] {f97f6c25-bb17-46a0-a88c-9982dd7c1e41} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5213 2024.12.14 03:38:38.907355 [ 258 ] {f97f6c25-bb17-46a0-a88c-9982dd7c1e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5214 2024.12.14 03:38:38.907783 [ 258 ] {f97f6c25-bb17-46a0-a88c-9982dd7c1e41} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5215 2024.12.14 03:38:38.908024 [ 258 ] {f97f6c25-bb17-46a0-a88c-9982dd7c1e41} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5216 2024.12.14 03:38:38.908284 [ 258 ] {f97f6c25-bb17-46a0-a88c-9982dd7c1e41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001649 sec., 36385.68829593693 rows/sec., 2.45 MiB/sec.
5217 2024.12.14 03:38:38.908428 [ 258 ] {f97f6c25-bb17-46a0-a88c-9982dd7c1e41} <Debug> TCPHandler: Processed in 0.001949409 sec.
5218 2024.12.14 03:38:39.058226 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
5219 2024.12.14 03:38:39.081384 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5220 2024.12.14 03:38:39.081442 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5221 2024.12.14 03:38:39.089605 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5222 2024.12.14 03:38:39.090422 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5223 2024.12.14 03:38:39.093803 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
5224 2024.12.14 03:38:39.487579 [ 48 ] {} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5225 2024.12.14 03:38:39.487649 [ 48 ] {} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5226 2024.12.14 03:38:39.487683 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5227 2024.12.14 03:38:39.487933 [ 198 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
5228 2024.12.14 03:38:39.488196 [ 198 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5229 2024.12.14 03:38:39.488243 [ 198 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
5230 2024.12.14 03:38:39.488349 [ 198 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
5231 2024.12.14 03:38:39.488480 [ 198 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
5232 2024.12.14 03:38:39.488667 [ 198 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
5233 2024.12.14 03:38:39.488758 [ 198 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part
5234 2024.12.14 03:38:39.489813 [ 193 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002022771 sec., 14831.14005490488 rows/sec., 1.24 MiB/sec.
5235 2024.12.14 03:38:39.490024 [ 193 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5236 2024.12.14 03:38:39.490406 [ 193 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_9_2} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5237 2024.12.14 03:38:39.490513 [ 193 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_9_2} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5238 2024.12.14 03:38:39.490664 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5239 2024.12.14 03:38:42.650888 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5240 2024.12.14 03:38:42.651108 [ 255 ] {1bb465e8-fde9-4c6e-b323-93ab5221a5bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5241 2024.12.14 03:38:42.651188 [ 255 ] {1bb465e8-fde9-4c6e-b323-93ab5221a5bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5242 2024.12.14 03:38:42.651983 [ 255 ] {1bb465e8-fde9-4c6e-b323-93ab5221a5bb} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5243 2024.12.14 03:38:42.652037 [ 255 ] {1bb465e8-fde9-4c6e-b323-93ab5221a5bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5244 2024.12.14 03:38:42.652474 [ 255 ] {1bb465e8-fde9-4c6e-b323-93ab5221a5bb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
5245 2024.12.14 03:38:42.652723 [ 255 ] {1bb465e8-fde9-4c6e-b323-93ab5221a5bb} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5246 2024.12.14 03:38:42.652939 [ 255 ] {1bb465e8-fde9-4c6e-b323-93ab5221a5bb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec.
5247 2024.12.14 03:38:42.653010 [ 255 ] {1bb465e8-fde9-4c6e-b323-93ab5221a5bb} <Debug> TCPHandler: Processed in 0.002260226 sec.
5248 2024.12.14 03:38:42.653268 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5249 2024.12.14 03:38:42.653471 [ 258 ] {3c2eb395-48b0-41a0-b9e6-757717ac554a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5250 2024.12.14 03:38:42.653549 [ 258 ] {3c2eb395-48b0-41a0-b9e6-757717ac554a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5251 2024.12.14 03:38:42.654310 [ 258 ] {3c2eb395-48b0-41a0-b9e6-757717ac554a} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5252 2024.12.14 03:38:42.654365 [ 258 ] {3c2eb395-48b0-41a0-b9e6-757717ac554a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5253 2024.12.14 03:38:42.654807 [ 258 ] {3c2eb395-48b0-41a0-b9e6-757717ac554a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5254 2024.12.14 03:38:42.655081 [ 258 ] {3c2eb395-48b0-41a0-b9e6-757717ac554a} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5255 2024.12.14 03:38:42.655371 [ 258 ] {3c2eb395-48b0-41a0-b9e6-757717ac554a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001953 sec., 1024.0655401945723 rows/sec., 83.51 KiB/sec.
5256 2024.12.14 03:38:42.655547 [ 258 ] {3c2eb395-48b0-41a0-b9e6-757717ac554a} <Debug> TCPHandler: Processed in 0.002419829 sec.
5257 2024.12.14 03:38:42.655713 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5258 2024.12.14 03:38:42.655849 [ 255 ] {2135d08f-9bb5-40ff-8f65-62e02c6dcd0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5259 2024.12.14 03:38:42.655910 [ 255 ] {2135d08f-9bb5-40ff-8f65-62e02c6dcd0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5260 2024.12.14 03:38:42.657327 [ 255 ] {2135d08f-9bb5-40ff-8f65-62e02c6dcd0c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5261 2024.12.14 03:38:42.657366 [ 255 ] {2135d08f-9bb5-40ff-8f65-62e02c6dcd0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5262 2024.12.14 03:38:42.657799 [ 255 ] {2135d08f-9bb5-40ff-8f65-62e02c6dcd0c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5263 2024.12.14 03:38:42.658049 [ 255 ] {2135d08f-9bb5-40ff-8f65-62e02c6dcd0c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5264 2024.12.14 03:38:42.658231 [ 102 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0
5265 2024.12.14 03:38:42.658286 [ 255 ] {2135d08f-9bb5-40ff-8f65-62e02c6dcd0c} <Debug> executeQuery: Read 1376 rows, 117.65 KiB in 0.002471 sec., 556859.5710238769 rows/sec., 46.50 MiB/sec.
5266 2024.12.14 03:38:42.658310 [ 102 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5267 2024.12.14 03:38:42.658381 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5268 2024.12.14 03:38:42.658395 [ 255 ] {2135d08f-9bb5-40ff-8f65-62e02c6dcd0c} <Debug> TCPHandler: Processed in 0.002738205 sec.
5269 2024.12.14 03:38:42.658623 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::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
5270 2024.12.14 03:38:42.658636 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5271 2024.12.14 03:38:42.658867 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5272 2024.12.14 03:38:42.658896 [ 258 ] {9cdb3704-4912-4441-9d7f-00a58829467e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5273 2024.12.14 03:38:42.658928 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 1287 rows starting from the beginning of the part
5274 2024.12.14 03:38:42.659002 [ 258 ] {9cdb3704-4912-4441-9d7f-00a58829467e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5275 2024.12.14 03:38:42.659198 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 235 rows starting from the beginning of the part
5276 2024.12.14 03:38:42.659661 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 107 rows starting from the beginning of the part
5277 2024.12.14 03:38:42.659988 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 235 rows starting from the beginning of the part
5278 2024.12.14 03:38:42.660399 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 106 rows starting from the beginning of the part
5279 2024.12.14 03:38:42.660754 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1376 rows starting from the beginning of the part
5280 2024.12.14 03:38:42.662105 [ 258 ] {9cdb3704-4912-4441-9d7f-00a58829467e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5281 2024.12.14 03:38:42.662181 [ 258 ] {9cdb3704-4912-4441-9d7f-00a58829467e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5282 2024.12.14 03:38:42.663350 [ 258 ] {9cdb3704-4912-4441-9d7f-00a58829467e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5283 2024.12.14 03:38:42.663722 [ 258 ] {9cdb3704-4912-4441-9d7f-00a58829467e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5284 2024.12.14 03:38:42.664141 [ 258 ] {9cdb3704-4912-4441-9d7f-00a58829467e} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.005278 sec., 4736.642667677151 rows/sec., 340.82 KiB/sec.
5285 2024.12.14 03:38:42.664580 [ 258 ] {9cdb3704-4912-4441-9d7f-00a58829467e} <Debug> TCPHandler: Processed in 0.006054641 sec.
5286 2024.12.14 03:38:42.664962 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5287 2024.12.14 03:38:42.665408 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3346 rows, containing 5 columns (5 merged, 0 gathered) in 0.006913619 sec., 483972.2871624832 rows/sec., 42.46 MiB/sec.
5288 2024.12.14 03:38:42.665451 [ 255 ] {59a16f2c-b4e0-475c-bb2f-f831160d034b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5289 2024.12.14 03:38:42.665532 [ 255 ] {59a16f2c-b4e0-475c-bb2f-f831160d034b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5290 2024.12.14 03:38:42.665721 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary)
5291 2024.12.14 03:38:42.666342 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5292 2024.12.14 03:38:42.666491 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_44_9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9
5293 2024.12.14 03:38:42.666669 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
5294 2024.12.14 03:38:42.666865 [ 255 ] {59a16f2c-b4e0-475c-bb2f-f831160d034b} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5295 2024.12.14 03:38:42.666908 [ 255 ] {59a16f2c-b4e0-475c-bb2f-f831160d034b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5296 2024.12.14 03:38:42.667275 [ 255 ] {59a16f2c-b4e0-475c-bb2f-f831160d034b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5297 2024.12.14 03:38:42.667510 [ 255 ] {59a16f2c-b4e0-475c-bb2f-f831160d034b} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5298 2024.12.14 03:38:42.667714 [ 255 ] {59a16f2c-b4e0-475c-bb2f-f831160d034b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002362 sec., 102455.54614733277 rows/sec., 6.94 MiB/sec.
5299 2024.12.14 03:38:42.667768 [ 255 ] {59a16f2c-b4e0-475c-bb2f-f831160d034b} <Debug> TCPHandler: Processed in 0.00302275 sec.
5300 2024.12.14 03:38:42.667949 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5301 2024.12.14 03:38:42.668099 [ 258 ] {a135c9ec-aaf0-4b18-94af-06eb71125c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5302 2024.12.14 03:38:42.668161 [ 258 ] {a135c9ec-aaf0-4b18-94af-06eb71125c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5303 2024.12.14 03:38:42.668862 [ 258 ] {a135c9ec-aaf0-4b18-94af-06eb71125c54} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5304 2024.12.14 03:38:42.668904 [ 258 ] {a135c9ec-aaf0-4b18-94af-06eb71125c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5305 2024.12.14 03:38:42.669269 [ 258 ] {a135c9ec-aaf0-4b18-94af-06eb71125c54} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
5306 2024.12.14 03:38:42.669509 [ 258 ] {a135c9ec-aaf0-4b18-94af-06eb71125c54} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5307 2024.12.14 03:38:42.669819 [ 258 ] {a135c9ec-aaf0-4b18-94af-06eb71125c54} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001733 sec., 7501.442585112522 rows/sec., 467.71 KiB/sec.
5308 2024.12.14 03:38:42.669931 [ 258 ] {a135c9ec-aaf0-4b18-94af-06eb71125c54} <Debug> TCPHandler: Processed in 0.002053071 sec.
5309 2024.12.14 03:38:42.670089 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5310 2024.12.14 03:38:42.670225 [ 255 ] {29f0edd7-2b11-4306-ab67-6a496acf6745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5311 2024.12.14 03:38:42.670282 [ 255 ] {29f0edd7-2b11-4306-ab67-6a496acf6745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5312 2024.12.14 03:38:42.671433 [ 255 ] {29f0edd7-2b11-4306-ab67-6a496acf6745} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5313 2024.12.14 03:38:42.671485 [ 255 ] {29f0edd7-2b11-4306-ab67-6a496acf6745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5314 2024.12.14 03:38:42.671950 [ 255 ] {29f0edd7-2b11-4306-ab67-6a496acf6745} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5315 2024.12.14 03:38:42.672192 [ 255 ] {29f0edd7-2b11-4306-ab67-6a496acf6745} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5316 2024.12.14 03:38:42.672366 [ 102 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0
5317 2024.12.14 03:38:42.672430 [ 255 ] {29f0edd7-2b11-4306-ab67-6a496acf6745} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.002224 sec., 384892.0863309353 rows/sec., 27.85 MiB/sec.
5318 2024.12.14 03:38:42.672431 [ 102 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5319 2024.12.14 03:38:42.672509 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5320 2024.12.14 03:38:42.672559 [ 255 ] {29f0edd7-2b11-4306-ab67-6a496acf6745} <Debug> TCPHandler: Processed in 0.002538591 sec.
5321 2024.12.14 03:38:42.672899 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5322 2024.12.14 03:38:42.672930 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::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
5323 2024.12.14 03:38:42.673366 [ 258 ] {7cef2521-36d9-43fa-9c03-fab2bac57519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5324 2024.12.14 03:38:42.673366 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5325 2024.12.14 03:38:42.673458 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 595 rows starting from the beginning of the part
5326 2024.12.14 03:38:42.673473 [ 258 ] {7cef2521-36d9-43fa-9c03-fab2bac57519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5327 2024.12.14 03:38:42.673791 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 398 rows starting from the beginning of the part
5328 2024.12.14 03:38:42.674257 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 91 rows starting from the beginning of the part
5329 2024.12.14 03:38:42.674600 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 398 rows starting from the beginning of the part
5330 2024.12.14 03:38:42.674918 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 89 rows starting from the beginning of the part
5331 2024.12.14 03:38:42.675257 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 856 rows starting from the beginning of the part
5332 2024.12.14 03:38:42.675949 [ 258 ] {7cef2521-36d9-43fa-9c03-fab2bac57519} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5333 2024.12.14 03:38:42.676021 [ 258 ] {7cef2521-36d9-43fa-9c03-fab2bac57519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5334 2024.12.14 03:38:42.676911 [ 258 ] {7cef2521-36d9-43fa-9c03-fab2bac57519} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
5335 2024.12.14 03:38:42.677494 [ 258 ] {7cef2521-36d9-43fa-9c03-fab2bac57519} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5336 2024.12.14 03:38:42.677931 [ 258 ] {7cef2521-36d9-43fa-9c03-fab2bac57519} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004734 sec., 1267.4271229404308 rows/sec., 66.22 KiB/sec.
5337 2024.12.14 03:38:42.678017 [ 258 ] {7cef2521-36d9-43fa-9c03-fab2bac57519} <Debug> TCPHandler: Processed in 0.005332807 sec.
5338 2024.12.14 03:38:42.678198 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5339 2024.12.14 03:38:42.678589 [ 255 ] {20f40575-a51c-41ab-b72d-cc107af5658e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5340 2024.12.14 03:38:42.678656 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2427 rows, containing 5 columns (5 merged, 0 gathered) in 0.006044392 sec., 401529.2191505779 rows/sec., 30.80 MiB/sec.
5341 2024.12.14 03:38:42.678686 [ 255 ] {20f40575-a51c-41ab-b72d-cc107af5658e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5342 2024.12.14 03:38:42.678945 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary)
5343 2024.12.14 03:38:42.679358 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5344 2024.12.14 03:38:42.679523 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_44_9} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9
5345 2024.12.14 03:38:42.679682 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
5346 2024.12.14 03:38:42.679953 [ 255 ] {20f40575-a51c-41ab-b72d-cc107af5658e} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5347 2024.12.14 03:38:42.679998 [ 255 ] {20f40575-a51c-41ab-b72d-cc107af5658e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5348 2024.12.14 03:38:42.680463 [ 255 ] {20f40575-a51c-41ab-b72d-cc107af5658e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5349 2024.12.14 03:38:42.680705 [ 255 ] {20f40575-a51c-41ab-b72d-cc107af5658e} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5350 2024.12.14 03:38:42.680920 [ 255 ] {20f40575-a51c-41ab-b72d-cc107af5658e} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002482 sec., 373086.2207896858 rows/sec., 24.90 MiB/sec.
5351 2024.12.14 03:38:42.681034 [ 255 ] {20f40575-a51c-41ab-b72d-cc107af5658e} <Debug> TCPHandler: Processed in 0.002915758 sec.
5352 2024.12.14 03:38:42.681235 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5353 2024.12.14 03:38:42.681361 [ 258 ] {c5ed1cfc-e15e-4d3f-80b7-b2811ed8b119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5354 2024.12.14 03:38:42.681414 [ 258 ] {c5ed1cfc-e15e-4d3f-80b7-b2811ed8b119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5355 2024.12.14 03:38:42.681919 [ 258 ] {c5ed1cfc-e15e-4d3f-80b7-b2811ed8b119} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5356 2024.12.14 03:38:42.681966 [ 258 ] {c5ed1cfc-e15e-4d3f-80b7-b2811ed8b119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5357 2024.12.14 03:38:42.682347 [ 258 ] {c5ed1cfc-e15e-4d3f-80b7-b2811ed8b119} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
5358 2024.12.14 03:38:42.682593 [ 258 ] {c5ed1cfc-e15e-4d3f-80b7-b2811ed8b119} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5359 2024.12.14 03:38:42.682870 [ 258 ] {c5ed1cfc-e15e-4d3f-80b7-b2811ed8b119} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001516 sec., 659.6306068601583 rows/sec., 44.45 KiB/sec.
5360 2024.12.14 03:38:42.682931 [ 258 ] {c5ed1cfc-e15e-4d3f-80b7-b2811ed8b119} <Debug> TCPHandler: Processed in 0.001784355 sec.
5361 2024.12.14 03:38:42.683070 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5362 2024.12.14 03:38:42.683192 [ 255 ] {4ee95bc6-4129-4f73-9633-c367a69ae896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5363 2024.12.14 03:38:42.683275 [ 255 ] {4ee95bc6-4129-4f73-9633-c367a69ae896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5364 2024.12.14 03:38:42.684455 [ 255 ] {4ee95bc6-4129-4f73-9633-c367a69ae896} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5365 2024.12.14 03:38:42.684495 [ 255 ] {4ee95bc6-4129-4f73-9633-c367a69ae896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5366 2024.12.14 03:38:42.685129 [ 255 ] {4ee95bc6-4129-4f73-9633-c367a69ae896} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5367 2024.12.14 03:38:42.685389 [ 255 ] {4ee95bc6-4129-4f73-9633-c367a69ae896} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5368 2024.12.14 03:38:42.685554 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5369 2024.12.14 03:38:42.685616 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5370 2024.12.14 03:38:42.685644 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5371 2024.12.14 03:38:42.685679 [ 255 ] {4ee95bc6-4129-4f73-9633-c367a69ae896} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002503 sec., 6392.329204954055 rows/sec., 11.45 MiB/sec.
5372 2024.12.14 03:38:42.685883 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
5373 2024.12.14 03:38:42.685908 [ 255 ] {4ee95bc6-4129-4f73-9633-c367a69ae896} <Debug> TCPHandler: Processed in 0.002894298 sec.
5374 2024.12.14 03:38:42.686093 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5375 2024.12.14 03:38:42.686354 [ 258 ] {301ad4d9-59fc-4edb-9235-4b79810bcf3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5376 2024.12.14 03:38:42.686440 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5377 2024.12.14 03:38:42.686459 [ 258 ] {301ad4d9-59fc-4edb-9235-4b79810bcf3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5378 2024.12.14 03:38:42.686691 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 518 rows starting from the beginning of the part
5379 2024.12.14 03:38:42.687510 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part
5380 2024.12.14 03:38:42.688155 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 25 rows starting from the beginning of the part
5381 2024.12.14 03:38:42.688767 [ 258 ] {301ad4d9-59fc-4edb-9235-4b79810bcf3e} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5382 2024.12.14 03:38:42.688854 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part
5383 2024.12.14 03:38:42.688862 [ 258 ] {301ad4d9-59fc-4edb-9235-4b79810bcf3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5384 2024.12.14 03:38:42.689388 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 25 rows starting from the beginning of the part
5385 2024.12.14 03:38:42.689998 [ 197 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part
5386 2024.12.14 03:38:42.690583 [ 258 ] {301ad4d9-59fc-4edb-9235-4b79810bcf3e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5387 2024.12.14 03:38:42.691193 [ 258 ] {301ad4d9-59fc-4edb-9235-4b79810bcf3e} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5388 2024.12.14 03:38:42.691730 [ 258 ] {301ad4d9-59fc-4edb-9235-4b79810bcf3e} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00545 sec., 12844.036697247706 rows/sec., 826.58 KiB/sec.
5389 2024.12.14 03:38:42.691916 [ 258 ] {301ad4d9-59fc-4edb-9235-4b79810bcf3e} <Debug> TCPHandler: Processed in 0.005904048 sec.
5390 2024.12.14 03:38:42.700601 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 616 rows, containing 19 columns (19 merged, 0 gathered) in 0.014879568 sec., 41399.0513703086 rows/sec., 74.19 MiB/sec.
5391 2024.12.14 03:38:42.701472 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5392 2024.12.14 03:38:42.701900 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5393 2024.12.14 03:38:42.701992 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5394 2024.12.14 03:38:42.702148 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB.
5395 2024.12.14 03:38:43.105968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 726
5396 2024.12.14 03:38:43.109666 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5397 2024.12.14 03:38:43.109715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5398 2024.12.14 03:38:43.111251 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5399 2024.12.14 03:38:43.111565 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5400 2024.12.14 03:38:43.112669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726
5401 2024.12.14 03:38:43.884533 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5402 2024.12.14 03:38:43.884737 [ 255 ] {ff737480-f352-47c4-acbe-99eda21a06c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5403 2024.12.14 03:38:43.884816 [ 255 ] {ff737480-f352-47c4-acbe-99eda21a06c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5404 2024.12.14 03:38:43.885607 [ 255 ] {ff737480-f352-47c4-acbe-99eda21a06c2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5405 2024.12.14 03:38:43.885649 [ 255 ] {ff737480-f352-47c4-acbe-99eda21a06c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5406 2024.12.14 03:38:43.886081 [ 255 ] {ff737480-f352-47c4-acbe-99eda21a06c2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5407 2024.12.14 03:38:43.886348 [ 255 ] {ff737480-f352-47c4-acbe-99eda21a06c2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5408 2024.12.14 03:38:43.886547 [ 255 ] {ff737480-f352-47c4-acbe-99eda21a06c2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.31 MiB/sec.
5409 2024.12.14 03:38:43.886613 [ 255 ] {ff737480-f352-47c4-acbe-99eda21a06c2} <Debug> TCPHandler: Processed in 0.002212464 sec.
5410 2024.12.14 03:38:43.886940 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5411 2024.12.14 03:38:43.887249 [ 258 ] {f01f6c27-7fd2-40b0-a390-f3e6150ee765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5412 2024.12.14 03:38:43.887368 [ 258 ] {f01f6c27-7fd2-40b0-a390-f3e6150ee765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5413 2024.12.14 03:38:43.888367 [ 258 ] {f01f6c27-7fd2-40b0-a390-f3e6150ee765} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5414 2024.12.14 03:38:43.888415 [ 258 ] {f01f6c27-7fd2-40b0-a390-f3e6150ee765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5415 2024.12.14 03:38:43.888854 [ 258 ] {f01f6c27-7fd2-40b0-a390-f3e6150ee765} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5416 2024.12.14 03:38:43.889115 [ 258 ] {f01f6c27-7fd2-40b0-a390-f3e6150ee765} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5417 2024.12.14 03:38:43.889340 [ 258 ] {f01f6c27-7fd2-40b0-a390-f3e6150ee765} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002179 sec., 29371.271225332723 rows/sec., 2.29 MiB/sec.
5418 2024.12.14 03:38:43.889398 [ 258 ] {f01f6c27-7fd2-40b0-a390-f3e6150ee765} <Debug> TCPHandler: Processed in 0.002649484 sec.
5419 2024.12.14 03:38:43.889547 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5420 2024.12.14 03:38:43.889692 [ 255 ] {06a1a814-caf9-43b8-8fa9-53912456b7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5421 2024.12.14 03:38:43.889760 [ 255 ] {06a1a814-caf9-43b8-8fa9-53912456b7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5422 2024.12.14 03:38:43.890324 [ 255 ] {06a1a814-caf9-43b8-8fa9-53912456b7d8} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5423 2024.12.14 03:38:43.890362 [ 255 ] {06a1a814-caf9-43b8-8fa9-53912456b7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5424 2024.12.14 03:38:43.890752 [ 255 ] {06a1a814-caf9-43b8-8fa9-53912456b7d8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5425 2024.12.14 03:38:43.890992 [ 255 ] {06a1a814-caf9-43b8-8fa9-53912456b7d8} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5426 2024.12.14 03:38:43.891181 [ 255 ] {06a1a814-caf9-43b8-8fa9-53912456b7d8} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001525 sec., 20983.606557377047 rows/sec., 1.46 MiB/sec.
5427 2024.12.14 03:38:43.891236 [ 255 ] {06a1a814-caf9-43b8-8fa9-53912456b7d8} <Debug> TCPHandler: Processed in 0.001758095 sec.
5428 2024.12.14 03:38:43.891388 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5429 2024.12.14 03:38:43.891504 [ 258 ] {4603ad07-ab6d-43b7-8594-f1fd2caa282b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5430 2024.12.14 03:38:43.891557 [ 258 ] {4603ad07-ab6d-43b7-8594-f1fd2caa282b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5431 2024.12.14 03:38:43.892066 [ 258 ] {4603ad07-ab6d-43b7-8594-f1fd2caa282b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5432 2024.12.14 03:38:43.892106 [ 258 ] {4603ad07-ab6d-43b7-8594-f1fd2caa282b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB.
5433 2024.12.14 03:38:43.892482 [ 258 ] {4603ad07-ab6d-43b7-8594-f1fd2caa282b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5434 2024.12.14 03:38:43.892723 [ 258 ] {4603ad07-ab6d-43b7-8594-f1fd2caa282b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5435 2024.12.14 03:38:43.892969 [ 258 ] {4603ad07-ab6d-43b7-8594-f1fd2caa282b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001489 sec., 8059.100067159166 rows/sec., 556.16 KiB/sec.
5436 2024.12.14 03:38:43.893020 [ 258 ] {4603ad07-ab6d-43b7-8594-f1fd2caa282b} <Debug> TCPHandler: Processed in 0.001691074 sec.
5437 2024.12.14 03:38:45.546305 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
5438 2024.12.14 03:38:45.547059 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5439 2024.12.14 03:38:45.547112 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5440 2024.12.14 03:38:45.547664 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5441 2024.12.14 03:38:45.547923 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5442 2024.12.14 03:38:45.548167 [ 29 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5443 2024.12.14 03:38:45.548199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
5444 2024.12.14 03:38:45.548255 [ 29 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5445 2024.12.14 03:38:45.548288 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5446 2024.12.14 03:38:45.548469 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
5447 2024.12.14 03:38:45.548685 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5448 2024.12.14 03:38:45.548745 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
5449 2024.12.14 03:38:45.548853 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
5450 2024.12.14 03:38:45.549061 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
5451 2024.12.14 03:38:45.549296 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
5452 2024.12.14 03:38:45.549454 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
5453 2024.12.14 03:38:45.549599 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
5454 2024.12.14 03:38:45.552215 [ 194 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003837986 sec., 3703244.357848101 rows/sec., 52.98 MiB/sec.
5455 2024.12.14 03:38:45.552709 [ 186 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5456 2024.12.14 03:38:45.553058 [ 186 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_31_6} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5457 2024.12.14 03:38:45.553155 [ 186 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_31_6} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5458 2024.12.14 03:38:45.553277 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
5459 2024.12.14 03:38:46.593924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
5460 2024.12.14 03:38:46.615428 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5461 2024.12.14 03:38:46.615520 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5462 2024.12.14 03:38:46.623997 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5463 2024.12.14 03:38:46.624801 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5464 2024.12.14 03:38:46.625167 [ 61 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5465 2024.12.14 03:38:46.625312 [ 61 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5466 2024.12.14 03:38:46.625385 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5467 2024.12.14 03:38:46.625911 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
5468 2024.12.14 03:38:46.635989 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
5469 2024.12.14 03:38:46.637256 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5470 2024.12.14 03:38:46.638164 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part
5471 2024.12.14 03:38:46.642477 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part
5472 2024.12.14 03:38:46.646913 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part
5473 2024.12.14 03:38:46.652526 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
5474 2024.12.14 03:38:46.657962 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
5475 2024.12.14 03:38:46.662626 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
5476 2024.12.14 03:38:46.726649 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.101121146 sec., 2314.0560531226574 rows/sec., 11.97 MiB/sec.
5477 2024.12.14 03:38:46.729558 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5478 2024.12.14 03:38:46.733320 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_31_6} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5479 2024.12.14 03:38:46.733461 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_31_6} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5480 2024.12.14 03:38:46.735826 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5481 2024.12.14 03:38:47.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.86 MiB, peak 208.40 MiB, free memory in arenas 0.00 B, will set to 198.95 MiB (RSS), difference: 1.09 MiB
5482 2024.12.14 03:38:48.891862 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5483 2024.12.14 03:38:48.892065 [ 255 ] {fd874646-3c38-4da4-9673-32a964088e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5484 2024.12.14 03:38:48.892147 [ 255 ] {fd874646-3c38-4da4-9673-32a964088e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5485 2024.12.14 03:38:48.893060 [ 255 ] {fd874646-3c38-4da4-9673-32a964088e90} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5486 2024.12.14 03:38:48.893112 [ 255 ] {fd874646-3c38-4da4-9673-32a964088e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5487 2024.12.14 03:38:48.893548 [ 255 ] {fd874646-3c38-4da4-9673-32a964088e90} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5488 2024.12.14 03:38:48.893799 [ 255 ] {fd874646-3c38-4da4-9673-32a964088e90} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5489 2024.12.14 03:38:48.894054 [ 255 ] {fd874646-3c38-4da4-9673-32a964088e90} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.002045 sec., 51833.74083129584 rows/sec., 4.38 MiB/sec.
5490 2024.12.14 03:38:48.894146 [ 255 ] {fd874646-3c38-4da4-9673-32a964088e90} <Debug> TCPHandler: Processed in 0.002421839 sec.
5491 2024.12.14 03:38:48.894448 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5492 2024.12.14 03:38:48.894660 [ 258 ] {f64412d8-e011-4a52-9251-45fc13dd6b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5493 2024.12.14 03:38:48.894743 [ 258 ] {f64412d8-e011-4a52-9251-45fc13dd6b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5494 2024.12.14 03:38:48.895522 [ 258 ] {f64412d8-e011-4a52-9251-45fc13dd6b48} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5495 2024.12.14 03:38:48.895566 [ 258 ] {f64412d8-e011-4a52-9251-45fc13dd6b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5496 2024.12.14 03:38:48.896018 [ 258 ] {f64412d8-e011-4a52-9251-45fc13dd6b48} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5497 2024.12.14 03:38:48.896282 [ 258 ] {f64412d8-e011-4a52-9251-45fc13dd6b48} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5498 2024.12.14 03:38:48.896507 [ 258 ] {f64412d8-e011-4a52-9251-45fc13dd6b48} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001898 sec., 13171.759747102213 rows/sec., 990.45 KiB/sec.
5499 2024.12.14 03:38:48.896588 [ 258 ] {f64412d8-e011-4a52-9251-45fc13dd6b48} <Debug> TCPHandler: Processed in 0.002302716 sec.
5500 2024.12.14 03:38:48.896870 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5501 2024.12.14 03:38:48.897075 [ 255 ] {e7418739-42e8-4bc5-93dc-daa23e1df6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5502 2024.12.14 03:38:48.897136 [ 255 ] {e7418739-42e8-4bc5-93dc-daa23e1df6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5503 2024.12.14 03:38:48.897859 [ 255 ] {e7418739-42e8-4bc5-93dc-daa23e1df6a2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5504 2024.12.14 03:38:48.897909 [ 255 ] {e7418739-42e8-4bc5-93dc-daa23e1df6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5505 2024.12.14 03:38:48.898295 [ 255 ] {e7418739-42e8-4bc5-93dc-daa23e1df6a2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5506 2024.12.14 03:38:48.898537 [ 255 ] {e7418739-42e8-4bc5-93dc-daa23e1df6a2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5507 2024.12.14 03:38:48.898758 [ 255 ] {e7418739-42e8-4bc5-93dc-daa23e1df6a2} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001728 sec., 51504.629629629635 rows/sec., 4.02 MiB/sec.
5508 2024.12.14 03:38:48.898812 [ 255 ] {e7418739-42e8-4bc5-93dc-daa23e1df6a2} <Debug> TCPHandler: Processed in 0.002103113 sec.
5509 2024.12.14 03:38:48.898966 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5510 2024.12.14 03:38:48.899102 [ 258 ] {9db079e3-cab7-494d-999d-852610bfc513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5511 2024.12.14 03:38:48.899167 [ 258 ] {9db079e3-cab7-494d-999d-852610bfc513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5512 2024.12.14 03:38:48.899866 [ 258 ] {9db079e3-cab7-494d-999d-852610bfc513} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5513 2024.12.14 03:38:48.899913 [ 258 ] {9db079e3-cab7-494d-999d-852610bfc513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5514 2024.12.14 03:38:48.900336 [ 258 ] {9db079e3-cab7-494d-999d-852610bfc513} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5515 2024.12.14 03:38:48.900579 [ 258 ] {9db079e3-cab7-494d-999d-852610bfc513} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5516 2024.12.14 03:38:48.900725 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5517 2024.12.14 03:38:48.900769 [ 258 ] {9db079e3-cab7-494d-999d-852610bfc513} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 6.56 MiB/sec.
5518 2024.12.14 03:38:48.900774 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5519 2024.12.14 03:38:48.900819 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5520 2024.12.14 03:38:48.900842 [ 258 ] {9db079e3-cab7-494d-999d-852610bfc513} <Debug> TCPHandler: Processed in 0.001930899 sec.
5521 2024.12.14 03:38:48.900973 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
5522 2024.12.14 03:38:48.901033 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5523 2024.12.14 03:38:48.901141 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5524 2024.12.14 03:38:48.901222 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11194 rows starting from the beginning of the part
5525 2024.12.14 03:38:48.901263 [ 255 ] {1d241e16-27f3-46d4-a75e-fdacdc87c977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5526 2024.12.14 03:38:48.901527 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part
5527 2024.12.14 03:38:48.901582 [ 255 ] {1d241e16-27f3-46d4-a75e-fdacdc87c977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5528 2024.12.14 03:38:48.902105 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
5529 2024.12.14 03:38:48.902428 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 926 rows starting from the beginning of the part
5530 2024.12.14 03:38:48.902817 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
5531 2024.12.14 03:38:48.903152 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
5532 2024.12.14 03:38:48.906413 [ 255 ] {1d241e16-27f3-46d4-a75e-fdacdc87c977} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5533 2024.12.14 03:38:48.906502 [ 255 ] {1d241e16-27f3-46d4-a75e-fdacdc87c977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5534 2024.12.14 03:38:48.908042 [ 255 ] {1d241e16-27f3-46d4-a75e-fdacdc87c977} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5535 2024.12.14 03:38:48.908619 [ 255 ] {1d241e16-27f3-46d4-a75e-fdacdc87c977} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5536 2024.12.14 03:38:48.908950 [ 255 ] {1d241e16-27f3-46d4-a75e-fdacdc87c977} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007764 sec., 3219.9896960329725 rows/sec., 5.77 MiB/sec.
5537 2024.12.14 03:38:48.909095 [ 255 ] {1d241e16-27f3-46d4-a75e-fdacdc87c977} <Debug> TCPHandler: Processed in 0.008144633 sec.
5538 2024.12.14 03:38:48.909258 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5539 2024.12.14 03:38:48.909377 [ 258 ] {b4e684bf-83ae-4d99-a17b-9b4e5b7d2d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5540 2024.12.14 03:38:48.909436 [ 258 ] {b4e684bf-83ae-4d99-a17b-9b4e5b7d2d4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5541 2024.12.14 03:38:48.910238 [ 258 ] {b4e684bf-83ae-4d99-a17b-9b4e5b7d2d4e} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5542 2024.12.14 03:38:48.910297 [ 258 ] {b4e684bf-83ae-4d99-a17b-9b4e5b7d2d4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5543 2024.12.14 03:38:48.910440 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12709 rows, containing 5 columns (5 merged, 0 gathered) in 0.009543961 sec., 1331627.4029200245 rows/sec., 90.60 MiB/sec.
5544 2024.12.14 03:38:48.910721 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5545 2024.12.14 03:38:48.910791 [ 258 ] {b4e684bf-83ae-4d99-a17b-9b4e5b7d2d4e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5546 2024.12.14 03:38:48.911059 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5547 2024.12.14 03:38:48.911099 [ 258 ] {b4e684bf-83ae-4d99-a17b-9b4e5b7d2d4e} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5548 2024.12.14 03:38:48.911168 [ 191 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5549 2024.12.14 03:38:48.911282 [ 95 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5550 2024.12.14 03:38:48.911314 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB.
5551 2024.12.14 03:38:48.911340 [ 95 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5552 2024.12.14 03:38:48.911378 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5553 2024.12.14 03:38:48.911428 [ 258 ] {b4e684bf-83ae-4d99-a17b-9b4e5b7d2d4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002064 sec., 29069.767441860466 rows/sec., 1.96 MiB/sec.
5554 2024.12.14 03:38:48.911651 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
5555 2024.12.14 03:38:48.911698 [ 258 ] {b4e684bf-83ae-4d99-a17b-9b4e5b7d2d4e} <Debug> TCPHandler: Processed in 0.002486759 sec.
5556 2024.12.14 03:38:48.912117 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5557 2024.12.14 03:38:48.912218 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2008 rows starting from the beginning of the part
5558 2024.12.14 03:38:48.912499 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part
5559 2024.12.14 03:38:48.912669 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
5560 2024.12.14 03:38:48.912739 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 70 rows starting from the beginning of the part
5561 2024.12.14 03:38:48.912809 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part
5562 2024.12.14 03:38:48.913010 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
5563 2024.12.14 03:38:48.914314 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2292 rows, containing 4 columns (4 merged, 0 gathered) in 0.002877718 sec., 796464.4207667325 rows/sec., 53.69 MiB/sec.
5564 2024.12.14 03:38:48.914644 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5565 2024.12.14 03:38:48.914990 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5566 2024.12.14 03:38:48.915086 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_46_9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5567 2024.12.14 03:38:48.915189 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
5568 2024.12.14 03:38:52.931035 [ 170 ] {} <Debug> DNSResolver: Updating DNS cache
5569 2024.12.14 03:38:52.931132 [ 170 ] {} <Debug> DNSResolver: Updated DNS cache
5570 2024.12.14 03:38:53.048390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
5571 2024.12.14 03:38:53.049179 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5572 2024.12.14 03:38:53.049230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5573 2024.12.14 03:38:53.049784 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5574 2024.12.14 03:38:53.050045 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5575 2024.12.14 03:38:53.050299 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
5576 2024.12.14 03:38:53.112995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 746
5577 2024.12.14 03:38:53.115780 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5578 2024.12.14 03:38:53.115823 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5579 2024.12.14 03:38:53.117311 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5580 2024.12.14 03:38:53.117626 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5581 2024.12.14 03:38:53.118313 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746
5582 2024.12.14 03:38:53.894921 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5583 2024.12.14 03:38:53.895111 [ 255 ] {9bacaef9-fa5b-4205-8201-c13933924fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5584 2024.12.14 03:38:53.895183 [ 255 ] {9bacaef9-fa5b-4205-8201-c13933924fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5585 2024.12.14 03:38:53.895919 [ 255 ] {9bacaef9-fa5b-4205-8201-c13933924fbc} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5586 2024.12.14 03:38:53.895973 [ 255 ] {9bacaef9-fa5b-4205-8201-c13933924fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5587 2024.12.14 03:38:53.896401 [ 255 ] {9bacaef9-fa5b-4205-8201-c13933924fbc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
5588 2024.12.14 03:38:53.896710 [ 255 ] {9bacaef9-fa5b-4205-8201-c13933924fbc} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5589 2024.12.14 03:38:53.897024 [ 255 ] {9bacaef9-fa5b-4205-8201-c13933924fbc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec.
5590 2024.12.14 03:38:53.897263 [ 255 ] {9bacaef9-fa5b-4205-8201-c13933924fbc} <Debug> TCPHandler: Processed in 0.002467689 sec.
5591 2024.12.14 03:38:53.897543 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5592 2024.12.14 03:38:53.897762 [ 258 ] {67afc3c8-2b0d-4b23-b082-523f2f969c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5593 2024.12.14 03:38:53.897844 [ 258 ] {67afc3c8-2b0d-4b23-b082-523f2f969c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5594 2024.12.14 03:38:53.898749 [ 258 ] {67afc3c8-2b0d-4b23-b082-523f2f969c3a} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5595 2024.12.14 03:38:53.898795 [ 258 ] {67afc3c8-2b0d-4b23-b082-523f2f969c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5596 2024.12.14 03:38:53.899250 [ 258 ] {67afc3c8-2b0d-4b23-b082-523f2f969c3a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5597 2024.12.14 03:38:53.899511 [ 258 ] {67afc3c8-2b0d-4b23-b082-523f2f969c3a} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5598 2024.12.14 03:38:53.899850 [ 258 ] {67afc3c8-2b0d-4b23-b082-523f2f969c3a} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002131 sec., 110276.86532144532 rows/sec., 9.63 MiB/sec.
5599 2024.12.14 03:38:53.900206 [ 258 ] {67afc3c8-2b0d-4b23-b082-523f2f969c3a} <Debug> TCPHandler: Processed in 0.002792916 sec.
5600 2024.12.14 03:38:53.900525 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5601 2024.12.14 03:38:53.900878 [ 255 ] {7a2a89ea-f667-4796-9486-c47caec90b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5602 2024.12.14 03:38:53.900952 [ 255 ] {7a2a89ea-f667-4796-9486-c47caec90b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5603 2024.12.14 03:38:53.901597 [ 255 ] {7a2a89ea-f667-4796-9486-c47caec90b21} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5604 2024.12.14 03:38:53.901638 [ 255 ] {7a2a89ea-f667-4796-9486-c47caec90b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5605 2024.12.14 03:38:53.902006 [ 255 ] {7a2a89ea-f667-4796-9486-c47caec90b21} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5606 2024.12.14 03:38:53.902268 [ 255 ] {7a2a89ea-f667-4796-9486-c47caec90b21} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5607 2024.12.14 03:38:53.902536 [ 255 ] {7a2a89ea-f667-4796-9486-c47caec90b21} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001754 sec., 13112.884834663626 rows/sec., 945.94 KiB/sec.
5608 2024.12.14 03:38:53.902697 [ 255 ] {7a2a89ea-f667-4796-9486-c47caec90b21} <Debug> TCPHandler: Processed in 0.002348997 sec.
5609 2024.12.14 03:38:53.902972 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5610 2024.12.14 03:38:53.903118 [ 258 ] {4a8a8551-099c-4a8c-88ea-4f92bc9b462a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5611 2024.12.14 03:38:53.903179 [ 258 ] {4a8a8551-099c-4a8c-88ea-4f92bc9b462a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5612 2024.12.14 03:38:53.903785 [ 258 ] {4a8a8551-099c-4a8c-88ea-4f92bc9b462a} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5613 2024.12.14 03:38:53.903827 [ 258 ] {4a8a8551-099c-4a8c-88ea-4f92bc9b462a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5614 2024.12.14 03:38:53.904186 [ 258 ] {4a8a8551-099c-4a8c-88ea-4f92bc9b462a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5615 2024.12.14 03:38:53.904429 [ 258 ] {4a8a8551-099c-4a8c-88ea-4f92bc9b462a} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5616 2024.12.14 03:38:53.904626 [ 258 ] {4a8a8551-099c-4a8c-88ea-4f92bc9b462a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001534 sec., 9126.466753585397 rows/sec., 639.16 KiB/sec.
5617 2024.12.14 03:38:53.904816 [ 258 ] {4a8a8551-099c-4a8c-88ea-4f92bc9b462a} <Debug> TCPHandler: Processed in 0.00198234 sec.
5618 2024.12.14 03:38:53.904983 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5619 2024.12.14 03:38:53.905114 [ 255 ] {97259cf9-c90c-428e-9275-c5fb7751bd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5620 2024.12.14 03:38:53.905168 [ 255 ] {97259cf9-c90c-428e-9275-c5fb7751bd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5621 2024.12.14 03:38:53.905762 [ 255 ] {97259cf9-c90c-428e-9275-c5fb7751bd94} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5622 2024.12.14 03:38:53.905803 [ 255 ] {97259cf9-c90c-428e-9275-c5fb7751bd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5623 2024.12.14 03:38:53.906171 [ 255 ] {97259cf9-c90c-428e-9275-c5fb7751bd94} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
5624 2024.12.14 03:38:53.906414 [ 255 ] {97259cf9-c90c-428e-9275-c5fb7751bd94} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5625 2024.12.14 03:38:53.906635 [ 255 ] {97259cf9-c90c-428e-9275-c5fb7751bd94} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001549 sec., 8392.511297611361 rows/sec., 523.27 KiB/sec.
5626 2024.12.14 03:38:53.906690 [ 255 ] {97259cf9-c90c-428e-9275-c5fb7751bd94} <Debug> TCPHandler: Processed in 0.001770445 sec.
5627 2024.12.14 03:38:53.906845 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5628 2024.12.14 03:38:53.906969 [ 258 ] {c38f95cb-e058-43a2-9015-2c4595a61673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5629 2024.12.14 03:38:53.907018 [ 258 ] {c38f95cb-e058-43a2-9015-2c4595a61673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5630 2024.12.14 03:38:53.907777 [ 258 ] {c38f95cb-e058-43a2-9015-2c4595a61673} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5631 2024.12.14 03:38:53.907819 [ 258 ] {c38f95cb-e058-43a2-9015-2c4595a61673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5632 2024.12.14 03:38:53.908223 [ 258 ] {c38f95cb-e058-43a2-9015-2c4595a61673} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5633 2024.12.14 03:38:53.908473 [ 258 ] {c38f95cb-e058-43a2-9015-2c4595a61673} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5634 2024.12.14 03:38:53.908682 [ 258 ] {c38f95cb-e058-43a2-9015-2c4595a61673} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.00173 sec., 230057.8034682081 rows/sec., 16.35 MiB/sec.
5635 2024.12.14 03:38:53.908865 [ 258 ] {c38f95cb-e058-43a2-9015-2c4595a61673} <Debug> TCPHandler: Processed in 0.002074592 sec.
5636 2024.12.14 03:38:53.909104 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5637 2024.12.14 03:38:53.909246 [ 255 ] {890d0e36-dd90-4921-8519-a7561f210628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5638 2024.12.14 03:38:53.909310 [ 255 ] {890d0e36-dd90-4921-8519-a7561f210628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5639 2024.12.14 03:38:53.909906 [ 255 ] {890d0e36-dd90-4921-8519-a7561f210628} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5640 2024.12.14 03:38:53.909956 [ 255 ] {890d0e36-dd90-4921-8519-a7561f210628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5641 2024.12.14 03:38:53.910371 [ 255 ] {890d0e36-dd90-4921-8519-a7561f210628} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
5642 2024.12.14 03:38:53.910608 [ 255 ] {890d0e36-dd90-4921-8519-a7561f210628} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5643 2024.12.14 03:38:53.910854 [ 255 ] {890d0e36-dd90-4921-8519-a7561f210628} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001635 sec., 3669.7247706422017 rows/sec., 191.73 KiB/sec.
5644 2024.12.14 03:38:53.910925 [ 255 ] {890d0e36-dd90-4921-8519-a7561f210628} <Debug> TCPHandler: Processed in 0.001944669 sec.
5645 2024.12.14 03:38:53.911088 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5646 2024.12.14 03:38:53.911215 [ 258 ] {a80643b9-8a04-4a7c-9b12-0a3c3e04dbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5647 2024.12.14 03:38:53.911273 [ 258 ] {a80643b9-8a04-4a7c-9b12-0a3c3e04dbe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5648 2024.12.14 03:38:53.911874 [ 258 ] {a80643b9-8a04-4a7c-9b12-0a3c3e04dbe3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5649 2024.12.14 03:38:53.911914 [ 258 ] {a80643b9-8a04-4a7c-9b12-0a3c3e04dbe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5650 2024.12.14 03:38:53.912331 [ 258 ] {a80643b9-8a04-4a7c-9b12-0a3c3e04dbe3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5651 2024.12.14 03:38:53.912581 [ 258 ] {a80643b9-8a04-4a7c-9b12-0a3c3e04dbe3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5652 2024.12.14 03:38:53.912770 [ 258 ] {a80643b9-8a04-4a7c-9b12-0a3c3e04dbe3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001581 sec., 149905.12333965846 rows/sec., 10.05 MiB/sec.
5653 2024.12.14 03:38:53.912825 [ 258 ] {a80643b9-8a04-4a7c-9b12-0a3c3e04dbe3} <Debug> TCPHandler: Processed in 0.001807006 sec.
5654 2024.12.14 03:38:53.912970 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5655 2024.12.14 03:38:53.913092 [ 255 ] {00cbcc83-7526-46c8-b3d8-9bf3ada2e142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5656 2024.12.14 03:38:53.913149 [ 255 ] {00cbcc83-7526-46c8-b3d8-9bf3ada2e142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5657 2024.12.14 03:38:53.913633 [ 255 ] {00cbcc83-7526-46c8-b3d8-9bf3ada2e142} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5658 2024.12.14 03:38:53.913674 [ 255 ] {00cbcc83-7526-46c8-b3d8-9bf3ada2e142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5659 2024.12.14 03:38:53.914033 [ 255 ] {00cbcc83-7526-46c8-b3d8-9bf3ada2e142} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
5660 2024.12.14 03:38:53.914272 [ 255 ] {00cbcc83-7526-46c8-b3d8-9bf3ada2e142} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5661 2024.12.14 03:38:53.914482 [ 255 ] {00cbcc83-7526-46c8-b3d8-9bf3ada2e142} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001415 sec., 706.7137809187279 rows/sec., 47.62 KiB/sec.
5662 2024.12.14 03:38:53.914537 [ 255 ] {00cbcc83-7526-46c8-b3d8-9bf3ada2e142} <Debug> TCPHandler: Processed in 0.001623303 sec.
5663 2024.12.14 03:38:53.914685 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5664 2024.12.14 03:38:53.914801 [ 258 ] {5b364edb-2efb-4036-97f0-aa6d00cf2131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5665 2024.12.14 03:38:53.914884 [ 258 ] {5b364edb-2efb-4036-97f0-aa6d00cf2131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5666 2024.12.14 03:38:53.916013 [ 258 ] {5b364edb-2efb-4036-97f0-aa6d00cf2131} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5667 2024.12.14 03:38:53.916053 [ 258 ] {5b364edb-2efb-4036-97f0-aa6d00cf2131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5668 2024.12.14 03:38:53.916677 [ 258 ] {5b364edb-2efb-4036-97f0-aa6d00cf2131} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5669 2024.12.14 03:38:53.916939 [ 258 ] {5b364edb-2efb-4036-97f0-aa6d00cf2131} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5670 2024.12.14 03:38:53.917198 [ 258 ] {5b364edb-2efb-4036-97f0-aa6d00cf2131} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002411 sec., 6636.250518457072 rows/sec., 11.89 MiB/sec.
5671 2024.12.14 03:38:53.917694 [ 258 ] {5b364edb-2efb-4036-97f0-aa6d00cf2131} <Debug> TCPHandler: Processed in 0.003064842 sec.
5672 2024.12.14 03:38:53.917883 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5673 2024.12.14 03:38:53.918023 [ 255 ] {ccba000c-f6a6-4d30-9d51-700eee177810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5674 2024.12.14 03:38:53.918085 [ 255 ] {ccba000c-f6a6-4d30-9d51-700eee177810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5675 2024.12.14 03:38:53.918604 [ 255 ] {ccba000c-f6a6-4d30-9d51-700eee177810} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5676 2024.12.14 03:38:53.918644 [ 255 ] {ccba000c-f6a6-4d30-9d51-700eee177810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5677 2024.12.14 03:38:53.919028 [ 255 ] {ccba000c-f6a6-4d30-9d51-700eee177810} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5678 2024.12.14 03:38:53.919267 [ 255 ] {ccba000c-f6a6-4d30-9d51-700eee177810} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5679 2024.12.14 03:38:53.919586 [ 255 ] {ccba000c-f6a6-4d30-9d51-700eee177810} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec.
5680 2024.12.14 03:38:53.920062 [ 255 ] {ccba000c-f6a6-4d30-9d51-700eee177810} <Debug> TCPHandler: Processed in 0.002250425 sec.
5681 2024.12.14 03:38:54.001322 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000945159 sec.
5682 2024.12.14 03:38:54.136109 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
5683 2024.12.14 03:38:54.154816 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5684 2024.12.14 03:38:54.154860 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5685 2024.12.14 03:38:54.162063 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5686 2024.12.14 03:38:54.162813 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5687 2024.12.14 03:38:54.166383 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
5688 2024.12.14 03:38:58.892181 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5689 2024.12.14 03:38:58.892403 [ 255 ] {8b363812-819a-4179-961f-83266f09e9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5690 2024.12.14 03:38:58.892477 [ 255 ] {8b363812-819a-4179-961f-83266f09e9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5691 2024.12.14 03:38:58.893210 [ 255 ] {8b363812-819a-4179-961f-83266f09e9fd} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5692 2024.12.14 03:38:58.893264 [ 255 ] {8b363812-819a-4179-961f-83266f09e9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5693 2024.12.14 03:38:58.893702 [ 255 ] {8b363812-819a-4179-961f-83266f09e9fd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5694 2024.12.14 03:38:58.893948 [ 255 ] {8b363812-819a-4179-961f-83266f09e9fd} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5695 2024.12.14 03:38:58.894201 [ 255 ] {8b363812-819a-4179-961f-83266f09e9fd} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001855 sec., 3234.5013477088946 rows/sec., 263.75 KiB/sec.
5696 2024.12.14 03:38:58.894269 [ 255 ] {8b363812-819a-4179-961f-83266f09e9fd} <Debug> TCPHandler: Processed in 0.002228445 sec.
5697 2024.12.14 03:38:58.894539 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5698 2024.12.14 03:38:58.894751 [ 258 ] {b8ba5e02-0f5b-436e-8bc8-0c19e9d6db2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5699 2024.12.14 03:38:58.894836 [ 258 ] {b8ba5e02-0f5b-436e-8bc8-0c19e9d6db2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5700 2024.12.14 03:38:58.895718 [ 258 ] {b8ba5e02-0f5b-436e-8bc8-0c19e9d6db2f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5701 2024.12.14 03:38:58.895771 [ 258 ] {b8ba5e02-0f5b-436e-8bc8-0c19e9d6db2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5702 2024.12.14 03:38:58.896246 [ 258 ] {b8ba5e02-0f5b-436e-8bc8-0c19e9d6db2f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5703 2024.12.14 03:38:58.896505 [ 258 ] {b8ba5e02-0f5b-436e-8bc8-0c19e9d6db2f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5704 2024.12.14 03:38:58.896779 [ 258 ] {b8ba5e02-0f5b-436e-8bc8-0c19e9d6db2f} <Debug> executeQuery: Read 109 rows, 9.40 KiB in 0.00208 sec., 52403.846153846156 rows/sec., 4.41 MiB/sec.
5705 2024.12.14 03:38:58.896861 [ 258 ] {b8ba5e02-0f5b-436e-8bc8-0c19e9d6db2f} <Debug> TCPHandler: Processed in 0.00247071 sec.
5706 2024.12.14 03:38:58.897103 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5707 2024.12.14 03:38:58.897286 [ 255 ] {42124e8f-8cad-4425-8bd8-38be0dc1d70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5708 2024.12.14 03:38:58.897348 [ 255 ] {42124e8f-8cad-4425-8bd8-38be0dc1d70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5709 2024.12.14 03:38:58.897970 [ 255 ] {42124e8f-8cad-4425-8bd8-38be0dc1d70d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5710 2024.12.14 03:38:58.898012 [ 255 ] {42124e8f-8cad-4425-8bd8-38be0dc1d70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5711 2024.12.14 03:38:58.898379 [ 255 ] {42124e8f-8cad-4425-8bd8-38be0dc1d70d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5712 2024.12.14 03:38:58.898620 [ 255 ] {42124e8f-8cad-4425-8bd8-38be0dc1d70d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5713 2024.12.14 03:38:58.898827 [ 255 ] {42124e8f-8cad-4425-8bd8-38be0dc1d70d} <Debug> executeQuery: Read 31 rows, 2.30 KiB in 0.001575 sec., 19682.539682539682 rows/sec., 1.43 MiB/sec.
5714 2024.12.14 03:38:58.898883 [ 255 ] {42124e8f-8cad-4425-8bd8-38be0dc1d70d} <Debug> TCPHandler: Processed in 0.001907908 sec.
5715 2024.12.14 03:38:58.899044 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5716 2024.12.14 03:38:58.899183 [ 258 ] {1422c9aa-3686-4605-94d1-a522ec814991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5717 2024.12.14 03:38:58.899243 [ 258 ] {1422c9aa-3686-4605-94d1-a522ec814991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5718 2024.12.14 03:38:58.899884 [ 258 ] {1422c9aa-3686-4605-94d1-a522ec814991} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5719 2024.12.14 03:38:58.899923 [ 258 ] {1422c9aa-3686-4605-94d1-a522ec814991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5720 2024.12.14 03:38:58.900304 [ 258 ] {1422c9aa-3686-4605-94d1-a522ec814991} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5721 2024.12.14 03:38:58.900548 [ 258 ] {1422c9aa-3686-4605-94d1-a522ec814991} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5722 2024.12.14 03:38:58.900752 [ 258 ] {1422c9aa-3686-4605-94d1-a522ec814991} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.001596 sec., 59523.80952380953 rows/sec., 4.65 MiB/sec.
5723 2024.12.14 03:38:58.900820 [ 258 ] {1422c9aa-3686-4605-94d1-a522ec814991} <Debug> TCPHandler: Processed in 0.001846627 sec.
5724 2024.12.14 03:38:58.901049 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5725 2024.12.14 03:38:58.901222 [ 255 ] {8600ebac-8fb5-440b-b175-919f5318ccb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5726 2024.12.14 03:38:58.901288 [ 255 ] {8600ebac-8fb5-440b-b175-919f5318ccb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5727 2024.12.14 03:38:58.901884 [ 255 ] {8600ebac-8fb5-440b-b175-919f5318ccb3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5728 2024.12.14 03:38:58.901924 [ 255 ] {8600ebac-8fb5-440b-b175-919f5318ccb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5729 2024.12.14 03:38:58.902343 [ 255 ] {8600ebac-8fb5-440b-b175-919f5318ccb3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5730 2024.12.14 03:38:58.902575 [ 255 ] {8600ebac-8fb5-440b-b175-919f5318ccb3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5731 2024.12.14 03:38:58.902792 [ 255 ] {8600ebac-8fb5-440b-b175-919f5318ccb3} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001603 sec., 101684.34185901434 rows/sec., 7.08 MiB/sec.
5732 2024.12.14 03:38:58.902848 [ 255 ] {8600ebac-8fb5-440b-b175-919f5318ccb3} <Debug> TCPHandler: Processed in 0.001931739 sec.
5733 2024.12.14 03:38:58.902997 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5734 2024.12.14 03:38:58.903137 [ 258 ] {74dc402a-31e0-49ff-97e8-39a7c74bf3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5735 2024.12.14 03:38:58.903233 [ 258 ] {74dc402a-31e0-49ff-97e8-39a7c74bf3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5736 2024.12.14 03:38:58.904413 [ 258 ] {74dc402a-31e0-49ff-97e8-39a7c74bf3dd} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5737 2024.12.14 03:38:58.904452 [ 258 ] {74dc402a-31e0-49ff-97e8-39a7c74bf3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5738 2024.12.14 03:38:58.905125 [ 258 ] {74dc402a-31e0-49ff-97e8-39a7c74bf3dd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5739 2024.12.14 03:38:58.905397 [ 258 ] {74dc402a-31e0-49ff-97e8-39a7c74bf3dd} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5740 2024.12.14 03:38:58.905599 [ 258 ] {74dc402a-31e0-49ff-97e8-39a7c74bf3dd} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002493 sec., 10028.078620136383 rows/sec., 17.97 MiB/sec.
5741 2024.12.14 03:38:58.905692 [ 258 ] {74dc402a-31e0-49ff-97e8-39a7c74bf3dd} <Debug> TCPHandler: Processed in 0.002761536 sec.
5742 2024.12.14 03:38:58.905840 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5743 2024.12.14 03:38:58.905964 [ 255 ] {bcdea671-71ce-447a-8eae-2fabd585c8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5744 2024.12.14 03:38:58.906017 [ 255 ] {bcdea671-71ce-447a-8eae-2fabd585c8c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5745 2024.12.14 03:38:58.906522 [ 255 ] {bcdea671-71ce-447a-8eae-2fabd585c8c2} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5746 2024.12.14 03:38:58.906561 [ 255 ] {bcdea671-71ce-447a-8eae-2fabd585c8c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5747 2024.12.14 03:38:58.906945 [ 255 ] {bcdea671-71ce-447a-8eae-2fabd585c8c2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5748 2024.12.14 03:38:58.907199 [ 255 ] {bcdea671-71ce-447a-8eae-2fabd585c8c2} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5749 2024.12.14 03:38:58.907408 [ 255 ] {bcdea671-71ce-447a-8eae-2fabd585c8c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec.
5750 2024.12.14 03:38:58.907458 [ 255 ] {bcdea671-71ce-447a-8eae-2fabd585c8c2} <Debug> TCPHandler: Processed in 0.001675954 sec.
5751 2024.12.14 03:39:00.550500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
5752 2024.12.14 03:39:00.551563 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5753 2024.12.14 03:39:00.551606 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5754 2024.12.14 03:39:00.552125 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5755 2024.12.14 03:39:00.552392 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5756 2024.12.14 03:39:00.552658 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
5757 2024.12.14 03:39:01.666514 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
5758 2024.12.14 03:39:01.686573 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5759 2024.12.14 03:39:01.686620 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5760 2024.12.14 03:39:01.694638 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5761 2024.12.14 03:39:01.695440 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5762 2024.12.14 03:39:01.699307 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
5763 2024.12.14 03:39:03.118536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 782
5764 2024.12.14 03:39:03.121770 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5765 2024.12.14 03:39:03.121820 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5766 2024.12.14 03:39:03.123279 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5767 2024.12.14 03:39:03.123593 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5768 2024.12.14 03:39:03.124433 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 782
5769 2024.12.14 03:39:03.896284 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5770 2024.12.14 03:39:03.896578 [ 255 ] {11108d5d-926b-4427-a5fc-2c8c5bc22acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5771 2024.12.14 03:39:03.896678 [ 255 ] {11108d5d-926b-4427-a5fc-2c8c5bc22acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5772 2024.12.14 03:39:03.897411 [ 255 ] {11108d5d-926b-4427-a5fc-2c8c5bc22acc} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5773 2024.12.14 03:39:03.897455 [ 255 ] {11108d5d-926b-4427-a5fc-2c8c5bc22acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5774 2024.12.14 03:39:03.897876 [ 255 ] {11108d5d-926b-4427-a5fc-2c8c5bc22acc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5775 2024.12.14 03:39:03.898131 [ 255 ] {11108d5d-926b-4427-a5fc-2c8c5bc22acc} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5776 2024.12.14 03:39:03.898272 [ 149 ] {} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5777 2024.12.14 03:39:03.898316 [ 149 ] {} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5778 2024.12.14 03:39:03.898341 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5779 2024.12.14 03:39:03.898340 [ 255 ] {11108d5d-926b-4427-a5fc-2c8c5bc22acc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001843 sec., 7596.31036353771 rows/sec., 546.83 KiB/sec.
5780 2024.12.14 03:39:03.898621 [ 255 ] {11108d5d-926b-4427-a5fc-2c8c5bc22acc} <Debug> TCPHandler: Processed in 0.00251117 sec.
5781 2024.12.14 03:39:03.898736 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
5782 2024.12.14 03:39:03.898933 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5783 2024.12.14 03:39:03.898995 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5784 2024.12.14 03:39:03.899001 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
5785 2024.12.14 03:39:03.899296 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
5786 2024.12.14 03:39:03.899459 [ 258 ] {55f09332-d923-4da1-85f2-164e970cc8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5787 2024.12.14 03:39:03.899545 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
5788 2024.12.14 03:39:03.899661 [ 258 ] {55f09332-d923-4da1-85f2-164e970cc8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5789 2024.12.14 03:39:03.899916 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
5790 2024.12.14 03:39:03.900295 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
5791 2024.12.14 03:39:03.902464 [ 258 ] {55f09332-d923-4da1-85f2-164e970cc8dc} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5792 2024.12.14 03:39:03.902543 [ 258 ] {55f09332-d923-4da1-85f2-164e970cc8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5793 2024.12.14 03:39:03.902938 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00448538 sec., 15606.258555573888 rows/sec., 1.16 MiB/sec.
5794 2024.12.14 03:39:03.903198 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5795 2024.12.14 03:39:03.903600 [ 258 ] {55f09332-d923-4da1-85f2-164e970cc8dc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5796 2024.12.14 03:39:03.903818 [ 199 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_5_1} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5797 2024.12.14 03:39:03.903943 [ 199 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_5_1} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5798 2024.12.14 03:39:03.903971 [ 258 ] {55f09332-d923-4da1-85f2-164e970cc8dc} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5799 2024.12.14 03:39:03.904075 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5800 2024.12.14 03:39:03.904225 [ 149 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0
5801 2024.12.14 03:39:03.904303 [ 258 ] {55f09332-d923-4da1-85f2-164e970cc8dc} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.005027 sec., 46747.56315894171 rows/sec., 4.08 MiB/sec.
5802 2024.12.14 03:39:03.904313 [ 149 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5803 2024.12.14 03:39:03.904421 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5804 2024.12.14 03:39:03.904477 [ 258 ] {55f09332-d923-4da1-85f2-164e970cc8dc} <Debug> TCPHandler: Processed in 0.005705035 sec.
5805 2024.12.14 03:39:03.904691 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::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
5806 2024.12.14 03:39:03.904712 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5807 2024.12.14 03:39:03.904819 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5808 2024.12.14 03:39:03.904858 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 1434 rows starting from the beginning of the part
5809 2024.12.14 03:39:03.904871 [ 255 ] {60c12802-1888-4de6-b38a-7930f0838467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5810 2024.12.14 03:39:03.904992 [ 255 ] {60c12802-1888-4de6-b38a-7930f0838467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5811 2024.12.14 03:39:03.905053 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part
5812 2024.12.14 03:39:03.905546 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 106 rows starting from the beginning of the part
5813 2024.12.14 03:39:03.905860 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 235 rows starting from the beginning of the part
5814 2024.12.14 03:39:03.906291 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 109 rows starting from the beginning of the part
5815 2024.12.14 03:39:03.906655 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 235 rows starting from the beginning of the part
5816 2024.12.14 03:39:03.907550 [ 255 ] {60c12802-1888-4de6-b38a-7930f0838467} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5817 2024.12.14 03:39:03.907592 [ 255 ] {60c12802-1888-4de6-b38a-7930f0838467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5818 2024.12.14 03:39:03.908139 [ 255 ] {60c12802-1888-4de6-b38a-7930f0838467} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5819 2024.12.14 03:39:03.908427 [ 255 ] {60c12802-1888-4de6-b38a-7930f0838467} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5820 2024.12.14 03:39:03.908569 [ 149 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5821 2024.12.14 03:39:03.908631 [ 149 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5822 2024.12.14 03:39:03.908677 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5823 2024.12.14 03:39:03.908713 [ 255 ] {60c12802-1888-4de6-b38a-7930f0838467} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.003826 sec., 6011.500261369577 rows/sec., 433.66 KiB/sec.
5824 2024.12.14 03:39:03.909286 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
5825 2024.12.14 03:39:03.909482 [ 255 ] {60c12802-1888-4de6-b38a-7930f0838467} <Debug> TCPHandler: Processed in 0.004816096 sec.
5826 2024.12.14 03:39:03.910057 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5827 2024.12.14 03:39:03.910218 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5828 2024.12.14 03:39:03.910229 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
5829 2024.12.14 03:39:03.910322 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.005703714 sec., 381330.4804553664 rows/sec., 33.65 MiB/sec.
5830 2024.12.14 03:39:03.910655 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 25 rows starting from the beginning of the part
5831 2024.12.14 03:39:03.910657 [ 258 ] {ecb6b32c-b602-4b38-8a8c-c092ed13a597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5832 2024.12.14 03:39:03.910875 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary)
5833 2024.12.14 03:39:03.910859 [ 258 ] {ecb6b32c-b602-4b38-8a8c-c092ed13a597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5834 2024.12.14 03:39:03.911164 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 25 rows starting from the beginning of the part
5835 2024.12.14 03:39:03.911719 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part
5836 2024.12.14 03:39:03.912101 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part
5837 2024.12.14 03:39:03.912501 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5838 2024.12.14 03:39:03.912588 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part
5839 2024.12.14 03:39:03.913266 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_49_10} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10
5840 2024.12.14 03:39:03.913619 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
5841 2024.12.14 03:39:03.914078 [ 258 ] {ecb6b32c-b602-4b38-8a8c-c092ed13a597} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5842 2024.12.14 03:39:03.914135 [ 258 ] {ecb6b32c-b602-4b38-8a8c-c092ed13a597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5843 2024.12.14 03:39:03.914718 [ 258 ] {ecb6b32c-b602-4b38-8a8c-c092ed13a597} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5844 2024.12.14 03:39:03.914761 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005975149 sec., 31965.730059618596 rows/sec., 2.40 MiB/sec.
5845 2024.12.14 03:39:03.914977 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5846 2024.12.14 03:39:03.915141 [ 258 ] {ecb6b32c-b602-4b38-8a8c-c092ed13a597} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5847 2024.12.14 03:39:03.915592 [ 258 ] {ecb6b32c-b602-4b38-8a8c-c092ed13a597} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005063 sec., 2765.158996642307 rows/sec., 193.65 KiB/sec.
5848 2024.12.14 03:39:03.915618 [ 148 ] {} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
5849 2024.12.14 03:39:03.915638 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5850 2024.12.14 03:39:03.915805 [ 258 ] {ecb6b32c-b602-4b38-8a8c-c092ed13a597} <Debug> TCPHandler: Processed in 0.006161553 sec.
5851 2024.12.14 03:39:03.915854 [ 148 ] {} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5852 2024.12.14 03:39:03.915971 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_36_7} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5853 2024.12.14 03:39:03.916047 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5854 2024.12.14 03:39:03.916056 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5855 2024.12.14 03:39:03.916188 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
5856 2024.12.14 03:39:03.916281 [ 255 ] {72a99370-7a3d-453d-9c66-4b55dc842538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5857 2024.12.14 03:39:03.916376 [ 255 ] {72a99370-7a3d-453d-9c66-4b55dc842538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5858 2024.12.14 03:39:03.916432 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::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
5859 2024.12.14 03:39:03.916646 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5860 2024.12.14 03:39:03.916699 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 228 rows starting from the beginning of the part
5861 2024.12.14 03:39:03.916996 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
5862 2024.12.14 03:39:03.917345 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::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
5863 2024.12.14 03:39:03.917699 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 242 rows starting from the beginning of the part
5864 2024.12.14 03:39:03.918058 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
5865 2024.12.14 03:39:03.918374 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::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
5866 2024.12.14 03:39:03.918856 [ 255 ] {72a99370-7a3d-453d-9c66-4b55dc842538} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5867 2024.12.14 03:39:03.918902 [ 255 ] {72a99370-7a3d-453d-9c66-4b55dc842538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5868 2024.12.14 03:39:03.919400 [ 255 ] {72a99370-7a3d-453d-9c66-4b55dc842538} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5869 2024.12.14 03:39:03.919758 [ 255 ] {72a99370-7a3d-453d-9c66-4b55dc842538} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5870 2024.12.14 03:39:03.919975 [ 144 ] {} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5871 2024.12.14 03:39:03.920116 [ 144 ] {} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5872 2024.12.14 03:39:03.920242 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5873 2024.12.14 03:39:03.920289 [ 255 ] {72a99370-7a3d-453d-9c66-4b55dc842538} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004024 sec., 3230.616302186879 rows/sec., 201.43 KiB/sec.
5874 2024.12.14 03:39:03.920807 [ 255 ] {72a99370-7a3d-453d-9c66-4b55dc842538} <Debug> TCPHandler: Processed in 0.004870407 sec.
5875 2024.12.14 03:39:03.920802 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00447185 sec., 117624.69671388798 rows/sec., 8.42 MiB/sec.
5876 2024.12.14 03:39:03.920846 [ 198 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
5877 2024.12.14 03:39:03.921113 [ 197 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
5878 2024.12.14 03:39:03.921111 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5879 2024.12.14 03:39:03.921166 [ 198 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5880 2024.12.14 03:39:03.921275 [ 198 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
5881 2024.12.14 03:39:03.921586 [ 198 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
5882 2024.12.14 03:39:03.921703 [ 258 ] {c1df7902-fca1-4167-bc55-b30275d3355b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5883 2024.12.14 03:39:03.921963 [ 258 ] {c1df7902-fca1-4167-bc55-b30275d3355b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5884 2024.12.14 03:39:03.921991 [ 198 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
5885 2024.12.14 03:39:03.922026 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_10_2} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5886 2024.12.14 03:39:03.922489 [ 198 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
5887 2024.12.14 03:39:03.922974 [ 198 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
5888 2024.12.14 03:39:03.923631 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_10_2} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
5889 2024.12.14 03:39:03.924132 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
5890 2024.12.14 03:39:03.925804 [ 188 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005348657 sec., 12152.583349427718 rows/sec., 805.18 KiB/sec.
5891 2024.12.14 03:39:03.925897 [ 258 ] {c1df7902-fca1-4167-bc55-b30275d3355b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5892 2024.12.14 03:39:03.925960 [ 258 ] {c1df7902-fca1-4167-bc55-b30275d3355b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5893 2024.12.14 03:39:03.926004 [ 188 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5894 2024.12.14 03:39:03.926658 [ 188 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_5_1} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5895 2024.12.14 03:39:03.926782 [ 188 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_5_1} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5896 2024.12.14 03:39:03.926819 [ 258 ] {c1df7902-fca1-4167-bc55-b30275d3355b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5897 2024.12.14 03:39:03.926911 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5898 2024.12.14 03:39:03.927157 [ 258 ] {c1df7902-fca1-4167-bc55-b30275d3355b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5899 2024.12.14 03:39:03.927338 [ 144 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0
5900 2024.12.14 03:39:03.927400 [ 144 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5901 2024.12.14 03:39:03.927438 [ 258 ] {c1df7902-fca1-4167-bc55-b30275d3355b} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.005999 sec., 66344.39073178863 rows/sec., 4.71 MiB/sec.
5902 2024.12.14 03:39:03.927445 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5903 2024.12.14 03:39:03.927637 [ 258 ] {c1df7902-fca1-4167-bc55-b30275d3355b} <Debug> TCPHandler: Processed in 0.006711464 sec.
5904 2024.12.14 03:39:03.927716 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::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
5905 2024.12.14 03:39:03.927876 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5906 2024.12.14 03:39:03.927897 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5907 2024.12.14 03:39:03.927948 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 913 rows starting from the beginning of the part
5908 2024.12.14 03:39:03.928217 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part
5909 2024.12.14 03:39:03.928229 [ 255 ] {3a370dc0-f104-4e9e-9b33-1bf136ad5ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5910 2024.12.14 03:39:03.928490 [ 255 ] {3a370dc0-f104-4e9e-9b33-1bf136ad5ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5911 2024.12.14 03:39:03.928498 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 89 rows starting from the beginning of the part
5912 2024.12.14 03:39:03.928818 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 398 rows starting from the beginning of the part
5913 2024.12.14 03:39:03.928994 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 95 rows starting from the beginning of the part
5914 2024.12.14 03:39:03.929337 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 398 rows starting from the beginning of the part
5915 2024.12.14 03:39:03.930723 [ 255 ] {3a370dc0-f104-4e9e-9b33-1bf136ad5ada} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5916 2024.12.14 03:39:03.930793 [ 255 ] {3a370dc0-f104-4e9e-9b33-1bf136ad5ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5917 2024.12.14 03:39:03.931772 [ 255 ] {3a370dc0-f104-4e9e-9b33-1bf136ad5ada} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5918 2024.12.14 03:39:03.932049 [ 255 ] {3a370dc0-f104-4e9e-9b33-1bf136ad5ada} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5919 2024.12.14 03:39:03.932625 [ 188 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005034811 sec., 388693.83577655646 rows/sec., 29.76 MiB/sec.
5920 2024.12.14 03:39:03.932637 [ 255 ] {3a370dc0-f104-4e9e-9b33-1bf136ad5ada} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004589 sec., 1307.4743952930921 rows/sec., 68.31 KiB/sec.
5921 2024.12.14 03:39:03.932759 [ 255 ] {3a370dc0-f104-4e9e-9b33-1bf136ad5ada} <Debug> TCPHandler: Processed in 0.00498729 sec.
5922 2024.12.14 03:39:03.932878 [ 188 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary)
5923 2024.12.14 03:39:03.933015 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5924 2024.12.14 03:39:03.933288 [ 188 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5925 2024.12.14 03:39:03.933370 [ 258 ] {866b5b31-3d4b-40c0-b0f8-d9392b5153e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5926 2024.12.14 03:39:03.933435 [ 188 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_49_10} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10
5927 2024.12.14 03:39:03.933531 [ 258 ] {866b5b31-3d4b-40c0-b0f8-d9392b5153e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5928 2024.12.14 03:39:03.933601 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5929 2024.12.14 03:39:03.934259 [ 258 ] {866b5b31-3d4b-40c0-b0f8-d9392b5153e4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5930 2024.12.14 03:39:03.934305 [ 258 ] {866b5b31-3d4b-40c0-b0f8-d9392b5153e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5931 2024.12.14 03:39:03.934732 [ 258 ] {866b5b31-3d4b-40c0-b0f8-d9392b5153e4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5932 2024.12.14 03:39:03.935004 [ 258 ] {866b5b31-3d4b-40c0-b0f8-d9392b5153e4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5933 2024.12.14 03:39:03.935279 [ 258 ] {866b5b31-3d4b-40c0-b0f8-d9392b5153e4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002013 sec., 117734.72429210134 rows/sec., 7.89 MiB/sec.
5934 2024.12.14 03:39:03.935425 [ 258 ] {866b5b31-3d4b-40c0-b0f8-d9392b5153e4} <Debug> TCPHandler: Processed in 0.002534641 sec.
5935 2024.12.14 03:39:03.935662 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5936 2024.12.14 03:39:03.935822 [ 255 ] {f2c3e4af-d146-4f10-b10e-7d712541aec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5937 2024.12.14 03:39:03.935883 [ 255 ] {f2c3e4af-d146-4f10-b10e-7d712541aec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5938 2024.12.14 03:39:03.936438 [ 255 ] {f2c3e4af-d146-4f10-b10e-7d712541aec3} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5939 2024.12.14 03:39:03.936484 [ 255 ] {f2c3e4af-d146-4f10-b10e-7d712541aec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5940 2024.12.14 03:39:03.936858 [ 255 ] {f2c3e4af-d146-4f10-b10e-7d712541aec3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5941 2024.12.14 03:39:03.937092 [ 255 ] {f2c3e4af-d146-4f10-b10e-7d712541aec3} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5942 2024.12.14 03:39:03.937250 [ 144 ] {} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5943 2024.12.14 03:39:03.937315 [ 144 ] {} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5944 2024.12.14 03:39:03.937352 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5945 2024.12.14 03:39:03.937359 [ 255 ] {f2c3e4af-d146-4f10-b10e-7d712541aec3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001554 sec., 643.5006435006435 rows/sec., 43.36 KiB/sec.
5946 2024.12.14 03:39:03.937634 [ 255 ] {f2c3e4af-d146-4f10-b10e-7d712541aec3} <Debug> TCPHandler: Processed in 0.002094502 sec.
5947 2024.12.14 03:39:03.937881 [ 201 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
5948 2024.12.14 03:39:03.937932 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5949 2024.12.14 03:39:03.938176 [ 201 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5950 2024.12.14 03:39:03.938208 [ 258 ] {34151905-8a65-444a-96c9-3abe6a5ae9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5951 2024.12.14 03:39:03.938236 [ 201 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
5952 2024.12.14 03:39:03.938534 [ 201 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
5953 2024.12.14 03:39:03.938577 [ 258 ] {34151905-8a65-444a-96c9-3abe6a5ae9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5954 2024.12.14 03:39:03.938824 [ 201 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
5955 2024.12.14 03:39:03.939264 [ 201 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
5956 2024.12.14 03:39:03.939549 [ 201 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
5957 2024.12.14 03:39:03.943062 [ 195 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005590782 sec., 894.3292727207034 rows/sec., 60.26 KiB/sec.
5958 2024.12.14 03:39:03.943237 [ 195 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5959 2024.12.14 03:39:03.943425 [ 258 ] {34151905-8a65-444a-96c9-3abe6a5ae9a2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5960 2024.12.14 03:39:03.943469 [ 258 ] {34151905-8a65-444a-96c9-3abe6a5ae9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5961 2024.12.14 03:39:03.943697 [ 195 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_5_1} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5962 2024.12.14 03:39:03.943797 [ 195 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_5_1} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5963 2024.12.14 03:39:03.943888 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
5964 2024.12.14 03:39:03.944233 [ 258 ] {34151905-8a65-444a-96c9-3abe6a5ae9a2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5965 2024.12.14 03:39:03.944494 [ 258 ] {34151905-8a65-444a-96c9-3abe6a5ae9a2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5966 2024.12.14 03:39:03.944766 [ 258 ] {34151905-8a65-444a-96c9-3abe6a5ae9a2} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.006633 sec., 2412.1815166591286 rows/sec., 4.32 MiB/sec.
5967 2024.12.14 03:39:03.944894 [ 258 ] {34151905-8a65-444a-96c9-3abe6a5ae9a2} <Debug> TCPHandler: Processed in 0.007140983 sec.
5968 2024.12.14 03:39:03.945130 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5969 2024.12.14 03:39:03.945350 [ 255 ] {e38d76ca-ec7e-4cf1-8a27-e578aef47407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5970 2024.12.14 03:39:03.945444 [ 255 ] {e38d76ca-ec7e-4cf1-8a27-e578aef47407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5971 2024.12.14 03:39:03.946026 [ 255 ] {e38d76ca-ec7e-4cf1-8a27-e578aef47407} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5972 2024.12.14 03:39:03.946065 [ 255 ] {e38d76ca-ec7e-4cf1-8a27-e578aef47407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB.
5973 2024.12.14 03:39:03.946432 [ 255 ] {e38d76ca-ec7e-4cf1-8a27-e578aef47407} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5974 2024.12.14 03:39:03.946666 [ 255 ] {e38d76ca-ec7e-4cf1-8a27-e578aef47407} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5975 2024.12.14 03:39:03.946886 [ 255 ] {e38d76ca-ec7e-4cf1-8a27-e578aef47407} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001589 sec., 51604.78288231592 rows/sec., 3.28 MiB/sec.
5976 2024.12.14 03:39:03.946937 [ 255 ] {e38d76ca-ec7e-4cf1-8a27-e578aef47407} <Debug> TCPHandler: Processed in 0.001915638 sec.
5977 2024.12.14 03:39:07.931408 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
5978 2024.12.14 03:39:07.931482 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
5979 2024.12.14 03:39:08.052862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
5980 2024.12.14 03:39:08.053940 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5981 2024.12.14 03:39:08.053993 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
5982 2024.12.14 03:39:08.054551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5983 2024.12.14 03:39:08.054813 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5984 2024.12.14 03:39:08.055105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
5985 2024.12.14 03:39:08.891845 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5986 2024.12.14 03:39:08.892049 [ 255 ] {fc391cda-b181-4d60-a158-d83240a34290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5987 2024.12.14 03:39:08.892126 [ 255 ] {fc391cda-b181-4d60-a158-d83240a34290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5988 2024.12.14 03:39:08.892997 [ 255 ] {fc391cda-b181-4d60-a158-d83240a34290} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5989 2024.12.14 03:39:08.893039 [ 255 ] {fc391cda-b181-4d60-a158-d83240a34290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
5990 2024.12.14 03:39:08.893474 [ 255 ] {fc391cda-b181-4d60-a158-d83240a34290} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5991 2024.12.14 03:39:08.893727 [ 255 ] {fc391cda-b181-4d60-a158-d83240a34290} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5992 2024.12.14 03:39:08.893957 [ 255 ] {fc391cda-b181-4d60-a158-d83240a34290} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001963 sec., 53998.981151299035 rows/sec., 4.57 MiB/sec.
5993 2024.12.14 03:39:08.894021 [ 255 ] {fc391cda-b181-4d60-a158-d83240a34290} <Debug> TCPHandler: Processed in 0.002307936 sec.
5994 2024.12.14 03:39:08.894296 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5995 2024.12.14 03:39:08.894512 [ 258 ] {ec586de3-eff7-400c-b62c-cadb7782c932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5996 2024.12.14 03:39:08.894598 [ 258 ] {ec586de3-eff7-400c-b62c-cadb7782c932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5997 2024.12.14 03:39:08.895374 [ 258 ] {ec586de3-eff7-400c-b62c-cadb7782c932} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5998 2024.12.14 03:39:08.895427 [ 258 ] {ec586de3-eff7-400c-b62c-cadb7782c932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
5999 2024.12.14 03:39:08.895870 [ 258 ] {ec586de3-eff7-400c-b62c-cadb7782c932} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6000 2024.12.14 03:39:08.896130 [ 258 ] {ec586de3-eff7-400c-b62c-cadb7782c932} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6001 2024.12.14 03:39:08.896367 [ 258 ] {ec586de3-eff7-400c-b62c-cadb7782c932} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001917 sec., 13041.210224308816 rows/sec., 980.64 KiB/sec.
6002 2024.12.14 03:39:08.896425 [ 258 ] {ec586de3-eff7-400c-b62c-cadb7782c932} <Debug> TCPHandler: Processed in 0.002274405 sec.
6003 2024.12.14 03:39:08.896592 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6004 2024.12.14 03:39:08.896737 [ 255 ] {716c1952-baba-41a1-9609-49edf65b18c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6005 2024.12.14 03:39:08.896797 [ 255 ] {716c1952-baba-41a1-9609-49edf65b18c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6006 2024.12.14 03:39:08.897516 [ 255 ] {716c1952-baba-41a1-9609-49edf65b18c1} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6007 2024.12.14 03:39:08.897564 [ 255 ] {716c1952-baba-41a1-9609-49edf65b18c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6008 2024.12.14 03:39:08.897961 [ 255 ] {716c1952-baba-41a1-9609-49edf65b18c1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6009 2024.12.14 03:39:08.898195 [ 255 ] {716c1952-baba-41a1-9609-49edf65b18c1} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6010 2024.12.14 03:39:08.898399 [ 255 ] {716c1952-baba-41a1-9609-49edf65b18c1} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001696 sec., 52476.41509433962 rows/sec., 4.10 MiB/sec.
6011 2024.12.14 03:39:08.898455 [ 255 ] {716c1952-baba-41a1-9609-49edf65b18c1} <Debug> TCPHandler: Processed in 0.001929489 sec.
6012 2024.12.14 03:39:08.898605 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6013 2024.12.14 03:39:08.898722 [ 258 ] {5d01df8b-5a5d-44ec-9de2-2504a14a86a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6014 2024.12.14 03:39:08.898780 [ 258 ] {5d01df8b-5a5d-44ec-9de2-2504a14a86a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6015 2024.12.14 03:39:08.899461 [ 258 ] {5d01df8b-5a5d-44ec-9de2-2504a14a86a5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6016 2024.12.14 03:39:08.899509 [ 258 ] {5d01df8b-5a5d-44ec-9de2-2504a14a86a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6017 2024.12.14 03:39:08.899970 [ 258 ] {5d01df8b-5a5d-44ec-9de2-2504a14a86a5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6018 2024.12.14 03:39:08.900249 [ 258 ] {5d01df8b-5a5d-44ec-9de2-2504a14a86a5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6019 2024.12.14 03:39:08.900466 [ 258 ] {5d01df8b-5a5d-44ec-9de2-2504a14a86a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001768 sec., 90497.73755656109 rows/sec., 6.30 MiB/sec.
6020 2024.12.14 03:39:08.900518 [ 258 ] {5d01df8b-5a5d-44ec-9de2-2504a14a86a5} <Debug> TCPHandler: Processed in 0.001967829 sec.
6021 2024.12.14 03:39:08.900655 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6022 2024.12.14 03:39:08.900773 [ 255 ] {6e777a57-6f0e-4855-a0df-117aadcee953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6023 2024.12.14 03:39:08.900867 [ 255 ] {6e777a57-6f0e-4855-a0df-117aadcee953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6024 2024.12.14 03:39:08.902179 [ 255 ] {6e777a57-6f0e-4855-a0df-117aadcee953} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6025 2024.12.14 03:39:08.902220 [ 255 ] {6e777a57-6f0e-4855-a0df-117aadcee953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6026 2024.12.14 03:39:08.902859 [ 255 ] {6e777a57-6f0e-4855-a0df-117aadcee953} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6027 2024.12.14 03:39:08.903105 [ 255 ] {6e777a57-6f0e-4855-a0df-117aadcee953} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6028 2024.12.14 03:39:08.903293 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6029 2024.12.14 03:39:08.903363 [ 255 ] {6e777a57-6f0e-4855-a0df-117aadcee953} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002612 sec., 9571.209800918836 rows/sec., 17.15 MiB/sec.
6030 2024.12.14 03:39:08.903382 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6031 2024.12.14 03:39:08.903450 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6032 2024.12.14 03:39:08.903867 [ 255 ] {6e777a57-6f0e-4855-a0df-117aadcee953} <Debug> TCPHandler: Processed in 0.003263745 sec.
6033 2024.12.14 03:39:08.903953 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
6034 2024.12.14 03:39:08.904240 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6035 2024.12.14 03:39:08.904725 [ 258 ] {512b75a0-74b7-4378-b85d-109f7dde37b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6036 2024.12.14 03:39:08.904917 [ 258 ] {512b75a0-74b7-4378-b85d-109f7dde37b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6037 2024.12.14 03:39:08.905447 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6038 2024.12.14 03:39:08.905678 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 616 rows starting from the beginning of the part
6039 2024.12.14 03:39:08.906363 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 25 rows starting from the beginning of the part
6040 2024.12.14 03:39:08.907105 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part
6041 2024.12.14 03:39:08.907195 [ 258 ] {512b75a0-74b7-4378-b85d-109f7dde37b9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6042 2024.12.14 03:39:08.907289 [ 258 ] {512b75a0-74b7-4378-b85d-109f7dde37b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6043 2024.12.14 03:39:08.907771 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 25 rows starting from the beginning of the part
6044 2024.12.14 03:39:08.908464 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part
6045 2024.12.14 03:39:08.908906 [ 258 ] {512b75a0-74b7-4378-b85d-109f7dde37b9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6046 2024.12.14 03:39:08.909040 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 25 rows starting from the beginning of the part
6047 2024.12.14 03:39:08.909687 [ 258 ] {512b75a0-74b7-4378-b85d-109f7dde37b9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6048 2024.12.14 03:39:08.910207 [ 258 ] {512b75a0-74b7-4378-b85d-109f7dde37b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005657 sec., 10606.328442637441 rows/sec., 731.95 KiB/sec.
6049 2024.12.14 03:39:08.910335 [ 258 ] {512b75a0-74b7-4378-b85d-109f7dde37b9} <Debug> TCPHandler: Processed in 0.006333637 sec.
6050 2024.12.14 03:39:08.914257 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 19 columns (19 merged, 0 gathered) in 0.010634483 sec., 67986.37977981629 rows/sec., 121.83 MiB/sec.
6051 2024.12.14 03:39:08.915316 [ 191 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6052 2024.12.14 03:39:08.915771 [ 191 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6053 2024.12.14 03:39:08.915858 [ 191 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6054 2024.12.14 03:39:08.916016 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB.
6055 2024.12.14 03:39:09.199412 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
6056 2024.12.14 03:39:09.221188 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6057 2024.12.14 03:39:09.221242 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6058 2024.12.14 03:39:09.228967 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6059 2024.12.14 03:39:09.229820 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6060 2024.12.14 03:39:09.233817 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
6061 2024.12.14 03:39:12.652039 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6062 2024.12.14 03:39:12.652265 [ 255 ] {80c20a0f-3a77-4205-8aa8-c3d99e71b51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6063 2024.12.14 03:39:12.652347 [ 255 ] {80c20a0f-3a77-4205-8aa8-c3d99e71b51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6064 2024.12.14 03:39:12.653174 [ 255 ] {80c20a0f-3a77-4205-8aa8-c3d99e71b51c} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6065 2024.12.14 03:39:12.653233 [ 255 ] {80c20a0f-3a77-4205-8aa8-c3d99e71b51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6066 2024.12.14 03:39:12.653666 [ 255 ] {80c20a0f-3a77-4205-8aa8-c3d99e71b51c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
6067 2024.12.14 03:39:12.653918 [ 255 ] {80c20a0f-3a77-4205-8aa8-c3d99e71b51c} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6068 2024.12.14 03:39:12.654163 [ 255 ] {80c20a0f-3a77-4205-8aa8-c3d99e71b51c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001954 sec., 7164.790174002047 rows/sec., 515.77 KiB/sec.
6069 2024.12.14 03:39:12.654229 [ 255 ] {80c20a0f-3a77-4205-8aa8-c3d99e71b51c} <Debug> TCPHandler: Processed in 0.002326906 sec.
6070 2024.12.14 03:39:12.654513 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6071 2024.12.14 03:39:12.654732 [ 258 ] {21740c67-77fd-4015-af2e-c9d528e01c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6072 2024.12.14 03:39:12.654817 [ 258 ] {21740c67-77fd-4015-af2e-c9d528e01c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6073 2024.12.14 03:39:12.655588 [ 258 ] {21740c67-77fd-4015-af2e-c9d528e01c24} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6074 2024.12.14 03:39:12.655638 [ 258 ] {21740c67-77fd-4015-af2e-c9d528e01c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6075 2024.12.14 03:39:12.656074 [ 258 ] {21740c67-77fd-4015-af2e-c9d528e01c24} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6076 2024.12.14 03:39:12.656342 [ 258 ] {21740c67-77fd-4015-af2e-c9d528e01c24} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6077 2024.12.14 03:39:12.656591 [ 258 ] {21740c67-77fd-4015-af2e-c9d528e01c24} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00192 sec., 4166.666666666667 rows/sec., 339.76 KiB/sec.
6078 2024.12.14 03:39:12.656658 [ 258 ] {21740c67-77fd-4015-af2e-c9d528e01c24} <Debug> TCPHandler: Processed in 0.002291916 sec.
6079 2024.12.14 03:39:12.656822 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6080 2024.12.14 03:39:12.656967 [ 255 ] {c47028bb-c07c-4bde-b3fb-a8d0f064d9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6081 2024.12.14 03:39:12.657028 [ 255 ] {c47028bb-c07c-4bde-b3fb-a8d0f064d9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6082 2024.12.14 03:39:12.658427 [ 255 ] {c47028bb-c07c-4bde-b3fb-a8d0f064d9fc} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6083 2024.12.14 03:39:12.658468 [ 255 ] {c47028bb-c07c-4bde-b3fb-a8d0f064d9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6084 2024.12.14 03:39:12.658920 [ 255 ] {c47028bb-c07c-4bde-b3fb-a8d0f064d9fc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6085 2024.12.14 03:39:12.659157 [ 255 ] {c47028bb-c07c-4bde-b3fb-a8d0f064d9fc} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6086 2024.12.14 03:39:12.659419 [ 255 ] {c47028bb-c07c-4bde-b3fb-a8d0f064d9fc} <Debug> executeQuery: Read 1379 rows, 117.87 KiB in 0.002481 sec., 555824.2644095123 rows/sec., 46.40 MiB/sec.
6087 2024.12.14 03:39:12.659505 [ 255 ] {c47028bb-c07c-4bde-b3fb-a8d0f064d9fc} <Debug> TCPHandler: Processed in 0.002752555 sec.
6088 2024.12.14 03:39:12.659759 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6089 2024.12.14 03:39:12.659939 [ 258 ] {c4256603-9fb7-46fd-b161-eb3aa855052c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6090 2024.12.14 03:39:12.659995 [ 258 ] {c4256603-9fb7-46fd-b161-eb3aa855052c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6091 2024.12.14 03:39:12.660609 [ 258 ] {c4256603-9fb7-46fd-b161-eb3aa855052c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6092 2024.12.14 03:39:12.660651 [ 258 ] {c4256603-9fb7-46fd-b161-eb3aa855052c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6093 2024.12.14 03:39:12.661036 [ 258 ] {c4256603-9fb7-46fd-b161-eb3aa855052c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6094 2024.12.14 03:39:12.661296 [ 258 ] {c4256603-9fb7-46fd-b161-eb3aa855052c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6095 2024.12.14 03:39:12.661486 [ 258 ] {c4256603-9fb7-46fd-b161-eb3aa855052c} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.001582 sec., 19595.448798988622 rows/sec., 1.37 MiB/sec.
6096 2024.12.14 03:39:12.661542 [ 258 ] {c4256603-9fb7-46fd-b161-eb3aa855052c} <Debug> TCPHandler: Processed in 0.001941559 sec.
6097 2024.12.14 03:39:12.661681 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6098 2024.12.14 03:39:12.661801 [ 255 ] {c5cedfe2-3b6b-495a-87b5-f3893d68af5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6099 2024.12.14 03:39:12.661851 [ 255 ] {c5cedfe2-3b6b-495a-87b5-f3893d68af5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6100 2024.12.14 03:39:12.662515 [ 255 ] {c5cedfe2-3b6b-495a-87b5-f3893d68af5d} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6101 2024.12.14 03:39:12.662555 [ 255 ] {c5cedfe2-3b6b-495a-87b5-f3893d68af5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6102 2024.12.14 03:39:12.662914 [ 255 ] {c5cedfe2-3b6b-495a-87b5-f3893d68af5d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6103 2024.12.14 03:39:12.663151 [ 255 ] {c5cedfe2-3b6b-495a-87b5-f3893d68af5d} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6104 2024.12.14 03:39:12.663363 [ 255 ] {c5cedfe2-3b6b-495a-87b5-f3893d68af5d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001588 sec., 152392.94710327455 rows/sec., 10.32 MiB/sec.
6105 2024.12.14 03:39:12.663419 [ 255 ] {c5cedfe2-3b6b-495a-87b5-f3893d68af5d} <Debug> TCPHandler: Processed in 0.001794285 sec.
6106 2024.12.14 03:39:12.663569 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6107 2024.12.14 03:39:12.663687 [ 258 ] {8d17a442-e96e-434a-9faf-8b63702f6463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6108 2024.12.14 03:39:12.663737 [ 258 ] {8d17a442-e96e-434a-9faf-8b63702f6463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6109 2024.12.14 03:39:12.664308 [ 258 ] {8d17a442-e96e-434a-9faf-8b63702f6463} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6110 2024.12.14 03:39:12.664345 [ 258 ] {8d17a442-e96e-434a-9faf-8b63702f6463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6111 2024.12.14 03:39:12.664703 [ 258 ] {8d17a442-e96e-434a-9faf-8b63702f6463} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
6112 2024.12.14 03:39:12.664946 [ 258 ] {8d17a442-e96e-434a-9faf-8b63702f6463} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6113 2024.12.14 03:39:12.665195 [ 258 ] {8d17a442-e96e-434a-9faf-8b63702f6463} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001506 sec., 8632.138114209827 rows/sec., 538.21 KiB/sec.
6114 2024.12.14 03:39:12.665326 [ 258 ] {8d17a442-e96e-434a-9faf-8b63702f6463} <Debug> TCPHandler: Processed in 0.001812377 sec.
6115 2024.12.14 03:39:12.665523 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6116 2024.12.14 03:39:12.665743 [ 255 ] {1f7c055c-6d73-40c0-a413-1eb65c11038e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6117 2024.12.14 03:39:12.665834 [ 255 ] {1f7c055c-6d73-40c0-a413-1eb65c11038e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6118 2024.12.14 03:39:12.666767 [ 255 ] {1f7c055c-6d73-40c0-a413-1eb65c11038e} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6119 2024.12.14 03:39:12.666806 [ 255 ] {1f7c055c-6d73-40c0-a413-1eb65c11038e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6120 2024.12.14 03:39:12.667199 [ 255 ] {1f7c055c-6d73-40c0-a413-1eb65c11038e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6121 2024.12.14 03:39:12.667442 [ 255 ] {1f7c055c-6d73-40c0-a413-1eb65c11038e} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6122 2024.12.14 03:39:12.667689 [ 255 ] {1f7c055c-6d73-40c0-a413-1eb65c11038e} <Debug> executeQuery: Read 862 rows, 63.90 KiB in 0.001991 sec., 432948.2672024108 rows/sec., 31.34 MiB/sec.
6123 2024.12.14 03:39:12.667793 [ 255 ] {1f7c055c-6d73-40c0-a413-1eb65c11038e} <Debug> TCPHandler: Processed in 0.002375948 sec.
6124 2024.12.14 03:39:12.668037 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6125 2024.12.14 03:39:12.668186 [ 258 ] {3c556d39-80cc-47d8-aba3-7978be37a5bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6126 2024.12.14 03:39:12.668248 [ 258 ] {3c556d39-80cc-47d8-aba3-7978be37a5bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6127 2024.12.14 03:39:12.668812 [ 258 ] {3c556d39-80cc-47d8-aba3-7978be37a5bb} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6128 2024.12.14 03:39:12.668857 [ 258 ] {3c556d39-80cc-47d8-aba3-7978be37a5bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6129 2024.12.14 03:39:12.669240 [ 258 ] {3c556d39-80cc-47d8-aba3-7978be37a5bb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
6130 2024.12.14 03:39:12.669479 [ 258 ] {3c556d39-80cc-47d8-aba3-7978be37a5bb} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6131 2024.12.14 03:39:12.669595 [ 131 ] {} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
6132 2024.12.14 03:39:12.669652 [ 258 ] {3c556d39-80cc-47d8-aba3-7978be37a5bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec.
6133 2024.12.14 03:39:12.669693 [ 131 ] {} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6134 2024.12.14 03:39:12.669731 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6135 2024.12.14 03:39:12.669743 [ 258 ] {3c556d39-80cc-47d8-aba3-7978be37a5bb} <Debug> TCPHandler: Processed in 0.001846227 sec.
6136 2024.12.14 03:39:12.670034 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6137 2024.12.14 03:39:12.670139 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
6138 2024.12.14 03:39:12.670284 [ 255 ] {c58ad085-2130-46d2-a211-58c70975fc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6139 2024.12.14 03:39:12.670453 [ 255 ] {c58ad085-2130-46d2-a211-58c70975fc23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6140 2024.12.14 03:39:12.670465 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6141 2024.12.14 03:39:12.670667 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
6142 2024.12.14 03:39:12.671039 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
6143 2024.12.14 03:39:12.671387 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
6144 2024.12.14 03:39:12.671612 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
6145 2024.12.14 03:39:12.671870 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
6146 2024.12.14 03:39:12.672166 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
6147 2024.12.14 03:39:12.673117 [ 255 ] {c58ad085-2130-46d2-a211-58c70975fc23} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6148 2024.12.14 03:39:12.673198 [ 255 ] {c58ad085-2130-46d2-a211-58c70975fc23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6149 2024.12.14 03:39:12.674544 [ 255 ] {c58ad085-2130-46d2-a211-58c70975fc23} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6150 2024.12.14 03:39:12.674750 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004889949 sec., 7362.039972196028 rows/sec., 384.64 KiB/sec.
6151 2024.12.14 03:39:12.674992 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
6152 2024.12.14 03:39:12.675085 [ 255 ] {c58ad085-2130-46d2-a211-58c70975fc23} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6153 2024.12.14 03:39:12.675348 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6154 2024.12.14 03:39:12.675441 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6155 2024.12.14 03:39:12.675510 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6156 2024.12.14 03:39:12.675612 [ 255 ] {c58ad085-2130-46d2-a211-58c70975fc23} <Debug> executeQuery: Read 929 rows, 63.48 KiB in 0.005335 sec., 174133.0834114339 rows/sec., 11.62 MiB/sec.
6157 2024.12.14 03:39:12.676009 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
6158 2024.12.14 03:39:12.676131 [ 255 ] {c58ad085-2130-46d2-a211-58c70975fc23} <Debug> TCPHandler: Processed in 0.006283516 sec.
6159 2024.12.14 03:39:12.676598 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6160 2024.12.14 03:39:12.676628 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6161 2024.12.14 03:39:12.676636 [ 199 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_6_1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6162 2024.12.14 03:39:12.676777 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12709 rows starting from the beginning of the part
6163 2024.12.14 03:39:12.677229 [ 258 ] {63d67077-86c9-4092-afbb-e3cc344b5243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6164 2024.12.14 03:39:12.677241 [ 199 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_6_1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
6165 2024.12.14 03:39:12.677250 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part
6166 2024.12.14 03:39:12.677518 [ 258 ] {63d67077-86c9-4092-afbb-e3cc344b5243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6167 2024.12.14 03:39:12.677639 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6168 2024.12.14 03:39:12.677693 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 163 rows starting from the beginning of the part
6169 2024.12.14 03:39:12.678119 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part
6170 2024.12.14 03:39:12.678501 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
6171 2024.12.14 03:39:12.678936 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 929 rows starting from the beginning of the part
6172 2024.12.14 03:39:12.680167 [ 258 ] {63d67077-86c9-4092-afbb-e3cc344b5243} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6173 2024.12.14 03:39:12.680237 [ 258 ] {63d67077-86c9-4092-afbb-e3cc344b5243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6174 2024.12.14 03:39:12.680717 [ 258 ] {63d67077-86c9-4092-afbb-e3cc344b5243} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
6175 2024.12.14 03:39:12.681212 [ 258 ] {63d67077-86c9-4092-afbb-e3cc344b5243} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6176 2024.12.14 03:39:12.681718 [ 258 ] {63d67077-86c9-4092-afbb-e3cc344b5243} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004729 sec., 211.4611968703743 rows/sec., 14.25 KiB/sec.
6177 2024.12.14 03:39:12.681918 [ 258 ] {63d67077-86c9-4092-afbb-e3cc344b5243} <Debug> TCPHandler: Processed in 0.005668023 sec.
6178 2024.12.14 03:39:12.682116 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6179 2024.12.14 03:39:12.682271 [ 255 ] {9eef9ebf-c5b3-4b70-bc0c-4b8fb211d2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6180 2024.12.14 03:39:12.682359 [ 255 ] {9eef9ebf-c5b3-4b70-bc0c-4b8fb211d2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6181 2024.12.14 03:39:12.683820 [ 255 ] {9eef9ebf-c5b3-4b70-bc0c-4b8fb211d2d1} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6182 2024.12.14 03:39:12.683861 [ 255 ] {9eef9ebf-c5b3-4b70-bc0c-4b8fb211d2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6183 2024.12.14 03:39:12.684517 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14435 rows, containing 5 columns (5 merged, 0 gathered) in 0.008903708 sec., 1621234.6586388503 rows/sec., 110.17 MiB/sec.
6184 2024.12.14 03:39:12.684748 [ 255 ] {9eef9ebf-c5b3-4b70-bc0c-4b8fb211d2d1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6185 2024.12.14 03:39:12.684875 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6186 2024.12.14 03:39:12.685091 [ 255 ] {9eef9ebf-c5b3-4b70-bc0c-4b8fb211d2d1} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6187 2024.12.14 03:39:12.685247 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6188 2024.12.14 03:39:12.685426 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6189 2024.12.14 03:39:12.685436 [ 255 ] {9eef9ebf-c5b3-4b70-bc0c-4b8fb211d2d1} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003208 sec., 4987.5311720698255 rows/sec., 8.94 MiB/sec.
6190 2024.12.14 03:39:12.685574 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB.
6191 2024.12.14 03:39:12.685674 [ 255 ] {9eef9ebf-c5b3-4b70-bc0c-4b8fb211d2d1} <Debug> TCPHandler: Processed in 0.003639493 sec.
6192 2024.12.14 03:39:12.685846 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6193 2024.12.14 03:39:12.685986 [ 258 ] {63ae8153-12f7-411b-a2fe-a2171fa9f3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6194 2024.12.14 03:39:12.686046 [ 258 ] {63ae8153-12f7-411b-a2fe-a2171fa9f3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6195 2024.12.14 03:39:12.686617 [ 258 ] {63ae8153-12f7-411b-a2fe-a2171fa9f3cf} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6196 2024.12.14 03:39:12.686664 [ 258 ] {63ae8153-12f7-411b-a2fe-a2171fa9f3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6197 2024.12.14 03:39:12.687110 [ 258 ] {63ae8153-12f7-411b-a2fe-a2171fa9f3cf} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6198 2024.12.14 03:39:12.687362 [ 258 ] {63ae8153-12f7-411b-a2fe-a2171fa9f3cf} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6199 2024.12.14 03:39:12.687503 [ 131 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6200 2024.12.14 03:39:12.687541 [ 131 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6201 2024.12.14 03:39:12.687551 [ 258 ] {63ae8153-12f7-411b-a2fe-a2171fa9f3cf} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001593 sec., 43942.24733207784 rows/sec., 2.76 MiB/sec.
6202 2024.12.14 03:39:12.687565 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6203 2024.12.14 03:39:12.687637 [ 258 ] {63ae8153-12f7-411b-a2fe-a2171fa9f3cf} <Debug> TCPHandler: Processed in 0.001857457 sec.
6204 2024.12.14 03:39:12.687828 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
6205 2024.12.14 03:39:12.688208 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6206 2024.12.14 03:39:12.688302 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2292 rows starting from the beginning of the part
6207 2024.12.14 03:39:12.688510 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
6208 2024.12.14 03:39:12.688677 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
6209 2024.12.14 03:39:12.688739 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part
6210 2024.12.14 03:39:12.688994 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
6211 2024.12.14 03:39:12.689079 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 70 rows starting from the beginning of the part
6212 2024.12.14 03:39:12.690527 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2646 rows, containing 4 columns (4 merged, 0 gathered) in 0.002891948 sec., 914954.2107949381 rows/sec., 61.35 MiB/sec.
6213 2024.12.14 03:39:12.690750 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6214 2024.12.14 03:39:12.691028 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6215 2024.12.14 03:39:12.691107 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_51_10} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6216 2024.12.14 03:39:12.691180 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
6217 2024.12.14 03:39:13.124717 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 840
6218 2024.12.14 03:39:13.128714 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6219 2024.12.14 03:39:13.128773 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6220 2024.12.14 03:39:13.130334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6221 2024.12.14 03:39:13.130668 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6222 2024.12.14 03:39:13.131792 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840
6223 2024.12.14 03:39:13.884236 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6224 2024.12.14 03:39:13.884418 [ 255 ] {204cf092-de4c-4dd0-aeb7-a23e7bc13b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6225 2024.12.14 03:39:13.884487 [ 255 ] {204cf092-de4c-4dd0-aeb7-a23e7bc13b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6226 2024.12.14 03:39:13.885246 [ 255 ] {204cf092-de4c-4dd0-aeb7-a23e7bc13b8f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6227 2024.12.14 03:39:13.885291 [ 255 ] {204cf092-de4c-4dd0-aeb7-a23e7bc13b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6228 2024.12.14 03:39:13.885708 [ 255 ] {204cf092-de4c-4dd0-aeb7-a23e7bc13b8f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6229 2024.12.14 03:39:13.885971 [ 255 ] {204cf092-de4c-4dd0-aeb7-a23e7bc13b8f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6230 2024.12.14 03:39:13.886166 [ 255 ] {204cf092-de4c-4dd0-aeb7-a23e7bc13b8f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001798 sec., 31145.717463848723 rows/sec., 2.39 MiB/sec.
6231 2024.12.14 03:39:13.886227 [ 255 ] {204cf092-de4c-4dd0-aeb7-a23e7bc13b8f} <Debug> TCPHandler: Processed in 0.002119253 sec.
6232 2024.12.14 03:39:13.886525 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6233 2024.12.14 03:39:13.886748 [ 258 ] {0275598b-ca53-4be5-a253-1a865880bd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6234 2024.12.14 03:39:13.886831 [ 258 ] {0275598b-ca53-4be5-a253-1a865880bd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6235 2024.12.14 03:39:13.887616 [ 258 ] {0275598b-ca53-4be5-a253-1a865880bd50} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6236 2024.12.14 03:39:13.887667 [ 258 ] {0275598b-ca53-4be5-a253-1a865880bd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6237 2024.12.14 03:39:13.888111 [ 258 ] {0275598b-ca53-4be5-a253-1a865880bd50} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6238 2024.12.14 03:39:13.888370 [ 258 ] {0275598b-ca53-4be5-a253-1a865880bd50} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6239 2024.12.14 03:39:13.888593 [ 258 ] {0275598b-ca53-4be5-a253-1a865880bd50} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec.
6240 2024.12.14 03:39:13.888650 [ 258 ] {0275598b-ca53-4be5-a253-1a865880bd50} <Debug> TCPHandler: Processed in 0.002270766 sec.
6241 2024.12.14 03:39:13.888824 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6242 2024.12.14 03:39:13.888967 [ 255 ] {4908b2dc-1e36-459c-8765-1f7b50432409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6243 2024.12.14 03:39:13.889028 [ 255 ] {4908b2dc-1e36-459c-8765-1f7b50432409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6244 2024.12.14 03:39:13.889680 [ 255 ] {4908b2dc-1e36-459c-8765-1f7b50432409} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6245 2024.12.14 03:39:13.889725 [ 255 ] {4908b2dc-1e36-459c-8765-1f7b50432409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6246 2024.12.14 03:39:13.890153 [ 255 ] {4908b2dc-1e36-459c-8765-1f7b50432409} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6247 2024.12.14 03:39:13.890418 [ 255 ] {4908b2dc-1e36-459c-8765-1f7b50432409} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6248 2024.12.14 03:39:13.890607 [ 255 ] {4908b2dc-1e36-459c-8765-1f7b50432409} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001672 sec., 19138.755980861242 rows/sec., 1.33 MiB/sec.
6249 2024.12.14 03:39:13.890723 [ 255 ] {4908b2dc-1e36-459c-8765-1f7b50432409} <Debug> TCPHandler: Processed in 0.001966659 sec.
6250 2024.12.14 03:39:13.890920 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6251 2024.12.14 03:39:13.891083 [ 258 ] {a2afbcc4-3bf5-4184-8053-821d6db7a802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6252 2024.12.14 03:39:13.891170 [ 258 ] {a2afbcc4-3bf5-4184-8053-821d6db7a802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6253 2024.12.14 03:39:13.891977 [ 258 ] {a2afbcc4-3bf5-4184-8053-821d6db7a802} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6254 2024.12.14 03:39:13.892035 [ 258 ] {a2afbcc4-3bf5-4184-8053-821d6db7a802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6255 2024.12.14 03:39:13.892409 [ 258 ] {a2afbcc4-3bf5-4184-8053-821d6db7a802} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6256 2024.12.14 03:39:13.892649 [ 258 ] {a2afbcc4-3bf5-4184-8053-821d6db7a802} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6257 2024.12.14 03:39:13.892855 [ 258 ] {a2afbcc4-3bf5-4184-8053-821d6db7a802} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00182 sec., 6593.406593406593 rows/sec., 455.01 KiB/sec.
6258 2024.12.14 03:39:13.892905 [ 258 ] {a2afbcc4-3bf5-4184-8053-821d6db7a802} <Debug> TCPHandler: Processed in 0.002055341 sec.
6259 2024.12.14 03:39:15.555289 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
6260 2024.12.14 03:39:15.555964 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6261 2024.12.14 03:39:15.556008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6262 2024.12.14 03:39:15.556568 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6263 2024.12.14 03:39:15.556847 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6264 2024.12.14 03:39:15.557099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
6265 2024.12.14 03:39:16.733940 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6266 2024.12.14 03:39:16.755019 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6267 2024.12.14 03:39:16.755076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6268 2024.12.14 03:39:16.762369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6269 2024.12.14 03:39:16.763142 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6270 2024.12.14 03:39:16.765811 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6271 2024.12.14 03:39:18.892160 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6272 2024.12.14 03:39:18.892372 [ 255 ] {9f6e79ef-c1e0-415b-8ba3-a6febca27b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6273 2024.12.14 03:39:18.892450 [ 255 ] {9f6e79ef-c1e0-415b-8ba3-a6febca27b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6274 2024.12.14 03:39:18.893327 [ 255 ] {9f6e79ef-c1e0-415b-8ba3-a6febca27b93} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6275 2024.12.14 03:39:18.893376 [ 255 ] {9f6e79ef-c1e0-415b-8ba3-a6febca27b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6276 2024.12.14 03:39:18.893804 [ 255 ] {9f6e79ef-c1e0-415b-8ba3-a6febca27b93} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6277 2024.12.14 03:39:18.894066 [ 255 ] {9f6e79ef-c1e0-415b-8ba3-a6febca27b93} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6278 2024.12.14 03:39:18.894305 [ 255 ] {9f6e79ef-c1e0-415b-8ba3-a6febca27b93} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.00199 sec., 53266.331658291456 rows/sec., 4.50 MiB/sec.
6279 2024.12.14 03:39:18.894370 [ 255 ] {9f6e79ef-c1e0-415b-8ba3-a6febca27b93} <Debug> TCPHandler: Processed in 0.002348567 sec.
6280 2024.12.14 03:39:18.894650 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6281 2024.12.14 03:39:18.894875 [ 258 ] {bbc3b4e9-c588-4fe8-afc0-fca3d906abd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6282 2024.12.14 03:39:18.894961 [ 258 ] {bbc3b4e9-c588-4fe8-afc0-fca3d906abd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6283 2024.12.14 03:39:18.895786 [ 258 ] {bbc3b4e9-c588-4fe8-afc0-fca3d906abd4} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6284 2024.12.14 03:39:18.895844 [ 258 ] {bbc3b4e9-c588-4fe8-afc0-fca3d906abd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6285 2024.12.14 03:39:18.896313 [ 258 ] {bbc3b4e9-c588-4fe8-afc0-fca3d906abd4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6286 2024.12.14 03:39:18.896574 [ 258 ] {bbc3b4e9-c588-4fe8-afc0-fca3d906abd4} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6287 2024.12.14 03:39:18.896870 [ 258 ] {bbc3b4e9-c588-4fe8-afc0-fca3d906abd4} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002052 sec., 12183.235867446394 rows/sec., 916.12 KiB/sec.
6288 2024.12.14 03:39:18.897060 [ 258 ] {bbc3b4e9-c588-4fe8-afc0-fca3d906abd4} <Debug> TCPHandler: Processed in 0.002554831 sec.
6289 2024.12.14 03:39:18.897284 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6290 2024.12.14 03:39:18.897434 [ 255 ] {9ca7be3f-ac8c-46c9-8174-a1a883bb368a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6291 2024.12.14 03:39:18.897495 [ 255 ] {9ca7be3f-ac8c-46c9-8174-a1a883bb368a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6292 2024.12.14 03:39:18.898230 [ 255 ] {9ca7be3f-ac8c-46c9-8174-a1a883bb368a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6293 2024.12.14 03:39:18.898273 [ 255 ] {9ca7be3f-ac8c-46c9-8174-a1a883bb368a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6294 2024.12.14 03:39:18.898699 [ 255 ] {9ca7be3f-ac8c-46c9-8174-a1a883bb368a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6295 2024.12.14 03:39:18.899039 [ 255 ] {9ca7be3f-ac8c-46c9-8174-a1a883bb368a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6296 2024.12.14 03:39:18.899309 [ 255 ] {9ca7be3f-ac8c-46c9-8174-a1a883bb368a} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001909 sec., 46621.2676794133 rows/sec., 3.64 MiB/sec.
6297 2024.12.14 03:39:18.899382 [ 255 ] {9ca7be3f-ac8c-46c9-8174-a1a883bb368a} <Debug> TCPHandler: Processed in 0.002204474 sec.
6298 2024.12.14 03:39:18.899586 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6299 2024.12.14 03:39:18.899743 [ 258 ] {6168c6e4-76ae-4fc0-b283-056f624251c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6300 2024.12.14 03:39:18.899815 [ 258 ] {6168c6e4-76ae-4fc0-b283-056f624251c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6301 2024.12.14 03:39:18.900539 [ 258 ] {6168c6e4-76ae-4fc0-b283-056f624251c8} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6302 2024.12.14 03:39:18.900594 [ 258 ] {6168c6e4-76ae-4fc0-b283-056f624251c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6303 2024.12.14 03:39:18.901089 [ 258 ] {6168c6e4-76ae-4fc0-b283-056f624251c8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6304 2024.12.14 03:39:18.901341 [ 258 ] {6168c6e4-76ae-4fc0-b283-056f624251c8} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6305 2024.12.14 03:39:18.901599 [ 258 ] {6168c6e4-76ae-4fc0-b283-056f624251c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001891 sec., 84611.31676361713 rows/sec., 5.89 MiB/sec.
6306 2024.12.14 03:39:18.901691 [ 258 ] {6168c6e4-76ae-4fc0-b283-056f624251c8} <Debug> TCPHandler: Processed in 0.002178684 sec.
6307 2024.12.14 03:39:18.901997 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6308 2024.12.14 03:39:18.902221 [ 255 ] {b9d65e46-c530-4b21-a8e1-7e09608f2da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6309 2024.12.14 03:39:18.902316 [ 255 ] {b9d65e46-c530-4b21-a8e1-7e09608f2da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6310 2024.12.14 03:39:18.903494 [ 255 ] {b9d65e46-c530-4b21-a8e1-7e09608f2da0} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6311 2024.12.14 03:39:18.903536 [ 255 ] {b9d65e46-c530-4b21-a8e1-7e09608f2da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6312 2024.12.14 03:39:18.904179 [ 255 ] {b9d65e46-c530-4b21-a8e1-7e09608f2da0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6313 2024.12.14 03:39:18.904440 [ 255 ] {b9d65e46-c530-4b21-a8e1-7e09608f2da0} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6314 2024.12.14 03:39:18.904707 [ 255 ] {b9d65e46-c530-4b21-a8e1-7e09608f2da0} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002536 sec., 9858.044164037854 rows/sec., 17.67 MiB/sec.
6315 2024.12.14 03:39:18.905023 [ 255 ] {b9d65e46-c530-4b21-a8e1-7e09608f2da0} <Debug> TCPHandler: Processed in 0.003207044 sec.
6316 2024.12.14 03:39:18.905205 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6317 2024.12.14 03:39:18.905363 [ 258 ] {367729ac-e5a9-4879-9b47-99fbfe5cccec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6318 2024.12.14 03:39:18.905427 [ 258 ] {367729ac-e5a9-4879-9b47-99fbfe5cccec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6319 2024.12.14 03:39:18.906030 [ 258 ] {367729ac-e5a9-4879-9b47-99fbfe5cccec} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6320 2024.12.14 03:39:18.906078 [ 258 ] {367729ac-e5a9-4879-9b47-99fbfe5cccec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6321 2024.12.14 03:39:18.906475 [ 258 ] {367729ac-e5a9-4879-9b47-99fbfe5cccec} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6322 2024.12.14 03:39:18.906712 [ 258 ] {367729ac-e5a9-4879-9b47-99fbfe5cccec} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6323 2024.12.14 03:39:18.906938 [ 258 ] {367729ac-e5a9-4879-9b47-99fbfe5cccec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec.
6324 2024.12.14 03:39:18.906988 [ 258 ] {367729ac-e5a9-4879-9b47-99fbfe5cccec} <Debug> TCPHandler: Processed in 0.001851867 sec.
6325 2024.12.14 03:39:22.931549 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
6326 2024.12.14 03:39:22.931660 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
6327 2024.12.14 03:39:23.057279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531
6328 2024.12.14 03:39:23.058024 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6329 2024.12.14 03:39:23.058076 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6330 2024.12.14 03:39:23.058641 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6331 2024.12.14 03:39:23.058908 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6332 2024.12.14 03:39:23.059142 [ 114 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6333 2024.12.14 03:39:23.059199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
6334 2024.12.14 03:39:23.059225 [ 114 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6335 2024.12.14 03:39:23.059257 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6336 2024.12.14 03:39:23.059393 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
6337 2024.12.14 03:39:23.059557 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6338 2024.12.14 03:39:23.059600 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
6339 2024.12.14 03:39:23.059677 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
6340 2024.12.14 03:39:23.059759 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
6341 2024.12.14 03:39:23.060013 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
6342 2024.12.14 03:39:23.060136 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
6343 2024.12.14 03:39:23.060355 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
6344 2024.12.14 03:39:23.063183 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003852607 sec., 4290860.708086758 rows/sec., 61.38 MiB/sec.
6345 2024.12.14 03:39:23.063350 [ 186 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6346 2024.12.14 03:39:23.063743 [ 186 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_36_7} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6347 2024.12.14 03:39:23.063848 [ 186 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_36_7} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6348 2024.12.14 03:39:23.063986 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB.
6349 2024.12.14 03:39:23.132116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 860
6350 2024.12.14 03:39:23.134937 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6351 2024.12.14 03:39:23.134980 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6352 2024.12.14 03:39:23.136501 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6353 2024.12.14 03:39:23.136801 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6354 2024.12.14 03:39:23.137035 [ 113 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6355 2024.12.14 03:39:23.137172 [ 113 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6356 2024.12.14 03:39:23.137260 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6357 2024.12.14 03:39:23.137898 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
6358 2024.12.14 03:39:23.138515 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 860
6359 2024.12.14 03:39:23.139035 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6360 2024.12.14 03:39:23.139217 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 668 rows starting from the beginning of the part
6361 2024.12.14 03:39:23.139874 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 58 rows starting from the beginning of the part
6362 2024.12.14 03:39:23.140588 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part
6363 2024.12.14 03:39:23.141209 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part
6364 2024.12.14 03:39:23.141831 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part
6365 2024.12.14 03:39:23.142465 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part
6366 2024.12.14 03:39:23.150720 [ 198 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 860 rows, containing 72 columns (72 merged, 0 gathered) in 0.013208685 sec., 65108.67660179647 rows/sec., 54.14 MiB/sec.
6367 2024.12.14 03:39:23.152273 [ 200 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6368 2024.12.14 03:39:23.153097 [ 200 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6369 2024.12.14 03:39:23.153190 [ 200 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_26_5} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6370 2024.12.14 03:39:23.153542 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB.
6371 2024.12.14 03:39:23.895647 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6372 2024.12.14 03:39:23.895945 [ 255 ] {e1525513-2433-4fd4-bf66-3860877838cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6373 2024.12.14 03:39:23.896058 [ 255 ] {e1525513-2433-4fd4-bf66-3860877838cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6374 2024.12.14 03:39:23.896916 [ 255 ] {e1525513-2433-4fd4-bf66-3860877838cc} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6375 2024.12.14 03:39:23.896965 [ 255 ] {e1525513-2433-4fd4-bf66-3860877838cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6376 2024.12.14 03:39:23.897392 [ 255 ] {e1525513-2433-4fd4-bf66-3860877838cc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6377 2024.12.14 03:39:23.897642 [ 255 ] {e1525513-2433-4fd4-bf66-3860877838cc} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6378 2024.12.14 03:39:23.897890 [ 255 ] {e1525513-2433-4fd4-bf66-3860877838cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00202 sec., 6930.693069306931 rows/sec., 498.92 KiB/sec.
6379 2024.12.14 03:39:23.898111 [ 255 ] {e1525513-2433-4fd4-bf66-3860877838cc} <Debug> TCPHandler: Processed in 0.002642053 sec.
6380 2024.12.14 03:39:23.898394 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6381 2024.12.14 03:39:23.898611 [ 258 ] {a728ca74-4345-46a7-94b7-7f6b70a40b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6382 2024.12.14 03:39:23.898694 [ 258 ] {a728ca74-4345-46a7-94b7-7f6b70a40b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6383 2024.12.14 03:39:23.899641 [ 258 ] {a728ca74-4345-46a7-94b7-7f6b70a40b70} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6384 2024.12.14 03:39:23.899695 [ 258 ] {a728ca74-4345-46a7-94b7-7f6b70a40b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6385 2024.12.14 03:39:23.900152 [ 258 ] {a728ca74-4345-46a7-94b7-7f6b70a40b70} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6386 2024.12.14 03:39:23.900424 [ 258 ] {a728ca74-4345-46a7-94b7-7f6b70a40b70} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6387 2024.12.14 03:39:23.900619 [ 112 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_49_10 to all_54_54_0
6388 2024.12.14 03:39:23.900693 [ 258 ] {a728ca74-4345-46a7-94b7-7f6b70a40b70} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002141 sec., 109761.79355441382 rows/sec., 9.59 MiB/sec.
6389 2024.12.14 03:39:23.900716 [ 112 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6390 2024.12.14 03:39:23.900790 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6391 2024.12.14 03:39:23.900825 [ 258 ] {a728ca74-4345-46a7-94b7-7f6b70a40b70} <Debug> TCPHandler: Processed in 0.002572312 sec.
6392 2024.12.14 03:39:23.901037 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6393 2024.12.14 03:39:23.901060 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_49_10 to all_54_54_0 into Compact with storage Full
6394 2024.12.14 03:39:23.901250 [ 255 ] {a7091063-bc1d-40ec-ab93-88b8c04c69fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6395 2024.12.14 03:39:23.901383 [ 255 ] {a7091063-bc1d-40ec-ab93-88b8c04c69fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6396 2024.12.14 03:39:23.901396 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6397 2024.12.14 03:39:23.901505 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 1434 rows starting from the beginning of the part
6398 2024.12.14 03:39:23.901753 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 106 rows starting from the beginning of the part
6399 2024.12.14 03:39:23.902166 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1379 rows starting from the beginning of the part
6400 2024.12.14 03:39:23.902517 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part
6401 2024.12.14 03:39:23.902851 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 106 rows starting from the beginning of the part
6402 2024.12.14 03:39:23.903187 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 235 rows starting from the beginning of the part
6403 2024.12.14 03:39:23.904048 [ 255 ] {a7091063-bc1d-40ec-ab93-88b8c04c69fd} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6404 2024.12.14 03:39:23.904128 [ 255 ] {a7091063-bc1d-40ec-ab93-88b8c04c69fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6405 2024.12.14 03:39:23.904960 [ 255 ] {a7091063-bc1d-40ec-ab93-88b8c04c69fd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6406 2024.12.14 03:39:23.905405 [ 255 ] {a7091063-bc1d-40ec-ab93-88b8c04c69fd} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6407 2024.12.14 03:39:23.905681 [ 255 ] {a7091063-bc1d-40ec-ab93-88b8c04c69fd} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.004491 sec., 5121.353818748608 rows/sec., 369.45 KiB/sec.
6408 2024.12.14 03:39:23.905762 [ 255 ] {a7091063-bc1d-40ec-ab93-88b8c04c69fd} <Debug> TCPHandler: Processed in 0.004827587 sec.
6409 2024.12.14 03:39:23.905989 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6410 2024.12.14 03:39:23.906279 [ 258 ] {3a95eaf3-dc9b-43dd-b137-426f23fad399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6411 2024.12.14 03:39:23.906287 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.005370958 sec., 617394.51323209 rows/sec., 54.11 MiB/sec.
6412 2024.12.14 03:39:23.906341 [ 258 ] {3a95eaf3-dc9b-43dd-b137-426f23fad399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6413 2024.12.14 03:39:23.906566 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Trace> MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary)
6414 2024.12.14 03:39:23.907195 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6415 2024.12.14 03:39:23.907398 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_54_11} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_49_10, all_54_54_0] -> all_1_54_11
6416 2024.12.14 03:39:23.907617 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
6417 2024.12.14 03:39:23.907665 [ 258 ] {3a95eaf3-dc9b-43dd-b137-426f23fad399} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6418 2024.12.14 03:39:23.907716 [ 258 ] {3a95eaf3-dc9b-43dd-b137-426f23fad399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6419 2024.12.14 03:39:23.908082 [ 258 ] {3a95eaf3-dc9b-43dd-b137-426f23fad399} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6420 2024.12.14 03:39:23.908332 [ 258 ] {3a95eaf3-dc9b-43dd-b137-426f23fad399} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6421 2024.12.14 03:39:23.908517 [ 258 ] {3a95eaf3-dc9b-43dd-b137-426f23fad399} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002304 sec., 6076.388888888889 rows/sec., 425.55 KiB/sec.
6422 2024.12.14 03:39:23.908573 [ 258 ] {3a95eaf3-dc9b-43dd-b137-426f23fad399} <Debug> TCPHandler: Processed in 0.002698254 sec.
6423 2024.12.14 03:39:23.908731 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6424 2024.12.14 03:39:23.908873 [ 255 ] {463219fb-5b8a-422f-97f6-785e18b5f4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6425 2024.12.14 03:39:23.908931 [ 255 ] {463219fb-5b8a-422f-97f6-785e18b5f4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6426 2024.12.14 03:39:23.909576 [ 255 ] {463219fb-5b8a-422f-97f6-785e18b5f4a4} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6427 2024.12.14 03:39:23.909616 [ 255 ] {463219fb-5b8a-422f-97f6-785e18b5f4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6428 2024.12.14 03:39:23.909964 [ 255 ] {463219fb-5b8a-422f-97f6-785e18b5f4a4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6429 2024.12.14 03:39:23.910202 [ 255 ] {463219fb-5b8a-422f-97f6-785e18b5f4a4} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6430 2024.12.14 03:39:23.910462 [ 255 ] {463219fb-5b8a-422f-97f6-785e18b5f4a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec.
6431 2024.12.14 03:39:23.910595 [ 255 ] {463219fb-5b8a-422f-97f6-785e18b5f4a4} <Debug> TCPHandler: Processed in 0.001933309 sec.
6432 2024.12.14 03:39:23.910751 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6433 2024.12.14 03:39:23.910875 [ 258 ] {3c9537c9-2bf8-4cd2-874e-a2f825a495e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6434 2024.12.14 03:39:23.910926 [ 258 ] {3c9537c9-2bf8-4cd2-874e-a2f825a495e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6435 2024.12.14 03:39:23.911694 [ 258 ] {3c9537c9-2bf8-4cd2-874e-a2f825a495e8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6436 2024.12.14 03:39:23.911733 [ 258 ] {3c9537c9-2bf8-4cd2-874e-a2f825a495e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6437 2024.12.14 03:39:23.912133 [ 258 ] {3c9537c9-2bf8-4cd2-874e-a2f825a495e8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6438 2024.12.14 03:39:23.912388 [ 258 ] {3c9537c9-2bf8-4cd2-874e-a2f825a495e8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6439 2024.12.14 03:39:23.912521 [ 111 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_49_10 to all_54_54_0
6440 2024.12.14 03:39:23.912559 [ 111 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6441 2024.12.14 03:39:23.912580 [ 258 ] {3c9537c9-2bf8-4cd2-874e-a2f825a495e8} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001727 sec., 230457.44064852345 rows/sec., 16.38 MiB/sec.
6442 2024.12.14 03:39:23.912585 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6443 2024.12.14 03:39:23.912694 [ 258 ] {3c9537c9-2bf8-4cd2-874e-a2f825a495e8} <Debug> TCPHandler: Processed in 0.00200072 sec.
6444 2024.12.14 03:39:23.912962 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_49_10 to all_54_54_0 into Compact with storage Full
6445 2024.12.14 03:39:23.912967 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6446 2024.12.14 03:39:23.913456 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6447 2024.12.14 03:39:23.913505 [ 255 ] {eadb4498-2da1-4d58-b026-e6c22dca9aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6448 2024.12.14 03:39:23.913569 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 913 rows starting from the beginning of the part
6449 2024.12.14 03:39:23.913741 [ 255 ] {eadb4498-2da1-4d58-b026-e6c22dca9aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6450 2024.12.14 03:39:23.914010 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 89 rows starting from the beginning of the part
6451 2024.12.14 03:39:23.914479 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 862 rows starting from the beginning of the part
6452 2024.12.14 03:39:23.914752 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part
6453 2024.12.14 03:39:23.915027 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 89 rows starting from the beginning of the part
6454 2024.12.14 03:39:23.915455 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 398 rows starting from the beginning of the part
6455 2024.12.14 03:39:23.916169 [ 255 ] {eadb4498-2da1-4d58-b026-e6c22dca9aed} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6456 2024.12.14 03:39:23.916242 [ 255 ] {eadb4498-2da1-4d58-b026-e6c22dca9aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6457 2024.12.14 03:39:23.917115 [ 255 ] {eadb4498-2da1-4d58-b026-e6c22dca9aed} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6458 2024.12.14 03:39:23.917654 [ 255 ] {eadb4498-2da1-4d58-b026-e6c22dca9aed} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6459 2024.12.14 03:39:23.918027 [ 255 ] {eadb4498-2da1-4d58-b026-e6c22dca9aed} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004724 sec., 1270.1100762066046 rows/sec., 66.36 KiB/sec.
6460 2024.12.14 03:39:23.918109 [ 255 ] {eadb4498-2da1-4d58-b026-e6c22dca9aed} <Debug> TCPHandler: Processed in 0.005285396 sec.
6461 2024.12.14 03:39:23.918313 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6462 2024.12.14 03:39:23.918581 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005883538 sec., 410467.30725628015 rows/sec., 31.48 MiB/sec.
6463 2024.12.14 03:39:23.918613 [ 258 ] {171504fd-84a9-47cc-8c58-09bf9d8e052f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6464 2024.12.14 03:39:23.918708 [ 258 ] {171504fd-84a9-47cc-8c58-09bf9d8e052f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6465 2024.12.14 03:39:23.918903 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Trace> MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary)
6466 2024.12.14 03:39:23.919537 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6467 2024.12.14 03:39:23.919757 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_54_11} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_49_10, all_54_54_0] -> all_1_54_11
6468 2024.12.14 03:39:23.919955 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
6469 2024.12.14 03:39:23.920081 [ 258 ] {171504fd-84a9-47cc-8c58-09bf9d8e052f} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6470 2024.12.14 03:39:23.920126 [ 258 ] {171504fd-84a9-47cc-8c58-09bf9d8e052f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6471 2024.12.14 03:39:23.920533 [ 258 ] {171504fd-84a9-47cc-8c58-09bf9d8e052f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6472 2024.12.14 03:39:23.920783 [ 258 ] {171504fd-84a9-47cc-8c58-09bf9d8e052f} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6473 2024.12.14 03:39:23.920961 [ 258 ] {171504fd-84a9-47cc-8c58-09bf9d8e052f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002409 sec., 98381.0709838107 rows/sec., 6.59 MiB/sec.
6474 2024.12.14 03:39:23.921014 [ 258 ] {171504fd-84a9-47cc-8c58-09bf9d8e052f} <Debug> TCPHandler: Processed in 0.002800656 sec.
6475 2024.12.14 03:39:23.921175 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6476 2024.12.14 03:39:23.921318 [ 255 ] {bde4d821-2970-4562-928f-58cf94384eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6477 2024.12.14 03:39:23.921381 [ 255 ] {bde4d821-2970-4562-928f-58cf94384eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6478 2024.12.14 03:39:23.921939 [ 255 ] {bde4d821-2970-4562-928f-58cf94384eb2} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6479 2024.12.14 03:39:23.921986 [ 255 ] {bde4d821-2970-4562-928f-58cf94384eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6480 2024.12.14 03:39:23.922397 [ 255 ] {bde4d821-2970-4562-928f-58cf94384eb2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6481 2024.12.14 03:39:23.922636 [ 255 ] {bde4d821-2970-4562-928f-58cf94384eb2} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6482 2024.12.14 03:39:23.922839 [ 255 ] {bde4d821-2970-4562-928f-58cf94384eb2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec.
6483 2024.12.14 03:39:23.922893 [ 255 ] {bde4d821-2970-4562-928f-58cf94384eb2} <Debug> TCPHandler: Processed in 0.001785796 sec.
6484 2024.12.14 03:39:23.923034 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6485 2024.12.14 03:39:23.923150 [ 258 ] {530cd77d-a346-4c9b-8d7d-3a7ec962ca58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6486 2024.12.14 03:39:23.923231 [ 258 ] {530cd77d-a346-4c9b-8d7d-3a7ec962ca58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6487 2024.12.14 03:39:23.924369 [ 258 ] {530cd77d-a346-4c9b-8d7d-3a7ec962ca58} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6488 2024.12.14 03:39:23.924406 [ 258 ] {530cd77d-a346-4c9b-8d7d-3a7ec962ca58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6489 2024.12.14 03:39:23.925037 [ 258 ] {530cd77d-a346-4c9b-8d7d-3a7ec962ca58} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6490 2024.12.14 03:39:23.925301 [ 258 ] {530cd77d-a346-4c9b-8d7d-3a7ec962ca58} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6491 2024.12.14 03:39:23.925511 [ 258 ] {530cd77d-a346-4c9b-8d7d-3a7ec962ca58} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002384 sec., 6711.4093959731545 rows/sec., 12.03 MiB/sec.
6492 2024.12.14 03:39:23.925829 [ 258 ] {530cd77d-a346-4c9b-8d7d-3a7ec962ca58} <Debug> TCPHandler: Processed in 0.002849597 sec.
6493 2024.12.14 03:39:23.925996 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6494 2024.12.14 03:39:23.926135 [ 255 ] {4775fed2-8765-44fd-9028-f97f2f1095cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6495 2024.12.14 03:39:23.926195 [ 255 ] {4775fed2-8765-44fd-9028-f97f2f1095cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6496 2024.12.14 03:39:23.926712 [ 255 ] {4775fed2-8765-44fd-9028-f97f2f1095cc} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6497 2024.12.14 03:39:23.926752 [ 255 ] {4775fed2-8765-44fd-9028-f97f2f1095cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6498 2024.12.14 03:39:23.927115 [ 255 ] {4775fed2-8765-44fd-9028-f97f2f1095cc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6499 2024.12.14 03:39:23.927349 [ 255 ] {4775fed2-8765-44fd-9028-f97f2f1095cc} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6500 2024.12.14 03:39:23.927564 [ 255 ] {4775fed2-8765-44fd-9028-f97f2f1095cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec.
6501 2024.12.14 03:39:23.927619 [ 255 ] {4775fed2-8765-44fd-9028-f97f2f1095cc} <Debug> TCPHandler: Processed in 0.001691574 sec.
6502 2024.12.14 03:39:24.265921 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
6503 2024.12.14 03:39:24.287399 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6504 2024.12.14 03:39:24.287443 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6505 2024.12.14 03:39:24.295036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6506 2024.12.14 03:39:24.295822 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6507 2024.12.14 03:39:24.296221 [ 110 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6508 2024.12.14 03:39:24.296345 [ 110 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6509 2024.12.14 03:39:24.296417 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB.
6510 2024.12.14 03:39:24.296867 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
6511 2024.12.14 03:39:24.314583 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
6512 2024.12.14 03:39:24.316209 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6513 2024.12.14 03:39:24.318111 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
6514 2024.12.14 03:39:24.324444 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
6515 2024.12.14 03:39:24.330480 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
6516 2024.12.14 03:39:24.336575 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
6517 2024.12.14 03:39:24.342911 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
6518 2024.12.14 03:39:24.347694 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
6519 2024.12.14 03:39:24.410178 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.113609066 sec., 2394.175126833628 rows/sec., 12.38 MiB/sec.
6520 2024.12.14 03:39:24.413301 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6521 2024.12.14 03:39:24.416168 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_36_7} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6522 2024.12.14 03:39:24.416294 [ 195 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_36_7} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6523 2024.12.14 03:39:24.418704 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
6524 2024.12.14 03:39:25.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.53 MiB, peak 216.41 MiB, free memory in arenas 0.00 B, will set to 206.22 MiB (RSS), difference: 1.69 MiB
6525 2024.12.14 03:39:28.892523 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6526 2024.12.14 03:39:28.892722 [ 255 ] {db41cd1f-77ae-4d20-9f98-71103311b62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6527 2024.12.14 03:39:28.892793 [ 255 ] {db41cd1f-77ae-4d20-9f98-71103311b62b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6528 2024.12.14 03:39:28.893523 [ 255 ] {db41cd1f-77ae-4d20-9f98-71103311b62b} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6529 2024.12.14 03:39:28.893563 [ 255 ] {db41cd1f-77ae-4d20-9f98-71103311b62b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6530 2024.12.14 03:39:28.893972 [ 255 ] {db41cd1f-77ae-4d20-9f98-71103311b62b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6531 2024.12.14 03:39:28.894220 [ 255 ] {db41cd1f-77ae-4d20-9f98-71103311b62b} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6532 2024.12.14 03:39:28.894433 [ 255 ] {db41cd1f-77ae-4d20-9f98-71103311b62b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001761 sec., 1135.7183418512209 rows/sec., 92.61 KiB/sec.
6533 2024.12.14 03:39:28.894544 [ 255 ] {db41cd1f-77ae-4d20-9f98-71103311b62b} <Debug> TCPHandler: Processed in 0.002147043 sec.
6534 2024.12.14 03:39:28.894819 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6535 2024.12.14 03:39:28.895034 [ 258 ] {17837c09-17be-4e54-ab5d-4a36d3816ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6536 2024.12.14 03:39:28.895117 [ 258 ] {17837c09-17be-4e54-ab5d-4a36d3816ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6537 2024.12.14 03:39:28.895956 [ 258 ] {17837c09-17be-4e54-ab5d-4a36d3816ec6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6538 2024.12.14 03:39:28.896006 [ 258 ] {17837c09-17be-4e54-ab5d-4a36d3816ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6539 2024.12.14 03:39:28.896462 [ 258 ] {17837c09-17be-4e54-ab5d-4a36d3816ec6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6540 2024.12.14 03:39:28.896721 [ 258 ] {17837c09-17be-4e54-ab5d-4a36d3816ec6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6541 2024.12.14 03:39:28.896955 [ 258 ] {17837c09-17be-4e54-ab5d-4a36d3816ec6} <Debug> executeQuery: Read 107 rows, 9.25 KiB in 0.001985 sec., 53904.28211586902 rows/sec., 4.55 MiB/sec.
6542 2024.12.14 03:39:28.897013 [ 258 ] {17837c09-17be-4e54-ab5d-4a36d3816ec6} <Debug> TCPHandler: Processed in 0.002344447 sec.
6543 2024.12.14 03:39:28.897176 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6544 2024.12.14 03:39:28.897322 [ 255 ] {da9d72ce-ab7f-49fa-9532-abc51b0eb729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6545 2024.12.14 03:39:28.897385 [ 255 ] {da9d72ce-ab7f-49fa-9532-abc51b0eb729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6546 2024.12.14 03:39:28.898040 [ 255 ] {da9d72ce-ab7f-49fa-9532-abc51b0eb729} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6547 2024.12.14 03:39:28.898079 [ 255 ] {da9d72ce-ab7f-49fa-9532-abc51b0eb729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6548 2024.12.14 03:39:28.898433 [ 255 ] {da9d72ce-ab7f-49fa-9532-abc51b0eb729} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6549 2024.12.14 03:39:28.898672 [ 255 ] {da9d72ce-ab7f-49fa-9532-abc51b0eb729} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6550 2024.12.14 03:39:28.898797 [ 105 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6551 2024.12.14 03:39:28.898840 [ 105 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6552 2024.12.14 03:39:28.898855 [ 255 ] {da9d72ce-ab7f-49fa-9532-abc51b0eb729} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001566 sec., 17241.37931034483 rows/sec., 1.26 MiB/sec.
6553 2024.12.14 03:39:28.898866 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6554 2024.12.14 03:39:28.898954 [ 255 ] {da9d72ce-ab7f-49fa-9532-abc51b0eb729} <Debug> TCPHandler: Processed in 0.001846037 sec.
6555 2024.12.14 03:39:28.899234 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
6556 2024.12.14 03:39:28.899323 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6557 2024.12.14 03:39:28.899612 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6558 2024.12.14 03:39:28.899640 [ 258 ] {a3ed440e-ce7c-4f59-a0a2-05b0d2067675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6559 2024.12.14 03:39:28.899665 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
6560 2024.12.14 03:39:28.899720 [ 258 ] {a3ed440e-ce7c-4f59-a0a2-05b0d2067675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6561 2024.12.14 03:39:28.900039 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 25 rows starting from the beginning of the part
6562 2024.12.14 03:39:28.900350 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part
6563 2024.12.14 03:39:28.900759 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 25 rows starting from the beginning of the part
6564 2024.12.14 03:39:28.901166 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 23 rows starting from the beginning of the part
6565 2024.12.14 03:39:28.901534 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 27 rows starting from the beginning of the part
6566 2024.12.14 03:39:28.902847 [ 258 ] {a3ed440e-ce7c-4f59-a0a2-05b0d2067675} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6567 2024.12.14 03:39:28.902929 [ 258 ] {a3ed440e-ce7c-4f59-a0a2-05b0d2067675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6568 2024.12.14 03:39:28.904097 [ 258 ] {a3ed440e-ce7c-4f59-a0a2-05b0d2067675} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6569 2024.12.14 03:39:28.904508 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005534591 sec., 35232.95578661549 rows/sec., 2.66 MiB/sec.
6570 2024.12.14 03:39:28.904569 [ 258 ] {a3ed440e-ce7c-4f59-a0a2-05b0d2067675} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6571 2024.12.14 03:39:28.904716 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6572 2024.12.14 03:39:28.904875 [ 258 ] {a3ed440e-ce7c-4f59-a0a2-05b0d2067675} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005293 sec., 17192.51842055545 rows/sec., 1.34 MiB/sec.
6573 2024.12.14 03:39:28.904958 [ 258 ] {a3ed440e-ce7c-4f59-a0a2-05b0d2067675} <Debug> TCPHandler: Processed in 0.005875248 sec.
6574 2024.12.14 03:39:28.905146 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6575 2024.12.14 03:39:28.905220 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6576 2024.12.14 03:39:28.905377 [ 255 ] {1b4dbe4d-da43-46df-b701-eaf1f4e96a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6577 2024.12.14 03:39:28.905477 [ 255 ] {1b4dbe4d-da43-46df-b701-eaf1f4e96a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6578 2024.12.14 03:39:28.905488 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_41_8} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6579 2024.12.14 03:39:28.905708 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6580 2024.12.14 03:39:28.906250 [ 255 ] {1b4dbe4d-da43-46df-b701-eaf1f4e96a4d} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6581 2024.12.14 03:39:28.906293 [ 255 ] {1b4dbe4d-da43-46df-b701-eaf1f4e96a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6582 2024.12.14 03:39:28.906701 [ 255 ] {1b4dbe4d-da43-46df-b701-eaf1f4e96a4d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6583 2024.12.14 03:39:28.906977 [ 255 ] {1b4dbe4d-da43-46df-b701-eaf1f4e96a4d} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6584 2024.12.14 03:39:28.907154 [ 255 ] {1b4dbe4d-da43-46df-b701-eaf1f4e96a4d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001862 sec., 86466.16541353383 rows/sec., 6.02 MiB/sec.
6585 2024.12.14 03:39:28.907208 [ 255 ] {1b4dbe4d-da43-46df-b701-eaf1f4e96a4d} <Debug> TCPHandler: Processed in 0.002145353 sec.
6586 2024.12.14 03:39:28.907365 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6587 2024.12.14 03:39:28.907483 [ 258 ] {01da88be-1556-40f4-ac87-745932c6a79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6588 2024.12.14 03:39:28.907570 [ 258 ] {01da88be-1556-40f4-ac87-745932c6a79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6589 2024.12.14 03:39:28.908894 [ 258 ] {01da88be-1556-40f4-ac87-745932c6a79e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6590 2024.12.14 03:39:28.908936 [ 258 ] {01da88be-1556-40f4-ac87-745932c6a79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6591 2024.12.14 03:39:28.909607 [ 258 ] {01da88be-1556-40f4-ac87-745932c6a79e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6592 2024.12.14 03:39:28.909871 [ 258 ] {01da88be-1556-40f4-ac87-745932c6a79e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6593 2024.12.14 03:39:28.910178 [ 258 ] {01da88be-1556-40f4-ac87-745932c6a79e} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002711 sec., 9221.689413500553 rows/sec., 16.52 MiB/sec.
6594 2024.12.14 03:39:28.910679 [ 258 ] {01da88be-1556-40f4-ac87-745932c6a79e} <Debug> TCPHandler: Processed in 0.003370637 sec.
6595 2024.12.14 03:39:28.910885 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6596 2024.12.14 03:39:28.911024 [ 255 ] {3f33c9cf-29b9-48c6-9ec6-a09188d3cc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6597 2024.12.14 03:39:28.911084 [ 255 ] {3f33c9cf-29b9-48c6-9ec6-a09188d3cc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6598 2024.12.14 03:39:28.911649 [ 255 ] {3f33c9cf-29b9-48c6-9ec6-a09188d3cc75} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6599 2024.12.14 03:39:28.911687 [ 255 ] {3f33c9cf-29b9-48c6-9ec6-a09188d3cc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6600 2024.12.14 03:39:28.912063 [ 255 ] {3f33c9cf-29b9-48c6-9ec6-a09188d3cc75} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6601 2024.12.14 03:39:28.912301 [ 255 ] {3f33c9cf-29b9-48c6-9ec6-a09188d3cc75} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6602 2024.12.14 03:39:28.912478 [ 255 ] {3f33c9cf-29b9-48c6-9ec6-a09188d3cc75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec.
6603 2024.12.14 03:39:28.912528 [ 255 ] {3f33c9cf-29b9-48c6-9ec6-a09188d3cc75} <Debug> TCPHandler: Processed in 0.001744895 sec.
6604 2024.12.14 03:39:30.559420 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958
6605 2024.12.14 03:39:30.560352 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6606 2024.12.14 03:39:30.560398 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6607 2024.12.14 03:39:30.560944 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6608 2024.12.14 03:39:30.561215 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6609 2024.12.14 03:39:30.561498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958
6610 2024.12.14 03:39:31.814719 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
6611 2024.12.14 03:39:31.833770 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6612 2024.12.14 03:39:31.833832 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6613 2024.12.14 03:39:31.840743 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6614 2024.12.14 03:39:31.841490 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6615 2024.12.14 03:39:31.845178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
6616 2024.12.14 03:39:33.138754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 896
6617 2024.12.14 03:39:33.142379 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6618 2024.12.14 03:39:33.142446 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6619 2024.12.14 03:39:33.143975 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6620 2024.12.14 03:39:33.144305 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6621 2024.12.14 03:39:33.145907 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 896
6622 2024.12.14 03:39:33.895956 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6623 2024.12.14 03:39:33.896162 [ 255 ] {81d1bea6-c422-49fd-882e-68b60b5a2da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6624 2024.12.14 03:39:33.896240 [ 255 ] {81d1bea6-c422-49fd-882e-68b60b5a2da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6625 2024.12.14 03:39:33.897099 [ 255 ] {81d1bea6-c422-49fd-882e-68b60b5a2da6} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6626 2024.12.14 03:39:33.897145 [ 255 ] {81d1bea6-c422-49fd-882e-68b60b5a2da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6627 2024.12.14 03:39:33.897573 [ 255 ] {81d1bea6-c422-49fd-882e-68b60b5a2da6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6628 2024.12.14 03:39:33.897831 [ 255 ] {81d1bea6-c422-49fd-882e-68b60b5a2da6} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6629 2024.12.14 03:39:33.898079 [ 255 ] {81d1bea6-c422-49fd-882e-68b60b5a2da6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec.
6630 2024.12.14 03:39:33.898302 [ 255 ] {81d1bea6-c422-49fd-882e-68b60b5a2da6} <Debug> TCPHandler: Processed in 0.00248612 sec.
6631 2024.12.14 03:39:33.898586 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6632 2024.12.14 03:39:33.898800 [ 258 ] {799bd35c-52c7-4618-9568-e2fb8773507f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6633 2024.12.14 03:39:33.898879 [ 258 ] {799bd35c-52c7-4618-9568-e2fb8773507f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6634 2024.12.14 03:39:33.899771 [ 258 ] {799bd35c-52c7-4618-9568-e2fb8773507f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6635 2024.12.14 03:39:33.899826 [ 258 ] {799bd35c-52c7-4618-9568-e2fb8773507f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6636 2024.12.14 03:39:33.900314 [ 258 ] {799bd35c-52c7-4618-9568-e2fb8773507f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6637 2024.12.14 03:39:33.900590 [ 258 ] {799bd35c-52c7-4618-9568-e2fb8773507f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6638 2024.12.14 03:39:33.900836 [ 258 ] {799bd35c-52c7-4618-9568-e2fb8773507f} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002093 sec., 112279.0253225036 rows/sec., 9.81 MiB/sec.
6639 2024.12.14 03:39:33.900905 [ 258 ] {799bd35c-52c7-4618-9568-e2fb8773507f} <Debug> TCPHandler: Processed in 0.00246977 sec.
6640 2024.12.14 03:39:33.901134 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6641 2024.12.14 03:39:33.901359 [ 255 ] {55f0e5e0-1038-42b4-adf8-2acc0487ca16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6642 2024.12.14 03:39:33.901451 [ 255 ] {55f0e5e0-1038-42b4-adf8-2acc0487ca16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6643 2024.12.14 03:39:33.902189 [ 255 ] {55f0e5e0-1038-42b4-adf8-2acc0487ca16} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6644 2024.12.14 03:39:33.902229 [ 255 ] {55f0e5e0-1038-42b4-adf8-2acc0487ca16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6645 2024.12.14 03:39:33.902610 [ 255 ] {55f0e5e0-1038-42b4-adf8-2acc0487ca16} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6646 2024.12.14 03:39:33.902850 [ 255 ] {55f0e5e0-1038-42b4-adf8-2acc0487ca16} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6647 2024.12.14 03:39:33.903049 [ 255 ] {55f0e5e0-1038-42b4-adf8-2acc0487ca16} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001745 sec., 13180.51575931232 rows/sec., 950.82 KiB/sec.
6648 2024.12.14 03:39:33.903102 [ 255 ] {55f0e5e0-1038-42b4-adf8-2acc0487ca16} <Debug> TCPHandler: Processed in 0.002079222 sec.
6649 2024.12.14 03:39:33.903331 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6650 2024.12.14 03:39:33.903577 [ 258 ] {1fae1de7-a90f-43b5-83d5-7f66fd65f225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6651 2024.12.14 03:39:33.903674 [ 258 ] {1fae1de7-a90f-43b5-83d5-7f66fd65f225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6652 2024.12.14 03:39:33.904333 [ 258 ] {1fae1de7-a90f-43b5-83d5-7f66fd65f225} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6653 2024.12.14 03:39:33.904377 [ 258 ] {1fae1de7-a90f-43b5-83d5-7f66fd65f225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6654 2024.12.14 03:39:33.904759 [ 258 ] {1fae1de7-a90f-43b5-83d5-7f66fd65f225} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6655 2024.12.14 03:39:33.905016 [ 258 ] {1fae1de7-a90f-43b5-83d5-7f66fd65f225} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6656 2024.12.14 03:39:33.905280 [ 258 ] {1fae1de7-a90f-43b5-83d5-7f66fd65f225} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001758 sec., 7963.5949943117175 rows/sec., 557.72 KiB/sec.
6657 2024.12.14 03:39:33.905488 [ 258 ] {1fae1de7-a90f-43b5-83d5-7f66fd65f225} <Debug> TCPHandler: Processed in 0.002267896 sec.
6658 2024.12.14 03:39:33.905650 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6659 2024.12.14 03:39:33.905787 [ 255 ] {f65fc160-56f8-4453-9a09-fb2652389257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6660 2024.12.14 03:39:33.905844 [ 255 ] {f65fc160-56f8-4453-9a09-fb2652389257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6661 2024.12.14 03:39:33.906535 [ 255 ] {f65fc160-56f8-4453-9a09-fb2652389257} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6662 2024.12.14 03:39:33.906583 [ 255 ] {f65fc160-56f8-4453-9a09-fb2652389257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6663 2024.12.14 03:39:33.906963 [ 255 ] {f65fc160-56f8-4453-9a09-fb2652389257} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6664 2024.12.14 03:39:33.907201 [ 255 ] {f65fc160-56f8-4453-9a09-fb2652389257} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6665 2024.12.14 03:39:33.907402 [ 255 ] {f65fc160-56f8-4453-9a09-fb2652389257} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001646 sec., 7897.934386391252 rows/sec., 492.43 KiB/sec.
6666 2024.12.14 03:39:33.907456 [ 255 ] {f65fc160-56f8-4453-9a09-fb2652389257} <Debug> TCPHandler: Processed in 0.001874597 sec.
6667 2024.12.14 03:39:33.907599 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6668 2024.12.14 03:39:33.907716 [ 258 ] {9fff2d9c-7295-431a-9b5d-a5de746cc279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6669 2024.12.14 03:39:33.907771 [ 258 ] {9fff2d9c-7295-431a-9b5d-a5de746cc279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6670 2024.12.14 03:39:33.908638 [ 258 ] {9fff2d9c-7295-431a-9b5d-a5de746cc279} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6671 2024.12.14 03:39:33.908687 [ 258 ] {9fff2d9c-7295-431a-9b5d-a5de746cc279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6672 2024.12.14 03:39:33.909095 [ 258 ] {9fff2d9c-7295-431a-9b5d-a5de746cc279} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6673 2024.12.14 03:39:33.909345 [ 258 ] {9fff2d9c-7295-431a-9b5d-a5de746cc279} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6674 2024.12.14 03:39:33.909567 [ 258 ] {9fff2d9c-7295-431a-9b5d-a5de746cc279} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001874 sec., 212379.93596584845 rows/sec., 15.09 MiB/sec.
6675 2024.12.14 03:39:33.909619 [ 258 ] {9fff2d9c-7295-431a-9b5d-a5de746cc279} <Debug> TCPHandler: Processed in 0.002075322 sec.
6676 2024.12.14 03:39:33.909789 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6677 2024.12.14 03:39:33.910008 [ 255 ] {81319c4f-5511-4622-b814-4d5d3e3f29f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6678 2024.12.14 03:39:33.910103 [ 255 ] {81319c4f-5511-4622-b814-4d5d3e3f29f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6679 2024.12.14 03:39:33.910884 [ 255 ] {81319c4f-5511-4622-b814-4d5d3e3f29f1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6680 2024.12.14 03:39:33.910924 [ 255 ] {81319c4f-5511-4622-b814-4d5d3e3f29f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6681 2024.12.14 03:39:33.911288 [ 255 ] {81319c4f-5511-4622-b814-4d5d3e3f29f1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6682 2024.12.14 03:39:33.911533 [ 255 ] {81319c4f-5511-4622-b814-4d5d3e3f29f1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6683 2024.12.14 03:39:33.911825 [ 255 ] {81319c4f-5511-4622-b814-4d5d3e3f29f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001844 sec., 3253.7960954446858 rows/sec., 170.00 KiB/sec.
6684 2024.12.14 03:39:33.911958 [ 255 ] {81319c4f-5511-4622-b814-4d5d3e3f29f1} <Debug> TCPHandler: Processed in 0.002248525 sec.
6685 2024.12.14 03:39:33.912112 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6686 2024.12.14 03:39:33.912249 [ 258 ] {bb83bd81-1c72-4f8f-ac89-9b78ff1cbe9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6687 2024.12.14 03:39:33.912314 [ 258 ] {bb83bd81-1c72-4f8f-ac89-9b78ff1cbe9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6688 2024.12.14 03:39:33.912977 [ 258 ] {bb83bd81-1c72-4f8f-ac89-9b78ff1cbe9c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6689 2024.12.14 03:39:33.913016 [ 258 ] {bb83bd81-1c72-4f8f-ac89-9b78ff1cbe9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6690 2024.12.14 03:39:33.913430 [ 258 ] {bb83bd81-1c72-4f8f-ac89-9b78ff1cbe9c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6691 2024.12.14 03:39:33.913680 [ 258 ] {bb83bd81-1c72-4f8f-ac89-9b78ff1cbe9c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6692 2024.12.14 03:39:33.913843 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6693 2024.12.14 03:39:33.913904 [ 258 ] {bb83bd81-1c72-4f8f-ac89-9b78ff1cbe9c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001679 sec., 141155.44967242406 rows/sec., 9.46 MiB/sec.
6694 2024.12.14 03:39:33.913912 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6695 2024.12.14 03:39:33.913987 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6696 2024.12.14 03:39:33.914024 [ 258 ] {bb83bd81-1c72-4f8f-ac89-9b78ff1cbe9c} <Debug> TCPHandler: Processed in 0.0019761 sec.
6697 2024.12.14 03:39:33.914285 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6698 2024.12.14 03:39:33.914377 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
6699 2024.12.14 03:39:33.914627 [ 255 ] {2e3e8ee1-3500-48b3-aad1-988a68a4cd2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6700 2024.12.14 03:39:33.914822 [ 255 ] {2e3e8ee1-3500-48b3-aad1-988a68a4cd2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6701 2024.12.14 03:39:33.915461 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6702 2024.12.14 03:39:33.915568 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14435 rows starting from the beginning of the part
6703 2024.12.14 03:39:33.915937 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part
6704 2024.12.14 03:39:33.916187 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part
6705 2024.12.14 03:39:33.916578 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part
6706 2024.12.14 03:39:33.917060 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 161 rows starting from the beginning of the part
6707 2024.12.14 03:39:33.917149 [ 255 ] {2e3e8ee1-3500-48b3-aad1-988a68a4cd2e} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6708 2024.12.14 03:39:33.917194 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part
6709 2024.12.14 03:39:33.917225 [ 255 ] {2e3e8ee1-3500-48b3-aad1-988a68a4cd2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6710 2024.12.14 03:39:33.918600 [ 255 ] {2e3e8ee1-3500-48b3-aad1-988a68a4cd2e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6711 2024.12.14 03:39:33.918872 [ 255 ] {2e3e8ee1-3500-48b3-aad1-988a68a4cd2e} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6712 2024.12.14 03:39:33.919259 [ 255 ] {2e3e8ee1-3500-48b3-aad1-988a68a4cd2e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004735 sec., 211.1932418162619 rows/sec., 14.23 KiB/sec.
6713 2024.12.14 03:39:33.919550 [ 255 ] {2e3e8ee1-3500-48b3-aad1-988a68a4cd2e} <Debug> TCPHandler: Processed in 0.005414078 sec.
6714 2024.12.14 03:39:33.919706 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6715 2024.12.14 03:39:33.919879 [ 258 ] {c1c59dba-8354-4ed3-8e43-d4dc56618eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6716 2024.12.14 03:39:33.920031 [ 258 ] {c1c59dba-8354-4ed3-8e43-d4dc56618eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6717 2024.12.14 03:39:33.921743 [ 258 ] {c1c59dba-8354-4ed3-8e43-d4dc56618eed} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6718 2024.12.14 03:39:33.921783 [ 258 ] {c1c59dba-8354-4ed3-8e43-d4dc56618eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6719 2024.12.14 03:39:33.922626 [ 258 ] {c1c59dba-8354-4ed3-8e43-d4dc56618eed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6720 2024.12.14 03:39:33.922939 [ 258 ] {c1c59dba-8354-4ed3-8e43-d4dc56618eed} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6721 2024.12.14 03:39:33.923272 [ 98 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6722 2024.12.14 03:39:33.923436 [ 98 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6723 2024.12.14 03:39:33.923553 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6724 2024.12.14 03:39:33.923620 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15262 rows, containing 5 columns (5 merged, 0 gathered) in 0.009504361 sec., 1605789.1740433683 rows/sec., 109.14 MiB/sec.
6725 2024.12.14 03:39:33.923640 [ 258 ] {c1c59dba-8354-4ed3-8e43-d4dc56618eed} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003787 sec., 4224.980195405334 rows/sec., 7.57 MiB/sec.
6726 2024.12.14 03:39:33.924035 [ 199 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
6727 2024.12.14 03:39:33.924124 [ 258 ] {c1c59dba-8354-4ed3-8e43-d4dc56618eed} <Debug> TCPHandler: Processed in 0.004479259 sec.
6728 2024.12.14 03:39:33.924124 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6729 2024.12.14 03:39:33.924419 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6730 2024.12.14 03:39:33.924892 [ 255 ] {5e0c3905-3a5f-4fd9-8357-04cd1cc8ab09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6731 2024.12.14 03:39:33.925096 [ 255 ] {5e0c3905-3a5f-4fd9-8357-04cd1cc8ab09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6732 2024.12.14 03:39:33.925117 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6733 2024.12.14 03:39:33.925324 [ 199 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6734 2024.12.14 03:39:33.925481 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6735 2024.12.14 03:39:33.925733 [ 199 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 723 rows starting from the beginning of the part
6736 2024.12.14 03:39:33.925774 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB.
6737 2024.12.14 03:39:33.926643 [ 199 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part
6738 2024.12.14 03:39:33.927453 [ 199 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 25 rows starting from the beginning of the part
6739 2024.12.14 03:39:33.928000 [ 255 ] {5e0c3905-3a5f-4fd9-8357-04cd1cc8ab09} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6740 2024.12.14 03:39:33.928115 [ 255 ] {5e0c3905-3a5f-4fd9-8357-04cd1cc8ab09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6741 2024.12.14 03:39:33.928217 [ 199 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part
6742 2024.12.14 03:39:33.928931 [ 199 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 25 rows starting from the beginning of the part
6743 2024.12.14 03:39:33.929621 [ 255 ] {5e0c3905-3a5f-4fd9-8357-04cd1cc8ab09} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6744 2024.12.14 03:39:33.929625 [ 199 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part
6745 2024.12.14 03:39:33.930406 [ 255 ] {5e0c3905-3a5f-4fd9-8357-04cd1cc8ab09} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6746 2024.12.14 03:39:33.930834 [ 98 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6747 2024.12.14 03:39:33.930924 [ 98 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6748 2024.12.14 03:39:33.931010 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6749 2024.12.14 03:39:33.931036 [ 255 ] {5e0c3905-3a5f-4fd9-8357-04cd1cc8ab09} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006248 sec., 13124.199743918054 rows/sec., 853.55 KiB/sec.
6750 2024.12.14 03:39:33.931307 [ 255 ] {5e0c3905-3a5f-4fd9-8357-04cd1cc8ab09} <Debug> TCPHandler: Processed in 0.007078622 sec.
6751 2024.12.14 03:39:33.932050 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
6752 2024.12.14 03:39:33.932744 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6753 2024.12.14 03:39:33.932856 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2646 rows starting from the beginning of the part
6754 2024.12.14 03:39:33.933122 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part
6755 2024.12.14 03:39:33.933401 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part
6756 2024.12.14 03:39:33.933473 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part
6757 2024.12.14 03:39:33.933671 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part
6758 2024.12.14 03:39:33.933826 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part
6759 2024.12.14 03:39:33.936011 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2942 rows, containing 4 columns (4 merged, 0 gathered) in 0.004756775 sec., 618486.2643282475 rows/sec., 41.36 MiB/sec.
6760 2024.12.14 03:39:33.936483 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6761 2024.12.14 03:39:33.937421 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6762 2024.12.14 03:39:33.937523 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_56_11} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6763 2024.12.14 03:39:33.937628 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
6764 2024.12.14 03:39:33.943327 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 821 rows, containing 19 columns (19 merged, 0 gathered) in 0.019587513 sec., 41914.45846136771 rows/sec., 75.11 MiB/sec.
6765 2024.12.14 03:39:33.944406 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6766 2024.12.14 03:39:33.944856 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6767 2024.12.14 03:39:33.944946 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6768 2024.12.14 03:39:33.945112 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB.
6769 2024.12.14 03:39:34.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.11 MiB, peak 216.41 MiB, free memory in arenas 0.00 B, will set to 209.94 MiB (RSS), difference: 2.83 MiB
6770 2024.12.14 03:39:37.931925 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
6771 2024.12.14 03:39:37.932003 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
6772 2024.12.14 03:39:38.061671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446
6773 2024.12.14 03:39:38.062495 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6774 2024.12.14 03:39:38.062551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6775 2024.12.14 03:39:38.063215 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6776 2024.12.14 03:39:38.063489 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6777 2024.12.14 03:39:38.063739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
6778 2024.12.14 03:39:38.891990 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6779 2024.12.14 03:39:38.892290 [ 255 ] {d5ec1bb4-89f3-4af9-91b5-3164d886d7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6780 2024.12.14 03:39:38.892407 [ 255 ] {d5ec1bb4-89f3-4af9-91b5-3164d886d7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6781 2024.12.14 03:39:38.893446 [ 255 ] {d5ec1bb4-89f3-4af9-91b5-3164d886d7bd} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6782 2024.12.14 03:39:38.893495 [ 255 ] {d5ec1bb4-89f3-4af9-91b5-3164d886d7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6783 2024.12.14 03:39:38.893931 [ 255 ] {d5ec1bb4-89f3-4af9-91b5-3164d886d7bd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6784 2024.12.14 03:39:38.894187 [ 255 ] {d5ec1bb4-89f3-4af9-91b5-3164d886d7bd} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6785 2024.12.14 03:39:38.894441 [ 255 ] {d5ec1bb4-89f3-4af9-91b5-3164d886d7bd} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.002233 sec., 47469.77160770264 rows/sec., 4.01 MiB/sec.
6786 2024.12.14 03:39:38.894511 [ 255 ] {d5ec1bb4-89f3-4af9-91b5-3164d886d7bd} <Debug> TCPHandler: Processed in 0.002704894 sec.
6787 2024.12.14 03:39:38.894781 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6788 2024.12.14 03:39:38.894988 [ 258 ] {72c857dc-cf0e-4a73-8c85-1ace00ad337e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6789 2024.12.14 03:39:38.895063 [ 258 ] {72c857dc-cf0e-4a73-8c85-1ace00ad337e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6790 2024.12.14 03:39:38.895820 [ 258 ] {72c857dc-cf0e-4a73-8c85-1ace00ad337e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6791 2024.12.14 03:39:38.895871 [ 258 ] {72c857dc-cf0e-4a73-8c85-1ace00ad337e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6792 2024.12.14 03:39:38.896319 [ 258 ] {72c857dc-cf0e-4a73-8c85-1ace00ad337e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6793 2024.12.14 03:39:38.896578 [ 258 ] {72c857dc-cf0e-4a73-8c85-1ace00ad337e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6794 2024.12.14 03:39:38.896813 [ 258 ] {72c857dc-cf0e-4a73-8c85-1ace00ad337e} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001882 sec., 13283.740701381508 rows/sec., 998.88 KiB/sec.
6795 2024.12.14 03:39:38.896871 [ 258 ] {72c857dc-cf0e-4a73-8c85-1ace00ad337e} <Debug> TCPHandler: Processed in 0.002232995 sec.
6796 2024.12.14 03:39:38.897037 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6797 2024.12.14 03:39:38.897185 [ 255 ] {50d40844-348b-4b4c-9813-f7303828abb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6798 2024.12.14 03:39:38.897247 [ 255 ] {50d40844-348b-4b4c-9813-f7303828abb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6799 2024.12.14 03:39:38.897988 [ 255 ] {50d40844-348b-4b4c-9813-f7303828abb2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6800 2024.12.14 03:39:38.898030 [ 255 ] {50d40844-348b-4b4c-9813-f7303828abb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6801 2024.12.14 03:39:38.898401 [ 255 ] {50d40844-348b-4b4c-9813-f7303828abb2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6802 2024.12.14 03:39:38.898654 [ 255 ] {50d40844-348b-4b4c-9813-f7303828abb2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6803 2024.12.14 03:39:38.898859 [ 255 ] {50d40844-348b-4b4c-9813-f7303828abb2} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001709 sec., 52077.23815096547 rows/sec., 4.07 MiB/sec.
6804 2024.12.14 03:39:38.898917 [ 255 ] {50d40844-348b-4b4c-9813-f7303828abb2} <Debug> TCPHandler: Processed in 0.001948879 sec.
6805 2024.12.14 03:39:38.899083 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6806 2024.12.14 03:39:38.899231 [ 258 ] {f21acfd9-05a5-4397-8be1-c8e4ed4684a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6807 2024.12.14 03:39:38.899296 [ 258 ] {f21acfd9-05a5-4397-8be1-c8e4ed4684a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6808 2024.12.14 03:39:38.899978 [ 258 ] {f21acfd9-05a5-4397-8be1-c8e4ed4684a8} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6809 2024.12.14 03:39:38.900018 [ 258 ] {f21acfd9-05a5-4397-8be1-c8e4ed4684a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6810 2024.12.14 03:39:38.900424 [ 258 ] {f21acfd9-05a5-4397-8be1-c8e4ed4684a8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6811 2024.12.14 03:39:38.900708 [ 258 ] {f21acfd9-05a5-4397-8be1-c8e4ed4684a8} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6812 2024.12.14 03:39:38.900917 [ 258 ] {f21acfd9-05a5-4397-8be1-c8e4ed4684a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001718 sec., 93131.54831199069 rows/sec., 6.49 MiB/sec.
6813 2024.12.14 03:39:38.900969 [ 258 ] {f21acfd9-05a5-4397-8be1-c8e4ed4684a8} <Debug> TCPHandler: Processed in 0.001949769 sec.
6814 2024.12.14 03:39:38.901135 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6815 2024.12.14 03:39:38.901278 [ 255 ] {3d3046cd-450d-4d0c-8ec8-353e191019b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6816 2024.12.14 03:39:38.901374 [ 255 ] {3d3046cd-450d-4d0c-8ec8-353e191019b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6817 2024.12.14 03:39:38.902665 [ 255 ] {3d3046cd-450d-4d0c-8ec8-353e191019b7} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6818 2024.12.14 03:39:38.902705 [ 255 ] {3d3046cd-450d-4d0c-8ec8-353e191019b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6819 2024.12.14 03:39:38.903349 [ 255 ] {3d3046cd-450d-4d0c-8ec8-353e191019b7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6820 2024.12.14 03:39:38.903612 [ 255 ] {3d3046cd-450d-4d0c-8ec8-353e191019b7} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6821 2024.12.14 03:39:38.903813 [ 255 ] {3d3046cd-450d-4d0c-8ec8-353e191019b7} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002568 sec., 9735.202492211838 rows/sec., 17.45 MiB/sec.
6822 2024.12.14 03:39:38.903924 [ 255 ] {3d3046cd-450d-4d0c-8ec8-353e191019b7} <Debug> TCPHandler: Processed in 0.002856537 sec.
6823 2024.12.14 03:39:38.904174 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6824 2024.12.14 03:39:38.904401 [ 258 ] {7750169c-1017-4a39-925a-baa89e655333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6825 2024.12.14 03:39:38.904498 [ 258 ] {7750169c-1017-4a39-925a-baa89e655333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6826 2024.12.14 03:39:38.905224 [ 258 ] {7750169c-1017-4a39-925a-baa89e655333} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6827 2024.12.14 03:39:38.905264 [ 258 ] {7750169c-1017-4a39-925a-baa89e655333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6828 2024.12.14 03:39:38.905653 [ 258 ] {7750169c-1017-4a39-925a-baa89e655333} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6829 2024.12.14 03:39:38.905902 [ 258 ] {7750169c-1017-4a39-925a-baa89e655333} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6830 2024.12.14 03:39:38.906118 [ 258 ] {7750169c-1017-4a39-925a-baa89e655333} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001772 sec., 33860.045146726865 rows/sec., 2.28 MiB/sec.
6831 2024.12.14 03:39:38.906172 [ 258 ] {7750169c-1017-4a39-925a-baa89e655333} <Debug> TCPHandler: Processed in 0.002107013 sec.
6832 2024.12.14 03:39:39.024334 [ 89 ] {} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
6833 2024.12.14 03:39:39.024380 [ 89 ] {} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6834 2024.12.14 03:39:39.024401 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6835 2024.12.14 03:39:39.024792 [ 196 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
6836 2024.12.14 03:39:39.025032 [ 196 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6837 2024.12.14 03:39:39.025070 [ 196 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 16 rows starting from the beginning of the part
6838 2024.12.14 03:39:39.025157 [ 196 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
6839 2024.12.14 03:39:39.025385 [ 196 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
6840 2024.12.14 03:39:39.025733 [ 196 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part
6841 2024.12.14 03:39:39.026027 [ 196 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part
6842 2024.12.14 03:39:39.027107 [ 196 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.002603322 sec., 13060.236113703952 rows/sec., 1.09 MiB/sec.
6843 2024.12.14 03:39:39.027268 [ 201 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
6844 2024.12.14 03:39:39.027616 [ 201 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6845 2024.12.14 03:39:39.027708 [ 201 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_13_3} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
6846 2024.12.14 03:39:39.027809 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6847 2024.12.14 03:39:39.345316 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
6848 2024.12.14 03:39:39.365270 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6849 2024.12.14 03:39:39.365325 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6850 2024.12.14 03:39:39.372860 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6851 2024.12.14 03:39:39.373612 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6852 2024.12.14 03:39:39.377039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
6853 2024.12.14 03:39:42.652829 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6854 2024.12.14 03:39:42.653138 [ 255 ] {dd214a73-51ea-4ae2-83cd-48792fdc41d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6855 2024.12.14 03:39:42.653209 [ 255 ] {dd214a73-51ea-4ae2-83cd-48792fdc41d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6856 2024.12.14 03:39:42.653983 [ 255 ] {dd214a73-51ea-4ae2-83cd-48792fdc41d5} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6857 2024.12.14 03:39:42.654032 [ 255 ] {dd214a73-51ea-4ae2-83cd-48792fdc41d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6858 2024.12.14 03:39:42.654480 [ 255 ] {dd214a73-51ea-4ae2-83cd-48792fdc41d5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6859 2024.12.14 03:39:42.654737 [ 255 ] {dd214a73-51ea-4ae2-83cd-48792fdc41d5} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6860 2024.12.14 03:39:42.654931 [ 87 ] {} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6861 2024.12.14 03:39:42.655004 [ 255 ] {dd214a73-51ea-4ae2-83cd-48792fdc41d5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec.
6862 2024.12.14 03:39:42.655024 [ 87 ] {} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6863 2024.12.14 03:39:42.655103 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6864 2024.12.14 03:39:42.655167 [ 255 ] {dd214a73-51ea-4ae2-83cd-48792fdc41d5} <Debug> TCPHandler: Processed in 0.00252202 sec.
6865 2024.12.14 03:39:42.655581 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
6866 2024.12.14 03:39:42.655638 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6867 2024.12.14 03:39:42.655854 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6868 2024.12.14 03:39:42.655936 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
6869 2024.12.14 03:39:42.655946 [ 258 ] {c86f788c-178d-4f68-a470-64236f05fc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6870 2024.12.14 03:39:42.656102 [ 258 ] {c86f788c-178d-4f68-a470-64236f05fc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6871 2024.12.14 03:39:42.656205 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
6872 2024.12.14 03:39:42.656799 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
6873 2024.12.14 03:39:42.657301 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
6874 2024.12.14 03:39:42.657829 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
6875 2024.12.14 03:39:42.659891 [ 258 ] {c86f788c-178d-4f68-a470-64236f05fc33} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6876 2024.12.14 03:39:42.659967 [ 258 ] {c86f788c-178d-4f68-a470-64236f05fc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6877 2024.12.14 03:39:42.660887 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005635183 sec., 12421.956837958944 rows/sec., 942.74 KiB/sec.
6878 2024.12.14 03:39:42.660977 [ 258 ] {c86f788c-178d-4f68-a470-64236f05fc33} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6879 2024.12.14 03:39:42.661056 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6880 2024.12.14 03:39:42.661518 [ 258 ] {c86f788c-178d-4f68-a470-64236f05fc33} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6881 2024.12.14 03:39:42.661779 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_9_2} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6882 2024.12.14 03:39:42.661942 [ 258 ] {c86f788c-178d-4f68-a470-64236f05fc33} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.006087 sec., 328.5690816494168 rows/sec., 26.79 KiB/sec.
6883 2024.12.14 03:39:42.662002 [ 186 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_9_2} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6884 2024.12.14 03:39:42.662083 [ 258 ] {c86f788c-178d-4f68-a470-64236f05fc33} <Debug> TCPHandler: Processed in 0.006752905 sec.
6885 2024.12.14 03:39:42.662192 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6886 2024.12.14 03:39:42.662311 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6887 2024.12.14 03:39:42.662437 [ 255 ] {3182eee9-7f6b-4fbb-9419-92f55723d5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6888 2024.12.14 03:39:42.662490 [ 255 ] {3182eee9-7f6b-4fbb-9419-92f55723d5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6889 2024.12.14 03:39:42.663832 [ 255 ] {3182eee9-7f6b-4fbb-9419-92f55723d5a6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6890 2024.12.14 03:39:42.663874 [ 255 ] {3182eee9-7f6b-4fbb-9419-92f55723d5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6891 2024.12.14 03:39:42.664342 [ 255 ] {3182eee9-7f6b-4fbb-9419-92f55723d5a6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6892 2024.12.14 03:39:42.664601 [ 255 ] {3182eee9-7f6b-4fbb-9419-92f55723d5a6} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6893 2024.12.14 03:39:42.664837 [ 255 ] {3182eee9-7f6b-4fbb-9419-92f55723d5a6} <Debug> executeQuery: Read 1376 rows, 117.65 KiB in 0.00243 sec., 566255.1440329219 rows/sec., 47.28 MiB/sec.
6894 2024.12.14 03:39:42.664898 [ 255 ] {3182eee9-7f6b-4fbb-9419-92f55723d5a6} <Debug> TCPHandler: Processed in 0.002680464 sec.
6895 2024.12.14 03:39:42.665069 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6896 2024.12.14 03:39:42.665209 [ 258 ] {c0d48c16-061a-4afb-a441-640dd3ea156e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6897 2024.12.14 03:39:42.665268 [ 258 ] {c0d48c16-061a-4afb-a441-640dd3ea156e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6898 2024.12.14 03:39:42.665974 [ 258 ] {c0d48c16-061a-4afb-a441-640dd3ea156e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6899 2024.12.14 03:39:42.666020 [ 258 ] {c0d48c16-061a-4afb-a441-640dd3ea156e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6900 2024.12.14 03:39:42.666395 [ 258 ] {c0d48c16-061a-4afb-a441-640dd3ea156e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6901 2024.12.14 03:39:42.666645 [ 258 ] {c0d48c16-061a-4afb-a441-640dd3ea156e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6902 2024.12.14 03:39:42.666835 [ 258 ] {c0d48c16-061a-4afb-a441-640dd3ea156e} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.001656 sec., 15096.618357487923 rows/sec., 1.06 MiB/sec.
6903 2024.12.14 03:39:42.666938 [ 258 ] {c0d48c16-061a-4afb-a441-640dd3ea156e} <Debug> TCPHandler: Processed in 0.001938029 sec.
6904 2024.12.14 03:39:42.667141 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6905 2024.12.14 03:39:42.667283 [ 255 ] {ca66db93-7765-4413-a58d-8e5519305954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6906 2024.12.14 03:39:42.667342 [ 255 ] {ca66db93-7765-4413-a58d-8e5519305954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6907 2024.12.14 03:39:42.668126 [ 255 ] {ca66db93-7765-4413-a58d-8e5519305954} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6908 2024.12.14 03:39:42.668169 [ 255 ] {ca66db93-7765-4413-a58d-8e5519305954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6909 2024.12.14 03:39:42.668551 [ 255 ] {ca66db93-7765-4413-a58d-8e5519305954} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6910 2024.12.14 03:39:42.668803 [ 255 ] {ca66db93-7765-4413-a58d-8e5519305954} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6911 2024.12.14 03:39:42.669076 [ 255 ] {ca66db93-7765-4413-a58d-8e5519305954} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001815 sec., 133333.33333333334 rows/sec., 9.03 MiB/sec.
6912 2024.12.14 03:39:42.669299 [ 255 ] {ca66db93-7765-4413-a58d-8e5519305954} <Debug> TCPHandler: Processed in 0.002270465 sec.
6913 2024.12.14 03:39:42.669487 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6914 2024.12.14 03:39:42.669625 [ 258 ] {59a9a7e1-1b6b-48b6-a456-94119ee2da5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6915 2024.12.14 03:39:42.669683 [ 258 ] {59a9a7e1-1b6b-48b6-a456-94119ee2da5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6916 2024.12.14 03:39:42.670318 [ 258 ] {59a9a7e1-1b6b-48b6-a456-94119ee2da5e} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6917 2024.12.14 03:39:42.670357 [ 258 ] {59a9a7e1-1b6b-48b6-a456-94119ee2da5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6918 2024.12.14 03:39:42.670707 [ 258 ] {59a9a7e1-1b6b-48b6-a456-94119ee2da5e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6919 2024.12.14 03:39:42.670946 [ 258 ] {59a9a7e1-1b6b-48b6-a456-94119ee2da5e} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6920 2024.12.14 03:39:42.671060 [ 87 ] {} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6921 2024.12.14 03:39:42.671106 [ 87 ] {} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6922 2024.12.14 03:39:42.671130 [ 258 ] {59a9a7e1-1b6b-48b6-a456-94119ee2da5e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001534 sec., 8474.57627118644 rows/sec., 528.39 KiB/sec.
6923 2024.12.14 03:39:42.671135 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6924 2024.12.14 03:39:42.671243 [ 258 ] {59a9a7e1-1b6b-48b6-a456-94119ee2da5e} <Debug> TCPHandler: Processed in 0.001824487 sec.
6925 2024.12.14 03:39:42.671626 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6926 2024.12.14 03:39:42.671833 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
6927 2024.12.14 03:39:42.671960 [ 255 ] {53dff2f8-446c-488e-b452-79f4dedc6c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6928 2024.12.14 03:39:42.672091 [ 255 ] {53dff2f8-446c-488e-b452-79f4dedc6c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6929 2024.12.14 03:39:42.672110 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6930 2024.12.14 03:39:42.672165 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
6931 2024.12.14 03:39:42.672380 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
6932 2024.12.14 03:39:42.672700 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
6933 2024.12.14 03:39:42.673179 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
6934 2024.12.14 03:39:42.673487 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
6935 2024.12.14 03:39:42.674955 [ 255 ] {53dff2f8-446c-488e-b452-79f4dedc6c47} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6936 2024.12.14 03:39:42.675013 [ 255 ] {53dff2f8-446c-488e-b452-79f4dedc6c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6937 2024.12.14 03:39:42.675122 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003857067 sec., 16852.18327812299 rows/sec., 1.09 MiB/sec.
6938 2024.12.14 03:39:42.675312 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6939 2024.12.14 03:39:42.675647 [ 255 ] {53dff2f8-446c-488e-b452-79f4dedc6c47} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6940 2024.12.14 03:39:42.675790 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_9_2} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6941 2024.12.14 03:39:42.675927 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_9_2} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6942 2024.12.14 03:39:42.676072 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6943 2024.12.14 03:39:42.676132 [ 255 ] {53dff2f8-446c-488e-b452-79f4dedc6c47} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6944 2024.12.14 03:39:42.676382 [ 255 ] {53dff2f8-446c-488e-b452-79f4dedc6c47} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.004493 sec., 190518.58446472292 rows/sec., 13.78 MiB/sec.
6945 2024.12.14 03:39:42.676449 [ 255 ] {53dff2f8-446c-488e-b452-79f4dedc6c47} <Debug> TCPHandler: Processed in 0.005099772 sec.
6946 2024.12.14 03:39:42.676619 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6947 2024.12.14 03:39:42.676758 [ 258 ] {96dc9b7a-e005-4ef5-96f3-79cba074c172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6948 2024.12.14 03:39:42.676820 [ 258 ] {96dc9b7a-e005-4ef5-96f3-79cba074c172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6949 2024.12.14 03:39:42.677332 [ 258 ] {96dc9b7a-e005-4ef5-96f3-79cba074c172} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6950 2024.12.14 03:39:42.677369 [ 258 ] {96dc9b7a-e005-4ef5-96f3-79cba074c172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6951 2024.12.14 03:39:42.677737 [ 258 ] {96dc9b7a-e005-4ef5-96f3-79cba074c172} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6952 2024.12.14 03:39:42.677975 [ 258 ] {96dc9b7a-e005-4ef5-96f3-79cba074c172} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6953 2024.12.14 03:39:42.678155 [ 258 ] {96dc9b7a-e005-4ef5-96f3-79cba074c172} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 219.52 KiB/sec.
6954 2024.12.14 03:39:42.678204 [ 258 ] {96dc9b7a-e005-4ef5-96f3-79cba074c172} <Debug> TCPHandler: Processed in 0.001650083 sec.
6955 2024.12.14 03:39:42.678399 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6956 2024.12.14 03:39:42.678623 [ 255 ] {3fbadc68-f232-4748-a5c1-5afdfbbef9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6957 2024.12.14 03:39:42.678720 [ 255 ] {3fbadc68-f232-4748-a5c1-5afdfbbef9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6958 2024.12.14 03:39:42.679657 [ 255 ] {3fbadc68-f232-4748-a5c1-5afdfbbef9d9} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6959 2024.12.14 03:39:42.679697 [ 255 ] {3fbadc68-f232-4748-a5c1-5afdfbbef9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6960 2024.12.14 03:39:42.680139 [ 255 ] {3fbadc68-f232-4748-a5c1-5afdfbbef9d9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6961 2024.12.14 03:39:42.680378 [ 255 ] {3fbadc68-f232-4748-a5c1-5afdfbbef9d9} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6962 2024.12.14 03:39:42.680625 [ 255 ] {3fbadc68-f232-4748-a5c1-5afdfbbef9d9} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002058 sec., 449951.4091350826 rows/sec., 30.02 MiB/sec.
6963 2024.12.14 03:39:42.680681 [ 255 ] {3fbadc68-f232-4748-a5c1-5afdfbbef9d9} <Debug> TCPHandler: Processed in 0.002394048 sec.
6964 2024.12.14 03:39:42.680889 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6965 2024.12.14 03:39:42.681111 [ 258 ] {1c1772c8-a90c-4f39-a655-2bacf36368fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6966 2024.12.14 03:39:42.681174 [ 258 ] {1c1772c8-a90c-4f39-a655-2bacf36368fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6967 2024.12.14 03:39:42.681779 [ 258 ] {1c1772c8-a90c-4f39-a655-2bacf36368fe} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6968 2024.12.14 03:39:42.681826 [ 258 ] {1c1772c8-a90c-4f39-a655-2bacf36368fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6969 2024.12.14 03:39:42.682226 [ 258 ] {1c1772c8-a90c-4f39-a655-2bacf36368fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6970 2024.12.14 03:39:42.682458 [ 258 ] {1c1772c8-a90c-4f39-a655-2bacf36368fe} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6971 2024.12.14 03:39:42.682632 [ 258 ] {1c1772c8-a90c-4f39-a655-2bacf36368fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001578 sec., 633.7135614702155 rows/sec., 42.70 KiB/sec.
6972 2024.12.14 03:39:42.682680 [ 258 ] {1c1772c8-a90c-4f39-a655-2bacf36368fe} <Debug> TCPHandler: Processed in 0.001901398 sec.
6973 2024.12.14 03:39:42.682829 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6974 2024.12.14 03:39:42.682948 [ 255 ] {46bc1e13-fd8e-4c3b-b9f4-075f719464a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6975 2024.12.14 03:39:42.683032 [ 255 ] {46bc1e13-fd8e-4c3b-b9f4-075f719464a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6976 2024.12.14 03:39:42.684294 [ 255 ] {46bc1e13-fd8e-4c3b-b9f4-075f719464a0} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6977 2024.12.14 03:39:42.684334 [ 255 ] {46bc1e13-fd8e-4c3b-b9f4-075f719464a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6978 2024.12.14 03:39:42.684952 [ 255 ] {46bc1e13-fd8e-4c3b-b9f4-075f719464a0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6979 2024.12.14 03:39:42.685206 [ 255 ] {46bc1e13-fd8e-4c3b-b9f4-075f719464a0} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6980 2024.12.14 03:39:42.685451 [ 255 ] {46bc1e13-fd8e-4c3b-b9f4-075f719464a0} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002527 sec., 6331.61851998417 rows/sec., 11.35 MiB/sec.
6981 2024.12.14 03:39:42.685558 [ 255 ] {46bc1e13-fd8e-4c3b-b9f4-075f719464a0} <Debug> TCPHandler: Processed in 0.002785576 sec.
6982 2024.12.14 03:39:42.685724 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6983 2024.12.14 03:39:42.685861 [ 258 ] {59815f28-3ef6-4b87-95ec-eb698ec53630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6984 2024.12.14 03:39:42.685920 [ 258 ] {59815f28-3ef6-4b87-95ec-eb698ec53630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6985 2024.12.14 03:39:42.686414 [ 258 ] {59815f28-3ef6-4b87-95ec-eb698ec53630} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6986 2024.12.14 03:39:42.686451 [ 258 ] {59815f28-3ef6-4b87-95ec-eb698ec53630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6987 2024.12.14 03:39:42.686815 [ 258 ] {59815f28-3ef6-4b87-95ec-eb698ec53630} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6988 2024.12.14 03:39:42.687054 [ 258 ] {59815f28-3ef6-4b87-95ec-eb698ec53630} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6989 2024.12.14 03:39:42.687238 [ 258 ] {59815f28-3ef6-4b87-95ec-eb698ec53630} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001409 sec., 49680.62455642299 rows/sec., 3.12 MiB/sec.
6990 2024.12.14 03:39:42.687286 [ 258 ] {59815f28-3ef6-4b87-95ec-eb698ec53630} <Debug> TCPHandler: Processed in 0.001631833 sec.
6991 2024.12.14 03:39:43.146187 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 954
6992 2024.12.14 03:39:43.150214 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6993 2024.12.14 03:39:43.150268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
6994 2024.12.14 03:39:43.151728 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6995 2024.12.14 03:39:43.152049 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6996 2024.12.14 03:39:43.152688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954
6997 2024.12.14 03:39:43.884860 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6998 2024.12.14 03:39:43.885065 [ 255 ] {977efea0-50a9-48b9-9f30-a7274da353c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6999 2024.12.14 03:39:43.885145 [ 255 ] {977efea0-50a9-48b9-9f30-a7274da353c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7000 2024.12.14 03:39:43.885956 [ 255 ] {977efea0-50a9-48b9-9f30-a7274da353c4} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7001 2024.12.14 03:39:43.886004 [ 255 ] {977efea0-50a9-48b9-9f30-a7274da353c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7002 2024.12.14 03:39:43.886432 [ 255 ] {977efea0-50a9-48b9-9f30-a7274da353c4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7003 2024.12.14 03:39:43.886690 [ 255 ] {977efea0-50a9-48b9-9f30-a7274da353c4} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7004 2024.12.14 03:39:43.886853 [ 81 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0
7005 2024.12.14 03:39:43.886896 [ 255 ] {977efea0-50a9-48b9-9f30-a7274da353c4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001887 sec., 29676.7355590885 rows/sec., 2.28 MiB/sec.
7006 2024.12.14 03:39:43.886896 [ 81 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7007 2024.12.14 03:39:43.886948 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7008 2024.12.14 03:39:43.886982 [ 255 ] {977efea0-50a9-48b9-9f30-a7274da353c4} <Debug> TCPHandler: Processed in 0.002256485 sec.
7009 2024.12.14 03:39:43.887285 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full
7010 2024.12.14 03:39:43.887344 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7011 2024.12.14 03:39:43.887834 [ 258 ] {b42801e4-833f-4eb1-a2fd-a7b4241bdd01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7012 2024.12.14 03:39:43.887936 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7013 2024.12.14 03:39:43.888002 [ 258 ] {b42801e4-833f-4eb1-a2fd-a7b4241bdd01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7014 2024.12.14 03:39:43.888009 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 1435 rows starting from the beginning of the part
7015 2024.12.14 03:39:43.888228 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 107 rows starting from the beginning of the part
7016 2024.12.14 03:39:43.888597 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 235 rows starting from the beginning of the part
7017 2024.12.14 03:39:43.889055 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 106 rows starting from the beginning of the part
7018 2024.12.14 03:39:43.889467 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1376 rows starting from the beginning of the part
7019 2024.12.14 03:39:43.889906 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part
7020 2024.12.14 03:39:43.890748 [ 258 ] {b42801e4-833f-4eb1-a2fd-a7b4241bdd01} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7021 2024.12.14 03:39:43.890796 [ 258 ] {b42801e4-833f-4eb1-a2fd-a7b4241bdd01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7022 2024.12.14 03:39:43.891355 [ 258 ] {b42801e4-833f-4eb1-a2fd-a7b4241bdd01} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7023 2024.12.14 03:39:43.891657 [ 258 ] {b42801e4-833f-4eb1-a2fd-a7b4241bdd01} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7024 2024.12.14 03:39:43.891885 [ 81 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0
7025 2024.12.14 03:39:43.892006 [ 81 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7026 2024.12.14 03:39:43.892043 [ 258 ] {b42801e4-833f-4eb1-a2fd-a7b4241bdd01} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004379 sec., 14615.208951815483 rows/sec., 1.14 MiB/sec.
7027 2024.12.14 03:39:43.892120 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7028 2024.12.14 03:39:43.892282 [ 258 ] {b42801e4-833f-4eb1-a2fd-a7b4241bdd01} <Debug> TCPHandler: Processed in 0.005158603 sec.
7029 2024.12.14 03:39:43.892635 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7030 2024.12.14 03:39:43.892846 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full
7031 2024.12.14 03:39:43.893063 [ 255 ] {d25eac74-cd0c-44d4-a3d6-6071ecb7ea6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7032 2024.12.14 03:39:43.893088 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.006015971 sec., 551033.2413503987 rows/sec., 48.30 MiB/sec.
7033 2024.12.14 03:39:43.893243 [ 255 ] {d25eac74-cd0c-44d4-a3d6-6071ecb7ea6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7034 2024.12.14 03:39:43.893278 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7035 2024.12.14 03:39:43.893408 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 915 rows starting from the beginning of the part
7036 2024.12.14 03:39:43.893524 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary)
7037 2024.12.14 03:39:43.893849 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 91 rows starting from the beginning of the part
7038 2024.12.14 03:39:43.894454 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 398 rows starting from the beginning of the part
7039 2024.12.14 03:39:43.894857 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7040 2024.12.14 03:39:43.895072 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 89 rows starting from the beginning of the part
7041 2024.12.14 03:39:43.895353 [ 193 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_59_12} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12
7042 2024.12.14 03:39:43.895579 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 856 rows starting from the beginning of the part
7043 2024.12.14 03:39:43.895748 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7044 2024.12.14 03:39:43.896082 [ 198 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part
7045 2024.12.14 03:39:43.896880 [ 255 ] {d25eac74-cd0c-44d4-a3d6-6071ecb7ea6f} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7046 2024.12.14 03:39:43.896945 [ 255 ] {d25eac74-cd0c-44d4-a3d6-6071ecb7ea6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7047 2024.12.14 03:39:43.897896 [ 255 ] {d25eac74-cd0c-44d4-a3d6-6071ecb7ea6f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7048 2024.12.14 03:39:43.898473 [ 255 ] {d25eac74-cd0c-44d4-a3d6-6071ecb7ea6f} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7049 2024.12.14 03:39:43.898727 [ 255 ] {d25eac74-cd0c-44d4-a3d6-6071ecb7ea6f} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005804 sec., 5513.439007580979 rows/sec., 393.22 KiB/sec.
7050 2024.12.14 03:39:43.898863 [ 255 ] {d25eac74-cd0c-44d4-a3d6-6071ecb7ea6f} <Debug> TCPHandler: Processed in 0.006435169 sec.
7051 2024.12.14 03:39:43.899065 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7052 2024.12.14 03:39:43.899384 [ 258 ] {e63a8ad1-27da-4ab9-a43f-e9e7e5d6d3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7053 2024.12.14 03:39:43.899426 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007105823 sec., 339580.6509675234 rows/sec., 26.04 MiB/sec.
7054 2024.12.14 03:39:43.899481 [ 258 ] {e63a8ad1-27da-4ab9-a43f-e9e7e5d6d3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7055 2024.12.14 03:39:43.899727 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary)
7056 2024.12.14 03:39:43.900306 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7057 2024.12.14 03:39:43.900544 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_59_12} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12
7058 2024.12.14 03:39:43.900714 [ 258 ] {e63a8ad1-27da-4ab9-a43f-e9e7e5d6d3f7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7059 2024.12.14 03:39:43.900728 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7060 2024.12.14 03:39:43.900787 [ 258 ] {e63a8ad1-27da-4ab9-a43f-e9e7e5d6d3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7061 2024.12.14 03:39:43.901173 [ 258 ] {e63a8ad1-27da-4ab9-a43f-e9e7e5d6d3f7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7062 2024.12.14 03:39:43.901412 [ 258 ] {e63a8ad1-27da-4ab9-a43f-e9e7e5d6d3f7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7063 2024.12.14 03:39:43.901651 [ 258 ] {e63a8ad1-27da-4ab9-a43f-e9e7e5d6d3f7} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002352 sec., 5102.040816326531 rows/sec., 352.09 KiB/sec.
7064 2024.12.14 03:39:43.901707 [ 258 ] {e63a8ad1-27da-4ab9-a43f-e9e7e5d6d3f7} <Debug> TCPHandler: Processed in 0.002736604 sec.
7065 2024.12.14 03:39:45.563913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873
7066 2024.12.14 03:39:45.564604 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7067 2024.12.14 03:39:45.564657 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7068 2024.12.14 03:39:45.565205 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7069 2024.12.14 03:39:45.565474 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7070 2024.12.14 03:39:45.565742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873
7071 2024.12.14 03:39:46.877144 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7072 2024.12.14 03:39:46.898282 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7073 2024.12.14 03:39:46.898348 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7074 2024.12.14 03:39:46.906237 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7075 2024.12.14 03:39:46.907002 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7076 2024.12.14 03:39:46.910895 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7077 2024.12.14 03:39:48.892303 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7078 2024.12.14 03:39:48.892492 [ 255 ] {1d2358e9-09fc-436b-a986-332df232f7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7079 2024.12.14 03:39:48.892566 [ 255 ] {1d2358e9-09fc-436b-a986-332df232f7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7080 2024.12.14 03:39:48.893381 [ 255 ] {1d2358e9-09fc-436b-a986-332df232f7a1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7081 2024.12.14 03:39:48.893430 [ 255 ] {1d2358e9-09fc-436b-a986-332df232f7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7082 2024.12.14 03:39:48.893900 [ 255 ] {1d2358e9-09fc-436b-a986-332df232f7a1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7083 2024.12.14 03:39:48.894159 [ 255 ] {1d2358e9-09fc-436b-a986-332df232f7a1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7084 2024.12.14 03:39:48.894399 [ 255 ] {1d2358e9-09fc-436b-a986-332df232f7a1} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001958 sec., 54136.87436159346 rows/sec., 4.58 MiB/sec.
7085 2024.12.14 03:39:48.894463 [ 255 ] {1d2358e9-09fc-436b-a986-332df232f7a1} <Debug> TCPHandler: Processed in 0.002293926 sec.
7086 2024.12.14 03:39:48.894741 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7087 2024.12.14 03:39:48.894956 [ 258 ] {8970b7ba-52e7-40d7-9ac0-6970a2bdba9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7088 2024.12.14 03:39:48.895041 [ 258 ] {8970b7ba-52e7-40d7-9ac0-6970a2bdba9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7089 2024.12.14 03:39:48.895828 [ 258 ] {8970b7ba-52e7-40d7-9ac0-6970a2bdba9c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7090 2024.12.14 03:39:48.895883 [ 258 ] {8970b7ba-52e7-40d7-9ac0-6970a2bdba9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7091 2024.12.14 03:39:48.896334 [ 258 ] {8970b7ba-52e7-40d7-9ac0-6970a2bdba9c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7092 2024.12.14 03:39:48.896596 [ 258 ] {8970b7ba-52e7-40d7-9ac0-6970a2bdba9c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7093 2024.12.14 03:39:48.896848 [ 258 ] {8970b7ba-52e7-40d7-9ac0-6970a2bdba9c} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001954 sec., 12794.268167860799 rows/sec., 962.07 KiB/sec.
7094 2024.12.14 03:39:48.896918 [ 258 ] {8970b7ba-52e7-40d7-9ac0-6970a2bdba9c} <Debug> TCPHandler: Processed in 0.002326487 sec.
7095 2024.12.14 03:39:48.897125 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7096 2024.12.14 03:39:48.897347 [ 255 ] {a04666de-da37-4208-9160-f493aca7fe86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7097 2024.12.14 03:39:48.897408 [ 255 ] {a04666de-da37-4208-9160-f493aca7fe86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7098 2024.12.14 03:39:48.898157 [ 255 ] {a04666de-da37-4208-9160-f493aca7fe86} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7099 2024.12.14 03:39:48.898206 [ 255 ] {a04666de-da37-4208-9160-f493aca7fe86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7100 2024.12.14 03:39:48.898592 [ 255 ] {a04666de-da37-4208-9160-f493aca7fe86} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7101 2024.12.14 03:39:48.898831 [ 255 ] {a04666de-da37-4208-9160-f493aca7fe86} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7102 2024.12.14 03:39:48.899055 [ 255 ] {a04666de-da37-4208-9160-f493aca7fe86} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001755 sec., 50712.25071225071 rows/sec., 3.96 MiB/sec.
7103 2024.12.14 03:39:48.899133 [ 255 ] {a04666de-da37-4208-9160-f493aca7fe86} <Debug> TCPHandler: Processed in 0.002117532 sec.
7104 2024.12.14 03:39:48.899330 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7105 2024.12.14 03:39:48.899474 [ 258 ] {6d357e62-1982-430a-9f7c-00ac48bfa198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7106 2024.12.14 03:39:48.899532 [ 258 ] {6d357e62-1982-430a-9f7c-00ac48bfa198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7107 2024.12.14 03:39:48.900121 [ 258 ] {6d357e62-1982-430a-9f7c-00ac48bfa198} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7108 2024.12.14 03:39:48.900164 [ 258 ] {6d357e62-1982-430a-9f7c-00ac48bfa198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7109 2024.12.14 03:39:48.900577 [ 258 ] {6d357e62-1982-430a-9f7c-00ac48bfa198} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7110 2024.12.14 03:39:48.900832 [ 258 ] {6d357e62-1982-430a-9f7c-00ac48bfa198} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7111 2024.12.14 03:39:48.901047 [ 258 ] {6d357e62-1982-430a-9f7c-00ac48bfa198} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec.
7112 2024.12.14 03:39:48.901105 [ 258 ] {6d357e62-1982-430a-9f7c-00ac48bfa198} <Debug> TCPHandler: Processed in 0.001870638 sec.
7113 2024.12.14 03:39:48.901242 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7114 2024.12.14 03:39:48.901379 [ 255 ] {623c89e9-b11b-4bd5-93f3-5b90ac8bbdd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7115 2024.12.14 03:39:48.901473 [ 255 ] {623c89e9-b11b-4bd5-93f3-5b90ac8bbdd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7116 2024.12.14 03:39:48.902758 [ 255 ] {623c89e9-b11b-4bd5-93f3-5b90ac8bbdd2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7117 2024.12.14 03:39:48.902799 [ 255 ] {623c89e9-b11b-4bd5-93f3-5b90ac8bbdd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7118 2024.12.14 03:39:48.903443 [ 255 ] {623c89e9-b11b-4bd5-93f3-5b90ac8bbdd2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7119 2024.12.14 03:39:48.903702 [ 255 ] {623c89e9-b11b-4bd5-93f3-5b90ac8bbdd2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7120 2024.12.14 03:39:48.903993 [ 255 ] {623c89e9-b11b-4bd5-93f3-5b90ac8bbdd2} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00264 sec., 9469.69696969697 rows/sec., 16.97 MiB/sec.
7121 2024.12.14 03:39:48.904461 [ 255 ] {623c89e9-b11b-4bd5-93f3-5b90ac8bbdd2} <Debug> TCPHandler: Processed in 0.003270445 sec.
7122 2024.12.14 03:39:48.904731 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7123 2024.12.14 03:39:48.904955 [ 258 ] {a04d2021-591a-4d34-92e9-669bddb281a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7124 2024.12.14 03:39:48.905050 [ 258 ] {a04d2021-591a-4d34-92e9-669bddb281a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7125 2024.12.14 03:39:48.905712 [ 258 ] {a04d2021-591a-4d34-92e9-669bddb281a5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7126 2024.12.14 03:39:48.905752 [ 258 ] {a04d2021-591a-4d34-92e9-669bddb281a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB.
7127 2024.12.14 03:39:48.906122 [ 258 ] {a04d2021-591a-4d34-92e9-669bddb281a5} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7128 2024.12.14 03:39:48.906365 [ 258 ] {a04d2021-591a-4d34-92e9-669bddb281a5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7129 2024.12.14 03:39:48.906584 [ 258 ] {a04d2021-591a-4d34-92e9-669bddb281a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001688 sec., 35545.02369668247 rows/sec., 2.40 MiB/sec.
7130 2024.12.14 03:39:48.906638 [ 258 ] {a04d2021-591a-4d34-92e9-669bddb281a5} <Debug> TCPHandler: Processed in 0.002044481 sec.
7131 2024.12.14 03:39:52.932244 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
7132 2024.12.14 03:39:52.932310 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
7133 2024.12.14 03:39:53.065929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361
7134 2024.12.14 03:39:53.066850 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7135 2024.12.14 03:39:53.066899 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7136 2024.12.14 03:39:53.067436 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7137 2024.12.14 03:39:53.067706 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7138 2024.12.14 03:39:53.067991 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
7139 2024.12.14 03:39:53.153005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 974
7140 2024.12.14 03:39:53.155861 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7141 2024.12.14 03:39:53.155917 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7142 2024.12.14 03:39:53.157363 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7143 2024.12.14 03:39:53.157686 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7144 2024.12.14 03:39:53.158960 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974
7145 2024.12.14 03:39:53.562276 [ 63 ] {} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
7146 2024.12.14 03:39:53.562370 [ 63 ] {} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7147 2024.12.14 03:39:53.562414 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7148 2024.12.14 03:39:53.562761 [ 194 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full
7149 2024.12.14 03:39:53.563003 [ 194 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7150 2024.12.14 03:39:53.563038 [ 194 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 242 rows starting from the beginning of the part
7151 2024.12.14 03:39:53.563112 [ 194 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part
7152 2024.12.14 03:39:53.563296 [ 194 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
7153 2024.12.14 03:39:53.563661 [ 194 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
7154 2024.12.14 03:39:53.563902 [ 194 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part
7155 2024.12.14 03:39:53.565074 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002539131 sec., 296951.9886921943 rows/sec., 21.26 MiB/sec.
7156 2024.12.14 03:39:53.565398 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
7157 2024.12.14 03:39:53.565776 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7158 2024.12.14 03:39:53.565871 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_14_3} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
7159 2024.12.14 03:39:53.565975 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
7160 2024.12.14 03:39:53.897031 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7161 2024.12.14 03:39:53.897334 [ 255 ] {3d4e3e13-a975-4cd0-9152-0492661c030e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7162 2024.12.14 03:39:53.897451 [ 255 ] {3d4e3e13-a975-4cd0-9152-0492661c030e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7163 2024.12.14 03:39:53.898220 [ 255 ] {3d4e3e13-a975-4cd0-9152-0492661c030e} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7164 2024.12.14 03:39:53.898266 [ 255 ] {3d4e3e13-a975-4cd0-9152-0492661c030e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7165 2024.12.14 03:39:53.898695 [ 255 ] {3d4e3e13-a975-4cd0-9152-0492661c030e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7166 2024.12.14 03:39:53.898961 [ 255 ] {3d4e3e13-a975-4cd0-9152-0492661c030e} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7167 2024.12.14 03:39:53.899211 [ 255 ] {3d4e3e13-a975-4cd0-9152-0492661c030e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001958 sec., 7150.153217568947 rows/sec., 514.72 KiB/sec.
7168 2024.12.14 03:39:53.899299 [ 255 ] {3d4e3e13-a975-4cd0-9152-0492661c030e} <Debug> TCPHandler: Processed in 0.002454779 sec.
7169 2024.12.14 03:39:53.899559 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7170 2024.12.14 03:39:53.899766 [ 258 ] {c1729002-22b7-4176-875a-b6d68e0477ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7171 2024.12.14 03:39:53.899847 [ 258 ] {c1729002-22b7-4176-875a-b6d68e0477ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7172 2024.12.14 03:39:53.900806 [ 258 ] {c1729002-22b7-4176-875a-b6d68e0477ce} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7173 2024.12.14 03:39:53.900849 [ 258 ] {c1729002-22b7-4176-875a-b6d68e0477ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7174 2024.12.14 03:39:53.901304 [ 258 ] {c1729002-22b7-4176-875a-b6d68e0477ce} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7175 2024.12.14 03:39:53.901557 [ 258 ] {c1729002-22b7-4176-875a-b6d68e0477ce} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7176 2024.12.14 03:39:53.901796 [ 258 ] {c1729002-22b7-4176-875a-b6d68e0477ce} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002091 sec., 112386.41798182687 rows/sec., 9.82 MiB/sec.
7177 2024.12.14 03:39:53.902013 [ 258 ] {c1729002-22b7-4176-875a-b6d68e0477ce} <Debug> TCPHandler: Processed in 0.002591562 sec.
7178 2024.12.14 03:39:53.902253 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7179 2024.12.14 03:39:53.902402 [ 255 ] {9f34faaf-09e8-45d1-8838-781176791d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7180 2024.12.14 03:39:53.902461 [ 255 ] {9f34faaf-09e8-45d1-8838-781176791d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7181 2024.12.14 03:39:53.903052 [ 255 ] {9f34faaf-09e8-45d1-8838-781176791d8a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7182 2024.12.14 03:39:53.903092 [ 255 ] {9f34faaf-09e8-45d1-8838-781176791d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7183 2024.12.14 03:39:53.903449 [ 255 ] {9f34faaf-09e8-45d1-8838-781176791d8a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7184 2024.12.14 03:39:53.903689 [ 255 ] {9f34faaf-09e8-45d1-8838-781176791d8a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7185 2024.12.14 03:39:53.903862 [ 63 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7186 2024.12.14 03:39:53.903927 [ 255 ] {9f34faaf-09e8-45d1-8838-781176791d8a} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001547 sec., 14867.48545572075 rows/sec., 1.05 MiB/sec.
7187 2024.12.14 03:39:53.903934 [ 63 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7188 2024.12.14 03:39:53.904016 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7189 2024.12.14 03:39:53.904053 [ 255 ] {9f34faaf-09e8-45d1-8838-781176791d8a} <Debug> TCPHandler: Processed in 0.001910178 sec.
7190 2024.12.14 03:39:53.904377 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7191 2024.12.14 03:39:53.904391 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
7192 2024.12.14 03:39:53.904973 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7193 2024.12.14 03:39:53.905030 [ 258 ] {595bdd2d-ffc3-4458-be40-e00cc40f3cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7194 2024.12.14 03:39:53.905051 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 66 rows starting from the beginning of the part
7195 2024.12.14 03:39:53.905153 [ 258 ] {595bdd2d-ffc3-4458-be40-e00cc40f3cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7196 2024.12.14 03:39:53.905321 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part
7197 2024.12.14 03:39:53.905753 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 25 rows starting from the beginning of the part
7198 2024.12.14 03:39:53.906066 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 25 rows starting from the beginning of the part
7199 2024.12.14 03:39:53.906467 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 25 rows starting from the beginning of the part
7200 2024.12.14 03:39:53.906859 [ 190 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part
7201 2024.12.14 03:39:53.907760 [ 258 ] {595bdd2d-ffc3-4458-be40-e00cc40f3cd9} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7202 2024.12.14 03:39:53.907829 [ 258 ] {595bdd2d-ffc3-4458-be40-e00cc40f3cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7203 2024.12.14 03:39:53.908723 [ 258 ] {595bdd2d-ffc3-4458-be40-e00cc40f3cd9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7204 2024.12.14 03:39:53.909296 [ 258 ] {595bdd2d-ffc3-4458-be40-e00cc40f3cd9} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7205 2024.12.14 03:39:53.909872 [ 258 ] {595bdd2d-ffc3-4458-be40-e00cc40f3cd9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005161 sec., 2712.652586708002 rows/sec., 189.98 KiB/sec.
7206 2024.12.14 03:39:53.909912 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005765275 sec., 32435.573324776353 rows/sec., 2.44 MiB/sec.
7207 2024.12.14 03:39:53.909958 [ 258 ] {595bdd2d-ffc3-4458-be40-e00cc40f3cd9} <Debug> TCPHandler: Processed in 0.005792166 sec.
7208 2024.12.14 03:39:53.910191 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7209 2024.12.14 03:39:53.910215 [ 189 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7210 2024.12.14 03:39:53.910450 [ 255 ] {d26a1a87-8852-486b-929d-9108ed30bae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7211 2024.12.14 03:39:53.910550 [ 255 ] {d26a1a87-8852-486b-929d-9108ed30bae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7212 2024.12.14 03:39:53.910723 [ 189 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7213 2024.12.14 03:39:53.910848 [ 189 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_46_9} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7214 2024.12.14 03:39:53.910966 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7215 2024.12.14 03:39:53.911294 [ 255 ] {d26a1a87-8852-486b-929d-9108ed30bae3} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7216 2024.12.14 03:39:53.911333 [ 255 ] {d26a1a87-8852-486b-929d-9108ed30bae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7217 2024.12.14 03:39:53.911696 [ 255 ] {d26a1a87-8852-486b-929d-9108ed30bae3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7218 2024.12.14 03:39:53.911933 [ 255 ] {d26a1a87-8852-486b-929d-9108ed30bae3} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7219 2024.12.14 03:39:53.912139 [ 255 ] {d26a1a87-8852-486b-929d-9108ed30bae3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001756 sec., 7403.189066059225 rows/sec., 461.59 KiB/sec.
7220 2024.12.14 03:39:53.912195 [ 255 ] {d26a1a87-8852-486b-929d-9108ed30bae3} <Debug> TCPHandler: Processed in 0.002132842 sec.
7221 2024.12.14 03:39:53.912419 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7222 2024.12.14 03:39:53.912606 [ 258 ] {39176f99-bf1b-413b-8471-d2813ca8f7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7223 2024.12.14 03:39:53.912664 [ 258 ] {39176f99-bf1b-413b-8471-d2813ca8f7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7224 2024.12.14 03:39:53.913536 [ 258 ] {39176f99-bf1b-413b-8471-d2813ca8f7d8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7225 2024.12.14 03:39:53.913573 [ 258 ] {39176f99-bf1b-413b-8471-d2813ca8f7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7226 2024.12.14 03:39:53.913969 [ 258 ] {39176f99-bf1b-413b-8471-d2813ca8f7d8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7227 2024.12.14 03:39:53.914211 [ 258 ] {39176f99-bf1b-413b-8471-d2813ca8f7d8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7228 2024.12.14 03:39:53.914418 [ 258 ] {39176f99-bf1b-413b-8471-d2813ca8f7d8} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001845 sec., 215718.15718157182 rows/sec., 15.33 MiB/sec.
7229 2024.12.14 03:39:53.914666 [ 258 ] {39176f99-bf1b-413b-8471-d2813ca8f7d8} <Debug> TCPHandler: Processed in 0.002357437 sec.
7230 2024.12.14 03:39:53.914924 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7231 2024.12.14 03:39:53.915114 [ 255 ] {4ad1ac4e-f814-4520-8d3a-fde30bf43c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7232 2024.12.14 03:39:53.915175 [ 255 ] {4ad1ac4e-f814-4520-8d3a-fde30bf43c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7233 2024.12.14 03:39:53.915709 [ 255 ] {4ad1ac4e-f814-4520-8d3a-fde30bf43c94} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7234 2024.12.14 03:39:53.915748 [ 255 ] {4ad1ac4e-f814-4520-8d3a-fde30bf43c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7235 2024.12.14 03:39:53.916109 [ 255 ] {4ad1ac4e-f814-4520-8d3a-fde30bf43c94} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7236 2024.12.14 03:39:53.916344 [ 255 ] {4ad1ac4e-f814-4520-8d3a-fde30bf43c94} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7237 2024.12.14 03:39:53.916580 [ 255 ] {4ad1ac4e-f814-4520-8d3a-fde30bf43c94} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec.
7238 2024.12.14 03:39:53.916644 [ 255 ] {4ad1ac4e-f814-4520-8d3a-fde30bf43c94} <Debug> TCPHandler: Processed in 0.001860427 sec.
7239 2024.12.14 03:39:53.916847 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7240 2024.12.14 03:39:53.917069 [ 258 ] {c0899408-a9b9-4c7e-9e4e-2aaf5a40c979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7241 2024.12.14 03:39:53.917165 [ 258 ] {c0899408-a9b9-4c7e-9e4e-2aaf5a40c979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7242 2024.12.14 03:39:53.917936 [ 258 ] {c0899408-a9b9-4c7e-9e4e-2aaf5a40c979} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7243 2024.12.14 03:39:53.917973 [ 258 ] {c0899408-a9b9-4c7e-9e4e-2aaf5a40c979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7244 2024.12.14 03:39:53.918362 [ 258 ] {c0899408-a9b9-4c7e-9e4e-2aaf5a40c979} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7245 2024.12.14 03:39:53.918602 [ 258 ] {c0899408-a9b9-4c7e-9e4e-2aaf5a40c979} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7246 2024.12.14 03:39:53.918788 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7247 2024.12.14 03:39:53.918808 [ 258 ] {c0899408-a9b9-4c7e-9e4e-2aaf5a40c979} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001792 sec., 132254.4642857143 rows/sec., 8.86 MiB/sec.
7248 2024.12.14 03:39:53.918884 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7249 2024.12.14 03:39:53.918955 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7250 2024.12.14 03:39:53.918960 [ 258 ] {c0899408-a9b9-4c7e-9e4e-2aaf5a40c979} <Debug> TCPHandler: Processed in 0.002223375 sec.
7251 2024.12.14 03:39:53.919229 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7252 2024.12.14 03:39:53.919287 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
7253 2024.12.14 03:39:53.919482 [ 255 ] {c7b7c597-d051-44b3-83ac-131abfec7b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7254 2024.12.14 03:39:53.919613 [ 255 ] {c7b7c597-d051-44b3-83ac-131abfec7b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7255 2024.12.14 03:39:53.919649 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7256 2024.12.14 03:39:53.919748 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15262 rows starting from the beginning of the part
7257 2024.12.14 03:39:53.920276 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
7258 2024.12.14 03:39:53.920800 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 926 rows starting from the beginning of the part
7259 2024.12.14 03:39:53.921114 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part
7260 2024.12.14 03:39:53.921362 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part
7261 2024.12.14 03:39:53.921658 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part
7262 2024.12.14 03:39:53.922287 [ 255 ] {c7b7c597-d051-44b3-83ac-131abfec7b27} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7263 2024.12.14 03:39:53.922332 [ 255 ] {c7b7c597-d051-44b3-83ac-131abfec7b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7264 2024.12.14 03:39:53.922798 [ 255 ] {c7b7c597-d051-44b3-83ac-131abfec7b27} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7265 2024.12.14 03:39:53.923057 [ 255 ] {c7b7c597-d051-44b3-83ac-131abfec7b27} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7266 2024.12.14 03:39:53.923265 [ 60 ] {} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
7267 2024.12.14 03:39:53.923374 [ 60 ] {} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7268 2024.12.14 03:39:53.923451 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7269 2024.12.14 03:39:53.923470 [ 255 ] {c7b7c597-d051-44b3-83ac-131abfec7b27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004057 sec., 246.4875523786049 rows/sec., 16.61 KiB/sec.
7270 2024.12.14 03:39:53.923951 [ 255 ] {c7b7c597-d051-44b3-83ac-131abfec7b27} <Debug> TCPHandler: Processed in 0.004878607 sec.
7271 2024.12.14 03:39:53.924107 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
7272 2024.12.14 03:39:53.924305 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7273 2024.12.14 03:39:53.924850 [ 258 ] {a0c09fa1-d13e-4182-90be-18d139a68d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7274 2024.12.14 03:39:53.924872 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7275 2024.12.14 03:39:53.924966 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
7276 2024.12.14 03:39:53.925232 [ 258 ] {a0c09fa1-d13e-4182-90be-18d139a68d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7277 2024.12.14 03:39:53.925390 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
7278 2024.12.14 03:39:53.925988 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
7279 2024.12.14 03:39:53.926545 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
7280 2024.12.14 03:39:53.926964 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
7281 2024.12.14 03:39:53.927334 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
7282 2024.12.14 03:39:53.930143 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006567732 sec., 1522.5956235729473 rows/sec., 102.60 KiB/sec.
7283 2024.12.14 03:39:53.930496 [ 192 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
7284 2024.12.14 03:39:53.930905 [ 258 ] {a0c09fa1-d13e-4182-90be-18d139a68d80} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7285 2024.12.14 03:39:53.930997 [ 258 ] {a0c09fa1-d13e-4182-90be-18d139a68d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7286 2024.12.14 03:39:53.931563 [ 199 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_10_2} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7287 2024.12.14 03:39:53.931655 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16777 rows, containing 5 columns (5 merged, 0 gathered) in 0.012597932 sec., 1331726.508763502 rows/sec., 90.45 MiB/sec.
7288 2024.12.14 03:39:53.931798 [ 199 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_10_2} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
7289 2024.12.14 03:39:53.931921 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7290 2024.12.14 03:39:53.931936 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7291 2024.12.14 03:39:53.932365 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7292 2024.12.14 03:39:53.932471 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7293 2024.12.14 03:39:53.932555 [ 258 ] {a0c09fa1-d13e-4182-90be-18d139a68d80} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7294 2024.12.14 03:39:53.932564 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB.
7295 2024.12.14 03:39:53.932850 [ 258 ] {a0c09fa1-d13e-4182-90be-18d139a68d80} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7296 2024.12.14 03:39:53.933120 [ 258 ] {a0c09fa1-d13e-4182-90be-18d139a68d80} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008402 sec., 1904.3084979766722 rows/sec., 3.41 MiB/sec.
7297 2024.12.14 03:39:53.933256 [ 258 ] {a0c09fa1-d13e-4182-90be-18d139a68d80} <Debug> TCPHandler: Processed in 0.009170384 sec.
7298 2024.12.14 03:39:53.933418 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7299 2024.12.14 03:39:53.933552 [ 255 ] {24304831-cf21-487f-9d7e-4094e5fb8489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7300 2024.12.14 03:39:53.933612 [ 255 ] {24304831-cf21-487f-9d7e-4094e5fb8489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7301 2024.12.14 03:39:53.934204 [ 255 ] {24304831-cf21-487f-9d7e-4094e5fb8489} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7302 2024.12.14 03:39:53.934250 [ 255 ] {24304831-cf21-487f-9d7e-4094e5fb8489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7303 2024.12.14 03:39:53.934686 [ 255 ] {24304831-cf21-487f-9d7e-4094e5fb8489} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7304 2024.12.14 03:39:53.934930 [ 255 ] {24304831-cf21-487f-9d7e-4094e5fb8489} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7305 2024.12.14 03:39:53.935091 [ 60 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7306 2024.12.14 03:39:53.935146 [ 60 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7307 2024.12.14 03:39:53.935179 [ 255 ] {24304831-cf21-487f-9d7e-4094e5fb8489} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001647 sec., 49787.49241044323 rows/sec., 3.16 MiB/sec.
7308 2024.12.14 03:39:53.935192 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7309 2024.12.14 03:39:53.935407 [ 255 ] {24304831-cf21-487f-9d7e-4094e5fb8489} <Debug> TCPHandler: Processed in 0.002039201 sec.
7310 2024.12.14 03:39:53.935774 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
7311 2024.12.14 03:39:53.936306 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7312 2024.12.14 03:39:53.936427 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2942 rows starting from the beginning of the part
7313 2024.12.14 03:39:53.936739 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
7314 2024.12.14 03:39:53.936968 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 70 rows starting from the beginning of the part
7315 2024.12.14 03:39:53.937130 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 12 rows starting from the beginning of the part
7316 2024.12.14 03:39:53.937251 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part
7317 2024.12.14 03:39:53.937444 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part
7318 2024.12.14 03:39:53.939063 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3226 rows, containing 4 columns (4 merged, 0 gathered) in 0.003749885 sec., 860293.0489868355 rows/sec., 57.40 MiB/sec.
7319 2024.12.14 03:39:53.939389 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7320 2024.12.14 03:39:53.939701 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7321 2024.12.14 03:39:53.939780 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_61_12} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7322 2024.12.14 03:39:53.939857 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
7323 2024.12.14 03:39:54.411012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
7324 2024.12.14 03:39:54.432347 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7325 2024.12.14 03:39:54.432406 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7326 2024.12.14 03:39:54.439969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7327 2024.12.14 03:39:54.440749 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7328 2024.12.14 03:39:54.445888 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
7329 2024.12.14 03:39:58.892036 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7330 2024.12.14 03:39:58.892258 [ 255 ] {8e8cd46a-e4d1-4643-8bfc-e495d4080167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7331 2024.12.14 03:39:58.892336 [ 255 ] {8e8cd46a-e4d1-4643-8bfc-e495d4080167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7332 2024.12.14 03:39:58.893107 [ 255 ] {8e8cd46a-e4d1-4643-8bfc-e495d4080167} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7333 2024.12.14 03:39:58.893157 [ 255 ] {8e8cd46a-e4d1-4643-8bfc-e495d4080167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7334 2024.12.14 03:39:58.893574 [ 255 ] {8e8cd46a-e4d1-4643-8bfc-e495d4080167} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7335 2024.12.14 03:39:58.893819 [ 255 ] {8e8cd46a-e4d1-4643-8bfc-e495d4080167} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7336 2024.12.14 03:39:58.894077 [ 255 ] {8e8cd46a-e4d1-4643-8bfc-e495d4080167} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001874 sec., 3201.7075773745996 rows/sec., 261.08 KiB/sec.
7337 2024.12.14 03:39:58.894291 [ 255 ] {8e8cd46a-e4d1-4643-8bfc-e495d4080167} <Debug> TCPHandler: Processed in 0.002396928 sec.
7338 2024.12.14 03:39:58.894565 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7339 2024.12.14 03:39:58.894755 [ 258 ] {f482348b-f9dc-41a2-b3de-adbb99feff1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7340 2024.12.14 03:39:58.894828 [ 258 ] {f482348b-f9dc-41a2-b3de-adbb99feff1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7341 2024.12.14 03:39:58.895630 [ 258 ] {f482348b-f9dc-41a2-b3de-adbb99feff1e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7342 2024.12.14 03:39:58.895675 [ 258 ] {f482348b-f9dc-41a2-b3de-adbb99feff1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7343 2024.12.14 03:39:58.896126 [ 258 ] {f482348b-f9dc-41a2-b3de-adbb99feff1e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7344 2024.12.14 03:39:58.896377 [ 258 ] {f482348b-f9dc-41a2-b3de-adbb99feff1e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7345 2024.12.14 03:39:58.896613 [ 258 ] {f482348b-f9dc-41a2-b3de-adbb99feff1e} <Debug> executeQuery: Read 109 rows, 9.40 KiB in 0.001913 sec., 56978.56769472033 rows/sec., 4.80 MiB/sec.
7346 2024.12.14 03:39:58.896670 [ 258 ] {f482348b-f9dc-41a2-b3de-adbb99feff1e} <Debug> TCPHandler: Processed in 0.002242756 sec.
7347 2024.12.14 03:39:58.896836 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7348 2024.12.14 03:39:58.896974 [ 255 ] {738eadf4-133b-424a-ae6b-a4a0e86dfe4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7349 2024.12.14 03:39:58.897032 [ 255 ] {738eadf4-133b-424a-ae6b-a4a0e86dfe4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7350 2024.12.14 03:39:58.897729 [ 255 ] {738eadf4-133b-424a-ae6b-a4a0e86dfe4a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7351 2024.12.14 03:39:58.897769 [ 255 ] {738eadf4-133b-424a-ae6b-a4a0e86dfe4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7352 2024.12.14 03:39:58.898129 [ 255 ] {738eadf4-133b-424a-ae6b-a4a0e86dfe4a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7353 2024.12.14 03:39:58.898367 [ 255 ] {738eadf4-133b-424a-ae6b-a4a0e86dfe4a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7354 2024.12.14 03:39:58.898545 [ 255 ] {738eadf4-133b-424a-ae6b-a4a0e86dfe4a} <Debug> executeQuery: Read 31 rows, 2.30 KiB in 0.001601 sec., 19362.898188632105 rows/sec., 1.40 MiB/sec.
7355 2024.12.14 03:39:58.898597 [ 255 ] {738eadf4-133b-424a-ae6b-a4a0e86dfe4a} <Debug> TCPHandler: Processed in 0.001827216 sec.
7356 2024.12.14 03:39:58.898761 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7357 2024.12.14 03:39:58.898900 [ 258 ] {568bf683-b4ee-491d-a8ce-a7d568d3e1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7358 2024.12.14 03:39:58.898957 [ 258 ] {568bf683-b4ee-491d-a8ce-a7d568d3e1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7359 2024.12.14 03:39:58.899685 [ 258 ] {568bf683-b4ee-491d-a8ce-a7d568d3e1ad} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7360 2024.12.14 03:39:58.899724 [ 258 ] {568bf683-b4ee-491d-a8ce-a7d568d3e1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7361 2024.12.14 03:39:58.900092 [ 258 ] {568bf683-b4ee-491d-a8ce-a7d568d3e1ad} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7362 2024.12.14 03:39:58.900330 [ 258 ] {568bf683-b4ee-491d-a8ce-a7d568d3e1ad} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7363 2024.12.14 03:39:58.900551 [ 258 ] {568bf683-b4ee-491d-a8ce-a7d568d3e1ad} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.001682 sec., 56480.38049940547 rows/sec., 4.42 MiB/sec.
7364 2024.12.14 03:39:58.900604 [ 258 ] {568bf683-b4ee-491d-a8ce-a7d568d3e1ad} <Debug> TCPHandler: Processed in 0.001910808 sec.
7365 2024.12.14 03:39:58.900765 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7366 2024.12.14 03:39:58.900905 [ 255 ] {c7fa91f9-e31f-4d7b-a670-cd416cd4b4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7367 2024.12.14 03:39:58.900967 [ 255 ] {c7fa91f9-e31f-4d7b-a670-cd416cd4b4dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7368 2024.12.14 03:39:58.901640 [ 255 ] {c7fa91f9-e31f-4d7b-a670-cd416cd4b4dc} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7369 2024.12.14 03:39:58.901682 [ 255 ] {c7fa91f9-e31f-4d7b-a670-cd416cd4b4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7370 2024.12.14 03:39:58.902073 [ 255 ] {c7fa91f9-e31f-4d7b-a670-cd416cd4b4dc} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7371 2024.12.14 03:39:58.902303 [ 255 ] {c7fa91f9-e31f-4d7b-a670-cd416cd4b4dc} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7372 2024.12.14 03:39:58.902475 [ 255 ] {c7fa91f9-e31f-4d7b-a670-cd416cd4b4dc} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001603 sec., 101684.34185901434 rows/sec., 7.08 MiB/sec.
7373 2024.12.14 03:39:58.902526 [ 255 ] {c7fa91f9-e31f-4d7b-a670-cd416cd4b4dc} <Debug> TCPHandler: Processed in 0.001826977 sec.
7374 2024.12.14 03:39:58.902674 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7375 2024.12.14 03:39:58.902814 [ 258 ] {27ec2f3c-d955-492f-842a-30a07cebefbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7376 2024.12.14 03:39:58.902906 [ 258 ] {27ec2f3c-d955-492f-842a-30a07cebefbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7377 2024.12.14 03:39:58.904224 [ 258 ] {27ec2f3c-d955-492f-842a-30a07cebefbb} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7378 2024.12.14 03:39:58.904262 [ 258 ] {27ec2f3c-d955-492f-842a-30a07cebefbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7379 2024.12.14 03:39:58.904909 [ 258 ] {27ec2f3c-d955-492f-842a-30a07cebefbb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7380 2024.12.14 03:39:58.905166 [ 258 ] {27ec2f3c-d955-492f-842a-30a07cebefbb} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7381 2024.12.14 03:39:58.905355 [ 53 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7382 2024.12.14 03:39:58.905424 [ 53 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7383 2024.12.14 03:39:58.905464 [ 258 ] {27ec2f3c-d955-492f-842a-30a07cebefbb} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002667 sec., 9373.828271466067 rows/sec., 16.80 MiB/sec.
7384 2024.12.14 03:39:58.905471 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7385 2024.12.14 03:39:58.905861 [ 258 ] {27ec2f3c-d955-492f-842a-30a07cebefbb} <Debug> TCPHandler: Processed in 0.003242305 sec.
7386 2024.12.14 03:39:58.905883 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
7387 2024.12.14 03:39:58.906063 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7388 2024.12.14 03:39:58.906357 [ 255 ] {ab65a88c-f41e-42be-8d1f-55c1625fc469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7389 2024.12.14 03:39:58.906505 [ 255 ] {ab65a88c-f41e-42be-8d1f-55c1625fc469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7390 2024.12.14 03:39:58.906811 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7391 2024.12.14 03:39:58.907095 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 821 rows starting from the beginning of the part
7392 2024.12.14 03:39:58.907892 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 25 rows starting from the beginning of the part
7393 2024.12.14 03:39:58.908702 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part
7394 2024.12.14 03:39:58.908767 [ 255 ] {ab65a88c-f41e-42be-8d1f-55c1625fc469} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7395 2024.12.14 03:39:58.908837 [ 255 ] {ab65a88c-f41e-42be-8d1f-55c1625fc469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7396 2024.12.14 03:39:58.909363 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 25 rows starting from the beginning of the part
7397 2024.12.14 03:39:58.910053 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part
7398 2024.12.14 03:39:58.910455 [ 255 ] {ab65a88c-f41e-42be-8d1f-55c1625fc469} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7399 2024.12.14 03:39:58.910615 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 25 rows starting from the beginning of the part
7400 2024.12.14 03:39:58.911363 [ 255 ] {ab65a88c-f41e-42be-8d1f-55c1625fc469} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7401 2024.12.14 03:39:58.911914 [ 255 ] {ab65a88c-f41e-42be-8d1f-55c1625fc469} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005643 sec., 10632.64221158958 rows/sec., 733.76 KiB/sec.
7402 2024.12.14 03:39:58.912192 [ 255 ] {ab65a88c-f41e-42be-8d1f-55c1625fc469} <Debug> TCPHandler: Processed in 0.006229304 sec.
7403 2024.12.14 03:39:58.918452 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 19 columns (19 merged, 0 gathered) in 0.012820947 sec., 72381.54872647084 rows/sec., 129.70 MiB/sec.
7404 2024.12.14 03:39:58.919531 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7405 2024.12.14 03:39:58.919991 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7406 2024.12.14 03:39:58.920073 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7407 2024.12.14 03:39:58.920225 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.14 MiB.
7408 2024.12.14 03:39:59.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.34 MiB, peak 220.45 MiB, free memory in arenas 0.00 B, will set to 214.29 MiB (RSS), difference: 1.94 MiB
7409 2024.12.14 03:40:00.568164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788
7410 2024.12.14 03:40:00.568897 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7411 2024.12.14 03:40:00.568942 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7412 2024.12.14 03:40:00.569485 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7413 2024.12.14 03:40:00.569754 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7414 2024.12.14 03:40:00.569961 [ 50 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7415 2024.12.14 03:40:00.570005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788
7416 2024.12.14 03:40:00.570053 [ 50 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7417 2024.12.14 03:40:00.570086 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7418 2024.12.14 03:40:00.570282 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
7419 2024.12.14 03:40:00.570635 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7420 2024.12.14 03:40:00.570687 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
7421 2024.12.14 03:40:00.570760 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
7422 2024.12.14 03:40:00.570843 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
7423 2024.12.14 03:40:00.571093 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
7424 2024.12.14 03:40:00.571264 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
7425 2024.12.14 03:40:00.571508 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
7426 2024.12.14 03:40:00.573803 [ 186 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003645603 sec., 5153605.590076594 rows/sec., 73.72 MiB/sec.
7427 2024.12.14 03:40:00.574357 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7428 2024.12.14 03:40:00.574897 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_41_8} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7429 2024.12.14 03:40:00.574998 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_41_8} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7430 2024.12.14 03:40:00.575123 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
7431 2024.12.14 03:40:01.946020 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
7432 2024.12.14 03:40:01.968178 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7433 2024.12.14 03:40:01.968234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7434 2024.12.14 03:40:01.975602 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7435 2024.12.14 03:40:01.976374 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7436 2024.12.14 03:40:01.976789 [ 49 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7437 2024.12.14 03:40:01.976959 [ 49 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7438 2024.12.14 03:40:01.977062 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7439 2024.12.14 03:40:01.977677 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
7440 2024.12.14 03:40:01.986570 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
7441 2024.12.14 03:40:01.987898 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7442 2024.12.14 03:40:01.988787 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
7443 2024.12.14 03:40:01.993168 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
7444 2024.12.14 03:40:01.997627 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
7445 2024.12.14 03:40:02.002717 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
7446 2024.12.14 03:40:02.007865 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
7447 2024.12.14 03:40:02.013445 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
7448 2024.12.14 03:40:02.070535 [ 187 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.09331418 sec., 3311.39383103404 rows/sec., 17.12 MiB/sec.
7449 2024.12.14 03:40:02.073621 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7450 2024.12.14 03:40:02.076588 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_41_8} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7451 2024.12.14 03:40:02.076718 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_41_8} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7452 2024.12.14 03:40:02.079271 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
7453 2024.12.14 03:40:03.159159 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1010
7454 2024.12.14 03:40:03.162404 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7455 2024.12.14 03:40:03.162459 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7456 2024.12.14 03:40:03.163933 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7457 2024.12.14 03:40:03.164249 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7458 2024.12.14 03:40:03.165511 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1010
7459 2024.12.14 03:40:03.896198 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7460 2024.12.14 03:40:03.896402 [ 255 ] {25ea991f-986c-4f08-b20f-1c61d21148f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7461 2024.12.14 03:40:03.896482 [ 255 ] {25ea991f-986c-4f08-b20f-1c61d21148f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7462 2024.12.14 03:40:03.897312 [ 255 ] {25ea991f-986c-4f08-b20f-1c61d21148f6} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7463 2024.12.14 03:40:03.897357 [ 255 ] {25ea991f-986c-4f08-b20f-1c61d21148f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7464 2024.12.14 03:40:03.897781 [ 255 ] {25ea991f-986c-4f08-b20f-1c61d21148f6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7465 2024.12.14 03:40:03.898061 [ 255 ] {25ea991f-986c-4f08-b20f-1c61d21148f6} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7466 2024.12.14 03:40:03.898433 [ 255 ] {25ea991f-986c-4f08-b20f-1c61d21148f6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002079 sec., 6734.0067340067335 rows/sec., 484.76 KiB/sec.
7467 2024.12.14 03:40:03.898539 [ 255 ] {25ea991f-986c-4f08-b20f-1c61d21148f6} <Debug> TCPHandler: Processed in 0.00247441 sec.
7468 2024.12.14 03:40:03.898811 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7469 2024.12.14 03:40:03.899021 [ 258 ] {dc64f36c-faa9-4053-a755-af596d1ac49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7470 2024.12.14 03:40:03.899105 [ 258 ] {dc64f36c-faa9-4053-a755-af596d1ac49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7471 2024.12.14 03:40:03.900094 [ 258 ] {dc64f36c-faa9-4053-a755-af596d1ac49d} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7472 2024.12.14 03:40:03.900143 [ 258 ] {dc64f36c-faa9-4053-a755-af596d1ac49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7473 2024.12.14 03:40:03.900628 [ 258 ] {dc64f36c-faa9-4053-a755-af596d1ac49d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7474 2024.12.14 03:40:03.900887 [ 258 ] {dc64f36c-faa9-4053-a755-af596d1ac49d} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7475 2024.12.14 03:40:03.901134 [ 258 ] {dc64f36c-faa9-4053-a755-af596d1ac49d} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002174 sec., 108095.67617295307 rows/sec., 9.44 MiB/sec.
7476 2024.12.14 03:40:03.901201 [ 258 ] {dc64f36c-faa9-4053-a755-af596d1ac49d} <Debug> TCPHandler: Processed in 0.002534141 sec.
7477 2024.12.14 03:40:03.901384 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7478 2024.12.14 03:40:03.901523 [ 255 ] {9d81adbb-acdb-4e0f-a613-65ffb9b51f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7479 2024.12.14 03:40:03.901582 [ 255 ] {9d81adbb-acdb-4e0f-a613-65ffb9b51f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7480 2024.12.14 03:40:03.902202 [ 255 ] {9d81adbb-acdb-4e0f-a613-65ffb9b51f6e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7481 2024.12.14 03:40:03.902240 [ 255 ] {9d81adbb-acdb-4e0f-a613-65ffb9b51f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7482 2024.12.14 03:40:03.902593 [ 255 ] {9d81adbb-acdb-4e0f-a613-65ffb9b51f6e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7483 2024.12.14 03:40:03.902825 [ 255 ] {9d81adbb-acdb-4e0f-a613-65ffb9b51f6e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7484 2024.12.14 03:40:03.903057 [ 255 ] {9d81adbb-acdb-4e0f-a613-65ffb9b51f6e} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.00156 sec., 14743.589743589744 rows/sec., 1.04 MiB/sec.
7485 2024.12.14 03:40:03.903128 [ 255 ] {9d81adbb-acdb-4e0f-a613-65ffb9b51f6e} <Debug> TCPHandler: Processed in 0.001811876 sec.
7486 2024.12.14 03:40:03.903335 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7487 2024.12.14 03:40:03.903477 [ 258 ] {4d2fa7b8-10e2-42fe-85cb-ffda2f0b2a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7488 2024.12.14 03:40:03.903531 [ 258 ] {4d2fa7b8-10e2-42fe-85cb-ffda2f0b2a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7489 2024.12.14 03:40:03.904157 [ 258 ] {4d2fa7b8-10e2-42fe-85cb-ffda2f0b2a65} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7490 2024.12.14 03:40:03.904198 [ 258 ] {4d2fa7b8-10e2-42fe-85cb-ffda2f0b2a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7491 2024.12.14 03:40:03.904581 [ 258 ] {4d2fa7b8-10e2-42fe-85cb-ffda2f0b2a65} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7492 2024.12.14 03:40:03.904829 [ 258 ] {4d2fa7b8-10e2-42fe-85cb-ffda2f0b2a65} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7493 2024.12.14 03:40:03.905049 [ 258 ] {4d2fa7b8-10e2-42fe-85cb-ffda2f0b2a65} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001602 sec., 8739.076154806493 rows/sec., 612.03 KiB/sec.
7494 2024.12.14 03:40:03.905106 [ 258 ] {4d2fa7b8-10e2-42fe-85cb-ffda2f0b2a65} <Debug> TCPHandler: Processed in 0.001879208 sec.
7495 2024.12.14 03:40:03.905270 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7496 2024.12.14 03:40:03.905409 [ 255 ] {356cb2f7-26c1-47ba-af12-d6009956bddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7497 2024.12.14 03:40:03.905496 [ 255 ] {356cb2f7-26c1-47ba-af12-d6009956bddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7498 2024.12.14 03:40:03.906139 [ 255 ] {356cb2f7-26c1-47ba-af12-d6009956bddf} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7499 2024.12.14 03:40:03.906179 [ 255 ] {356cb2f7-26c1-47ba-af12-d6009956bddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7500 2024.12.14 03:40:03.906527 [ 255 ] {356cb2f7-26c1-47ba-af12-d6009956bddf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7501 2024.12.14 03:40:03.906769 [ 255 ] {356cb2f7-26c1-47ba-af12-d6009956bddf} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7502 2024.12.14 03:40:03.906978 [ 255 ] {356cb2f7-26c1-47ba-af12-d6009956bddf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec.
7503 2024.12.14 03:40:03.907031 [ 255 ] {356cb2f7-26c1-47ba-af12-d6009956bddf} <Debug> TCPHandler: Processed in 0.001829346 sec.
7504 2024.12.14 03:40:03.907195 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7505 2024.12.14 03:40:03.907336 [ 258 ] {38f0f39e-1d43-460d-b824-9a1a59d437ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7506 2024.12.14 03:40:03.907396 [ 258 ] {38f0f39e-1d43-460d-b824-9a1a59d437ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7507 2024.12.14 03:40:03.908208 [ 258 ] {38f0f39e-1d43-460d-b824-9a1a59d437ed} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7508 2024.12.14 03:40:03.908253 [ 258 ] {38f0f39e-1d43-460d-b824-9a1a59d437ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7509 2024.12.14 03:40:03.908660 [ 258 ] {38f0f39e-1d43-460d-b824-9a1a59d437ed} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7510 2024.12.14 03:40:03.908908 [ 258 ] {38f0f39e-1d43-460d-b824-9a1a59d437ed} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7511 2024.12.14 03:40:03.909139 [ 258 ] {38f0f39e-1d43-460d-b824-9a1a59d437ed} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001835 sec., 216893.73297002725 rows/sec., 15.41 MiB/sec.
7512 2024.12.14 03:40:03.909196 [ 258 ] {38f0f39e-1d43-460d-b824-9a1a59d437ed} <Debug> TCPHandler: Processed in 0.002075172 sec.
7513 2024.12.14 03:40:03.909356 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7514 2024.12.14 03:40:03.909494 [ 255 ] {e4977988-10c9-49dc-9d9c-8a5ebcf65f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7515 2024.12.14 03:40:03.909554 [ 255 ] {e4977988-10c9-49dc-9d9c-8a5ebcf65f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7516 2024.12.14 03:40:03.910086 [ 255 ] {e4977988-10c9-49dc-9d9c-8a5ebcf65f1d} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7517 2024.12.14 03:40:03.910124 [ 255 ] {e4977988-10c9-49dc-9d9c-8a5ebcf65f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7518 2024.12.14 03:40:03.910484 [ 255 ] {e4977988-10c9-49dc-9d9c-8a5ebcf65f1d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7519 2024.12.14 03:40:03.910714 [ 255 ] {e4977988-10c9-49dc-9d9c-8a5ebcf65f1d} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7520 2024.12.14 03:40:03.910872 [ 46 ] {} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
7521 2024.12.14 03:40:03.910941 [ 255 ] {e4977988-10c9-49dc-9d9c-8a5ebcf65f1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 213.10 KiB/sec.
7522 2024.12.14 03:40:03.910954 [ 46 ] {} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7523 2024.12.14 03:40:03.911020 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7524 2024.12.14 03:40:03.911055 [ 255 ] {e4977988-10c9-49dc-9d9c-8a5ebcf65f1d} <Debug> TCPHandler: Processed in 0.001756666 sec.
7525 2024.12.14 03:40:03.911276 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
7526 2024.12.14 03:40:03.911289 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7527 2024.12.14 03:40:03.911563 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7528 2024.12.14 03:40:03.911575 [ 258 ] {1be4038c-c3b9-48bc-87ee-2455a1a2612c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7529 2024.12.14 03:40:03.911653 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
7530 2024.12.14 03:40:03.911689 [ 258 ] {1be4038c-c3b9-48bc-87ee-2455a1a2612c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7531 2024.12.14 03:40:03.912029 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
7532 2024.12.14 03:40:03.912405 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
7533 2024.12.14 03:40:03.912712 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
7534 2024.12.14 03:40:03.913089 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
7535 2024.12.14 03:40:03.913421 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
7536 2024.12.14 03:40:03.914387 [ 258 ] {1be4038c-c3b9-48bc-87ee-2455a1a2612c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7537 2024.12.14 03:40:03.914470 [ 258 ] {1be4038c-c3b9-48bc-87ee-2455a1a2612c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7538 2024.12.14 03:40:03.915575 [ 258 ] {1be4038c-c3b9-48bc-87ee-2455a1a2612c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7539 2024.12.14 03:40:03.916023 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004899698 sec., 13470.21796037225 rows/sec., 703.77 KiB/sec.
7540 2024.12.14 03:40:03.916107 [ 258 ] {1be4038c-c3b9-48bc-87ee-2455a1a2612c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7541 2024.12.14 03:40:03.916244 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
7542 2024.12.14 03:40:03.916635 [ 258 ] {1be4038c-c3b9-48bc-87ee-2455a1a2612c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005144 sec., 46073.09486780715 rows/sec., 3.09 MiB/sec.
7543 2024.12.14 03:40:03.917314 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_11_2} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7544 2024.12.14 03:40:03.917371 [ 258 ] {1be4038c-c3b9-48bc-87ee-2455a1a2612c} <Debug> TCPHandler: Processed in 0.006192574 sec.
7545 2024.12.14 03:40:03.917625 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_11_2} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
7546 2024.12.14 03:40:03.917708 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7547 2024.12.14 03:40:03.917804 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7548 2024.12.14 03:40:03.917901 [ 255 ] {8d9bc093-3c49-45bb-b4ce-f2d90ef2179e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7549 2024.12.14 03:40:03.917966 [ 255 ] {8d9bc093-3c49-45bb-b4ce-f2d90ef2179e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7550 2024.12.14 03:40:03.918512 [ 255 ] {8d9bc093-3c49-45bb-b4ce-f2d90ef2179e} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7551 2024.12.14 03:40:03.918558 [ 255 ] {8d9bc093-3c49-45bb-b4ce-f2d90ef2179e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7552 2024.12.14 03:40:03.918937 [ 255 ] {8d9bc093-3c49-45bb-b4ce-f2d90ef2179e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7553 2024.12.14 03:40:03.919152 [ 255 ] {8d9bc093-3c49-45bb-b4ce-f2d90ef2179e} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7554 2024.12.14 03:40:03.919411 [ 255 ] {8d9bc093-3c49-45bb-b4ce-f2d90ef2179e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec.
7555 2024.12.14 03:40:03.919600 [ 255 ] {8d9bc093-3c49-45bb-b4ce-f2d90ef2179e} <Debug> TCPHandler: Processed in 0.002030921 sec.
7556 2024.12.14 03:40:03.919741 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7557 2024.12.14 03:40:03.919861 [ 258 ] {68653d71-1e9f-4f20-85f3-42fd93370602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7558 2024.12.14 03:40:03.919953 [ 258 ] {68653d71-1e9f-4f20-85f3-42fd93370602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7559 2024.12.14 03:40:03.921244 [ 258 ] {68653d71-1e9f-4f20-85f3-42fd93370602} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7560 2024.12.14 03:40:03.921283 [ 258 ] {68653d71-1e9f-4f20-85f3-42fd93370602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7561 2024.12.14 03:40:03.921937 [ 258 ] {68653d71-1e9f-4f20-85f3-42fd93370602} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7562 2024.12.14 03:40:03.922206 [ 258 ] {68653d71-1e9f-4f20-85f3-42fd93370602} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7563 2024.12.14 03:40:03.922454 [ 258 ] {68653d71-1e9f-4f20-85f3-42fd93370602} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002621 sec., 6104.5402518122855 rows/sec., 10.94 MiB/sec.
7564 2024.12.14 03:40:03.922561 [ 258 ] {68653d71-1e9f-4f20-85f3-42fd93370602} <Debug> TCPHandler: Processed in 0.002875127 sec.
7565 2024.12.14 03:40:03.922731 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7566 2024.12.14 03:40:03.922870 [ 255 ] {2fb5ae3f-96d9-49ac-9a90-1051d2cad5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7567 2024.12.14 03:40:03.922930 [ 255 ] {2fb5ae3f-96d9-49ac-9a90-1051d2cad5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7568 2024.12.14 03:40:03.923515 [ 255 ] {2fb5ae3f-96d9-49ac-9a90-1051d2cad5c2} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7569 2024.12.14 03:40:03.923563 [ 255 ] {2fb5ae3f-96d9-49ac-9a90-1051d2cad5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7570 2024.12.14 03:40:03.923977 [ 255 ] {2fb5ae3f-96d9-49ac-9a90-1051d2cad5c2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7571 2024.12.14 03:40:03.924218 [ 255 ] {2fb5ae3f-96d9-49ac-9a90-1051d2cad5c2} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7572 2024.12.14 03:40:03.924456 [ 255 ] {2fb5ae3f-96d9-49ac-9a90-1051d2cad5c2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001616 sec., 50742.57425742574 rows/sec., 3.22 MiB/sec.
7573 2024.12.14 03:40:03.924553 [ 255 ] {2fb5ae3f-96d9-49ac-9a90-1051d2cad5c2} <Debug> TCPHandler: Processed in 0.001889458 sec.
7574 2024.12.14 03:40:07.932350 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache
7575 2024.12.14 03:40:07.932416 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache
7576 2024.12.14 03:40:08.070231 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276
7577 2024.12.14 03:40:08.071443 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7578 2024.12.14 03:40:08.071502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7579 2024.12.14 03:40:08.072065 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7580 2024.12.14 03:40:08.072331 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7581 2024.12.14 03:40:08.072594 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
7582 2024.12.14 03:40:08.892089 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7583 2024.12.14 03:40:08.892292 [ 255 ] {8389c6ee-596a-4cb7-b517-10b1dd6333d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7584 2024.12.14 03:40:08.892372 [ 255 ] {8389c6ee-596a-4cb7-b517-10b1dd6333d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7585 2024.12.14 03:40:08.893242 [ 255 ] {8389c6ee-596a-4cb7-b517-10b1dd6333d9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7586 2024.12.14 03:40:08.893287 [ 255 ] {8389c6ee-596a-4cb7-b517-10b1dd6333d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7587 2024.12.14 03:40:08.893715 [ 255 ] {8389c6ee-596a-4cb7-b517-10b1dd6333d9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7588 2024.12.14 03:40:08.893964 [ 255 ] {8389c6ee-596a-4cb7-b517-10b1dd6333d9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7589 2024.12.14 03:40:08.894149 [ 38 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_59_12 to all_64_64_0
7590 2024.12.14 03:40:08.894213 [ 255 ] {8389c6ee-596a-4cb7-b517-10b1dd6333d9} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001975 sec., 53670.88607594936 rows/sec., 4.54 MiB/sec.
7591 2024.12.14 03:40:08.894240 [ 38 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7592 2024.12.14 03:40:08.894306 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7593 2024.12.14 03:40:08.894326 [ 255 ] {8389c6ee-596a-4cb7-b517-10b1dd6333d9} <Debug> TCPHandler: Processed in 0.002366467 sec.
7594 2024.12.14 03:40:08.894520 [ 194 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_59_12 to all_64_64_0 into Compact with storage Full
7595 2024.12.14 03:40:08.894708 [ 194 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7596 2024.12.14 03:40:08.894712 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7597 2024.12.14 03:40:08.894755 [ 194 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 1435 rows starting from the beginning of the part
7598 2024.12.14 03:40:08.894981 [ 194 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 106 rows starting from the beginning of the part
7599 2024.12.14 03:40:08.895271 [ 194 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 235 rows starting from the beginning of the part
7600 2024.12.14 03:40:08.895283 [ 258 ] {98535353-18ed-4e92-b2a7-504055024252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7601 2024.12.14 03:40:08.895476 [ 194 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 109 rows starting from the beginning of the part
7602 2024.12.14 03:40:08.895584 [ 258 ] {98535353-18ed-4e92-b2a7-504055024252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7603 2024.12.14 03:40:08.895704 [ 194 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 235 rows starting from the beginning of the part
7604 2024.12.14 03:40:08.896066 [ 194 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 106 rows starting from the beginning of the part
7605 2024.12.14 03:40:08.898664 [ 258 ] {98535353-18ed-4e92-b2a7-504055024252} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7606 2024.12.14 03:40:08.898751 [ 258 ] {98535353-18ed-4e92-b2a7-504055024252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7607 2024.12.14 03:40:08.899303 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2226 rows, containing 5 columns (5 merged, 0 gathered) in 0.004900519 sec., 454237.6021805038 rows/sec., 40.17 MiB/sec.
7608 2024.12.14 03:40:08.899650 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Trace> MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary)
7609 2024.12.14 03:40:08.899924 [ 258 ] {98535353-18ed-4e92-b2a7-504055024252} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7610 2024.12.14 03:40:08.900219 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7611 2024.12.14 03:40:08.900357 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_64_13} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_59_12, all_64_64_0] -> all_1_64_13
7612 2024.12.14 03:40:08.900508 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
7613 2024.12.14 03:40:08.900629 [ 258 ] {98535353-18ed-4e92-b2a7-504055024252} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7614 2024.12.14 03:40:08.900969 [ 258 ] {98535353-18ed-4e92-b2a7-504055024252} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.005949 sec., 4202.386955790889 rows/sec., 316.00 KiB/sec.
7615 2024.12.14 03:40:08.901068 [ 258 ] {98535353-18ed-4e92-b2a7-504055024252} <Debug> TCPHandler: Processed in 0.006592962 sec.
7616 2024.12.14 03:40:08.901300 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7617 2024.12.14 03:40:08.901526 [ 255 ] {968d0c0e-427c-4ec6-a1d7-4a5b6beacc63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7618 2024.12.14 03:40:08.901622 [ 255 ] {968d0c0e-427c-4ec6-a1d7-4a5b6beacc63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7619 2024.12.14 03:40:08.902534 [ 255 ] {968d0c0e-427c-4ec6-a1d7-4a5b6beacc63} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7620 2024.12.14 03:40:08.902638 [ 255 ] {968d0c0e-427c-4ec6-a1d7-4a5b6beacc63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7621 2024.12.14 03:40:08.903023 [ 255 ] {968d0c0e-427c-4ec6-a1d7-4a5b6beacc63} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7622 2024.12.14 03:40:08.903258 [ 255 ] {968d0c0e-427c-4ec6-a1d7-4a5b6beacc63} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7623 2024.12.14 03:40:08.903428 [ 38 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_59_12 to all_64_64_0
7624 2024.12.14 03:40:08.903483 [ 38 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7625 2024.12.14 03:40:08.903501 [ 255 ] {968d0c0e-427c-4ec6-a1d7-4a5b6beacc63} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.002019 sec., 44081.22833085686 rows/sec., 3.44 MiB/sec.
7626 2024.12.14 03:40:08.903515 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7627 2024.12.14 03:40:08.903670 [ 255 ] {968d0c0e-427c-4ec6-a1d7-4a5b6beacc63} <Debug> TCPHandler: Processed in 0.002473549 sec.
7628 2024.12.14 03:40:08.903898 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_59_12 to all_64_64_0 into Compact with storage Full
7629 2024.12.14 03:40:08.903983 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7630 2024.12.14 03:40:08.904405 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7631 2024.12.14 03:40:08.904461 [ 258 ] {99d517e4-3f57-45b6-bb35-d01fc501791c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7632 2024.12.14 03:40:08.904533 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 915 rows starting from the beginning of the part
7633 2024.12.14 03:40:08.904721 [ 258 ] {99d517e4-3f57-45b6-bb35-d01fc501791c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7634 2024.12.14 03:40:08.904998 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 89 rows starting from the beginning of the part
7635 2024.12.14 03:40:08.905331 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 398 rows starting from the beginning of the part
7636 2024.12.14 03:40:08.905763 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 95 rows starting from the beginning of the part
7637 2024.12.14 03:40:08.906187 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 398 rows starting from the beginning of the part
7638 2024.12.14 03:40:08.906610 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 89 rows starting from the beginning of the part
7639 2024.12.14 03:40:08.907765 [ 258 ] {99d517e4-3f57-45b6-bb35-d01fc501791c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7640 2024.12.14 03:40:08.907817 [ 258 ] {99d517e4-3f57-45b6-bb35-d01fc501791c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7641 2024.12.14 03:40:08.908439 [ 258 ] {99d517e4-3f57-45b6-bb35-d01fc501791c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7642 2024.12.14 03:40:08.908795 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 5 columns (5 merged, 0 gathered) in 0.005131423 sec., 386637.39083681075 rows/sec., 29.63 MiB/sec.
7643 2024.12.14 03:40:08.908815 [ 258 ] {99d517e4-3f57-45b6-bb35-d01fc501791c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7644 2024.12.14 03:40:08.909087 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Trace> MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary)
7645 2024.12.14 03:40:08.909242 [ 258 ] {99d517e4-3f57-45b6-bb35-d01fc501791c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004955 sec., 32290.61553985873 rows/sec., 2.25 MiB/sec.
7646 2024.12.14 03:40:08.909404 [ 258 ] {99d517e4-3f57-45b6-bb35-d01fc501791c} <Debug> TCPHandler: Processed in 0.005562161 sec.
7647 2024.12.14 03:40:08.909657 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7648 2024.12.14 03:40:08.909662 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7649 2024.12.14 03:40:08.909828 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_64_13} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_59_12, all_64_64_0] -> all_1_64_13
7650 2024.12.14 03:40:08.909864 [ 255 ] {82e30573-188c-4825-bcbb-ce6288fe0f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7651 2024.12.14 03:40:08.909980 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
7652 2024.12.14 03:40:08.910059 [ 255 ] {82e30573-188c-4825-bcbb-ce6288fe0f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7653 2024.12.14 03:40:08.911241 [ 255 ] {82e30573-188c-4825-bcbb-ce6288fe0f4a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7654 2024.12.14 03:40:08.911281 [ 255 ] {82e30573-188c-4825-bcbb-ce6288fe0f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7655 2024.12.14 03:40:08.911989 [ 255 ] {82e30573-188c-4825-bcbb-ce6288fe0f4a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7656 2024.12.14 03:40:08.912253 [ 255 ] {82e30573-188c-4825-bcbb-ce6288fe0f4a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7657 2024.12.14 03:40:08.912485 [ 255 ] {82e30573-188c-4825-bcbb-ce6288fe0f4a} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002674 sec., 9349.289454001495 rows/sec., 16.75 MiB/sec.
7658 2024.12.14 03:40:08.912581 [ 255 ] {82e30573-188c-4825-bcbb-ce6288fe0f4a} <Debug> TCPHandler: Processed in 0.003049751 sec.
7659 2024.12.14 03:40:08.912739 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7660 2024.12.14 03:40:08.912862 [ 258 ] {11502022-3c54-4eda-8fcc-118fdaa22e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7661 2024.12.14 03:40:08.912916 [ 258 ] {11502022-3c54-4eda-8fcc-118fdaa22e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7662 2024.12.14 03:40:08.913433 [ 258 ] {11502022-3c54-4eda-8fcc-118fdaa22e48} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7663 2024.12.14 03:40:08.913472 [ 258 ] {11502022-3c54-4eda-8fcc-118fdaa22e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7664 2024.12.14 03:40:08.913866 [ 258 ] {11502022-3c54-4eda-8fcc-118fdaa22e48} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7665 2024.12.14 03:40:08.914117 [ 258 ] {11502022-3c54-4eda-8fcc-118fdaa22e48} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7666 2024.12.14 03:40:08.914337 [ 258 ] {11502022-3c54-4eda-8fcc-118fdaa22e48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec.
7667 2024.12.14 03:40:08.914390 [ 258 ] {11502022-3c54-4eda-8fcc-118fdaa22e48} <Debug> TCPHandler: Processed in 0.001708974 sec.
7668 2024.12.14 03:40:09.486705 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
7669 2024.12.14 03:40:09.505697 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7670 2024.12.14 03:40:09.505755 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7671 2024.12.14 03:40:09.512755 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7672 2024.12.14 03:40:09.513497 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7673 2024.12.14 03:40:09.516071 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
7674 2024.12.14 03:40:12.654405 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7675 2024.12.14 03:40:12.654625 [ 255 ] {c5e0babf-30ec-4032-8928-c4c76dea1dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7676 2024.12.14 03:40:12.654705 [ 255 ] {c5e0babf-30ec-4032-8928-c4c76dea1dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7677 2024.12.14 03:40:12.655513 [ 255 ] {c5e0babf-30ec-4032-8928-c4c76dea1dbb} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7678 2024.12.14 03:40:12.655558 [ 255 ] {c5e0babf-30ec-4032-8928-c4c76dea1dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7679 2024.12.14 03:40:12.655996 [ 255 ] {c5e0babf-30ec-4032-8928-c4c76dea1dbb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7680 2024.12.14 03:40:12.656248 [ 255 ] {c5e0babf-30ec-4032-8928-c4c76dea1dbb} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7681 2024.12.14 03:40:12.656451 [ 255 ] {c5e0babf-30ec-4032-8928-c4c76dea1dbb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001882 sec., 7438.894792773645 rows/sec., 535.50 KiB/sec.
7682 2024.12.14 03:40:12.656516 [ 255 ] {c5e0babf-30ec-4032-8928-c4c76dea1dbb} <Debug> TCPHandler: Processed in 0.002262375 sec.
7683 2024.12.14 03:40:12.656834 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7684 2024.12.14 03:40:12.657137 [ 258 ] {7d0f2bc2-4662-4a51-b378-b4b843d9ddbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7685 2024.12.14 03:40:12.657251 [ 258 ] {7d0f2bc2-4662-4a51-b378-b4b843d9ddbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7686 2024.12.14 03:40:12.657997 [ 258 ] {7d0f2bc2-4662-4a51-b378-b4b843d9ddbf} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7687 2024.12.14 03:40:12.658042 [ 258 ] {7d0f2bc2-4662-4a51-b378-b4b843d9ddbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7688 2024.12.14 03:40:12.658482 [ 258 ] {7d0f2bc2-4662-4a51-b378-b4b843d9ddbf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7689 2024.12.14 03:40:12.658732 [ 258 ] {7d0f2bc2-4662-4a51-b378-b4b843d9ddbf} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7690 2024.12.14 03:40:12.658981 [ 258 ] {7d0f2bc2-4662-4a51-b378-b4b843d9ddbf} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001932 sec., 4140.786749482402 rows/sec., 337.65 KiB/sec.
7691 2024.12.14 03:40:12.659038 [ 258 ] {7d0f2bc2-4662-4a51-b378-b4b843d9ddbf} <Debug> TCPHandler: Processed in 0.002394688 sec.
7692 2024.12.14 03:40:12.659240 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7693 2024.12.14 03:40:12.659382 [ 255 ] {279ae68d-661c-4f5b-9829-722aca4c828c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7694 2024.12.14 03:40:12.659443 [ 255 ] {279ae68d-661c-4f5b-9829-722aca4c828c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7695 2024.12.14 03:40:12.660835 [ 255 ] {279ae68d-661c-4f5b-9829-722aca4c828c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7696 2024.12.14 03:40:12.660873 [ 255 ] {279ae68d-661c-4f5b-9829-722aca4c828c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7697 2024.12.14 03:40:12.661339 [ 255 ] {279ae68d-661c-4f5b-9829-722aca4c828c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7698 2024.12.14 03:40:12.661577 [ 255 ] {279ae68d-661c-4f5b-9829-722aca4c828c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7699 2024.12.14 03:40:12.661835 [ 255 ] {279ae68d-661c-4f5b-9829-722aca4c828c} <Debug> executeQuery: Read 1379 rows, 117.87 KiB in 0.002475 sec., 557171.7171717171 rows/sec., 46.51 MiB/sec.
7700 2024.12.14 03:40:12.662037 [ 255 ] {279ae68d-661c-4f5b-9829-722aca4c828c} <Debug> TCPHandler: Processed in 0.002891398 sec.
7701 2024.12.14 03:40:12.662301 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7702 2024.12.14 03:40:12.662433 [ 258 ] {06cd900a-79da-4ff1-9af9-30f2bd11ab61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7703 2024.12.14 03:40:12.662482 [ 258 ] {06cd900a-79da-4ff1-9af9-30f2bd11ab61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7704 2024.12.14 03:40:12.663078 [ 258 ] {06cd900a-79da-4ff1-9af9-30f2bd11ab61} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7705 2024.12.14 03:40:12.663118 [ 258 ] {06cd900a-79da-4ff1-9af9-30f2bd11ab61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7706 2024.12.14 03:40:12.663480 [ 258 ] {06cd900a-79da-4ff1-9af9-30f2bd11ab61} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7707 2024.12.14 03:40:12.663723 [ 258 ] {06cd900a-79da-4ff1-9af9-30f2bd11ab61} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7708 2024.12.14 03:40:12.663936 [ 258 ] {06cd900a-79da-4ff1-9af9-30f2bd11ab61} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.001526 sec., 20314.547837483617 rows/sec., 1.42 MiB/sec.
7709 2024.12.14 03:40:12.663990 [ 258 ] {06cd900a-79da-4ff1-9af9-30f2bd11ab61} <Debug> TCPHandler: Processed in 0.001820906 sec.
7710 2024.12.14 03:40:12.664139 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7711 2024.12.14 03:40:12.664276 [ 255 ] {540cd102-9d4b-4be5-a2cc-2536c9f45206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7712 2024.12.14 03:40:12.664335 [ 255 ] {540cd102-9d4b-4be5-a2cc-2536c9f45206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7713 2024.12.14 03:40:12.665145 [ 255 ] {540cd102-9d4b-4be5-a2cc-2536c9f45206} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7714 2024.12.14 03:40:12.665191 [ 255 ] {540cd102-9d4b-4be5-a2cc-2536c9f45206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7715 2024.12.14 03:40:12.665572 [ 255 ] {540cd102-9d4b-4be5-a2cc-2536c9f45206} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7716 2024.12.14 03:40:12.665809 [ 255 ] {540cd102-9d4b-4be5-a2cc-2536c9f45206} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7717 2024.12.14 03:40:12.665987 [ 255 ] {540cd102-9d4b-4be5-a2cc-2536c9f45206} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001744 sec., 138761.46788990824 rows/sec., 9.40 MiB/sec.
7718 2024.12.14 03:40:12.666042 [ 255 ] {540cd102-9d4b-4be5-a2cc-2536c9f45206} <Debug> TCPHandler: Processed in 0.001957389 sec.
7719 2024.12.14 03:40:12.666196 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7720 2024.12.14 03:40:12.666416 [ 258 ] {e5dde896-0b3d-4502-bec0-fa307db9c4d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7721 2024.12.14 03:40:12.666506 [ 258 ] {e5dde896-0b3d-4502-bec0-fa307db9c4d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7722 2024.12.14 03:40:12.667407 [ 258 ] {e5dde896-0b3d-4502-bec0-fa307db9c4d1} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7723 2024.12.14 03:40:12.667446 [ 258 ] {e5dde896-0b3d-4502-bec0-fa307db9c4d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7724 2024.12.14 03:40:12.667801 [ 258 ] {e5dde896-0b3d-4502-bec0-fa307db9c4d1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7725 2024.12.14 03:40:12.668038 [ 258 ] {e5dde896-0b3d-4502-bec0-fa307db9c4d1} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7726 2024.12.14 03:40:12.668245 [ 258 ] {e5dde896-0b3d-4502-bec0-fa307db9c4d1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001882 sec., 6907.5451647183845 rows/sec., 430.68 KiB/sec.
7727 2024.12.14 03:40:12.668301 [ 258 ] {e5dde896-0b3d-4502-bec0-fa307db9c4d1} <Debug> TCPHandler: Processed in 0.002165424 sec.
7728 2024.12.14 03:40:12.668452 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7729 2024.12.14 03:40:12.668590 [ 255 ] {10fc8b7a-bbfc-43d4-80d1-614d8243d73a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7730 2024.12.14 03:40:12.668647 [ 255 ] {10fc8b7a-bbfc-43d4-80d1-614d8243d73a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7731 2024.12.14 03:40:12.669595 [ 255 ] {10fc8b7a-bbfc-43d4-80d1-614d8243d73a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7732 2024.12.14 03:40:12.669633 [ 255 ] {10fc8b7a-bbfc-43d4-80d1-614d8243d73a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7733 2024.12.14 03:40:12.670040 [ 255 ] {10fc8b7a-bbfc-43d4-80d1-614d8243d73a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7734 2024.12.14 03:40:12.670276 [ 255 ] {10fc8b7a-bbfc-43d4-80d1-614d8243d73a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7735 2024.12.14 03:40:12.670451 [ 255 ] {10fc8b7a-bbfc-43d4-80d1-614d8243d73a} <Debug> executeQuery: Read 862 rows, 63.90 KiB in 0.001891 sec., 455843.46906398726 rows/sec., 33.00 MiB/sec.
7736 2024.12.14 03:40:12.670506 [ 255 ] {10fc8b7a-bbfc-43d4-80d1-614d8243d73a} <Debug> TCPHandler: Processed in 0.002120872 sec.
7737 2024.12.14 03:40:12.670653 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7738 2024.12.14 03:40:12.670792 [ 258 ] {b2efea28-a08d-412c-976d-36e298aed87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7739 2024.12.14 03:40:12.670851 [ 258 ] {b2efea28-a08d-412c-976d-36e298aed87d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7740 2024.12.14 03:40:12.671381 [ 258 ] {b2efea28-a08d-412c-976d-36e298aed87d} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7741 2024.12.14 03:40:12.671420 [ 258 ] {b2efea28-a08d-412c-976d-36e298aed87d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7742 2024.12.14 03:40:12.671787 [ 258 ] {b2efea28-a08d-412c-976d-36e298aed87d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7743 2024.12.14 03:40:12.672037 [ 258 ] {b2efea28-a08d-412c-976d-36e298aed87d} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7744 2024.12.14 03:40:12.672247 [ 258 ] {b2efea28-a08d-412c-976d-36e298aed87d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec.
7745 2024.12.14 03:40:12.672300 [ 258 ] {b2efea28-a08d-412c-976d-36e298aed87d} <Debug> TCPHandler: Processed in 0.001717564 sec.
7746 2024.12.14 03:40:12.672462 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7747 2024.12.14 03:40:12.672602 [ 255 ] {e8fc7df6-8251-41ab-b505-cd055d0d96e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7748 2024.12.14 03:40:12.672665 [ 255 ] {e8fc7df6-8251-41ab-b505-cd055d0d96e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7749 2024.12.14 03:40:12.673464 [ 255 ] {e8fc7df6-8251-41ab-b505-cd055d0d96e6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7750 2024.12.14 03:40:12.673500 [ 255 ] {e8fc7df6-8251-41ab-b505-cd055d0d96e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7751 2024.12.14 03:40:12.673938 [ 255 ] {e8fc7df6-8251-41ab-b505-cd055d0d96e6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7752 2024.12.14 03:40:12.674174 [ 255 ] {e8fc7df6-8251-41ab-b505-cd055d0d96e6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7753 2024.12.14 03:40:12.674355 [ 255 ] {e8fc7df6-8251-41ab-b505-cd055d0d96e6} <Debug> executeQuery: Read 929 rows, 63.48 KiB in 0.001785 sec., 520448.1792717087 rows/sec., 34.73 MiB/sec.
7754 2024.12.14 03:40:12.674410 [ 255 ] {e8fc7df6-8251-41ab-b505-cd055d0d96e6} <Debug> TCPHandler: Processed in 0.00201417 sec.
7755 2024.12.14 03:40:12.674563 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7756 2024.12.14 03:40:12.674707 [ 258 ] {6a4bb1d0-a498-43a4-b1dd-842b62951c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7757 2024.12.14 03:40:12.674769 [ 258 ] {6a4bb1d0-a498-43a4-b1dd-842b62951c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7758 2024.12.14 03:40:12.675301 [ 258 ] {6a4bb1d0-a498-43a4-b1dd-842b62951c8a} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7759 2024.12.14 03:40:12.675339 [ 258 ] {6a4bb1d0-a498-43a4-b1dd-842b62951c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7760 2024.12.14 03:40:12.675698 [ 258 ] {6a4bb1d0-a498-43a4-b1dd-842b62951c8a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7761 2024.12.14 03:40:12.675932 [ 258 ] {6a4bb1d0-a498-43a4-b1dd-842b62951c8a} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7762 2024.12.14 03:40:12.676161 [ 258 ] {6a4bb1d0-a498-43a4-b1dd-842b62951c8a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec.
7763 2024.12.14 03:40:12.676259 [ 258 ] {6a4bb1d0-a498-43a4-b1dd-842b62951c8a} <Debug> TCPHandler: Processed in 0.001763625 sec.
7764 2024.12.14 03:40:12.676466 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7765 2024.12.14 03:40:12.676689 [ 255 ] {d5fd9da1-1818-4b94-bbd6-49b67385dbd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7766 2024.12.14 03:40:12.676829 [ 255 ] {d5fd9da1-1818-4b94-bbd6-49b67385dbd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7767 2024.12.14 03:40:12.678143 [ 255 ] {d5fd9da1-1818-4b94-bbd6-49b67385dbd6} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7768 2024.12.14 03:40:12.678181 [ 255 ] {d5fd9da1-1818-4b94-bbd6-49b67385dbd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7769 2024.12.14 03:40:12.678789 [ 255 ] {d5fd9da1-1818-4b94-bbd6-49b67385dbd6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7770 2024.12.14 03:40:12.679045 [ 255 ] {d5fd9da1-1818-4b94-bbd6-49b67385dbd6} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7771 2024.12.14 03:40:12.679287 [ 255 ] {d5fd9da1-1818-4b94-bbd6-49b67385dbd6} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002645 sec., 6049.149338374291 rows/sec., 10.84 MiB/sec.
7772 2024.12.14 03:40:12.679844 [ 255 ] {d5fd9da1-1818-4b94-bbd6-49b67385dbd6} <Debug> TCPHandler: Processed in 0.00348308 sec.
7773 2024.12.14 03:40:12.680122 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7774 2024.12.14 03:40:12.680341 [ 258 ] {b3c5b473-874f-4d9c-8c91-cf9b24efe27c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7775 2024.12.14 03:40:12.680433 [ 258 ] {b3c5b473-874f-4d9c-8c91-cf9b24efe27c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7776 2024.12.14 03:40:12.681272 [ 258 ] {b3c5b473-874f-4d9c-8c91-cf9b24efe27c} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7777 2024.12.14 03:40:12.681310 [ 258 ] {b3c5b473-874f-4d9c-8c91-cf9b24efe27c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7778 2024.12.14 03:40:12.681688 [ 258 ] {b3c5b473-874f-4d9c-8c91-cf9b24efe27c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7779 2024.12.14 03:40:12.681928 [ 258 ] {b3c5b473-874f-4d9c-8c91-cf9b24efe27c} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7780 2024.12.14 03:40:12.682154 [ 258 ] {b3c5b473-874f-4d9c-8c91-cf9b24efe27c} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001867 sec., 37493.304767005895 rows/sec., 2.36 MiB/sec.
7781 2024.12.14 03:40:12.682209 [ 258 ] {b3c5b473-874f-4d9c-8c91-cf9b24efe27c} <Debug> TCPHandler: Processed in 0.002244164 sec.
7782 2024.12.14 03:40:13.165807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1068
7783 2024.12.14 03:40:13.169776 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7784 2024.12.14 03:40:13.169839 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7785 2024.12.14 03:40:13.171366 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7786 2024.12.14 03:40:13.171701 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7787 2024.12.14 03:40:13.171974 [ 31 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7788 2024.12.14 03:40:13.172103 [ 31 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7789 2024.12.14 03:40:13.172166 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7790 2024.12.14 03:40:13.172592 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
7791 2024.12.14 03:40:13.173393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1068
7792 2024.12.14 03:40:13.173832 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7793 2024.12.14 03:40:13.174016 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 860 rows starting from the beginning of the part
7794 2024.12.14 03:40:13.174652 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part
7795 2024.12.14 03:40:13.175255 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part
7796 2024.12.14 03:40:13.175857 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part
7797 2024.12.14 03:40:13.176347 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part
7798 2024.12.14 03:40:13.176845 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part
7799 2024.12.14 03:40:13.185147 [ 189 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1068 rows, containing 72 columns (72 merged, 0 gathered) in 0.012821787 sec., 83295.72157141591 rows/sec., 67.24 MiB/sec.
7800 2024.12.14 03:40:13.186743 [ 193 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7801 2024.12.14 03:40:13.187603 [ 193 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7802 2024.12.14 03:40:13.187705 [ 193 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_31_6} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7803 2024.12.14 03:40:13.188075 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB.
7804 2024.12.14 03:40:13.885068 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7805 2024.12.14 03:40:13.885238 [ 255 ] {9460359f-c59d-46f2-8af5-3087e87df367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7806 2024.12.14 03:40:13.885311 [ 255 ] {9460359f-c59d-46f2-8af5-3087e87df367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7807 2024.12.14 03:40:13.886215 [ 255 ] {9460359f-c59d-46f2-8af5-3087e87df367} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7808 2024.12.14 03:40:13.886264 [ 255 ] {9460359f-c59d-46f2-8af5-3087e87df367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7809 2024.12.14 03:40:13.886685 [ 255 ] {9460359f-c59d-46f2-8af5-3087e87df367} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7810 2024.12.14 03:40:13.886932 [ 255 ] {9460359f-c59d-46f2-8af5-3087e87df367} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7811 2024.12.14 03:40:13.887162 [ 255 ] {9460359f-c59d-46f2-8af5-3087e87df367} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.22 MiB/sec.
7812 2024.12.14 03:40:13.887224 [ 255 ] {9460359f-c59d-46f2-8af5-3087e87df367} <Debug> TCPHandler: Processed in 0.002250045 sec.
7813 2024.12.14 03:40:13.887490 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7814 2024.12.14 03:40:13.887685 [ 258 ] {86955dd2-bf4e-4de5-b7c6-dc012a1a677b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7815 2024.12.14 03:40:13.887762 [ 258 ] {86955dd2-bf4e-4de5-b7c6-dc012a1a677b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7816 2024.12.14 03:40:13.888545 [ 258 ] {86955dd2-bf4e-4de5-b7c6-dc012a1a677b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7817 2024.12.14 03:40:13.888593 [ 258 ] {86955dd2-bf4e-4de5-b7c6-dc012a1a677b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7818 2024.12.14 03:40:13.889048 [ 258 ] {86955dd2-bf4e-4de5-b7c6-dc012a1a677b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7819 2024.12.14 03:40:13.889327 [ 258 ] {86955dd2-bf4e-4de5-b7c6-dc012a1a677b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7820 2024.12.14 03:40:13.889597 [ 258 ] {86955dd2-bf4e-4de5-b7c6-dc012a1a677b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec.
7821 2024.12.14 03:40:13.889698 [ 258 ] {86955dd2-bf4e-4de5-b7c6-dc012a1a677b} <Debug> TCPHandler: Processed in 0.002342256 sec.
7822 2024.12.14 03:40:13.889912 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7823 2024.12.14 03:40:13.890078 [ 255 ] {d80bbe4d-f9c8-4b77-988f-7cd72be4948e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7824 2024.12.14 03:40:13.890143 [ 255 ] {d80bbe4d-f9c8-4b77-988f-7cd72be4948e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7825 2024.12.14 03:40:13.890690 [ 255 ] {d80bbe4d-f9c8-4b77-988f-7cd72be4948e} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7826 2024.12.14 03:40:13.890729 [ 255 ] {d80bbe4d-f9c8-4b77-988f-7cd72be4948e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7827 2024.12.14 03:40:13.891110 [ 255 ] {d80bbe4d-f9c8-4b77-988f-7cd72be4948e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7828 2024.12.14 03:40:13.891343 [ 255 ] {d80bbe4d-f9c8-4b77-988f-7cd72be4948e} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7829 2024.12.14 03:40:13.891525 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7830 2024.12.14 03:40:13.891579 [ 255 ] {d80bbe4d-f9c8-4b77-988f-7cd72be4948e} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00153 sec., 20915.032679738564 rows/sec., 1.46 MiB/sec.
7831 2024.12.14 03:40:13.891609 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7832 2024.12.14 03:40:13.891691 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB.
7833 2024.12.14 03:40:13.891704 [ 255 ] {d80bbe4d-f9c8-4b77-988f-7cd72be4948e} <Debug> TCPHandler: Processed in 0.001898448 sec.
7834 2024.12.14 03:40:13.891889 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
7835 2024.12.14 03:40:13.891911 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7836 2024.12.14 03:40:13.892154 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7837 2024.12.14 03:40:13.892162 [ 258 ] {a76e7b8a-1b8e-4807-a511-f01a5d0ee997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7838 2024.12.14 03:40:13.892218 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 16777 rows starting from the beginning of the part
7839 2024.12.14 03:40:13.892275 [ 258 ] {a76e7b8a-1b8e-4807-a511-f01a5d0ee997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7840 2024.12.14 03:40:13.892544 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 163 rows starting from the beginning of the part
7841 2024.12.14 03:40:13.893037 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part
7842 2024.12.14 03:40:13.893427 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
7843 2024.12.14 03:40:13.893670 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 929 rows starting from the beginning of the part
7844 2024.12.14 03:40:13.894017 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part
7845 2024.12.14 03:40:13.894748 [ 258 ] {a76e7b8a-1b8e-4807-a511-f01a5d0ee997} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7846 2024.12.14 03:40:13.894822 [ 258 ] {a76e7b8a-1b8e-4807-a511-f01a5d0ee997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7847 2024.12.14 03:40:13.895642 [ 258 ] {a76e7b8a-1b8e-4807-a511-f01a5d0ee997} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7848 2024.12.14 03:40:13.896051 [ 258 ] {a76e7b8a-1b8e-4807-a511-f01a5d0ee997} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7849 2024.12.14 03:40:13.896295 [ 30 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7850 2024.12.14 03:40:13.896398 [ 30 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7851 2024.12.14 03:40:13.896468 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7852 2024.12.14 03:40:13.896706 [ 258 ] {a76e7b8a-1b8e-4807-a511-f01a5d0ee997} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004573 sec., 2624.0979663240764 rows/sec., 181.09 KiB/sec.
7853 2024.12.14 03:40:13.896908 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
7854 2024.12.14 03:40:13.897027 [ 258 ] {a76e7b8a-1b8e-4807-a511-f01a5d0ee997} <Debug> TCPHandler: Processed in 0.005205784 sec.
7855 2024.12.14 03:40:13.897314 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7856 2024.12.14 03:40:13.897365 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3226 rows starting from the beginning of the part
7857 2024.12.14 03:40:13.897570 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
7858 2024.12.14 03:40:13.897932 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part
7859 2024.12.14 03:40:13.898286 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
7860 2024.12.14 03:40:13.898544 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 70 rows starting from the beginning of the part
7861 2024.12.14 03:40:13.898700 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part
7862 2024.12.14 03:40:13.901360 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3510 rows, containing 4 columns (4 merged, 0 gathered) in 0.004761255 sec., 737200.5910206448 rows/sec., 49.09 MiB/sec.
7863 2024.12.14 03:40:13.902045 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7864 2024.12.14 03:40:13.902592 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18298 rows, containing 5 columns (5 merged, 0 gathered) in 0.010809907 sec., 1692706.5144963781 rows/sec., 114.90 MiB/sec.
7865 2024.12.14 03:40:13.902697 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7866 2024.12.14 03:40:13.902808 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_66_13} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7867 2024.12.14 03:40:13.902882 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7868 2024.12.14 03:40:13.902936 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
7869 2024.12.14 03:40:13.903236 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7870 2024.12.14 03:40:13.903325 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7871 2024.12.14 03:40:13.903422 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
7872 2024.12.14 03:40:15.572800 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703
7873 2024.12.14 03:40:15.573478 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7874 2024.12.14 03:40:15.573529 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7875 2024.12.14 03:40:15.574108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7876 2024.12.14 03:40:15.574398 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7877 2024.12.14 03:40:15.574713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703
7878 2024.12.14 03:40:17.016179 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
7879 2024.12.14 03:40:17.036633 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7880 2024.12.14 03:40:17.036685 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7881 2024.12.14 03:40:17.045592 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7882 2024.12.14 03:40:17.046892 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7883 2024.12.14 03:40:17.050645 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
7884 2024.12.14 03:40:18.892628 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7885 2024.12.14 03:40:18.892936 [ 255 ] {bb026b90-64dd-40ca-8a98-5bfd5a8fce7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7886 2024.12.14 03:40:18.893052 [ 255 ] {bb026b90-64dd-40ca-8a98-5bfd5a8fce7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7887 2024.12.14 03:40:18.894019 [ 255 ] {bb026b90-64dd-40ca-8a98-5bfd5a8fce7b} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7888 2024.12.14 03:40:18.894068 [ 255 ] {bb026b90-64dd-40ca-8a98-5bfd5a8fce7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7889 2024.12.14 03:40:18.894502 [ 255 ] {bb026b90-64dd-40ca-8a98-5bfd5a8fce7b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7890 2024.12.14 03:40:18.894758 [ 255 ] {bb026b90-64dd-40ca-8a98-5bfd5a8fce7b} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7891 2024.12.14 03:40:18.895013 [ 255 ] {bb026b90-64dd-40ca-8a98-5bfd5a8fce7b} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.002159 sec., 49096.804075961096 rows/sec., 4.15 MiB/sec.
7892 2024.12.14 03:40:18.895078 [ 255 ] {bb026b90-64dd-40ca-8a98-5bfd5a8fce7b} <Debug> TCPHandler: Processed in 0.002632652 sec.
7893 2024.12.14 03:40:18.895343 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7894 2024.12.14 03:40:18.895560 [ 258 ] {192f7026-66bb-4d98-9dbd-b6a25ca1d116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7895 2024.12.14 03:40:18.895643 [ 258 ] {192f7026-66bb-4d98-9dbd-b6a25ca1d116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7896 2024.12.14 03:40:18.896492 [ 258 ] {192f7026-66bb-4d98-9dbd-b6a25ca1d116} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7897 2024.12.14 03:40:18.896535 [ 258 ] {192f7026-66bb-4d98-9dbd-b6a25ca1d116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7898 2024.12.14 03:40:18.896987 [ 258 ] {192f7026-66bb-4d98-9dbd-b6a25ca1d116} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7899 2024.12.14 03:40:18.897247 [ 258 ] {192f7026-66bb-4d98-9dbd-b6a25ca1d116} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7900 2024.12.14 03:40:18.897390 [ 83 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7901 2024.12.14 03:40:18.897429 [ 83 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7902 2024.12.14 03:40:18.897458 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7903 2024.12.14 03:40:18.897462 [ 258 ] {192f7026-66bb-4d98-9dbd-b6a25ca1d116} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001961 sec., 12748.597654258032 rows/sec., 958.63 KiB/sec.
7904 2024.12.14 03:40:18.897652 [ 258 ] {192f7026-66bb-4d98-9dbd-b6a25ca1d116} <Debug> TCPHandler: Processed in 0.002448749 sec.
7905 2024.12.14 03:40:18.897759 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
7906 2024.12.14 03:40:18.897853 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7907 2024.12.14 03:40:18.898042 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7908 2024.12.14 03:40:18.898110 [ 255 ] {fdd53ea8-fbb5-4d96-b039-4672c891a7e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7909 2024.12.14 03:40:18.898133 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 66 rows starting from the beginning of the part
7910 2024.12.14 03:40:18.898222 [ 255 ] {fdd53ea8-fbb5-4d96-b039-4672c891a7e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7911 2024.12.14 03:40:18.898450 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part
7912 2024.12.14 03:40:18.898834 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part
7913 2024.12.14 03:40:18.899286 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 25 rows starting from the beginning of the part
7914 2024.12.14 03:40:18.899730 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part
7915 2024.12.14 03:40:18.900086 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 25 rows starting from the beginning of the part
7916 2024.12.14 03:40:18.900956 [ 255 ] {fdd53ea8-fbb5-4d96-b039-4672c891a7e2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7917 2024.12.14 03:40:18.901021 [ 255 ] {fdd53ea8-fbb5-4d96-b039-4672c891a7e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7918 2024.12.14 03:40:18.902097 [ 255 ] {fdd53ea8-fbb5-4d96-b039-4672c891a7e2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7919 2024.12.14 03:40:18.902761 [ 255 ] {fdd53ea8-fbb5-4d96-b039-4672c891a7e2} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7920 2024.12.14 03:40:18.902880 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.005328896 sec., 37718.88210991545 rows/sec., 2.84 MiB/sec.
7921 2024.12.14 03:40:18.903140 [ 255 ] {fdd53ea8-fbb5-4d96-b039-4672c891a7e2} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.005103 sec., 17440.72114442485 rows/sec., 1.36 MiB/sec.
7922 2024.12.14 03:40:18.903163 [ 197 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7923 2024.12.14 03:40:18.903249 [ 255 ] {fdd53ea8-fbb5-4d96-b039-4672c891a7e2} <Debug> TCPHandler: Processed in 0.00547283 sec.
7924 2024.12.14 03:40:18.903492 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7925 2024.12.14 03:40:18.903626 [ 186 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7926 2024.12.14 03:40:18.903707 [ 258 ] {fd3f72dd-a86e-48f0-bc5f-36c4f0399c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7927 2024.12.14 03:40:18.903828 [ 258 ] {fd3f72dd-a86e-48f0-bc5f-36c4f0399c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7928 2024.12.14 03:40:18.903867 [ 186 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_51_10} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7929 2024.12.14 03:40:18.904106 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7930 2024.12.14 03:40:18.904692 [ 258 ] {fd3f72dd-a86e-48f0-bc5f-36c4f0399c8a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7931 2024.12.14 03:40:18.904737 [ 258 ] {fd3f72dd-a86e-48f0-bc5f-36c4f0399c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7932 2024.12.14 03:40:18.905160 [ 258 ] {fd3f72dd-a86e-48f0-bc5f-36c4f0399c8a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7933 2024.12.14 03:40:18.905403 [ 258 ] {fd3f72dd-a86e-48f0-bc5f-36c4f0399c8a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7934 2024.12.14 03:40:18.905623 [ 258 ] {fd3f72dd-a86e-48f0-bc5f-36c4f0399c8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001957 sec., 81757.79253960143 rows/sec., 5.69 MiB/sec.
7935 2024.12.14 03:40:18.905692 [ 258 ] {fd3f72dd-a86e-48f0-bc5f-36c4f0399c8a} <Debug> TCPHandler: Processed in 0.002325156 sec.
7936 2024.12.14 03:40:18.905903 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7937 2024.12.14 03:40:18.906040 [ 255 ] {e2b492ff-d684-4d45-93af-cb7ca247d338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7938 2024.12.14 03:40:18.906120 [ 255 ] {e2b492ff-d684-4d45-93af-cb7ca247d338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7939 2024.12.14 03:40:18.907267 [ 255 ] {e2b492ff-d684-4d45-93af-cb7ca247d338} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7940 2024.12.14 03:40:18.907307 [ 255 ] {e2b492ff-d684-4d45-93af-cb7ca247d338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7941 2024.12.14 03:40:18.907972 [ 255 ] {e2b492ff-d684-4d45-93af-cb7ca247d338} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7942 2024.12.14 03:40:18.908230 [ 255 ] {e2b492ff-d684-4d45-93af-cb7ca247d338} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7943 2024.12.14 03:40:18.908493 [ 255 ] {e2b492ff-d684-4d45-93af-cb7ca247d338} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002484 sec., 10064.412238325282 rows/sec., 18.03 MiB/sec.
7944 2024.12.14 03:40:18.908599 [ 255 ] {e2b492ff-d684-4d45-93af-cb7ca247d338} <Debug> TCPHandler: Processed in 0.002792006 sec.
7945 2024.12.14 03:40:18.908834 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7946 2024.12.14 03:40:18.909058 [ 258 ] {64f83c38-c980-4c57-94bb-f20e0d94581d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7947 2024.12.14 03:40:18.909155 [ 258 ] {64f83c38-c980-4c57-94bb-f20e0d94581d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7948 2024.12.14 03:40:18.909802 [ 258 ] {64f83c38-c980-4c57-94bb-f20e0d94581d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7949 2024.12.14 03:40:18.909840 [ 258 ] {64f83c38-c980-4c57-94bb-f20e0d94581d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7950 2024.12.14 03:40:18.910224 [ 258 ] {64f83c38-c980-4c57-94bb-f20e0d94581d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7951 2024.12.14 03:40:18.910465 [ 258 ] {64f83c38-c980-4c57-94bb-f20e0d94581d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7952 2024.12.14 03:40:18.910645 [ 258 ] {64f83c38-c980-4c57-94bb-f20e0d94581d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001643 sec., 36518.56360316494 rows/sec., 2.46 MiB/sec.
7953 2024.12.14 03:40:18.910698 [ 258 ] {64f83c38-c980-4c57-94bb-f20e0d94581d} <Debug> TCPHandler: Processed in 0.001980699 sec.
7954 2024.12.14 03:40:22.932658 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
7955 2024.12.14 03:40:22.932720 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
7956 2024.12.14 03:40:23.074914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191
7957 2024.12.14 03:40:23.076045 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7958 2024.12.14 03:40:23.076090 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7959 2024.12.14 03:40:23.076599 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7960 2024.12.14 03:40:23.076927 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7961 2024.12.14 03:40:23.077134 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
7962 2024.12.14 03:40:23.173782 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1088
7963 2024.12.14 03:40:23.177021 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7964 2024.12.14 03:40:23.177083 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7965 2024.12.14 03:40:23.178567 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7966 2024.12.14 03:40:23.178906 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7967 2024.12.14 03:40:23.179953 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1088
7968 2024.12.14 03:40:23.896161 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7969 2024.12.14 03:40:23.896375 [ 255 ] {b5f037fa-3757-4882-a071-dd62c6846fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7970 2024.12.14 03:40:23.896458 [ 255 ] {b5f037fa-3757-4882-a071-dd62c6846fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7971 2024.12.14 03:40:23.897265 [ 255 ] {b5f037fa-3757-4882-a071-dd62c6846fe5} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7972 2024.12.14 03:40:23.897317 [ 255 ] {b5f037fa-3757-4882-a071-dd62c6846fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7973 2024.12.14 03:40:23.897747 [ 255 ] {b5f037fa-3757-4882-a071-dd62c6846fe5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7974 2024.12.14 03:40:23.898002 [ 255 ] {b5f037fa-3757-4882-a071-dd62c6846fe5} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7975 2024.12.14 03:40:23.898198 [ 176 ] {} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7976 2024.12.14 03:40:23.898271 [ 255 ] {b5f037fa-3757-4882-a071-dd62c6846fe5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec.
7977 2024.12.14 03:40:23.898286 [ 176 ] {} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7978 2024.12.14 03:40:23.898356 [ 176 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7979 2024.12.14 03:40:23.898419 [ 255 ] {b5f037fa-3757-4882-a071-dd62c6846fe5} <Debug> TCPHandler: Processed in 0.002391608 sec.
7980 2024.12.14 03:40:23.898718 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
7981 2024.12.14 03:40:23.898852 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7982 2024.12.14 03:40:23.898960 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7983 2024.12.14 03:40:23.899048 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
7984 2024.12.14 03:40:23.899168 [ 258 ] {7042348b-089a-4988-b908-f1fdc3d5d5ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7985 2024.12.14 03:40:23.899285 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
7986 2024.12.14 03:40:23.899455 [ 258 ] {7042348b-089a-4988-b908-f1fdc3d5d5ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7987 2024.12.14 03:40:23.899706 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
7988 2024.12.14 03:40:23.900010 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
7989 2024.12.14 03:40:23.900287 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
7990 2024.12.14 03:40:23.902366 [ 258 ] {7042348b-089a-4988-b908-f1fdc3d5d5ff} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7991 2024.12.14 03:40:23.902452 [ 258 ] {7042348b-089a-4988-b908-f1fdc3d5d5ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
7992 2024.12.14 03:40:23.902843 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004373258 sec., 16006.373280515352 rows/sec., 1.19 MiB/sec.
7993 2024.12.14 03:40:23.903040 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7994 2024.12.14 03:40:23.903373 [ 258 ] {7042348b-089a-4988-b908-f1fdc3d5d5ff} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7995 2024.12.14 03:40:23.903512 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_13_3} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7996 2024.12.14 03:40:23.903650 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_13_3} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7997 2024.12.14 03:40:23.903790 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7998 2024.12.14 03:40:23.903867 [ 258 ] {7042348b-089a-4988-b908-f1fdc3d5d5ff} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7999 2024.12.14 03:40:23.904143 [ 258 ] {7042348b-089a-4988-b908-f1fdc3d5d5ff} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.005079 sec., 46268.950580822995 rows/sec., 4.04 MiB/sec.
8000 2024.12.14 03:40:23.904212 [ 258 ] {7042348b-089a-4988-b908-f1fdc3d5d5ff} <Debug> TCPHandler: Processed in 0.005651463 sec.
8001 2024.12.14 03:40:23.904391 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8002 2024.12.14 03:40:23.904536 [ 255 ] {9bb9346d-67d5-40ae-b786-1de697b94fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8003 2024.12.14 03:40:23.904597 [ 255 ] {9bb9346d-67d5-40ae-b786-1de697b94fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8004 2024.12.14 03:40:23.905312 [ 255 ] {9bb9346d-67d5-40ae-b786-1de697b94fff} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8005 2024.12.14 03:40:23.905360 [ 255 ] {9bb9346d-67d5-40ae-b786-1de697b94fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8006 2024.12.14 03:40:23.905764 [ 255 ] {9bb9346d-67d5-40ae-b786-1de697b94fff} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8007 2024.12.14 03:40:23.906012 [ 255 ] {9bb9346d-67d5-40ae-b786-1de697b94fff} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8008 2024.12.14 03:40:23.906232 [ 255 ] {9bb9346d-67d5-40ae-b786-1de697b94fff} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001727 sec., 13317.892298784018 rows/sec., 960.73 KiB/sec.
8009 2024.12.14 03:40:23.906306 [ 255 ] {9bb9346d-67d5-40ae-b786-1de697b94fff} <Debug> TCPHandler: Processed in 0.00198294 sec.
8010 2024.12.14 03:40:23.906493 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8011 2024.12.14 03:40:23.906631 [ 258 ] {5a2058dc-159f-4506-a543-a76b08e9e223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8012 2024.12.14 03:40:23.906694 [ 258 ] {5a2058dc-159f-4506-a543-a76b08e9e223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8013 2024.12.14 03:40:23.907384 [ 258 ] {5a2058dc-159f-4506-a543-a76b08e9e223} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8014 2024.12.14 03:40:23.907432 [ 258 ] {5a2058dc-159f-4506-a543-a76b08e9e223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8015 2024.12.14 03:40:23.907828 [ 258 ] {5a2058dc-159f-4506-a543-a76b08e9e223} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8016 2024.12.14 03:40:23.908081 [ 258 ] {5a2058dc-159f-4506-a543-a76b08e9e223} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8017 2024.12.14 03:40:23.908371 [ 258 ] {5a2058dc-159f-4506-a543-a76b08e9e223} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001767 sec., 7923.03338992643 rows/sec., 554.88 KiB/sec.
8018 2024.12.14 03:40:23.908576 [ 258 ] {5a2058dc-159f-4506-a543-a76b08e9e223} <Debug> TCPHandler: Processed in 0.002176983 sec.
8019 2024.12.14 03:40:23.908736 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8020 2024.12.14 03:40:23.908875 [ 255 ] {6fd3a8b9-b898-48c3-b77a-74b980efbe8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8021 2024.12.14 03:40:23.908932 [ 255 ] {6fd3a8b9-b898-48c3-b77a-74b980efbe8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8022 2024.12.14 03:40:23.909620 [ 255 ] {6fd3a8b9-b898-48c3-b77a-74b980efbe8a} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8023 2024.12.14 03:40:23.909663 [ 255 ] {6fd3a8b9-b898-48c3-b77a-74b980efbe8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8024 2024.12.14 03:40:23.910018 [ 255 ] {6fd3a8b9-b898-48c3-b77a-74b980efbe8a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8025 2024.12.14 03:40:23.910257 [ 255 ] {6fd3a8b9-b898-48c3-b77a-74b980efbe8a} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8026 2024.12.14 03:40:23.910416 [ 176 ] {} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
8027 2024.12.14 03:40:23.910477 [ 176 ] {} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8028 2024.12.14 03:40:23.910513 [ 255 ] {6fd3a8b9-b898-48c3-b77a-74b980efbe8a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001662 sec., 7821.901323706377 rows/sec., 487.69 KiB/sec.
8029 2024.12.14 03:40:23.910520 [ 176 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8030 2024.12.14 03:40:23.910681 [ 255 ] {6fd3a8b9-b898-48c3-b77a-74b980efbe8a} <Debug> TCPHandler: Processed in 0.00201243 sec.
8031 2024.12.14 03:40:23.910782 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
8032 2024.12.14 03:40:23.910919 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8033 2024.12.14 03:40:23.911014 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8034 2024.12.14 03:40:23.911069 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
8035 2024.12.14 03:40:23.911371 [ 258 ] {a949c712-9995-48d8-8ae0-d458ad7ed6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8036 2024.12.14 03:40:23.911439 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
8037 2024.12.14 03:40:23.911618 [ 258 ] {a949c712-9995-48d8-8ae0-d458ad7ed6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8038 2024.12.14 03:40:23.911787 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
8039 2024.12.14 03:40:23.912204 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
8040 2024.12.14 03:40:23.912506 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
8041 2024.12.14 03:40:23.914476 [ 258 ] {a949c712-9995-48d8-8ae0-d458ad7ed6b5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8042 2024.12.14 03:40:23.914565 [ 258 ] {a949c712-9995-48d8-8ae0-d458ad7ed6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8043 2024.12.14 03:40:23.915201 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004539671 sec., 14318.218214491753 rows/sec., 948.67 KiB/sec.
8044 2024.12.14 03:40:23.915355 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
8045 2024.12.14 03:40:23.915396 [ 258 ] {a949c712-9995-48d8-8ae0-d458ad7ed6b5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8046 2024.12.14 03:40:23.915686 [ 258 ] {a949c712-9995-48d8-8ae0-d458ad7ed6b5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8047 2024.12.14 03:40:23.915687 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_13_3} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8048 2024.12.14 03:40:23.915793 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_13_3} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
8049 2024.12.14 03:40:23.916041 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8050 2024.12.14 03:40:23.916069 [ 258 ] {a949c712-9995-48d8-8ae0-d458ad7ed6b5} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.00489 sec., 81390.59304703477 rows/sec., 5.78 MiB/sec.
8051 2024.12.14 03:40:23.916224 [ 258 ] {a949c712-9995-48d8-8ae0-d458ad7ed6b5} <Debug> TCPHandler: Processed in 0.005432659 sec.
8052 2024.12.14 03:40:23.916499 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8053 2024.12.14 03:40:23.916716 [ 255 ] {96989c12-b38f-47b0-a359-ab1005d1c95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8054 2024.12.14 03:40:23.916777 [ 255 ] {96989c12-b38f-47b0-a359-ab1005d1c95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8055 2024.12.14 03:40:23.917339 [ 255 ] {96989c12-b38f-47b0-a359-ab1005d1c95d} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8056 2024.12.14 03:40:23.917383 [ 255 ] {96989c12-b38f-47b0-a359-ab1005d1c95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8057 2024.12.14 03:40:23.917794 [ 255 ] {96989c12-b38f-47b0-a359-ab1005d1c95d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8058 2024.12.14 03:40:23.918029 [ 255 ] {96989c12-b38f-47b0-a359-ab1005d1c95d} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8059 2024.12.14 03:40:23.918203 [ 255 ] {96989c12-b38f-47b0-a359-ab1005d1c95d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec.
8060 2024.12.14 03:40:23.918253 [ 255 ] {96989c12-b38f-47b0-a359-ab1005d1c95d} <Debug> TCPHandler: Processed in 0.001886788 sec.
8061 2024.12.14 03:40:23.918388 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8062 2024.12.14 03:40:23.918506 [ 258 ] {37e6dd50-bb2e-4530-84cc-645e05d15c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8063 2024.12.14 03:40:23.918560 [ 258 ] {37e6dd50-bb2e-4530-84cc-645e05d15c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8064 2024.12.14 03:40:23.919605 [ 258 ] {37e6dd50-bb2e-4530-84cc-645e05d15c60} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8065 2024.12.14 03:40:23.919678 [ 258 ] {37e6dd50-bb2e-4530-84cc-645e05d15c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8066 2024.12.14 03:40:23.920083 [ 258 ] {37e6dd50-bb2e-4530-84cc-645e05d15c60} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8067 2024.12.14 03:40:23.920325 [ 258 ] {37e6dd50-bb2e-4530-84cc-645e05d15c60} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8068 2024.12.14 03:40:23.920545 [ 258 ] {37e6dd50-bb2e-4530-84cc-645e05d15c60} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002064 sec., 114825.58139534884 rows/sec., 7.70 MiB/sec.
8069 2024.12.14 03:40:23.920597 [ 258 ] {37e6dd50-bb2e-4530-84cc-645e05d15c60} <Debug> TCPHandler: Processed in 0.002268465 sec.
8070 2024.12.14 03:40:23.920755 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8071 2024.12.14 03:40:23.920895 [ 255 ] {614d15fa-02dc-4939-9978-6cd1605e4ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8072 2024.12.14 03:40:23.920955 [ 255 ] {614d15fa-02dc-4939-9978-6cd1605e4ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8073 2024.12.14 03:40:23.921505 [ 255 ] {614d15fa-02dc-4939-9978-6cd1605e4ca6} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8074 2024.12.14 03:40:23.921549 [ 255 ] {614d15fa-02dc-4939-9978-6cd1605e4ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8075 2024.12.14 03:40:23.921945 [ 255 ] {614d15fa-02dc-4939-9978-6cd1605e4ca6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8076 2024.12.14 03:40:23.922196 [ 255 ] {614d15fa-02dc-4939-9978-6cd1605e4ca6} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8077 2024.12.14 03:40:23.922420 [ 255 ] {614d15fa-02dc-4939-9978-6cd1605e4ca6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00155 sec., 645.1612903225806 rows/sec., 43.47 KiB/sec.
8078 2024.12.14 03:40:23.922578 [ 255 ] {614d15fa-02dc-4939-9978-6cd1605e4ca6} <Debug> TCPHandler: Processed in 0.001888368 sec.
8079 2024.12.14 03:40:23.922722 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8080 2024.12.14 03:40:23.922842 [ 258 ] {2224a221-d228-419a-bbbc-0e0868bcb9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8081 2024.12.14 03:40:23.922929 [ 258 ] {2224a221-d228-419a-bbbc-0e0868bcb9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8082 2024.12.14 03:40:23.924064 [ 258 ] {2224a221-d228-419a-bbbc-0e0868bcb9b3} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8083 2024.12.14 03:40:23.924104 [ 258 ] {2224a221-d228-419a-bbbc-0e0868bcb9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8084 2024.12.14 03:40:23.924725 [ 258 ] {2224a221-d228-419a-bbbc-0e0868bcb9b3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8085 2024.12.14 03:40:23.924995 [ 258 ] {2224a221-d228-419a-bbbc-0e0868bcb9b3} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8086 2024.12.14 03:40:23.925180 [ 61 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8087 2024.12.14 03:40:23.925241 [ 61 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8088 2024.12.14 03:40:23.925274 [ 258 ] {2224a221-d228-419a-bbbc-0e0868bcb9b3} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002449 sec., 6533.2788893425895 rows/sec., 11.71 MiB/sec.
8089 2024.12.14 03:40:23.925282 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8090 2024.12.14 03:40:23.925762 [ 258 ] {2224a221-d228-419a-bbbc-0e0868bcb9b3} <Debug> TCPHandler: Processed in 0.003091673 sec.
8091 2024.12.14 03:40:23.925762 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
8092 2024.12.14 03:40:23.926077 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8093 2024.12.14 03:40:23.926531 [ 255 ] {01b97070-8d9d-49a0-bfb4-ffe5d84961c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8094 2024.12.14 03:40:23.926771 [ 255 ] {01b97070-8d9d-49a0-bfb4-ffe5d84961c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8095 2024.12.14 03:40:23.927685 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8096 2024.12.14 03:40:23.927828 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 928 rows starting from the beginning of the part
8097 2024.12.14 03:40:23.928462 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part
8098 2024.12.14 03:40:23.929066 [ 255 ] {01b97070-8d9d-49a0-bfb4-ffe5d84961c7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8099 2024.12.14 03:40:23.929153 [ 255 ] {01b97070-8d9d-49a0-bfb4-ffe5d84961c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8100 2024.12.14 03:40:23.929161 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 25 rows starting from the beginning of the part
8101 2024.12.14 03:40:23.929892 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part
8102 2024.12.14 03:40:23.930579 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 25 rows starting from the beginning of the part
8103 2024.12.14 03:40:23.930628 [ 255 ] {01b97070-8d9d-49a0-bfb4-ffe5d84961c7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8104 2024.12.14 03:40:23.931161 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part
8105 2024.12.14 03:40:23.931336 [ 255 ] {01b97070-8d9d-49a0-bfb4-ffe5d84961c7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8106 2024.12.14 03:40:23.932212 [ 255 ] {01b97070-8d9d-49a0-bfb4-ffe5d84961c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005813 sec., 14106.313435403406 rows/sec., 917.43 KiB/sec.
8107 2024.12.14 03:40:23.932468 [ 255 ] {01b97070-8d9d-49a0-bfb4-ffe5d84961c7} <Debug> TCPHandler: Processed in 0.006593722 sec.
8108 2024.12.14 03:40:23.938919 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1026 rows, containing 19 columns (19 merged, 0 gathered) in 0.01347505 sec., 76140.71932942735 rows/sec., 136.44 MiB/sec.
8109 2024.12.14 03:40:23.940277 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8110 2024.12.14 03:40:23.940737 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8111 2024.12.14 03:40:23.940839 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8112 2024.12.14 03:40:23.941010 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.26 MiB.
8113 2024.12.14 03:40:24.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.71 MiB, peak 228.37 MiB, free memory in arenas 0.00 B, will set to 220.13 MiB (RSS), difference: 2.42 MiB
8114 2024.12.14 03:40:24.550783 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
8115 2024.12.14 03:40:24.572153 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8116 2024.12.14 03:40:24.572209 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8117 2024.12.14 03:40:24.579714 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8118 2024.12.14 03:40:24.580479 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8119 2024.12.14 03:40:24.583146 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
8120 2024.12.14 03:40:28.892679 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8121 2024.12.14 03:40:28.892890 [ 255 ] {4e0cdf4c-7615-4ace-92f2-676efa2d5f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8122 2024.12.14 03:40:28.892966 [ 255 ] {4e0cdf4c-7615-4ace-92f2-676efa2d5f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8123 2024.12.14 03:40:28.893745 [ 255 ] {4e0cdf4c-7615-4ace-92f2-676efa2d5f66} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8124 2024.12.14 03:40:28.893805 [ 255 ] {4e0cdf4c-7615-4ace-92f2-676efa2d5f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8125 2024.12.14 03:40:28.894246 [ 255 ] {4e0cdf4c-7615-4ace-92f2-676efa2d5f66} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8126 2024.12.14 03:40:28.894512 [ 255 ] {4e0cdf4c-7615-4ace-92f2-676efa2d5f66} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8127 2024.12.14 03:40:28.894794 [ 255 ] {4e0cdf4c-7615-4ace-92f2-676efa2d5f66} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001951 sec., 1025.1153254741157 rows/sec., 83.59 KiB/sec.
8128 2024.12.14 03:40:28.894916 [ 255 ] {4e0cdf4c-7615-4ace-92f2-676efa2d5f66} <Debug> TCPHandler: Processed in 0.002369748 sec.
8129 2024.12.14 03:40:28.895194 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8130 2024.12.14 03:40:28.895413 [ 258 ] {02fd838a-a735-4b5b-a789-9b6734e52e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8131 2024.12.14 03:40:28.895497 [ 258 ] {02fd838a-a735-4b5b-a789-9b6734e52e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8132 2024.12.14 03:40:28.896323 [ 258 ] {02fd838a-a735-4b5b-a789-9b6734e52e96} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8133 2024.12.14 03:40:28.896372 [ 258 ] {02fd838a-a735-4b5b-a789-9b6734e52e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8134 2024.12.14 03:40:28.896816 [ 258 ] {02fd838a-a735-4b5b-a789-9b6734e52e96} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8135 2024.12.14 03:40:28.897072 [ 258 ] {02fd838a-a735-4b5b-a789-9b6734e52e96} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8136 2024.12.14 03:40:28.897259 [ 172 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_64_13 to all_69_69_0
8137 2024.12.14 03:40:28.897327 [ 258 ] {02fd838a-a735-4b5b-a789-9b6734e52e96} <Debug> executeQuery: Read 107 rows, 9.25 KiB in 0.001972 sec., 54259.63488843814 rows/sec., 4.58 MiB/sec.
8138 2024.12.14 03:40:28.897347 [ 172 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8139 2024.12.14 03:40:28.897417 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8140 2024.12.14 03:40:28.897467 [ 258 ] {02fd838a-a735-4b5b-a789-9b6734e52e96} <Debug> TCPHandler: Processed in 0.002422089 sec.
8141 2024.12.14 03:40:28.897745 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8142 2024.12.14 03:40:28.897770 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_13 to all_69_69_0 into Compact with storage Full
8143 2024.12.14 03:40:28.898082 [ 255 ] {16bef160-2a4b-409d-9481-b2b62205775b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8144 2024.12.14 03:40:28.898250 [ 255 ] {16bef160-2a4b-409d-9481-b2b62205775b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8145 2024.12.14 03:40:28.898344 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8146 2024.12.14 03:40:28.898553 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_13, total 1435 rows starting from the beginning of the part
8147 2024.12.14 03:40:28.899463 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1379 rows starting from the beginning of the part
8148 2024.12.14 03:40:28.899778 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part
8149 2024.12.14 03:40:28.900208 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 106 rows starting from the beginning of the part
8150 2024.12.14 03:40:28.900645 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 235 rows starting from the beginning of the part
8151 2024.12.14 03:40:28.900904 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 107 rows starting from the beginning of the part
8152 2024.12.14 03:40:28.901799 [ 255 ] {16bef160-2a4b-409d-9481-b2b62205775b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8153 2024.12.14 03:40:28.901868 [ 255 ] {16bef160-2a4b-409d-9481-b2b62205775b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8154 2024.12.14 03:40:28.902828 [ 255 ] {16bef160-2a4b-409d-9481-b2b62205775b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8155 2024.12.14 03:40:28.903326 [ 255 ] {16bef160-2a4b-409d-9481-b2b62205775b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8156 2024.12.14 03:40:28.903643 [ 255 ] {16bef160-2a4b-409d-9481-b2b62205775b} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.005693 sec., 4742.666432460916 rows/sec., 354.74 KiB/sec.
8157 2024.12.14 03:40:28.903970 [ 255 ] {16bef160-2a4b-409d-9481-b2b62205775b} <Debug> TCPHandler: Processed in 0.006380758 sec.
8158 2024.12.14 03:40:28.904338 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8159 2024.12.14 03:40:28.904859 [ 258 ] {91bd05c7-86b1-4a63-9404-24314fe86e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8160 2024.12.14 03:40:28.905027 [ 258 ] {91bd05c7-86b1-4a63-9404-24314fe86e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8161 2024.12.14 03:40:28.905058 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 5 columns (5 merged, 0 gathered) in 0.00753309 sec., 440456.70501746295 rows/sec., 38.60 MiB/sec.
8162 2024.12.14 03:40:28.905604 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Trace> MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary)
8163 2024.12.14 03:40:28.906210 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8164 2024.12.14 03:40:28.906324 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_69_14} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_64_13, all_69_69_0] -> all_1_69_14
8165 2024.12.14 03:40:28.906444 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
8166 2024.12.14 03:40:28.906526 [ 258 ] {91bd05c7-86b1-4a63-9404-24314fe86e4a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8167 2024.12.14 03:40:28.906573 [ 258 ] {91bd05c7-86b1-4a63-9404-24314fe86e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8168 2024.12.14 03:40:28.907025 [ 258 ] {91bd05c7-86b1-4a63-9404-24314fe86e4a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8169 2024.12.14 03:40:28.907342 [ 258 ] {91bd05c7-86b1-4a63-9404-24314fe86e4a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8170 2024.12.14 03:40:28.907562 [ 172 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_64_13 to all_69_69_0
8171 2024.12.14 03:40:28.907633 [ 172 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8172 2024.12.14 03:40:28.907646 [ 258 ] {91bd05c7-86b1-4a63-9404-24314fe86e4a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002934 sec., 31015.67825494206 rows/sec., 2.42 MiB/sec.
8173 2024.12.14 03:40:28.907678 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8174 2024.12.14 03:40:28.907832 [ 258 ] {91bd05c7-86b1-4a63-9404-24314fe86e4a} <Debug> TCPHandler: Processed in 0.003711994 sec.
8175 2024.12.14 03:40:28.907917 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_13 to all_69_69_0 into Compact with storage Full
8176 2024.12.14 03:40:28.908125 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8177 2024.12.14 03:40:28.908170 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_13, total 915 rows starting from the beginning of the part
8178 2024.12.14 03:40:28.908319 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 862 rows starting from the beginning of the part
8179 2024.12.14 03:40:28.908505 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part
8180 2024.12.14 03:40:28.908657 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 89 rows starting from the beginning of the part
8181 2024.12.14 03:40:28.908808 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 398 rows starting from the beginning of the part
8182 2024.12.14 03:40:28.908877 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8183 2024.12.14 03:40:28.908950 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 91 rows starting from the beginning of the part
8184 2024.12.14 03:40:28.909176 [ 255 ] {77f90535-e452-4f2a-9e79-9e32f55ef50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8185 2024.12.14 03:40:28.909351 [ 255 ] {77f90535-e452-4f2a-9e79-9e32f55ef50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8186 2024.12.14 03:40:28.910870 [ 255 ] {77f90535-e452-4f2a-9e79-9e32f55ef50b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8187 2024.12.14 03:40:28.910956 [ 255 ] {77f90535-e452-4f2a-9e79-9e32f55ef50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8188 2024.12.14 03:40:28.911666 [ 255 ] {77f90535-e452-4f2a-9e79-9e32f55ef50b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8189 2024.12.14 03:40:28.911851 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.004030061 sec., 600239.0534535333 rows/sec., 46.04 MiB/sec.
8190 2024.12.14 03:40:28.912091 [ 255 ] {77f90535-e452-4f2a-9e79-9e32f55ef50b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8191 2024.12.14 03:40:28.912142 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Trace> MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary)
8192 2024.12.14 03:40:28.912576 [ 255 ] {77f90535-e452-4f2a-9e79-9e32f55ef50b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003519 sec., 45751.63398692811 rows/sec., 3.19 MiB/sec.
8193 2024.12.14 03:40:28.912830 [ 255 ] {77f90535-e452-4f2a-9e79-9e32f55ef50b} <Debug> TCPHandler: Processed in 0.004195084 sec.
8194 2024.12.14 03:40:28.912927 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8195 2024.12.14 03:40:28.913265 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8196 2024.12.14 03:40:28.913291 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_69_14} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_64_13, all_69_69_0] -> all_1_69_14
8197 2024.12.14 03:40:28.913567 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
8198 2024.12.14 03:40:28.913743 [ 258 ] {0d230cf8-db14-48de-a58f-2a1a1393be9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8199 2024.12.14 03:40:28.913890 [ 258 ] {0d230cf8-db14-48de-a58f-2a1a1393be9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8200 2024.12.14 03:40:28.915105 [ 258 ] {0d230cf8-db14-48de-a58f-2a1a1393be9a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8201 2024.12.14 03:40:28.915146 [ 258 ] {0d230cf8-db14-48de-a58f-2a1a1393be9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8202 2024.12.14 03:40:28.915810 [ 258 ] {0d230cf8-db14-48de-a58f-2a1a1393be9a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8203 2024.12.14 03:40:28.916074 [ 258 ] {0d230cf8-db14-48de-a58f-2a1a1393be9a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8204 2024.12.14 03:40:28.916320 [ 258 ] {0d230cf8-db14-48de-a58f-2a1a1393be9a} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002731 sec., 9154.155986818016 rows/sec., 16.40 MiB/sec.
8205 2024.12.14 03:40:28.916431 [ 258 ] {0d230cf8-db14-48de-a58f-2a1a1393be9a} <Debug> TCPHandler: Processed in 0.003457509 sec.
8206 2024.12.14 03:40:28.916603 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8207 2024.12.14 03:40:28.916751 [ 255 ] {42de74e1-2d4a-4dbe-afe7-4f7f94ac3dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8208 2024.12.14 03:40:28.916818 [ 255 ] {42de74e1-2d4a-4dbe-afe7-4f7f94ac3dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8209 2024.12.14 03:40:28.917332 [ 255 ] {42de74e1-2d4a-4dbe-afe7-4f7f94ac3dd9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8210 2024.12.14 03:40:28.917372 [ 255 ] {42de74e1-2d4a-4dbe-afe7-4f7f94ac3dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8211 2024.12.14 03:40:28.917768 [ 255 ] {42de74e1-2d4a-4dbe-afe7-4f7f94ac3dd9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8212 2024.12.14 03:40:28.918016 [ 255 ] {42de74e1-2d4a-4dbe-afe7-4f7f94ac3dd9} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8213 2024.12.14 03:40:28.918234 [ 255 ] {42de74e1-2d4a-4dbe-afe7-4f7f94ac3dd9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec.
8214 2024.12.14 03:40:28.918284 [ 255 ] {42de74e1-2d4a-4dbe-afe7-4f7f94ac3dd9} <Debug> TCPHandler: Processed in 0.001757096 sec.
8215 2024.12.14 03:40:30.577347 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618
8216 2024.12.14 03:40:30.578411 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8217 2024.12.14 03:40:30.578460 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8218 2024.12.14 03:40:30.579013 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8219 2024.12.14 03:40:30.579276 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8220 2024.12.14 03:40:30.579506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618
8221 2024.12.14 03:40:32.083251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
8222 2024.12.14 03:40:32.105017 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8223 2024.12.14 03:40:32.105072 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8224 2024.12.14 03:40:32.112534 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8225 2024.12.14 03:40:32.113312 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8226 2024.12.14 03:40:32.117117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
8227 2024.12.14 03:40:33.180198 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1124
8228 2024.12.14 03:40:33.183549 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8229 2024.12.14 03:40:33.183607 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8230 2024.12.14 03:40:33.185095 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8231 2024.12.14 03:40:33.185408 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8232 2024.12.14 03:40:33.186082 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1124
8233 2024.12.14 03:40:33.896160 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8234 2024.12.14 03:40:33.896372 [ 255 ] {70f1d159-ee0d-48f3-a31a-4e2f59d1abfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8235 2024.12.14 03:40:33.896454 [ 255 ] {70f1d159-ee0d-48f3-a31a-4e2f59d1abfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8236 2024.12.14 03:40:33.897311 [ 255 ] {70f1d159-ee0d-48f3-a31a-4e2f59d1abfc} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8237 2024.12.14 03:40:33.897362 [ 255 ] {70f1d159-ee0d-48f3-a31a-4e2f59d1abfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8238 2024.12.14 03:40:33.897797 [ 255 ] {70f1d159-ee0d-48f3-a31a-4e2f59d1abfc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8239 2024.12.14 03:40:33.898055 [ 255 ] {70f1d159-ee0d-48f3-a31a-4e2f59d1abfc} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8240 2024.12.14 03:40:33.898280 [ 255 ] {70f1d159-ee0d-48f3-a31a-4e2f59d1abfc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001968 sec., 7113.821138211381 rows/sec., 512.10 KiB/sec.
8241 2024.12.14 03:40:33.898349 [ 255 ] {70f1d159-ee0d-48f3-a31a-4e2f59d1abfc} <Debug> TCPHandler: Processed in 0.002329837 sec.
8242 2024.12.14 03:40:33.898658 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8243 2024.12.14 03:40:33.898968 [ 258 ] {cf872284-1b22-4ec3-a5a3-e9d882f33ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8244 2024.12.14 03:40:33.899075 [ 258 ] {cf872284-1b22-4ec3-a5a3-e9d882f33ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8245 2024.12.14 03:40:33.900362 [ 258 ] {cf872284-1b22-4ec3-a5a3-e9d882f33ca9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8246 2024.12.14 03:40:33.900408 [ 258 ] {cf872284-1b22-4ec3-a5a3-e9d882f33ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8247 2024.12.14 03:40:33.900871 [ 258 ] {cf872284-1b22-4ec3-a5a3-e9d882f33ca9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8248 2024.12.14 03:40:33.901129 [ 258 ] {cf872284-1b22-4ec3-a5a3-e9d882f33ca9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8249 2024.12.14 03:40:33.901370 [ 258 ] {cf872284-1b22-4ec3-a5a3-e9d882f33ca9} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002489 sec., 94415.42788268381 rows/sec., 8.25 MiB/sec.
8250 2024.12.14 03:40:33.901440 [ 258 ] {cf872284-1b22-4ec3-a5a3-e9d882f33ca9} <Debug> TCPHandler: Processed in 0.00297632 sec.
8251 2024.12.14 03:40:33.901652 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8252 2024.12.14 03:40:33.901797 [ 255 ] {0aae2a40-f39a-4bdb-9427-7e8b5f90e8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8253 2024.12.14 03:40:33.901865 [ 255 ] {0aae2a40-f39a-4bdb-9427-7e8b5f90e8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8254 2024.12.14 03:40:33.902498 [ 255 ] {0aae2a40-f39a-4bdb-9427-7e8b5f90e8c3} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8255 2024.12.14 03:40:33.902539 [ 255 ] {0aae2a40-f39a-4bdb-9427-7e8b5f90e8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8256 2024.12.14 03:40:33.902910 [ 255 ] {0aae2a40-f39a-4bdb-9427-7e8b5f90e8c3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8257 2024.12.14 03:40:33.903151 [ 255 ] {0aae2a40-f39a-4bdb-9427-7e8b5f90e8c3} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8258 2024.12.14 03:40:33.903377 [ 255 ] {0aae2a40-f39a-4bdb-9427-7e8b5f90e8c3} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001614 sec., 14250.309789343246 rows/sec., 1.00 MiB/sec.
8259 2024.12.14 03:40:33.903456 [ 255 ] {0aae2a40-f39a-4bdb-9427-7e8b5f90e8c3} <Debug> TCPHandler: Processed in 0.001908838 sec.
8260 2024.12.14 03:40:33.903718 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8261 2024.12.14 03:40:33.903943 [ 258 ] {649cee41-c920-427e-a712-ab3a9f6205fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8262 2024.12.14 03:40:33.904035 [ 258 ] {649cee41-c920-427e-a712-ab3a9f6205fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8263 2024.12.14 03:40:33.904629 [ 258 ] {649cee41-c920-427e-a712-ab3a9f6205fc} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8264 2024.12.14 03:40:33.904670 [ 258 ] {649cee41-c920-427e-a712-ab3a9f6205fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8265 2024.12.14 03:40:33.905054 [ 258 ] {649cee41-c920-427e-a712-ab3a9f6205fc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8266 2024.12.14 03:40:33.905306 [ 258 ] {649cee41-c920-427e-a712-ab3a9f6205fc} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8267 2024.12.14 03:40:33.905472 [ 70 ] {} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0
8268 2024.12.14 03:40:33.905551 [ 258 ] {649cee41-c920-427e-a712-ab3a9f6205fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001657 sec., 8449.004224502112 rows/sec., 591.71 KiB/sec.
8269 2024.12.14 03:40:33.905555 [ 70 ] {} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8270 2024.12.14 03:40:33.905644 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8271 2024.12.14 03:40:33.905682 [ 258 ] {649cee41-c920-427e-a712-ab3a9f6205fc} <Debug> TCPHandler: Processed in 0.002113233 sec.
8272 2024.12.14 03:40:33.905906 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8273 2024.12.14 03:40:33.905915 [ 190 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full
8274 2024.12.14 03:40:33.906125 [ 255 ] {5b16620e-f699-4195-b329-8c8b58239c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8275 2024.12.14 03:40:33.906170 [ 190 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8276 2024.12.14 03:40:33.906220 [ 255 ] {5b16620e-f699-4195-b329-8c8b58239c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8277 2024.12.14 03:40:33.906244 [ 190 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 242 rows starting from the beginning of the part
8278 2024.12.14 03:40:33.906584 [ 190 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
8279 2024.12.14 03:40:33.907005 [ 190 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
8280 2024.12.14 03:40:33.907373 [ 190 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part
8281 2024.12.14 03:40:33.907691 [ 190 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
8282 2024.12.14 03:40:33.908080 [ 190 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
8283 2024.12.14 03:40:33.909006 [ 255 ] {5b16620e-f699-4195-b329-8c8b58239c7e} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8284 2024.12.14 03:40:33.909067 [ 255 ] {5b16620e-f699-4195-b329-8c8b58239c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8285 2024.12.14 03:40:33.910013 [ 255 ] {5b16620e-f699-4195-b329-8c8b58239c7e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8286 2024.12.14 03:40:33.910635 [ 255 ] {5b16620e-f699-4195-b329-8c8b58239c7e} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8287 2024.12.14 03:40:33.910717 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004975849 sec., 108524.19355973222 rows/sec., 7.77 MiB/sec.
8288 2024.12.14 03:40:33.910924 [ 255 ] {5b16620e-f699-4195-b329-8c8b58239c7e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004869 sec., 2669.952762374204 rows/sec., 166.47 KiB/sec.
8289 2024.12.14 03:40:33.910943 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
8290 2024.12.14 03:40:33.911034 [ 255 ] {5b16620e-f699-4195-b329-8c8b58239c7e} <Debug> TCPHandler: Processed in 0.005247865 sec.
8291 2024.12.14 03:40:33.911291 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8292 2024.12.14 03:40:33.911385 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8293 2024.12.14 03:40:33.911648 [ 258 ] {9117c93c-14aa-4382-8ddd-782c7a30f7a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8294 2024.12.14 03:40:33.911666 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_19_4} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4
8295 2024.12.14 03:40:33.911784 [ 258 ] {9117c93c-14aa-4382-8ddd-782c7a30f7a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8296 2024.12.14 03:40:33.911930 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
8297 2024.12.14 03:40:33.912728 [ 258 ] {9117c93c-14aa-4382-8ddd-782c7a30f7a6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8298 2024.12.14 03:40:33.912773 [ 258 ] {9117c93c-14aa-4382-8ddd-782c7a30f7a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8299 2024.12.14 03:40:33.913176 [ 258 ] {9117c93c-14aa-4382-8ddd-782c7a30f7a6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8300 2024.12.14 03:40:33.913420 [ 258 ] {9117c93c-14aa-4382-8ddd-782c7a30f7a6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8301 2024.12.14 03:40:33.913649 [ 258 ] {9117c93c-14aa-4382-8ddd-782c7a30f7a6} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.0021 sec., 189523.80952380953 rows/sec., 13.47 MiB/sec.
8302 2024.12.14 03:40:33.913711 [ 258 ] {9117c93c-14aa-4382-8ddd-782c7a30f7a6} <Debug> TCPHandler: Processed in 0.002562281 sec.
8303 2024.12.14 03:40:33.913902 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8304 2024.12.14 03:40:33.914053 [ 255 ] {7c59112d-b6de-4ba3-afbe-985e6ed023b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8305 2024.12.14 03:40:33.914115 [ 255 ] {7c59112d-b6de-4ba3-afbe-985e6ed023b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8306 2024.12.14 03:40:33.914684 [ 255 ] {7c59112d-b6de-4ba3-afbe-985e6ed023b9} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8307 2024.12.14 03:40:33.914730 [ 255 ] {7c59112d-b6de-4ba3-afbe-985e6ed023b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8308 2024.12.14 03:40:33.915132 [ 255 ] {7c59112d-b6de-4ba3-afbe-985e6ed023b9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8309 2024.12.14 03:40:33.915363 [ 255 ] {7c59112d-b6de-4ba3-afbe-985e6ed023b9} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8310 2024.12.14 03:40:33.915579 [ 255 ] {7c59112d-b6de-4ba3-afbe-985e6ed023b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 201.33 KiB/sec.
8311 2024.12.14 03:40:33.915628 [ 255 ] {7c59112d-b6de-4ba3-afbe-985e6ed023b9} <Debug> TCPHandler: Processed in 0.001825527 sec.
8312 2024.12.14 03:40:33.915773 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8313 2024.12.14 03:40:33.915890 [ 258 ] {c436b12c-0e0f-4a4c-bb01-cc65cda2205a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8314 2024.12.14 03:40:33.915945 [ 258 ] {c436b12c-0e0f-4a4c-bb01-cc65cda2205a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8315 2024.12.14 03:40:33.916622 [ 258 ] {c436b12c-0e0f-4a4c-bb01-cc65cda2205a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8316 2024.12.14 03:40:33.916669 [ 258 ] {c436b12c-0e0f-4a4c-bb01-cc65cda2205a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8317 2024.12.14 03:40:33.917131 [ 258 ] {c436b12c-0e0f-4a4c-bb01-cc65cda2205a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8318 2024.12.14 03:40:33.917377 [ 258 ] {c436b12c-0e0f-4a4c-bb01-cc65cda2205a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8319 2024.12.14 03:40:33.917598 [ 258 ] {c436b12c-0e0f-4a4c-bb01-cc65cda2205a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001732 sec., 136836.02771362587 rows/sec., 9.17 MiB/sec.
8320 2024.12.14 03:40:33.917651 [ 258 ] {c436b12c-0e0f-4a4c-bb01-cc65cda2205a} <Debug> TCPHandler: Processed in 0.001935388 sec.
8321 2024.12.14 03:40:33.917791 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8322 2024.12.14 03:40:33.917905 [ 255 ] {6ff4982f-0903-431d-8813-35bce0faeebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8323 2024.12.14 03:40:33.917957 [ 255 ] {6ff4982f-0903-431d-8813-35bce0faeebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8324 2024.12.14 03:40:33.918502 [ 255 ] {6ff4982f-0903-431d-8813-35bce0faeebe} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8325 2024.12.14 03:40:33.918549 [ 255 ] {6ff4982f-0903-431d-8813-35bce0faeebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8326 2024.12.14 03:40:33.918973 [ 255 ] {6ff4982f-0903-431d-8813-35bce0faeebe} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8327 2024.12.14 03:40:33.919215 [ 255 ] {6ff4982f-0903-431d-8813-35bce0faeebe} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8328 2024.12.14 03:40:33.919430 [ 255 ] {6ff4982f-0903-431d-8813-35bce0faeebe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001549 sec., 645.5777921239509 rows/sec., 43.50 KiB/sec.
8329 2024.12.14 03:40:33.919483 [ 255 ] {6ff4982f-0903-431d-8813-35bce0faeebe} <Debug> TCPHandler: Processed in 0.001746935 sec.
8330 2024.12.14 03:40:33.919620 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8331 2024.12.14 03:40:33.919739 [ 258 ] {a98b8b45-1697-48d8-9b91-85255c44ca8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8332 2024.12.14 03:40:33.919825 [ 258 ] {a98b8b45-1697-48d8-9b91-85255c44ca8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8333 2024.12.14 03:40:33.920989 [ 258 ] {a98b8b45-1697-48d8-9b91-85255c44ca8e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8334 2024.12.14 03:40:33.921028 [ 258 ] {a98b8b45-1697-48d8-9b91-85255c44ca8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8335 2024.12.14 03:40:33.921679 [ 258 ] {a98b8b45-1697-48d8-9b91-85255c44ca8e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8336 2024.12.14 03:40:33.921944 [ 258 ] {a98b8b45-1697-48d8-9b91-85255c44ca8e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8337 2024.12.14 03:40:33.922199 [ 258 ] {a98b8b45-1697-48d8-9b91-85255c44ca8e} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002486 sec., 6436.041834271923 rows/sec., 11.53 MiB/sec.
8338 2024.12.14 03:40:33.922305 [ 258 ] {a98b8b45-1697-48d8-9b91-85255c44ca8e} <Debug> TCPHandler: Processed in 0.002743185 sec.
8339 2024.12.14 03:40:33.922450 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8340 2024.12.14 03:40:33.922588 [ 255 ] {60753984-a342-461b-8775-e1ea68ce864d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8341 2024.12.14 03:40:33.922648 [ 255 ] {60753984-a342-461b-8775-e1ea68ce864d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8342 2024.12.14 03:40:33.923217 [ 255 ] {60753984-a342-461b-8775-e1ea68ce864d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8343 2024.12.14 03:40:33.923256 [ 255 ] {60753984-a342-461b-8775-e1ea68ce864d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB.
8344 2024.12.14 03:40:33.923634 [ 255 ] {60753984-a342-461b-8775-e1ea68ce864d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8345 2024.12.14 03:40:33.923888 [ 255 ] {60753984-a342-461b-8775-e1ea68ce864d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8346 2024.12.14 03:40:33.924104 [ 255 ] {60753984-a342-461b-8775-e1ea68ce864d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec.
8347 2024.12.14 03:40:33.924166 [ 255 ] {60753984-a342-461b-8775-e1ea68ce864d} <Debug> TCPHandler: Processed in 0.001784656 sec.
8348 2024.12.14 03:40:37.932769 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache
8349 2024.12.14 03:40:37.932846 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache
8350 2024.12.14 03:40:38.079679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106
8351 2024.12.14 03:40:38.080428 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8352 2024.12.14 03:40:38.080475 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8353 2024.12.14 03:40:38.081014 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8354 2024.12.14 03:40:38.081283 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8355 2024.12.14 03:40:38.081506 [ 150 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8356 2024.12.14 03:40:38.081543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
8357 2024.12.14 03:40:38.081591 [ 150 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8358 2024.12.14 03:40:38.081619 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8359 2024.12.14 03:40:38.081760 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
8360 2024.12.14 03:40:38.081924 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8361 2024.12.14 03:40:38.081968 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
8362 2024.12.14 03:40:38.082046 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
8363 2024.12.14 03:40:38.082215 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
8364 2024.12.14 03:40:38.082404 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
8365 2024.12.14 03:40:38.082640 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
8366 2024.12.14 03:40:38.082793 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
8367 2024.12.14 03:40:38.085321 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003630513 sec., 5813503.491104425 rows/sec., 83.16 MiB/sec.
8368 2024.12.14 03:40:38.085863 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8369 2024.12.14 03:40:38.086340 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_46_9} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8370 2024.12.14 03:40:38.086439 [ 195 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_46_9} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8371 2024.12.14 03:40:38.086566 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
8372 2024.12.14 03:40:38.892076 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8373 2024.12.14 03:40:38.892283 [ 255 ] {831bc974-b18a-4ae6-a7b4-1adc93b525fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8374 2024.12.14 03:40:38.892361 [ 255 ] {831bc974-b18a-4ae6-a7b4-1adc93b525fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8375 2024.12.14 03:40:38.893222 [ 255 ] {831bc974-b18a-4ae6-a7b4-1adc93b525fe} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8376 2024.12.14 03:40:38.893281 [ 255 ] {831bc974-b18a-4ae6-a7b4-1adc93b525fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8377 2024.12.14 03:40:38.893709 [ 255 ] {831bc974-b18a-4ae6-a7b4-1adc93b525fe} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8378 2024.12.14 03:40:38.893969 [ 255 ] {831bc974-b18a-4ae6-a7b4-1adc93b525fe} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8379 2024.12.14 03:40:38.894204 [ 255 ] {831bc974-b18a-4ae6-a7b4-1adc93b525fe} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001978 sec., 53589.48432760363 rows/sec., 4.53 MiB/sec.
8380 2024.12.14 03:40:38.894263 [ 255 ] {831bc974-b18a-4ae6-a7b4-1adc93b525fe} <Debug> TCPHandler: Processed in 0.002326407 sec.
8381 2024.12.14 03:40:38.894520 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8382 2024.12.14 03:40:38.894739 [ 258 ] {a4523a3f-a3ce-435e-abcd-20b29bda4950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8383 2024.12.14 03:40:38.894823 [ 258 ] {a4523a3f-a3ce-435e-abcd-20b29bda4950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8384 2024.12.14 03:40:38.895626 [ 258 ] {a4523a3f-a3ce-435e-abcd-20b29bda4950} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8385 2024.12.14 03:40:38.895678 [ 258 ] {a4523a3f-a3ce-435e-abcd-20b29bda4950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8386 2024.12.14 03:40:38.896120 [ 258 ] {a4523a3f-a3ce-435e-abcd-20b29bda4950} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8387 2024.12.14 03:40:38.896378 [ 258 ] {a4523a3f-a3ce-435e-abcd-20b29bda4950} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8388 2024.12.14 03:40:38.896620 [ 258 ] {a4523a3f-a3ce-435e-abcd-20b29bda4950} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001943 sec., 12866.700977869274 rows/sec., 967.52 KiB/sec.
8389 2024.12.14 03:40:38.896677 [ 258 ] {a4523a3f-a3ce-435e-abcd-20b29bda4950} <Debug> TCPHandler: Processed in 0.002305766 sec.
8390 2024.12.14 03:40:38.896826 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8391 2024.12.14 03:40:38.896966 [ 255 ] {41ec0767-e01e-42f8-ac0c-7dd8044d39f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8392 2024.12.14 03:40:38.897025 [ 255 ] {41ec0767-e01e-42f8-ac0c-7dd8044d39f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8393 2024.12.14 03:40:38.897671 [ 255 ] {41ec0767-e01e-42f8-ac0c-7dd8044d39f6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8394 2024.12.14 03:40:38.897713 [ 255 ] {41ec0767-e01e-42f8-ac0c-7dd8044d39f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8395 2024.12.14 03:40:38.898084 [ 255 ] {41ec0767-e01e-42f8-ac0c-7dd8044d39f6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8396 2024.12.14 03:40:38.898323 [ 255 ] {41ec0767-e01e-42f8-ac0c-7dd8044d39f6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8397 2024.12.14 03:40:38.898576 [ 255 ] {41ec0767-e01e-42f8-ac0c-7dd8044d39f6} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001638 sec., 54334.554334554334 rows/sec., 4.24 MiB/sec.
8398 2024.12.14 03:40:38.898666 [ 255 ] {41ec0767-e01e-42f8-ac0c-7dd8044d39f6} <Debug> TCPHandler: Processed in 0.001907198 sec.
8399 2024.12.14 03:40:38.898863 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8400 2024.12.14 03:40:38.899021 [ 258 ] {f1673462-bf9f-44cd-82c5-aeba891ab89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8401 2024.12.14 03:40:38.899084 [ 258 ] {f1673462-bf9f-44cd-82c5-aeba891ab89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8402 2024.12.14 03:40:38.899689 [ 258 ] {f1673462-bf9f-44cd-82c5-aeba891ab89c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8403 2024.12.14 03:40:38.899728 [ 258 ] {f1673462-bf9f-44cd-82c5-aeba891ab89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8404 2024.12.14 03:40:38.900143 [ 258 ] {f1673462-bf9f-44cd-82c5-aeba891ab89c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8405 2024.12.14 03:40:38.900383 [ 258 ] {f1673462-bf9f-44cd-82c5-aeba891ab89c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8406 2024.12.14 03:40:38.900566 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8407 2024.12.14 03:40:38.900631 [ 258 ] {f1673462-bf9f-44cd-82c5-aeba891ab89c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec.
8408 2024.12.14 03:40:38.900660 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8409 2024.12.14 03:40:38.900750 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8410 2024.12.14 03:40:38.900760 [ 258 ] {f1673462-bf9f-44cd-82c5-aeba891ab89c} <Debug> TCPHandler: Processed in 0.00200427 sec.
8411 2024.12.14 03:40:38.900971 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
8412 2024.12.14 03:40:38.900998 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8413 2024.12.14 03:40:38.901169 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8414 2024.12.14 03:40:38.901236 [ 255 ] {d7c00b4b-e2ed-4710-8404-4575cc9edd28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8415 2024.12.14 03:40:38.901243 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18298 rows starting from the beginning of the part
8416 2024.12.14 03:40:38.901561 [ 255 ] {d7c00b4b-e2ed-4710-8404-4575cc9edd28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8417 2024.12.14 03:40:38.901594 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part
8418 2024.12.14 03:40:38.901985 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part
8419 2024.12.14 03:40:38.902393 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 161 rows starting from the beginning of the part
8420 2024.12.14 03:40:38.902757 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part
8421 2024.12.14 03:40:38.903109 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
8422 2024.12.14 03:40:38.906202 [ 255 ] {d7c00b4b-e2ed-4710-8404-4575cc9edd28} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8423 2024.12.14 03:40:38.906291 [ 255 ] {d7c00b4b-e2ed-4710-8404-4575cc9edd28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8424 2024.12.14 03:40:38.907712 [ 255 ] {d7c00b4b-e2ed-4710-8404-4575cc9edd28} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8425 2024.12.14 03:40:38.908404 [ 255 ] {d7c00b4b-e2ed-4710-8404-4575cc9edd28} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8426 2024.12.14 03:40:38.908731 [ 255 ] {d7c00b4b-e2ed-4710-8404-4575cc9edd28} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007538 sec., 3316.5295834438843 rows/sec., 5.94 MiB/sec.
8427 2024.12.14 03:40:38.909253 [ 255 ] {d7c00b4b-e2ed-4710-8404-4575cc9edd28} <Debug> TCPHandler: Processed in 0.008365678 sec.
8428 2024.12.14 03:40:38.909618 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8429 2024.12.14 03:40:38.909973 [ 258 ] {4592b945-adc2-4c9f-9ff8-25453e4a4d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8430 2024.12.14 03:40:38.910035 [ 258 ] {4592b945-adc2-4c9f-9ff8-25453e4a4d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8431 2024.12.14 03:40:38.910691 [ 258 ] {4592b945-adc2-4c9f-9ff8-25453e4a4d5b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8432 2024.12.14 03:40:38.910733 [ 258 ] {4592b945-adc2-4c9f-9ff8-25453e4a4d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8433 2024.12.14 03:40:38.911081 [ 190 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19253 rows, containing 5 columns (5 merged, 0 gathered) in 0.010209574 sec., 1885778.9756947742 rows/sec., 128.05 MiB/sec.
8434 2024.12.14 03:40:38.911316 [ 258 ] {4592b945-adc2-4c9f-9ff8-25453e4a4d5b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8435 2024.12.14 03:40:38.911529 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8436 2024.12.14 03:40:38.911733 [ 258 ] {4592b945-adc2-4c9f-9ff8-25453e4a4d5b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8437 2024.12.14 03:40:38.912002 [ 144 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8438 2024.12.14 03:40:38.912084 [ 144 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8439 2024.12.14 03:40:38.912149 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8440 2024.12.14 03:40:38.912275 [ 258 ] {4592b945-adc2-4c9f-9ff8-25453e4a4d5b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002276 sec., 26362.038664323376 rows/sec., 1.78 MiB/sec.
8441 2024.12.14 03:40:38.912297 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8442 2024.12.14 03:40:38.912558 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
8443 2024.12.14 03:40:38.912590 [ 258 ] {4592b945-adc2-4c9f-9ff8-25453e4a4d5b} <Debug> TCPHandler: Processed in 0.003185644 sec.
8444 2024.12.14 03:40:38.912692 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8445 2024.12.14 03:40:38.912917 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8446 2024.12.14 03:40:38.912931 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB.
8447 2024.12.14 03:40:38.912993 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3510 rows starting from the beginning of the part
8448 2024.12.14 03:40:38.913106 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part
8449 2024.12.14 03:40:38.913316 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part
8450 2024.12.14 03:40:38.913507 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part
8451 2024.12.14 03:40:38.913684 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part
8452 2024.12.14 03:40:38.913832 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
8453 2024.12.14 03:40:38.915773 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3854 rows, containing 4 columns (4 merged, 0 gathered) in 0.00349544 sec., 1102579.3605383013 rows/sec., 73.32 MiB/sec.
8454 2024.12.14 03:40:38.916123 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8455 2024.12.14 03:40:38.916437 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8456 2024.12.14 03:40:38.916522 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_71_14} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8457 2024.12.14 03:40:38.916612 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8458 2024.12.14 03:40:39.353767 [ 144 ] {} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
8459 2024.12.14 03:40:39.353823 [ 144 ] {} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8460 2024.12.14 03:40:39.353845 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8461 2024.12.14 03:40:39.354051 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
8462 2024.12.14 03:40:39.354244 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8463 2024.12.14 03:40:39.354281 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
8464 2024.12.14 03:40:39.354363 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
8465 2024.12.14 03:40:39.354585 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
8466 2024.12.14 03:40:39.354873 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
8467 2024.12.14 03:40:39.355053 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part
8468 2024.12.14 03:40:39.356168 [ 191 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002248135 sec., 16013.273224250323 rows/sec., 1.34 MiB/sec.
8469 2024.12.14 03:40:39.356321 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
8470 2024.12.14 03:40:39.356608 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_17_4} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8471 2024.12.14 03:40:39.356696 [ 190 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_17_4} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
8472 2024.12.14 03:40:39.356777 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8473 2024.12.14 03:40:39.617245 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
8474 2024.12.14 03:40:39.640286 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8475 2024.12.14 03:40:39.640350 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8476 2024.12.14 03:40:39.647510 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8477 2024.12.14 03:40:39.648292 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8478 2024.12.14 03:40:39.648673 [ 146 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8479 2024.12.14 03:40:39.648800 [ 146 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8480 2024.12.14 03:40:39.648880 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8481 2024.12.14 03:40:39.649519 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
8482 2024.12.14 03:40:39.666889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
8483 2024.12.14 03:40:39.668584 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8484 2024.12.14 03:40:39.669852 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part
8485 2024.12.14 03:40:39.675228 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
8486 2024.12.14 03:40:39.680931 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
8487 2024.12.14 03:40:39.689223 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
8488 2024.12.14 03:40:39.695788 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
8489 2024.12.14 03:40:39.700697 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
8490 2024.12.14 03:40:39.764774 [ 191 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.115738089 sec., 2998.1486907045787 rows/sec., 15.50 MiB/sec.
8491 2024.12.14 03:40:39.767973 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8492 2024.12.14 03:40:39.770992 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_46_9} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8493 2024.12.14 03:40:39.771138 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_46_9} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8494 2024.12.14 03:40:39.773660 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8495 2024.12.14 03:40:40.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.41 MiB, peak 235.84 MiB, free memory in arenas 0.00 B, will set to 223.65 MiB (RSS), difference: 1.25 MiB
8496 2024.12.14 03:40:42.652603 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8497 2024.12.14 03:40:42.652803 [ 255 ] {146d483f-7198-4128-ba3a-52d2283955fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8498 2024.12.14 03:40:42.652873 [ 255 ] {146d483f-7198-4128-ba3a-52d2283955fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8499 2024.12.14 03:40:42.653621 [ 255 ] {146d483f-7198-4128-ba3a-52d2283955fe} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8500 2024.12.14 03:40:42.653664 [ 255 ] {146d483f-7198-4128-ba3a-52d2283955fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8501 2024.12.14 03:40:42.654095 [ 255 ] {146d483f-7198-4128-ba3a-52d2283955fe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8502 2024.12.14 03:40:42.654349 [ 255 ] {146d483f-7198-4128-ba3a-52d2283955fe} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8503 2024.12.14 03:40:42.654572 [ 255 ] {146d483f-7198-4128-ba3a-52d2283955fe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 554.35 KiB/sec.
8504 2024.12.14 03:40:42.654638 [ 255 ] {146d483f-7198-4128-ba3a-52d2283955fe} <Debug> TCPHandler: Processed in 0.002162214 sec.
8505 2024.12.14 03:40:42.654935 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8506 2024.12.14 03:40:42.655156 [ 258 ] {be21b545-c63f-48b5-87bf-942a74a7ebe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8507 2024.12.14 03:40:42.655241 [ 258 ] {be21b545-c63f-48b5-87bf-942a74a7ebe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8508 2024.12.14 03:40:42.655996 [ 258 ] {be21b545-c63f-48b5-87bf-942a74a7ebe4} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8509 2024.12.14 03:40:42.656049 [ 258 ] {be21b545-c63f-48b5-87bf-942a74a7ebe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8510 2024.12.14 03:40:42.656490 [ 258 ] {be21b545-c63f-48b5-87bf-942a74a7ebe4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8511 2024.12.14 03:40:42.656746 [ 258 ] {be21b545-c63f-48b5-87bf-942a74a7ebe4} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8512 2024.12.14 03:40:42.657049 [ 258 ] {be21b545-c63f-48b5-87bf-942a74a7ebe4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001947 sec., 1027.221366204417 rows/sec., 83.76 KiB/sec.
8513 2024.12.14 03:40:42.657272 [ 258 ] {be21b545-c63f-48b5-87bf-942a74a7ebe4} <Debug> TCPHandler: Processed in 0.002482729 sec.
8514 2024.12.14 03:40:42.657461 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8515 2024.12.14 03:40:42.657605 [ 255 ] {42909d11-9739-43eb-9a30-6fd815bcc22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8516 2024.12.14 03:40:42.657666 [ 255 ] {42909d11-9739-43eb-9a30-6fd815bcc22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8517 2024.12.14 03:40:42.659038 [ 255 ] {42909d11-9739-43eb-9a30-6fd815bcc22f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8518 2024.12.14 03:40:42.659078 [ 255 ] {42909d11-9739-43eb-9a30-6fd815bcc22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8519 2024.12.14 03:40:42.659531 [ 255 ] {42909d11-9739-43eb-9a30-6fd815bcc22f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8520 2024.12.14 03:40:42.659777 [ 255 ] {42909d11-9739-43eb-9a30-6fd815bcc22f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8521 2024.12.14 03:40:42.660043 [ 255 ] {42909d11-9739-43eb-9a30-6fd815bcc22f} <Debug> executeQuery: Read 1376 rows, 117.65 KiB in 0.00246 sec., 559349.593495935 rows/sec., 46.71 MiB/sec.
8522 2024.12.14 03:40:42.660137 [ 255 ] {42909d11-9739-43eb-9a30-6fd815bcc22f} <Debug> TCPHandler: Processed in 0.002743685 sec.
8523 2024.12.14 03:40:42.660422 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8524 2024.12.14 03:40:42.660663 [ 258 ] {e4dbaf25-da48-4f78-8e14-8922f4ae44d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8525 2024.12.14 03:40:42.660754 [ 258 ] {e4dbaf25-da48-4f78-8e14-8922f4ae44d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8526 2024.12.14 03:40:42.661644 [ 258 ] {e4dbaf25-da48-4f78-8e14-8922f4ae44d1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8527 2024.12.14 03:40:42.661683 [ 258 ] {e4dbaf25-da48-4f78-8e14-8922f4ae44d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8528 2024.12.14 03:40:42.662055 [ 258 ] {e4dbaf25-da48-4f78-8e14-8922f4ae44d1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8529 2024.12.14 03:40:42.662300 [ 258 ] {e4dbaf25-da48-4f78-8e14-8922f4ae44d1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8530 2024.12.14 03:40:42.662510 [ 133 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8531 2024.12.14 03:40:42.662531 [ 258 ] {e4dbaf25-da48-4f78-8e14-8922f4ae44d1} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.00191 sec., 13089.005235602093 rows/sec., 941.79 KiB/sec.
8532 2024.12.14 03:40:42.662617 [ 133 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8533 2024.12.14 03:40:42.662673 [ 258 ] {e4dbaf25-da48-4f78-8e14-8922f4ae44d1} <Debug> TCPHandler: Processed in 0.002419138 sec.
8534 2024.12.14 03:40:42.662700 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8535 2024.12.14 03:40:42.662941 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
8536 2024.12.14 03:40:42.662959 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8537 2024.12.14 03:40:42.663218 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8538 2024.12.14 03:40:42.663292 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 66 rows starting from the beginning of the part
8539 2024.12.14 03:40:42.663323 [ 255 ] {cbc8ef10-4110-4a01-86e5-c7abbca71e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8540 2024.12.14 03:40:42.663470 [ 255 ] {cbc8ef10-4110-4a01-86e5-c7abbca71e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8541 2024.12.14 03:40:42.663478 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 23 rows starting from the beginning of the part
8542 2024.12.14 03:40:42.663904 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 27 rows starting from the beginning of the part
8543 2024.12.14 03:40:42.664272 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 23 rows starting from the beginning of the part
8544 2024.12.14 03:40:42.664597 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 25 rows starting from the beginning of the part
8545 2024.12.14 03:40:42.665045 [ 198 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 25 rows starting from the beginning of the part
8546 2024.12.14 03:40:42.666866 [ 255 ] {cbc8ef10-4110-4a01-86e5-c7abbca71e96} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8547 2024.12.14 03:40:42.666932 [ 255 ] {cbc8ef10-4110-4a01-86e5-c7abbca71e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8548 2024.12.14 03:40:42.667886 [ 255 ] {cbc8ef10-4110-4a01-86e5-c7abbca71e96} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
8549 2024.12.14 03:40:42.668066 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005211685 sec., 36264.66296408935 rows/sec., 2.73 MiB/sec.
8550 2024.12.14 03:40:42.668281 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8551 2024.12.14 03:40:42.668369 [ 255 ] {cbc8ef10-4110-4a01-86e5-c7abbca71e96} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8552 2024.12.14 03:40:42.668866 [ 255 ] {cbc8ef10-4110-4a01-86e5-c7abbca71e96} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00562 sec., 43060.49822064057 rows/sec., 2.92 MiB/sec.
8553 2024.12.14 03:40:42.669115 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8554 2024.12.14 03:40:42.669248 [ 255 ] {cbc8ef10-4110-4a01-86e5-c7abbca71e96} <Debug> TCPHandler: Processed in 0.006451349 sec.
8555 2024.12.14 03:40:42.669477 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_56_11} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8556 2024.12.14 03:40:42.669620 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8557 2024.12.14 03:40:42.669709 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8558 2024.12.14 03:40:42.669819 [ 258 ] {ed435bfa-ce9c-4fbc-9e88-170d93840379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8559 2024.12.14 03:40:42.669880 [ 258 ] {ed435bfa-ce9c-4fbc-9e88-170d93840379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8560 2024.12.14 03:40:42.670547 [ 258 ] {ed435bfa-ce9c-4fbc-9e88-170d93840379} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8561 2024.12.14 03:40:42.670586 [ 258 ] {ed435bfa-ce9c-4fbc-9e88-170d93840379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8562 2024.12.14 03:40:42.670944 [ 258 ] {ed435bfa-ce9c-4fbc-9e88-170d93840379} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8563 2024.12.14 03:40:42.671195 [ 258 ] {ed435bfa-ce9c-4fbc-9e88-170d93840379} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8564 2024.12.14 03:40:42.671421 [ 258 ] {ed435bfa-ce9c-4fbc-9e88-170d93840379} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001631 sec., 7970.570202329859 rows/sec., 496.96 KiB/sec.
8565 2024.12.14 03:40:42.671475 [ 258 ] {ed435bfa-ce9c-4fbc-9e88-170d93840379} <Debug> TCPHandler: Processed in 0.002091572 sec.
8566 2024.12.14 03:40:42.671679 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8567 2024.12.14 03:40:42.671910 [ 255 ] {975296dc-4b0f-4b71-81c3-ccfd7b508dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8568 2024.12.14 03:40:42.672001 [ 255 ] {975296dc-4b0f-4b71-81c3-ccfd7b508dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8569 2024.12.14 03:40:42.673078 [ 255 ] {975296dc-4b0f-4b71-81c3-ccfd7b508dc4} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8570 2024.12.14 03:40:42.673114 [ 255 ] {975296dc-4b0f-4b71-81c3-ccfd7b508dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8571 2024.12.14 03:40:42.673503 [ 255 ] {975296dc-4b0f-4b71-81c3-ccfd7b508dc4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8572 2024.12.14 03:40:42.673736 [ 255 ] {975296dc-4b0f-4b71-81c3-ccfd7b508dc4} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8573 2024.12.14 03:40:42.673938 [ 255 ] {975296dc-4b0f-4b71-81c3-ccfd7b508dc4} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.002088 sec., 409961.6858237548 rows/sec., 29.66 MiB/sec.
8574 2024.12.14 03:40:42.674006 [ 255 ] {975296dc-4b0f-4b71-81c3-ccfd7b508dc4} <Debug> TCPHandler: Processed in 0.002441268 sec.
8575 2024.12.14 03:40:42.674241 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8576 2024.12.14 03:40:42.674473 [ 258 ] {18347da3-a8c5-43a8-83ab-5d54f87ad8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8577 2024.12.14 03:40:42.674568 [ 258 ] {18347da3-a8c5-43a8-83ab-5d54f87ad8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8578 2024.12.14 03:40:42.675420 [ 258 ] {18347da3-a8c5-43a8-83ab-5d54f87ad8e4} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8579 2024.12.14 03:40:42.675459 [ 258 ] {18347da3-a8c5-43a8-83ab-5d54f87ad8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8580 2024.12.14 03:40:42.675826 [ 258 ] {18347da3-a8c5-43a8-83ab-5d54f87ad8e4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8581 2024.12.14 03:40:42.676059 [ 258 ] {18347da3-a8c5-43a8-83ab-5d54f87ad8e4} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8582 2024.12.14 03:40:42.676261 [ 258 ] {18347da3-a8c5-43a8-83ab-5d54f87ad8e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001867 sec., 3213.7118371719334 rows/sec., 167.90 KiB/sec.
8583 2024.12.14 03:40:42.676311 [ 258 ] {18347da3-a8c5-43a8-83ab-5d54f87ad8e4} <Debug> TCPHandler: Processed in 0.002234704 sec.
8584 2024.12.14 03:40:42.676503 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8585 2024.12.14 03:40:42.676710 [ 255 ] {5d4aed35-4ab8-4389-9cdf-abc3ab6ecfbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8586 2024.12.14 03:40:42.676800 [ 255 ] {5d4aed35-4ab8-4389-9cdf-abc3ab6ecfbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8587 2024.12.14 03:40:42.677863 [ 255 ] {5d4aed35-4ab8-4389-9cdf-abc3ab6ecfbe} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8588 2024.12.14 03:40:42.677900 [ 255 ] {5d4aed35-4ab8-4389-9cdf-abc3ab6ecfbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8589 2024.12.14 03:40:42.678334 [ 255 ] {5d4aed35-4ab8-4389-9cdf-abc3ab6ecfbe} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8590 2024.12.14 03:40:42.678568 [ 255 ] {5d4aed35-4ab8-4389-9cdf-abc3ab6ecfbe} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8591 2024.12.14 03:40:42.678743 [ 255 ] {5d4aed35-4ab8-4389-9cdf-abc3ab6ecfbe} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002033 sec., 455484.505656665 rows/sec., 30.39 MiB/sec.
8592 2024.12.14 03:40:42.678793 [ 255 ] {5d4aed35-4ab8-4389-9cdf-abc3ab6ecfbe} <Debug> TCPHandler: Processed in 0.002360948 sec.
8593 2024.12.14 03:40:42.678999 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8594 2024.12.14 03:40:42.679219 [ 258 ] {d30fa2e5-be76-4e6f-8075-41c0193f8a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8595 2024.12.14 03:40:42.679314 [ 258 ] {d30fa2e5-be76-4e6f-8075-41c0193f8a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8596 2024.12.14 03:40:42.679818 [ 258 ] {d30fa2e5-be76-4e6f-8075-41c0193f8a31} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8597 2024.12.14 03:40:42.679858 [ 258 ] {d30fa2e5-be76-4e6f-8075-41c0193f8a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8598 2024.12.14 03:40:42.680215 [ 258 ] {d30fa2e5-be76-4e6f-8075-41c0193f8a31} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8599 2024.12.14 03:40:42.680455 [ 258 ] {d30fa2e5-be76-4e6f-8075-41c0193f8a31} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8600 2024.12.14 03:40:42.680648 [ 133 ] {} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
8601 2024.12.14 03:40:42.680714 [ 258 ] {d30fa2e5-be76-4e6f-8075-41c0193f8a31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec.
8602 2024.12.14 03:40:42.680724 [ 133 ] {} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8603 2024.12.14 03:40:42.680826 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8604 2024.12.14 03:40:42.680840 [ 258 ] {d30fa2e5-be76-4e6f-8075-41c0193f8a31} <Debug> TCPHandler: Processed in 0.001948869 sec.
8605 2024.12.14 03:40:42.681099 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
8606 2024.12.14 03:40:42.681161 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8607 2024.12.14 03:40:42.681285 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8608 2024.12.14 03:40:42.681359 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
8609 2024.12.14 03:40:42.681488 [ 255 ] {127c7dd7-6793-4a61-a3bd-90d434f922c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8610 2024.12.14 03:40:42.681571 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
8611 2024.12.14 03:40:42.681907 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
8612 2024.12.14 03:40:42.681941 [ 255 ] {127c7dd7-6793-4a61-a3bd-90d434f922c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8613 2024.12.14 03:40:42.682129 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
8614 2024.12.14 03:40:42.682549 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
8615 2024.12.14 03:40:42.682845 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
8616 2024.12.14 03:40:42.686361 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005390898 sec., 2782.4677818055548 rows/sec., 187.49 KiB/sec.
8617 2024.12.14 03:40:42.686577 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
8618 2024.12.14 03:40:42.687209 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_15_3} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8619 2024.12.14 03:40:42.687271 [ 255 ] {127c7dd7-6793-4a61-a3bd-90d434f922c9} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8620 2024.12.14 03:40:42.687357 [ 255 ] {127c7dd7-6793-4a61-a3bd-90d434f922c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8621 2024.12.14 03:40:42.687364 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_15_3} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
8622 2024.12.14 03:40:42.687527 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8623 2024.12.14 03:40:42.688133 [ 255 ] {127c7dd7-6793-4a61-a3bd-90d434f922c9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8624 2024.12.14 03:40:42.688397 [ 255 ] {127c7dd7-6793-4a61-a3bd-90d434f922c9} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8625 2024.12.14 03:40:42.688598 [ 255 ] {127c7dd7-6793-4a61-a3bd-90d434f922c9} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007212 sec., 2218.524681087077 rows/sec., 3.98 MiB/sec.
8626 2024.12.14 03:40:42.688702 [ 255 ] {127c7dd7-6793-4a61-a3bd-90d434f922c9} <Debug> TCPHandler: Processed in 0.007742635 sec.
8627 2024.12.14 03:40:42.688875 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8628 2024.12.14 03:40:42.689016 [ 258 ] {60b09e03-c786-4628-bdbc-5620784a4174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8629 2024.12.14 03:40:42.689078 [ 258 ] {60b09e03-c786-4628-bdbc-5620784a4174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8630 2024.12.14 03:40:42.689620 [ 258 ] {60b09e03-c786-4628-bdbc-5620784a4174} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8631 2024.12.14 03:40:42.689659 [ 258 ] {60b09e03-c786-4628-bdbc-5620784a4174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8632 2024.12.14 03:40:42.690030 [ 258 ] {60b09e03-c786-4628-bdbc-5620784a4174} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8633 2024.12.14 03:40:42.690279 [ 258 ] {60b09e03-c786-4628-bdbc-5620784a4174} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8634 2024.12.14 03:40:42.690529 [ 258 ] {60b09e03-c786-4628-bdbc-5620784a4174} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001541 sec., 45425.048669695 rows/sec., 2.85 MiB/sec.
8635 2024.12.14 03:40:42.690627 [ 258 ] {60b09e03-c786-4628-bdbc-5620784a4174} <Debug> TCPHandler: Processed in 0.001822696 sec.
8636 2024.12.14 03:40:43.186368 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1182
8637 2024.12.14 03:40:43.190489 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8638 2024.12.14 03:40:43.190528 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8639 2024.12.14 03:40:43.192034 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8640 2024.12.14 03:40:43.192346 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8641 2024.12.14 03:40:43.192914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1182
8642 2024.12.14 03:40:43.884883 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8643 2024.12.14 03:40:43.885075 [ 255 ] {dd9d1453-a360-45cc-9fca-1ce7b75c4deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8644 2024.12.14 03:40:43.885148 [ 255 ] {dd9d1453-a360-45cc-9fca-1ce7b75c4deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8645 2024.12.14 03:40:43.885973 [ 255 ] {dd9d1453-a360-45cc-9fca-1ce7b75c4deb} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8646 2024.12.14 03:40:43.886027 [ 255 ] {dd9d1453-a360-45cc-9fca-1ce7b75c4deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8647 2024.12.14 03:40:43.886471 [ 255 ] {dd9d1453-a360-45cc-9fca-1ce7b75c4deb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8648 2024.12.14 03:40:43.886729 [ 255 ] {dd9d1453-a360-45cc-9fca-1ce7b75c4deb} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8649 2024.12.14 03:40:43.886968 [ 255 ] {dd9d1453-a360-45cc-9fca-1ce7b75c4deb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.22 MiB/sec.
8650 2024.12.14 03:40:43.887088 [ 255 ] {dd9d1453-a360-45cc-9fca-1ce7b75c4deb} <Debug> TCPHandler: Processed in 0.002334817 sec.
8651 2024.12.14 03:40:43.887402 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8652 2024.12.14 03:40:43.887586 [ 258 ] {00dee858-d030-4ac6-89b3-b17b497969ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8653 2024.12.14 03:40:43.887662 [ 258 ] {00dee858-d030-4ac6-89b3-b17b497969ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8654 2024.12.14 03:40:43.888448 [ 258 ] {00dee858-d030-4ac6-89b3-b17b497969ee} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8655 2024.12.14 03:40:43.888496 [ 258 ] {00dee858-d030-4ac6-89b3-b17b497969ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8656 2024.12.14 03:40:43.888930 [ 258 ] {00dee858-d030-4ac6-89b3-b17b497969ee} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8657 2024.12.14 03:40:43.889180 [ 258 ] {00dee858-d030-4ac6-89b3-b17b497969ee} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8658 2024.12.14 03:40:43.889418 [ 258 ] {00dee858-d030-4ac6-89b3-b17b497969ee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001881 sec., 34024.455077086655 rows/sec., 2.66 MiB/sec.
8659 2024.12.14 03:40:43.889498 [ 258 ] {00dee858-d030-4ac6-89b3-b17b497969ee} <Debug> TCPHandler: Processed in 0.002293716 sec.
8660 2024.12.14 03:40:43.889718 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8661 2024.12.14 03:40:43.889877 [ 255 ] {98c85d15-e67a-42f3-9406-dec17d39945b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8662 2024.12.14 03:40:43.889946 [ 255 ] {98c85d15-e67a-42f3-9406-dec17d39945b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8663 2024.12.14 03:40:43.890585 [ 255 ] {98c85d15-e67a-42f3-9406-dec17d39945b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8664 2024.12.14 03:40:43.890628 [ 255 ] {98c85d15-e67a-42f3-9406-dec17d39945b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8665 2024.12.14 03:40:43.891029 [ 255 ] {98c85d15-e67a-42f3-9406-dec17d39945b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8666 2024.12.14 03:40:43.891272 [ 255 ] {98c85d15-e67a-42f3-9406-dec17d39945b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8667 2024.12.14 03:40:43.891489 [ 255 ] {98c85d15-e67a-42f3-9406-dec17d39945b} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001649 sec., 19405.700424499697 rows/sec., 1.35 MiB/sec.
8668 2024.12.14 03:40:43.891550 [ 255 ] {98c85d15-e67a-42f3-9406-dec17d39945b} <Debug> TCPHandler: Processed in 0.001955709 sec.
8669 2024.12.14 03:40:43.891743 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8670 2024.12.14 03:40:43.891902 [ 258 ] {e531027d-33fb-47f9-9f39-3d0aac099a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8671 2024.12.14 03:40:43.891968 [ 258 ] {e531027d-33fb-47f9-9f39-3d0aac099a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8672 2024.12.14 03:40:43.892538 [ 258 ] {e531027d-33fb-47f9-9f39-3d0aac099a10} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8673 2024.12.14 03:40:43.892580 [ 258 ] {e531027d-33fb-47f9-9f39-3d0aac099a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8674 2024.12.14 03:40:43.892979 [ 258 ] {e531027d-33fb-47f9-9f39-3d0aac099a10} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8675 2024.12.14 03:40:43.893231 [ 258 ] {e531027d-33fb-47f9-9f39-3d0aac099a10} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8676 2024.12.14 03:40:43.893472 [ 258 ] {e531027d-33fb-47f9-9f39-3d0aac099a10} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001607 sec., 7467.3304293715 rows/sec., 515.32 KiB/sec.
8677 2024.12.14 03:40:43.893573 [ 258 ] {e531027d-33fb-47f9-9f39-3d0aac099a10} <Debug> TCPHandler: Processed in 0.001902008 sec.
8678 2024.12.14 03:40:45.581739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533
8679 2024.12.14 03:40:45.582426 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8680 2024.12.14 03:40:45.582475 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8681 2024.12.14 03:40:45.583008 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8682 2024.12.14 03:40:45.583268 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8683 2024.12.14 03:40:45.583521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533
8684 2024.12.14 03:40:47.167026 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
8685 2024.12.14 03:40:47.185697 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8686 2024.12.14 03:40:47.185765 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8687 2024.12.14 03:40:47.192664 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8688 2024.12.14 03:40:47.193404 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8689 2024.12.14 03:40:47.195976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
8690 2024.12.14 03:40:48.892212 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8691 2024.12.14 03:40:48.892411 [ 255 ] {c98bdea9-a6bb-48b1-b031-ec48ab1faff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8692 2024.12.14 03:40:48.892487 [ 255 ] {c98bdea9-a6bb-48b1-b031-ec48ab1faff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8693 2024.12.14 03:40:48.893316 [ 255 ] {c98bdea9-a6bb-48b1-b031-ec48ab1faff9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8694 2024.12.14 03:40:48.893370 [ 255 ] {c98bdea9-a6bb-48b1-b031-ec48ab1faff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8695 2024.12.14 03:40:48.893815 [ 255 ] {c98bdea9-a6bb-48b1-b031-ec48ab1faff9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8696 2024.12.14 03:40:48.894079 [ 255 ] {c98bdea9-a6bb-48b1-b031-ec48ab1faff9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8697 2024.12.14 03:40:48.894286 [ 127 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_69_14 to all_74_74_0
8698 2024.12.14 03:40:48.894354 [ 255 ] {c98bdea9-a6bb-48b1-b031-ec48ab1faff9} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.00199 sec., 53266.331658291456 rows/sec., 4.50 MiB/sec.
8699 2024.12.14 03:40:48.894366 [ 127 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8700 2024.12.14 03:40:48.894436 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8701 2024.12.14 03:40:48.894508 [ 255 ] {c98bdea9-a6bb-48b1-b031-ec48ab1faff9} <Debug> TCPHandler: Processed in 0.002431119 sec.
8702 2024.12.14 03:40:48.894676 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_14 to all_74_74_0 into Compact with storage Full
8703 2024.12.14 03:40:48.894804 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8704 2024.12.14 03:40:48.894845 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8705 2024.12.14 03:40:48.894888 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_14, total 1435 rows starting from the beginning of the part
8706 2024.12.14 03:40:48.895031 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 235 rows starting from the beginning of the part
8707 2024.12.14 03:40:48.895042 [ 258 ] {93a02b8b-0ea2-471a-a797-ec18c3eebb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8708 2024.12.14 03:40:48.895170 [ 258 ] {93a02b8b-0ea2-471a-a797-ec18c3eebb36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8709 2024.12.14 03:40:48.895251 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 106 rows starting from the beginning of the part
8710 2024.12.14 03:40:48.895677 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1376 rows starting from the beginning of the part
8711 2024.12.14 03:40:48.895814 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part
8712 2024.12.14 03:40:48.895986 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 106 rows starting from the beginning of the part
8713 2024.12.14 03:40:48.896957 [ 258 ] {93a02b8b-0ea2-471a-a797-ec18c3eebb36} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8714 2024.12.14 03:40:48.897009 [ 258 ] {93a02b8b-0ea2-471a-a797-ec18c3eebb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8715 2024.12.14 03:40:48.897703 [ 258 ] {93a02b8b-0ea2-471a-a797-ec18c3eebb36} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8716 2024.12.14 03:40:48.897987 [ 258 ] {93a02b8b-0ea2-471a-a797-ec18c3eebb36} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8717 2024.12.14 03:40:48.898213 [ 258 ] {93a02b8b-0ea2-471a-a797-ec18c3eebb36} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.003265 sec., 7656.967840735068 rows/sec., 575.77 KiB/sec.
8718 2024.12.14 03:40:48.898314 [ 258 ] {93a02b8b-0ea2-471a-a797-ec18c3eebb36} <Debug> TCPHandler: Processed in 0.003652033 sec.
8719 2024.12.14 03:40:48.898491 [ 199 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.00395694 sec., 837515.8582136702 rows/sec., 73.41 MiB/sec.
8720 2024.12.14 03:40:48.898547 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8721 2024.12.14 03:40:48.898721 [ 255 ] {1e02ccbe-bff8-46a5-b54c-24dff944694c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8722 2024.12.14 03:40:48.898802 [ 255 ] {1e02ccbe-bff8-46a5-b54c-24dff944694c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8723 2024.12.14 03:40:48.898841 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Trace> MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary)
8724 2024.12.14 03:40:48.899564 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8725 2024.12.14 03:40:48.899708 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_74_15} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_69_14, all_74_74_0] -> all_1_74_15
8726 2024.12.14 03:40:48.899921 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
8727 2024.12.14 03:40:48.900076 [ 255 ] {1e02ccbe-bff8-46a5-b54c-24dff944694c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8728 2024.12.14 03:40:48.900129 [ 255 ] {1e02ccbe-bff8-46a5-b54c-24dff944694c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8729 2024.12.14 03:40:48.900502 [ 255 ] {1e02ccbe-bff8-46a5-b54c-24dff944694c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8730 2024.12.14 03:40:48.900737 [ 255 ] {1e02ccbe-bff8-46a5-b54c-24dff944694c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8731 2024.12.14 03:40:48.900932 [ 127 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_69_14 to all_74_74_0
8732 2024.12.14 03:40:48.900999 [ 255 ] {1e02ccbe-bff8-46a5-b54c-24dff944694c} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.002332 sec., 38164.665523156094 rows/sec., 2.98 MiB/sec.
8733 2024.12.14 03:40:48.901006 [ 127 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8734 2024.12.14 03:40:48.901095 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8735 2024.12.14 03:40:48.901158 [ 255 ] {1e02ccbe-bff8-46a5-b54c-24dff944694c} <Debug> TCPHandler: Processed in 0.002697494 sec.
8736 2024.12.14 03:40:48.901296 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_14 to all_74_74_0 into Compact with storage Full
8737 2024.12.14 03:40:48.901363 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8738 2024.12.14 03:40:48.901444 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8739 2024.12.14 03:40:48.901525 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_14, total 915 rows starting from the beginning of the part
8740 2024.12.14 03:40:48.901563 [ 258 ] {fedb4052-6d3c-467e-b047-7a2f1d2b4b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8741 2024.12.14 03:40:48.901727 [ 258 ] {fedb4052-6d3c-467e-b047-7a2f1d2b4b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8742 2024.12.14 03:40:48.901774 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 398 rows starting from the beginning of the part
8743 2024.12.14 03:40:48.902201 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 89 rows starting from the beginning of the part
8744 2024.12.14 03:40:48.902548 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 856 rows starting from the beginning of the part
8745 2024.12.14 03:40:48.902846 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part
8746 2024.12.14 03:40:48.903211 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 89 rows starting from the beginning of the part
8747 2024.12.14 03:40:48.904234 [ 258 ] {fedb4052-6d3c-467e-b047-7a2f1d2b4b46} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8748 2024.12.14 03:40:48.904314 [ 258 ] {fedb4052-6d3c-467e-b047-7a2f1d2b4b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8749 2024.12.14 03:40:48.905198 [ 258 ] {fedb4052-6d3c-467e-b047-7a2f1d2b4b46} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8750 2024.12.14 03:40:48.905612 [ 258 ] {fedb4052-6d3c-467e-b047-7a2f1d2b4b46} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8751 2024.12.14 03:40:48.905882 [ 258 ] {fedb4052-6d3c-467e-b047-7a2f1d2b4b46} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004375 sec., 36571.428571428565 rows/sec., 2.55 MiB/sec.
8752 2024.12.14 03:40:48.906168 [ 258 ] {fedb4052-6d3c-467e-b047-7a2f1d2b4b46} <Debug> TCPHandler: Processed in 0.004870967 sec.
8753 2024.12.14 03:40:48.906433 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8754 2024.12.14 03:40:48.906509 [ 188 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005294046 sec., 455417.2744248916 rows/sec., 34.92 MiB/sec.
8755 2024.12.14 03:40:48.906609 [ 255 ] {e50e0c3c-940d-4004-aea1-568d375f6c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8756 2024.12.14 03:40:48.906729 [ 255 ] {e50e0c3c-940d-4004-aea1-568d375f6c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8757 2024.12.14 03:40:48.906776 [ 188 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Trace> MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary)
8758 2024.12.14 03:40:48.907575 [ 188 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8759 2024.12.14 03:40:48.907839 [ 188 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_74_15} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_69_14, all_74_74_0] -> all_1_74_15
8760 2024.12.14 03:40:48.908057 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
8761 2024.12.14 03:40:48.908905 [ 255 ] {e50e0c3c-940d-4004-aea1-568d375f6c0c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8762 2024.12.14 03:40:48.908952 [ 255 ] {e50e0c3c-940d-4004-aea1-568d375f6c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8763 2024.12.14 03:40:48.909611 [ 255 ] {e50e0c3c-940d-4004-aea1-568d375f6c0c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8764 2024.12.14 03:40:48.909865 [ 255 ] {e50e0c3c-940d-4004-aea1-568d375f6c0c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8765 2024.12.14 03:40:48.910064 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8766 2024.12.14 03:40:48.910137 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8767 2024.12.14 03:40:48.910171 [ 255 ] {e50e0c3c-940d-4004-aea1-568d375f6c0c} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.003592 sec., 6959.910913140311 rows/sec., 12.47 MiB/sec.
8768 2024.12.14 03:40:48.910180 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8769 2024.12.14 03:40:48.910616 [ 255 ] {e50e0c3c-940d-4004-aea1-568d375f6c0c} <Debug> TCPHandler: Processed in 0.004315787 sec.
8770 2024.12.14 03:40:48.910617 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
8771 2024.12.14 03:40:48.910847 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8772 2024.12.14 03:40:48.911127 [ 258 ] {2348b933-5959-4854-ad60-80a7dfbdaf25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8773 2024.12.14 03:40:48.911284 [ 258 ] {2348b933-5959-4854-ad60-80a7dfbdaf25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8774 2024.12.14 03:40:48.911419 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8775 2024.12.14 03:40:48.911686 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1026 rows starting from the beginning of the part
8776 2024.12.14 03:40:48.912375 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 25 rows starting from the beginning of the part
8777 2024.12.14 03:40:48.913126 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part
8778 2024.12.14 03:40:48.913782 [ 258 ] {2348b933-5959-4854-ad60-80a7dfbdaf25} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8779 2024.12.14 03:40:48.913849 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 25 rows starting from the beginning of the part
8780 2024.12.14 03:40:48.913858 [ 258 ] {2348b933-5959-4854-ad60-80a7dfbdaf25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8781 2024.12.14 03:40:48.914558 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part
8782 2024.12.14 03:40:48.915236 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 25 rows starting from the beginning of the part
8783 2024.12.14 03:40:48.915360 [ 258 ] {2348b933-5959-4854-ad60-80a7dfbdaf25} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8784 2024.12.14 03:40:48.916147 [ 258 ] {2348b933-5959-4854-ad60-80a7dfbdaf25} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8785 2024.12.14 03:40:48.916520 [ 258 ] {2348b933-5959-4854-ad60-80a7dfbdaf25} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005495 sec., 10919.01728844404 rows/sec., 753.53 KiB/sec.
8786 2024.12.14 03:40:48.916693 [ 258 ] {2348b933-5959-4854-ad60-80a7dfbdaf25} <Debug> TCPHandler: Processed in 0.00596628 sec.
8787 2024.12.14 03:40:48.923555 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1133 rows, containing 19 columns (19 merged, 0 gathered) in 0.013189754 sec., 85900.0099622783 rows/sec., 153.93 MiB/sec.
8788 2024.12.14 03:40:48.925071 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8789 2024.12.14 03:40:48.925496 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8790 2024.12.14 03:40:48.925578 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8791 2024.12.14 03:40:48.925734 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB.
8792 2024.12.14 03:40:49.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.25 MiB, peak 235.84 MiB, free memory in arenas 0.00 B, will set to 227.14 MiB (RSS), difference: 2.89 MiB
8793 2024.12.14 03:40:52.933094 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache
8794 2024.12.14 03:40:52.933172 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache
8795 2024.12.14 03:40:53.045848 [ 118 ] {} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
8796 2024.12.14 03:40:53.045923 [ 118 ] {} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8797 2024.12.14 03:40:53.045949 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8798 2024.12.14 03:40:53.046191 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
8799 2024.12.14 03:40:53.046399 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8800 2024.12.14 03:40:53.046446 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
8801 2024.12.14 03:40:53.046541 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
8802 2024.12.14 03:40:53.046684 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
8803 2024.12.14 03:40:53.046912 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
8804 2024.12.14 03:40:53.047112 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
8805 2024.12.14 03:40:53.048263 [ 189 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002221375 sec., 40515.44651398346 rows/sec., 2.07 MiB/sec.
8806 2024.12.14 03:40:53.048537 [ 189 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
8807 2024.12.14 03:40:53.048968 [ 189 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_15_3} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8808 2024.12.14 03:40:53.049056 [ 189 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_15_3} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
8809 2024.12.14 03:40:53.049153 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8810 2024.12.14 03:40:53.083681 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021
8811 2024.12.14 03:40:53.084397 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8812 2024.12.14 03:40:53.084443 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8813 2024.12.14 03:40:53.084991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8814 2024.12.14 03:40:53.085255 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8815 2024.12.14 03:40:53.085450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
8816 2024.12.14 03:40:53.193229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1202
8817 2024.12.14 03:40:53.196061 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8818 2024.12.14 03:40:53.196104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8819 2024.12.14 03:40:53.197531 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8820 2024.12.14 03:40:53.197839 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8821 2024.12.14 03:40:53.198362 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1202
8822 2024.12.14 03:40:53.902720 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8823 2024.12.14 03:40:53.902955 [ 255 ] {3f4e524e-0ccd-4ec7-889a-0d411008a057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8824 2024.12.14 03:40:53.903032 [ 255 ] {3f4e524e-0ccd-4ec7-889a-0d411008a057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8825 2024.12.14 03:40:53.903841 [ 255 ] {3f4e524e-0ccd-4ec7-889a-0d411008a057} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8826 2024.12.14 03:40:53.903890 [ 255 ] {3f4e524e-0ccd-4ec7-889a-0d411008a057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8827 2024.12.14 03:40:53.904310 [ 255 ] {3f4e524e-0ccd-4ec7-889a-0d411008a057} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8828 2024.12.14 03:40:53.904563 [ 255 ] {3f4e524e-0ccd-4ec7-889a-0d411008a057} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8829 2024.12.14 03:40:53.904799 [ 255 ] {3f4e524e-0ccd-4ec7-889a-0d411008a057} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001896 sec., 7383.966244725739 rows/sec., 531.55 KiB/sec.
8830 2024.12.14 03:40:53.904892 [ 255 ] {3f4e524e-0ccd-4ec7-889a-0d411008a057} <Debug> TCPHandler: Processed in 0.002362367 sec.
8831 2024.12.14 03:40:53.905207 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8832 2024.12.14 03:40:53.905422 [ 258 ] {dd0db96a-97c2-40b2-abca-5c56e9d246b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8833 2024.12.14 03:40:53.905502 [ 258 ] {dd0db96a-97c2-40b2-abca-5c56e9d246b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8834 2024.12.14 03:40:53.906357 [ 258 ] {dd0db96a-97c2-40b2-abca-5c56e9d246b2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8835 2024.12.14 03:40:53.906405 [ 258 ] {dd0db96a-97c2-40b2-abca-5c56e9d246b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8836 2024.12.14 03:40:53.906875 [ 258 ] {dd0db96a-97c2-40b2-abca-5c56e9d246b2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8837 2024.12.14 03:40:53.907150 [ 258 ] {dd0db96a-97c2-40b2-abca-5c56e9d246b2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8838 2024.12.14 03:40:53.907429 [ 258 ] {dd0db96a-97c2-40b2-abca-5c56e9d246b2} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002058 sec., 114188.5325558795 rows/sec., 9.97 MiB/sec.
8839 2024.12.14 03:40:53.907559 [ 258 ] {dd0db96a-97c2-40b2-abca-5c56e9d246b2} <Debug> TCPHandler: Processed in 0.002523941 sec.
8840 2024.12.14 03:40:53.907822 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8841 2024.12.14 03:40:53.907993 [ 255 ] {e0a95518-31a2-4dfc-8555-8b70f8d8febe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8842 2024.12.14 03:40:53.908051 [ 255 ] {e0a95518-31a2-4dfc-8555-8b70f8d8febe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8843 2024.12.14 03:40:53.908755 [ 255 ] {e0a95518-31a2-4dfc-8555-8b70f8d8febe} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8844 2024.12.14 03:40:53.908823 [ 255 ] {e0a95518-31a2-4dfc-8555-8b70f8d8febe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8845 2024.12.14 03:40:53.909176 [ 255 ] {e0a95518-31a2-4dfc-8555-8b70f8d8febe} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8846 2024.12.14 03:40:53.909405 [ 255 ] {e0a95518-31a2-4dfc-8555-8b70f8d8febe} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8847 2024.12.14 03:40:53.909624 [ 255 ] {e0a95518-31a2-4dfc-8555-8b70f8d8febe} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.00166 sec., 13855.421686746988 rows/sec., 999.51 KiB/sec.
8848 2024.12.14 03:40:53.909676 [ 255 ] {e0a95518-31a2-4dfc-8555-8b70f8d8febe} <Debug> TCPHandler: Processed in 0.00199186 sec.
8849 2024.12.14 03:40:53.909826 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8850 2024.12.14 03:40:53.909958 [ 258 ] {cce98f02-71f7-4491-bc6a-3572551819d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8851 2024.12.14 03:40:53.910011 [ 258 ] {cce98f02-71f7-4491-bc6a-3572551819d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8852 2024.12.14 03:40:53.910645 [ 258 ] {cce98f02-71f7-4491-bc6a-3572551819d8} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8853 2024.12.14 03:40:53.910687 [ 258 ] {cce98f02-71f7-4491-bc6a-3572551819d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8854 2024.12.14 03:40:53.911051 [ 258 ] {cce98f02-71f7-4491-bc6a-3572551819d8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
8855 2024.12.14 03:40:53.911295 [ 258 ] {cce98f02-71f7-4491-bc6a-3572551819d8} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8856 2024.12.14 03:40:53.911504 [ 258 ] {cce98f02-71f7-4491-bc6a-3572551819d8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001575 sec., 8888.888888888889 rows/sec., 622.52 KiB/sec.
8857 2024.12.14 03:40:53.911559 [ 258 ] {cce98f02-71f7-4491-bc6a-3572551819d8} <Debug> TCPHandler: Processed in 0.001796476 sec.
8858 2024.12.14 03:40:53.911706 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8859 2024.12.14 03:40:53.911826 [ 255 ] {b88daa4d-a199-47aa-bc79-e00f4034dba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8860 2024.12.14 03:40:53.911874 [ 255 ] {b88daa4d-a199-47aa-bc79-e00f4034dba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8861 2024.12.14 03:40:53.912446 [ 255 ] {b88daa4d-a199-47aa-bc79-e00f4034dba9} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8862 2024.12.14 03:40:53.912483 [ 255 ] {b88daa4d-a199-47aa-bc79-e00f4034dba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8863 2024.12.14 03:40:53.912825 [ 255 ] {b88daa4d-a199-47aa-bc79-e00f4034dba9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8864 2024.12.14 03:40:53.913059 [ 255 ] {b88daa4d-a199-47aa-bc79-e00f4034dba9} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8865 2024.12.14 03:40:53.913232 [ 255 ] {b88daa4d-a199-47aa-bc79-e00f4034dba9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00143 sec., 9090.90909090909 rows/sec., 566.82 KiB/sec.
8866 2024.12.14 03:40:53.913283 [ 255 ] {b88daa4d-a199-47aa-bc79-e00f4034dba9} <Debug> TCPHandler: Processed in 0.001634043 sec.
8867 2024.12.14 03:40:53.913436 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8868 2024.12.14 03:40:53.913560 [ 258 ] {6a72c298-2100-4108-a5a3-abb12f90be49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8869 2024.12.14 03:40:53.913611 [ 258 ] {6a72c298-2100-4108-a5a3-abb12f90be49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8870 2024.12.14 03:40:53.914365 [ 258 ] {6a72c298-2100-4108-a5a3-abb12f90be49} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8871 2024.12.14 03:40:53.914407 [ 258 ] {6a72c298-2100-4108-a5a3-abb12f90be49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8872 2024.12.14 03:40:53.914837 [ 258 ] {6a72c298-2100-4108-a5a3-abb12f90be49} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8873 2024.12.14 03:40:53.915091 [ 258 ] {6a72c298-2100-4108-a5a3-abb12f90be49} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8874 2024.12.14 03:40:53.915357 [ 258 ] {6a72c298-2100-4108-a5a3-abb12f90be49} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001804 sec., 220620.84257206207 rows/sec., 15.68 MiB/sec.
8875 2024.12.14 03:40:53.915572 [ 258 ] {6a72c298-2100-4108-a5a3-abb12f90be49} <Debug> TCPHandler: Processed in 0.002204594 sec.
8876 2024.12.14 03:40:53.915956 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8877 2024.12.14 03:40:53.916400 [ 255 ] {9364d02d-c8a0-4063-98a9-033d497ea5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8878 2024.12.14 03:40:53.916619 [ 255 ] {9364d02d-c8a0-4063-98a9-033d497ea5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8879 2024.12.14 03:40:53.917861 [ 255 ] {9364d02d-c8a0-4063-98a9-033d497ea5d8} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8880 2024.12.14 03:40:53.917899 [ 255 ] {9364d02d-c8a0-4063-98a9-033d497ea5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8881 2024.12.14 03:40:53.918258 [ 255 ] {9364d02d-c8a0-4063-98a9-033d497ea5d8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8882 2024.12.14 03:40:53.918496 [ 255 ] {9364d02d-c8a0-4063-98a9-033d497ea5d8} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8883 2024.12.14 03:40:53.918674 [ 255 ] {9364d02d-c8a0-4063-98a9-033d497ea5d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002437 sec., 2462.0434961017645 rows/sec., 128.63 KiB/sec.
8884 2024.12.14 03:40:53.918722 [ 255 ] {9364d02d-c8a0-4063-98a9-033d497ea5d8} <Debug> TCPHandler: Processed in 0.003028301 sec.
8885 2024.12.14 03:40:53.918877 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8886 2024.12.14 03:40:53.919017 [ 258 ] {25ca5ce9-9f91-4529-aa58-0647a5939d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8887 2024.12.14 03:40:53.919078 [ 258 ] {25ca5ce9-9f91-4529-aa58-0647a5939d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8888 2024.12.14 03:40:53.919705 [ 258 ] {25ca5ce9-9f91-4529-aa58-0647a5939d19} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8889 2024.12.14 03:40:53.919750 [ 258 ] {25ca5ce9-9f91-4529-aa58-0647a5939d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8890 2024.12.14 03:40:53.920175 [ 258 ] {25ca5ce9-9f91-4529-aa58-0647a5939d19} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8891 2024.12.14 03:40:53.920436 [ 258 ] {25ca5ce9-9f91-4529-aa58-0647a5939d19} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8892 2024.12.14 03:40:53.920672 [ 258 ] {25ca5ce9-9f91-4529-aa58-0647a5939d19} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001679 sec., 141155.44967242406 rows/sec., 9.46 MiB/sec.
8893 2024.12.14 03:40:53.920776 [ 258 ] {25ca5ce9-9f91-4529-aa58-0647a5939d19} <Debug> TCPHandler: Processed in 0.00195765 sec.
8894 2024.12.14 03:40:53.921036 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8895 2024.12.14 03:40:53.921265 [ 255 ] {f71d6b17-5bd0-49f6-8e98-c80cd8b45253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8896 2024.12.14 03:40:53.921359 [ 255 ] {f71d6b17-5bd0-49f6-8e98-c80cd8b45253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8897 2024.12.14 03:40:53.922012 [ 255 ] {f71d6b17-5bd0-49f6-8e98-c80cd8b45253} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8898 2024.12.14 03:40:53.922049 [ 255 ] {f71d6b17-5bd0-49f6-8e98-c80cd8b45253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8899 2024.12.14 03:40:53.922405 [ 255 ] {f71d6b17-5bd0-49f6-8e98-c80cd8b45253} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8900 2024.12.14 03:40:53.922639 [ 255 ] {f71d6b17-5bd0-49f6-8e98-c80cd8b45253} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8901 2024.12.14 03:40:53.922867 [ 255 ] {f71d6b17-5bd0-49f6-8e98-c80cd8b45253} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001646 sec., 607.5334143377886 rows/sec., 40.94 KiB/sec.
8902 2024.12.14 03:40:53.923064 [ 255 ] {f71d6b17-5bd0-49f6-8e98-c80cd8b45253} <Debug> TCPHandler: Processed in 0.002201705 sec.
8903 2024.12.14 03:40:53.923218 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8904 2024.12.14 03:40:53.923338 [ 258 ] {aa425682-6391-4d88-b11e-ddc89f633442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8905 2024.12.14 03:40:53.923422 [ 258 ] {aa425682-6391-4d88-b11e-ddc89f633442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8906 2024.12.14 03:40:53.924559 [ 258 ] {aa425682-6391-4d88-b11e-ddc89f633442} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8907 2024.12.14 03:40:53.924598 [ 258 ] {aa425682-6391-4d88-b11e-ddc89f633442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8908 2024.12.14 03:40:53.925235 [ 258 ] {aa425682-6391-4d88-b11e-ddc89f633442} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8909 2024.12.14 03:40:53.925504 [ 258 ] {aa425682-6391-4d88-b11e-ddc89f633442} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8910 2024.12.14 03:40:53.925749 [ 258 ] {aa425682-6391-4d88-b11e-ddc89f633442} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002435 sec., 6570.841889117043 rows/sec., 11.77 MiB/sec.
8911 2024.12.14 03:40:53.925850 [ 258 ] {aa425682-6391-4d88-b11e-ddc89f633442} <Debug> TCPHandler: Processed in 0.002688134 sec.
8912 2024.12.14 03:40:53.925994 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8913 2024.12.14 03:40:53.926114 [ 255 ] {4409bc29-5475-4b86-b1a5-08b190990c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8914 2024.12.14 03:40:53.926164 [ 255 ] {4409bc29-5475-4b86-b1a5-08b190990c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8915 2024.12.14 03:40:53.926667 [ 255 ] {4409bc29-5475-4b86-b1a5-08b190990c4b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8916 2024.12.14 03:40:53.926703 [ 255 ] {4409bc29-5475-4b86-b1a5-08b190990c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8917 2024.12.14 03:40:53.927081 [ 255 ] {4409bc29-5475-4b86-b1a5-08b190990c4b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8918 2024.12.14 03:40:53.927313 [ 255 ] {4409bc29-5475-4b86-b1a5-08b190990c4b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8919 2024.12.14 03:40:53.927517 [ 255 ] {4409bc29-5475-4b86-b1a5-08b190990c4b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec.
8920 2024.12.14 03:40:53.927594 [ 255 ] {4409bc29-5475-4b86-b1a5-08b190990c4b} <Debug> TCPHandler: Processed in 0.001655283 sec.
8921 2024.12.14 03:40:54.001299 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000923629 sec.
8922 2024.12.14 03:40:54.696088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
8923 2024.12.14 03:40:54.717720 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8924 2024.12.14 03:40:54.717790 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8925 2024.12.14 03:40:54.725297 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8926 2024.12.14 03:40:54.726059 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8927 2024.12.14 03:40:54.729897 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
8928 2024.12.14 03:40:58.892629 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8929 2024.12.14 03:40:58.892825 [ 255 ] {443a9194-96cf-4d5c-9536-96b0f3d8daa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8930 2024.12.14 03:40:58.892894 [ 255 ] {443a9194-96cf-4d5c-9536-96b0f3d8daa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8931 2024.12.14 03:40:58.893616 [ 255 ] {443a9194-96cf-4d5c-9536-96b0f3d8daa7} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8932 2024.12.14 03:40:58.893656 [ 255 ] {443a9194-96cf-4d5c-9536-96b0f3d8daa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8933 2024.12.14 03:40:58.894054 [ 255 ] {443a9194-96cf-4d5c-9536-96b0f3d8daa7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8934 2024.12.14 03:40:58.894303 [ 255 ] {443a9194-96cf-4d5c-9536-96b0f3d8daa7} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8935 2024.12.14 03:40:58.894517 [ 255 ] {443a9194-96cf-4d5c-9536-96b0f3d8daa7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001742 sec., 3444.316877152698 rows/sec., 280.86 KiB/sec.
8936 2024.12.14 03:40:58.894571 [ 255 ] {443a9194-96cf-4d5c-9536-96b0f3d8daa7} <Debug> TCPHandler: Processed in 0.002067721 sec.
8937 2024.12.14 03:40:58.894824 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8938 2024.12.14 03:40:58.895016 [ 258 ] {d2d53e3f-91f9-4d08-9845-3dad3ac45376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8939 2024.12.14 03:40:58.895092 [ 258 ] {d2d53e3f-91f9-4d08-9845-3dad3ac45376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8940 2024.12.14 03:40:58.895899 [ 258 ] {d2d53e3f-91f9-4d08-9845-3dad3ac45376} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8941 2024.12.14 03:40:58.895950 [ 258 ] {d2d53e3f-91f9-4d08-9845-3dad3ac45376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8942 2024.12.14 03:40:58.896394 [ 258 ] {d2d53e3f-91f9-4d08-9845-3dad3ac45376} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8943 2024.12.14 03:40:58.896661 [ 258 ] {d2d53e3f-91f9-4d08-9845-3dad3ac45376} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8944 2024.12.14 03:40:58.896926 [ 258 ] {d2d53e3f-91f9-4d08-9845-3dad3ac45376} <Debug> executeQuery: Read 109 rows, 9.40 KiB in 0.001966 sec., 55442.52288911496 rows/sec., 4.67 MiB/sec.
8945 2024.12.14 03:40:58.897002 [ 258 ] {d2d53e3f-91f9-4d08-9845-3dad3ac45376} <Debug> TCPHandler: Processed in 0.002312917 sec.
8946 2024.12.14 03:40:58.897221 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8947 2024.12.14 03:40:58.897447 [ 255 ] {de6f134c-5341-4b60-90ef-2a9868af8e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8948 2024.12.14 03:40:58.897506 [ 255 ] {de6f134c-5341-4b60-90ef-2a9868af8e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8949 2024.12.14 03:40:58.898175 [ 255 ] {de6f134c-5341-4b60-90ef-2a9868af8e06} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8950 2024.12.14 03:40:58.898213 [ 255 ] {de6f134c-5341-4b60-90ef-2a9868af8e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8951 2024.12.14 03:40:58.898570 [ 255 ] {de6f134c-5341-4b60-90ef-2a9868af8e06} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8952 2024.12.14 03:40:58.898800 [ 255 ] {de6f134c-5341-4b60-90ef-2a9868af8e06} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8953 2024.12.14 03:40:58.898989 [ 255 ] {de6f134c-5341-4b60-90ef-2a9868af8e06} <Debug> executeQuery: Read 31 rows, 2.30 KiB in 0.001587 sec., 19533.71140516698 rows/sec., 1.41 MiB/sec.
8954 2024.12.14 03:40:58.899041 [ 255 ] {de6f134c-5341-4b60-90ef-2a9868af8e06} <Debug> TCPHandler: Processed in 0.001943678 sec.
8955 2024.12.14 03:40:58.899200 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8956 2024.12.14 03:40:58.899340 [ 258 ] {b7ad3e88-c232-4941-a235-828300a446af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8957 2024.12.14 03:40:58.899400 [ 258 ] {b7ad3e88-c232-4941-a235-828300a446af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8958 2024.12.14 03:40:58.900093 [ 258 ] {b7ad3e88-c232-4941-a235-828300a446af} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8959 2024.12.14 03:40:58.900134 [ 258 ] {b7ad3e88-c232-4941-a235-828300a446af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8960 2024.12.14 03:40:58.900499 [ 258 ] {b7ad3e88-c232-4941-a235-828300a446af} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8961 2024.12.14 03:40:58.900735 [ 258 ] {b7ad3e88-c232-4941-a235-828300a446af} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8962 2024.12.14 03:40:58.900980 [ 258 ] {b7ad3e88-c232-4941-a235-828300a446af} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.001666 sec., 57022.80912364946 rows/sec., 4.46 MiB/sec.
8963 2024.12.14 03:40:58.901052 [ 258 ] {b7ad3e88-c232-4941-a235-828300a446af} <Debug> TCPHandler: Processed in 0.001918989 sec.
8964 2024.12.14 03:40:58.901280 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8965 2024.12.14 03:40:58.901476 [ 255 ] {84a3f406-c2b7-41b2-b3bc-b21c1d0b0921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8966 2024.12.14 03:40:58.901540 [ 255 ] {84a3f406-c2b7-41b2-b3bc-b21c1d0b0921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8967 2024.12.14 03:40:58.902196 [ 255 ] {84a3f406-c2b7-41b2-b3bc-b21c1d0b0921} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8968 2024.12.14 03:40:58.902235 [ 255 ] {84a3f406-c2b7-41b2-b3bc-b21c1d0b0921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8969 2024.12.14 03:40:58.902639 [ 255 ] {84a3f406-c2b7-41b2-b3bc-b21c1d0b0921} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8970 2024.12.14 03:40:58.902874 [ 255 ] {84a3f406-c2b7-41b2-b3bc-b21c1d0b0921} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8971 2024.12.14 03:40:58.903042 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8972 2024.12.14 03:40:58.903106 [ 255 ] {84a3f406-c2b7-41b2-b3bc-b21c1d0b0921} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00166 sec., 98192.77108433735 rows/sec., 6.84 MiB/sec.
8973 2024.12.14 03:40:58.903134 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8974 2024.12.14 03:40:58.903206 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
8975 2024.12.14 03:40:58.903231 [ 255 ] {84a3f406-c2b7-41b2-b3bc-b21c1d0b0921} <Debug> TCPHandler: Processed in 0.002092831 sec.
8976 2024.12.14 03:40:58.903477 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8977 2024.12.14 03:40:58.903477 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
8978 2024.12.14 03:40:58.903710 [ 258 ] {024bff0c-1d79-4f5c-8122-64fc07beb42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8979 2024.12.14 03:40:58.903778 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8980 2024.12.14 03:40:58.903882 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19253 rows starting from the beginning of the part
8981 2024.12.14 03:40:58.903917 [ 258 ] {024bff0c-1d79-4f5c-8122-64fc07beb42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8982 2024.12.14 03:40:58.904234 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 926 rows starting from the beginning of the part
8983 2024.12.14 03:40:58.904665 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 32 rows starting from the beginning of the part
8984 2024.12.14 03:40:58.905081 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part
8985 2024.12.14 03:40:58.905441 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part
8986 2024.12.14 03:40:58.905854 [ 188 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 163 rows starting from the beginning of the part
8987 2024.12.14 03:40:58.908273 [ 258 ] {024bff0c-1d79-4f5c-8122-64fc07beb42d} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8988 2024.12.14 03:40:58.908339 [ 258 ] {024bff0c-1d79-4f5c-8122-64fc07beb42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
8989 2024.12.14 03:40:58.910087 [ 258 ] {024bff0c-1d79-4f5c-8122-64fc07beb42d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8990 2024.12.14 03:40:58.910367 [ 258 ] {024bff0c-1d79-4f5c-8122-64fc07beb42d} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8991 2024.12.14 03:40:58.910792 [ 258 ] {024bff0c-1d79-4f5c-8122-64fc07beb42d} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007159 sec., 3492.1078362899843 rows/sec., 6.26 MiB/sec.
8992 2024.12.14 03:40:58.910935 [ 258 ] {024bff0c-1d79-4f5c-8122-64fc07beb42d} <Debug> TCPHandler: Processed in 0.007607592 sec.
8993 2024.12.14 03:40:58.911107 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8994 2024.12.14 03:40:58.911225 [ 255 ] {eed7493f-7c0b-4bfe-85d5-a434b97bbd42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8995 2024.12.14 03:40:58.911279 [ 255 ] {eed7493f-7c0b-4bfe-85d5-a434b97bbd42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8996 2024.12.14 03:40:58.911802 [ 255 ] {eed7493f-7c0b-4bfe-85d5-a434b97bbd42} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8997 2024.12.14 03:40:58.911842 [ 255 ] {eed7493f-7c0b-4bfe-85d5-a434b97bbd42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
8998 2024.12.14 03:40:58.912232 [ 255 ] {eed7493f-7c0b-4bfe-85d5-a434b97bbd42} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8999 2024.12.14 03:40:58.912468 [ 255 ] {eed7493f-7c0b-4bfe-85d5-a434b97bbd42} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9000 2024.12.14 03:40:58.912634 [ 108 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9001 2024.12.14 03:40:58.912704 [ 108 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9002 2024.12.14 03:40:58.912712 [ 255 ] {eed7493f-7c0b-4bfe-85d5-a434b97bbd42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec.
9003 2024.12.14 03:40:58.912736 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9004 2024.12.14 03:40:58.912821 [ 255 ] {eed7493f-7c0b-4bfe-85d5-a434b97bbd42} <Debug> TCPHandler: Processed in 0.001772655 sec.
9005 2024.12.14 03:40:58.912963 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
9006 2024.12.14 03:40:58.913070 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9007 2024.12.14 03:40:58.913103 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3854 rows starting from the beginning of the part
9008 2024.12.14 03:40:58.913171 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 70 rows starting from the beginning of the part
9009 2024.12.14 03:40:58.913337 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 12 rows starting from the beginning of the part
9010 2024.12.14 03:40:58.913544 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part
9011 2024.12.14 03:40:58.913875 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part
9012 2024.12.14 03:40:58.914170 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part
9013 2024.12.14 03:40:58.916470 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4138 rows, containing 4 columns (4 merged, 0 gathered) in 0.003595522 sec., 1150876.0063211962 rows/sec., 76.42 MiB/sec.
9014 2024.12.14 03:40:58.916811 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20771 rows, containing 5 columns (5 merged, 0 gathered) in 0.01351208 sec., 1537217.0679865722 rows/sec., 104.33 MiB/sec.
9015 2024.12.14 03:40:58.916909 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9016 2024.12.14 03:40:58.917255 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9017 2024.12.14 03:40:58.917296 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9018 2024.12.14 03:40:58.917479 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_76_15} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9019 2024.12.14 03:40:58.917632 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
9020 2024.12.14 03:40:58.917816 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9021 2024.12.14 03:40:58.917909 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9022 2024.12.14 03:40:58.918003 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
9023 2024.12.14 03:41:00.585631 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448
9024 2024.12.14 03:41:00.586312 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9025 2024.12.14 03:41:00.586362 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9026 2024.12.14 03:41:00.586917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9027 2024.12.14 03:41:00.587182 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9028 2024.12.14 03:41:00.587467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448
9029 2024.12.14 03:41:02.230014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
9030 2024.12.14 03:41:02.251638 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9031 2024.12.14 03:41:02.251706 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9032 2024.12.14 03:41:02.258968 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9033 2024.12.14 03:41:02.259808 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9034 2024.12.14 03:41:02.264548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
9035 2024.12.14 03:41:03.198580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1238
9036 2024.12.14 03:41:03.201808 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9037 2024.12.14 03:41:03.201867 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9038 2024.12.14 03:41:03.203369 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9039 2024.12.14 03:41:03.203673 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9040 2024.12.14 03:41:03.203945 [ 101 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9041 2024.12.14 03:41:03.204113 [ 101 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9042 2024.12.14 03:41:03.204223 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9043 2024.12.14 03:41:03.205404 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
9044 2024.12.14 03:41:03.207052 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1238
9045 2024.12.14 03:41:03.207443 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9046 2024.12.14 03:41:03.207636 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1068 rows starting from the beginning of the part
9047 2024.12.14 03:41:03.208308 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part
9048 2024.12.14 03:41:03.209069 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part
9049 2024.12.14 03:41:03.209734 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 58 rows starting from the beginning of the part
9050 2024.12.14 03:41:03.210354 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part
9051 2024.12.14 03:41:03.210968 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part
9052 2024.12.14 03:41:03.221088 [ 190 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1238 rows, containing 72 columns (72 merged, 0 gathered) in 0.016672514 sec., 74253.94874462244 rows/sec., 58.92 MiB/sec.
9053 2024.12.14 03:41:03.222569 [ 190 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9054 2024.12.14 03:41:03.223342 [ 190 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9055 2024.12.14 03:41:03.223426 [ 190 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_36_7} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9056 2024.12.14 03:41:03.223752 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB.
9057 2024.12.14 03:41:03.896773 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9058 2024.12.14 03:41:03.897000 [ 255 ] {b9ec787e-857d-49ed-b375-4a43b22bbe09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9059 2024.12.14 03:41:03.897085 [ 255 ] {b9ec787e-857d-49ed-b375-4a43b22bbe09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9060 2024.12.14 03:41:03.897857 [ 255 ] {b9ec787e-857d-49ed-b375-4a43b22bbe09} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9061 2024.12.14 03:41:03.897907 [ 255 ] {b9ec787e-857d-49ed-b375-4a43b22bbe09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9062 2024.12.14 03:41:03.898346 [ 255 ] {b9ec787e-857d-49ed-b375-4a43b22bbe09} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9063 2024.12.14 03:41:03.898597 [ 255 ] {b9ec787e-857d-49ed-b375-4a43b22bbe09} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9064 2024.12.14 03:41:03.898787 [ 100 ] {} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9065 2024.12.14 03:41:03.898857 [ 255 ] {b9ec787e-857d-49ed-b375-4a43b22bbe09} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec.
9066 2024.12.14 03:41:03.898888 [ 100 ] {} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9067 2024.12.14 03:41:03.898962 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9068 2024.12.14 03:41:03.898984 [ 255 ] {b9ec787e-857d-49ed-b375-4a43b22bbe09} <Debug> TCPHandler: Processed in 0.002351507 sec.
9069 2024.12.14 03:41:03.899216 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
9070 2024.12.14 03:41:03.899304 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9071 2024.12.14 03:41:03.899398 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9072 2024.12.14 03:41:03.899472 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
9073 2024.12.14 03:41:03.899671 [ 258 ] {e8519fcd-5990-444e-9c26-0df181bbc770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9074 2024.12.14 03:41:03.899704 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
9075 2024.12.14 03:41:03.899865 [ 258 ] {e8519fcd-5990-444e-9c26-0df181bbc770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9076 2024.12.14 03:41:03.899973 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
9077 2024.12.14 03:41:03.900395 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
9078 2024.12.14 03:41:03.900585 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
9079 2024.12.14 03:41:03.903344 [ 258 ] {e8519fcd-5990-444e-9c26-0df181bbc770} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9080 2024.12.14 03:41:03.903449 [ 258 ] {e8519fcd-5990-444e-9c26-0df181bbc770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9081 2024.12.14 03:41:03.903623 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00453707 sec., 15428.459336091355 rows/sec., 1.14 MiB/sec.
9082 2024.12.14 03:41:03.903823 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9083 2024.12.14 03:41:03.904061 [ 258 ] {e8519fcd-5990-444e-9c26-0df181bbc770} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9084 2024.12.14 03:41:03.904251 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_17_4} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9085 2024.12.14 03:41:03.904376 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_17_4} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9086 2024.12.14 03:41:03.904381 [ 258 ] {e8519fcd-5990-444e-9c26-0df181bbc770} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9087 2024.12.14 03:41:03.904492 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9088 2024.12.14 03:41:03.904669 [ 258 ] {e8519fcd-5990-444e-9c26-0df181bbc770} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.005172 sec., 45436.96829079659 rows/sec., 3.97 MiB/sec.
9089 2024.12.14 03:41:03.904746 [ 258 ] {e8519fcd-5990-444e-9c26-0df181bbc770} <Debug> TCPHandler: Processed in 0.005613273 sec.
9090 2024.12.14 03:41:03.904926 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9091 2024.12.14 03:41:03.905078 [ 255 ] {3e725d5f-8b1f-4c7b-9719-922f76ad604a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9092 2024.12.14 03:41:03.905142 [ 255 ] {3e725d5f-8b1f-4c7b-9719-922f76ad604a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9093 2024.12.14 03:41:03.905870 [ 255 ] {3e725d5f-8b1f-4c7b-9719-922f76ad604a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9094 2024.12.14 03:41:03.905918 [ 255 ] {3e725d5f-8b1f-4c7b-9719-922f76ad604a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9095 2024.12.14 03:41:03.906327 [ 255 ] {3e725d5f-8b1f-4c7b-9719-922f76ad604a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9096 2024.12.14 03:41:03.906582 [ 255 ] {3e725d5f-8b1f-4c7b-9719-922f76ad604a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9097 2024.12.14 03:41:03.906844 [ 255 ] {3e725d5f-8b1f-4c7b-9719-922f76ad604a} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.0018 sec., 12777.777777777777 rows/sec., 921.77 KiB/sec.
9098 2024.12.14 03:41:03.906940 [ 255 ] {3e725d5f-8b1f-4c7b-9719-922f76ad604a} <Debug> TCPHandler: Processed in 0.002079462 sec.
9099 2024.12.14 03:41:03.907189 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9100 2024.12.14 03:41:03.907351 [ 258 ] {d641ff55-4af6-4656-a625-e9da48f75aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9101 2024.12.14 03:41:03.907413 [ 258 ] {d641ff55-4af6-4656-a625-e9da48f75aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9102 2024.12.14 03:41:03.908124 [ 258 ] {d641ff55-4af6-4656-a625-e9da48f75aad} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9103 2024.12.14 03:41:03.908168 [ 258 ] {d641ff55-4af6-4656-a625-e9da48f75aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9104 2024.12.14 03:41:03.908529 [ 258 ] {d641ff55-4af6-4656-a625-e9da48f75aad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9105 2024.12.14 03:41:03.908775 [ 258 ] {d641ff55-4af6-4656-a625-e9da48f75aad} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9106 2024.12.14 03:41:03.909031 [ 258 ] {d641ff55-4af6-4656-a625-e9da48f75aad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001709 sec., 8191.925102399064 rows/sec., 573.71 KiB/sec.
9107 2024.12.14 03:41:03.909224 [ 258 ] {d641ff55-4af6-4656-a625-e9da48f75aad} <Debug> TCPHandler: Processed in 0.002172904 sec.
9108 2024.12.14 03:41:03.909439 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9109 2024.12.14 03:41:03.909575 [ 255 ] {112a0801-831e-4472-ab6a-39361f37c33b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9110 2024.12.14 03:41:03.909634 [ 255 ] {112a0801-831e-4472-ab6a-39361f37c33b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9111 2024.12.14 03:41:03.910280 [ 255 ] {112a0801-831e-4472-ab6a-39361f37c33b} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9112 2024.12.14 03:41:03.910318 [ 255 ] {112a0801-831e-4472-ab6a-39361f37c33b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9113 2024.12.14 03:41:03.910672 [ 255 ] {112a0801-831e-4472-ab6a-39361f37c33b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9114 2024.12.14 03:41:03.910910 [ 255 ] {112a0801-831e-4472-ab6a-39361f37c33b} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9115 2024.12.14 03:41:03.911080 [ 100 ] {} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9116 2024.12.14 03:41:03.911151 [ 100 ] {} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9117 2024.12.14 03:41:03.911158 [ 255 ] {112a0801-831e-4472-ab6a-39361f37c33b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec.
9118 2024.12.14 03:41:03.911194 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9119 2024.12.14 03:41:03.911275 [ 255 ] {112a0801-831e-4472-ab6a-39361f37c33b} <Debug> TCPHandler: Processed in 0.001933419 sec.
9120 2024.12.14 03:41:03.911557 [ 201 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
9121 2024.12.14 03:41:03.911621 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9122 2024.12.14 03:41:03.912057 [ 201 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9123 2024.12.14 03:41:03.912066 [ 258 ] {6899ed1f-0c9c-4671-b1a9-550eb8e88366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9124 2024.12.14 03:41:03.912121 [ 201 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
9125 2024.12.14 03:41:03.912224 [ 258 ] {6899ed1f-0c9c-4671-b1a9-550eb8e88366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9126 2024.12.14 03:41:03.912363 [ 201 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
9127 2024.12.14 03:41:03.912675 [ 201 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
9128 2024.12.14 03:41:03.912993 [ 201 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
9129 2024.12.14 03:41:03.913301 [ 201 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
9130 2024.12.14 03:41:03.915320 [ 258 ] {6899ed1f-0c9c-4671-b1a9-550eb8e88366} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9131 2024.12.14 03:41:03.915397 [ 258 ] {6899ed1f-0c9c-4671-b1a9-550eb8e88366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9132 2024.12.14 03:41:03.915818 [ 193 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004501511 sec., 14439.595949004679 rows/sec., 956.71 KiB/sec.
9133 2024.12.14 03:41:03.916125 [ 200 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9134 2024.12.14 03:41:03.916272 [ 258 ] {6899ed1f-0c9c-4671-b1a9-550eb8e88366} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9135 2024.12.14 03:41:03.916694 [ 200 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_17_4} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9136 2024.12.14 03:41:03.916756 [ 258 ] {6899ed1f-0c9c-4671-b1a9-550eb8e88366} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9137 2024.12.14 03:41:03.916879 [ 200 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_17_4} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9138 2024.12.14 03:41:03.917130 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9139 2024.12.14 03:41:03.917205 [ 258 ] {6899ed1f-0c9c-4671-b1a9-550eb8e88366} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.005276 sec., 75435.93631539044 rows/sec., 5.36 MiB/sec.
9140 2024.12.14 03:41:03.917283 [ 258 ] {6899ed1f-0c9c-4671-b1a9-550eb8e88366} <Debug> TCPHandler: Processed in 0.005861117 sec.
9141 2024.12.14 03:41:03.917458 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9142 2024.12.14 03:41:03.917597 [ 255 ] {1a0a6e48-65aa-4227-9bb4-49d70cae698d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9143 2024.12.14 03:41:03.917657 [ 255 ] {1a0a6e48-65aa-4227-9bb4-49d70cae698d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9144 2024.12.14 03:41:03.918211 [ 255 ] {1a0a6e48-65aa-4227-9bb4-49d70cae698d} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9145 2024.12.14 03:41:03.918250 [ 255 ] {1a0a6e48-65aa-4227-9bb4-49d70cae698d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9146 2024.12.14 03:41:03.918617 [ 255 ] {1a0a6e48-65aa-4227-9bb4-49d70cae698d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9147 2024.12.14 03:41:03.918855 [ 255 ] {1a0a6e48-65aa-4227-9bb4-49d70cae698d} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9148 2024.12.14 03:41:03.919075 [ 255 ] {1a0a6e48-65aa-4227-9bb4-49d70cae698d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 208.43 KiB/sec.
9149 2024.12.14 03:41:03.919128 [ 255 ] {1a0a6e48-65aa-4227-9bb4-49d70cae698d} <Debug> TCPHandler: Processed in 0.001735944 sec.
9150 2024.12.14 03:41:03.919300 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9151 2024.12.14 03:41:03.919444 [ 258 ] {2fbea42d-c317-465b-a5cc-632a2a043f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9152 2024.12.14 03:41:03.919508 [ 258 ] {2fbea42d-c317-465b-a5cc-632a2a043f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9153 2024.12.14 03:41:03.920189 [ 258 ] {2fbea42d-c317-465b-a5cc-632a2a043f42} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9154 2024.12.14 03:41:03.920229 [ 258 ] {2fbea42d-c317-465b-a5cc-632a2a043f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9155 2024.12.14 03:41:03.920638 [ 258 ] {2fbea42d-c317-465b-a5cc-632a2a043f42} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9156 2024.12.14 03:41:03.920873 [ 258 ] {2fbea42d-c317-465b-a5cc-632a2a043f42} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9157 2024.12.14 03:41:03.921094 [ 258 ] {2fbea42d-c317-465b-a5cc-632a2a043f42} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001684 sec., 140736.34204275534 rows/sec., 9.43 MiB/sec.
9158 2024.12.14 03:41:03.921149 [ 258 ] {2fbea42d-c317-465b-a5cc-632a2a043f42} <Debug> TCPHandler: Processed in 0.001918789 sec.
9159 2024.12.14 03:41:03.921317 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9160 2024.12.14 03:41:03.921465 [ 255 ] {9fe400b2-dfb7-431f-9511-c2bc11cddbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9161 2024.12.14 03:41:03.921526 [ 255 ] {9fe400b2-dfb7-431f-9511-c2bc11cddbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9162 2024.12.14 03:41:03.922085 [ 255 ] {9fe400b2-dfb7-431f-9511-c2bc11cddbee} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9163 2024.12.14 03:41:03.922134 [ 255 ] {9fe400b2-dfb7-431f-9511-c2bc11cddbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9164 2024.12.14 03:41:03.922510 [ 255 ] {9fe400b2-dfb7-431f-9511-c2bc11cddbee} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9165 2024.12.14 03:41:03.922752 [ 255 ] {9fe400b2-dfb7-431f-9511-c2bc11cddbee} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9166 2024.12.14 03:41:03.922963 [ 255 ] {9fe400b2-dfb7-431f-9511-c2bc11cddbee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 44.07 KiB/sec.
9167 2024.12.14 03:41:03.923016 [ 255 ] {9fe400b2-dfb7-431f-9511-c2bc11cddbee} <Debug> TCPHandler: Processed in 0.001769075 sec.
9168 2024.12.14 03:41:03.923163 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9169 2024.12.14 03:41:03.923303 [ 258 ] {c60390ea-dd44-4ee5-bf52-946c65cad38d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9170 2024.12.14 03:41:03.923395 [ 258 ] {c60390ea-dd44-4ee5-bf52-946c65cad38d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9171 2024.12.14 03:41:03.924639 [ 258 ] {c60390ea-dd44-4ee5-bf52-946c65cad38d} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9172 2024.12.14 03:41:03.924679 [ 258 ] {c60390ea-dd44-4ee5-bf52-946c65cad38d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9173 2024.12.14 03:41:03.925313 [ 258 ] {c60390ea-dd44-4ee5-bf52-946c65cad38d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9174 2024.12.14 03:41:03.925577 [ 258 ] {c60390ea-dd44-4ee5-bf52-946c65cad38d} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9175 2024.12.14 03:41:03.925860 [ 258 ] {c60390ea-dd44-4ee5-bf52-946c65cad38d} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002587 sec., 6184.770003865481 rows/sec., 11.08 MiB/sec.
9176 2024.12.14 03:41:03.926374 [ 258 ] {c60390ea-dd44-4ee5-bf52-946c65cad38d} <Debug> TCPHandler: Processed in 0.003266585 sec.
9177 2024.12.14 03:41:03.926577 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9178 2024.12.14 03:41:03.926695 [ 255 ] {20a54d19-78c8-4200-bf60-b9614a7fcec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9179 2024.12.14 03:41:03.926746 [ 255 ] {20a54d19-78c8-4200-bf60-b9614a7fcec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9180 2024.12.14 03:41:03.927218 [ 255 ] {20a54d19-78c8-4200-bf60-b9614a7fcec3} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9181 2024.12.14 03:41:03.927256 [ 255 ] {20a54d19-78c8-4200-bf60-b9614a7fcec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9182 2024.12.14 03:41:03.927634 [ 255 ] {20a54d19-78c8-4200-bf60-b9614a7fcec3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9183 2024.12.14 03:41:03.927869 [ 255 ] {20a54d19-78c8-4200-bf60-b9614a7fcec3} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9184 2024.12.14 03:41:03.928078 [ 255 ] {20a54d19-78c8-4200-bf60-b9614a7fcec3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001406 sec., 58321.47937411095 rows/sec., 3.70 MiB/sec.
9185 2024.12.14 03:41:03.928127 [ 255 ] {20a54d19-78c8-4200-bf60-b9614a7fcec3} <Debug> TCPHandler: Processed in 0.001638673 sec.
9186 2024.12.14 03:41:07.933219 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
9187 2024.12.14 03:41:07.933295 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
9188 2024.12.14 03:41:08.087674 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936
9189 2024.12.14 03:41:08.088807 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9190 2024.12.14 03:41:08.088850 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9191 2024.12.14 03:41:08.089390 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9192 2024.12.14 03:41:08.089655 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9193 2024.12.14 03:41:08.089865 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
9194 2024.12.14 03:41:08.892828 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9195 2024.12.14 03:41:08.893129 [ 255 ] {29ebc5d3-006c-42db-93f5-d41b6425a2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9196 2024.12.14 03:41:08.893243 [ 255 ] {29ebc5d3-006c-42db-93f5-d41b6425a2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9197 2024.12.14 03:41:08.894105 [ 255 ] {29ebc5d3-006c-42db-93f5-d41b6425a2d8} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9198 2024.12.14 03:41:08.894149 [ 255 ] {29ebc5d3-006c-42db-93f5-d41b6425a2d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9199 2024.12.14 03:41:08.894589 [ 255 ] {29ebc5d3-006c-42db-93f5-d41b6425a2d8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9200 2024.12.14 03:41:08.894855 [ 255 ] {29ebc5d3-006c-42db-93f5-d41b6425a2d8} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9201 2024.12.14 03:41:08.895064 [ 255 ] {29ebc5d3-006c-42db-93f5-d41b6425a2d8} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.002021 sec., 52449.28253339931 rows/sec., 4.43 MiB/sec.
9202 2024.12.14 03:41:08.895129 [ 255 ] {29ebc5d3-006c-42db-93f5-d41b6425a2d8} <Debug> TCPHandler: Processed in 0.00248432 sec.
9203 2024.12.14 03:41:08.895427 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9204 2024.12.14 03:41:08.895740 [ 258 ] {47b7d229-5ea3-4ba6-a4e4-86222eaaf6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9205 2024.12.14 03:41:08.895854 [ 258 ] {47b7d229-5ea3-4ba6-a4e4-86222eaaf6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9206 2024.12.14 03:41:08.896812 [ 258 ] {47b7d229-5ea3-4ba6-a4e4-86222eaaf6c1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9207 2024.12.14 03:41:08.896860 [ 258 ] {47b7d229-5ea3-4ba6-a4e4-86222eaaf6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9208 2024.12.14 03:41:08.897295 [ 258 ] {47b7d229-5ea3-4ba6-a4e4-86222eaaf6c1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9209 2024.12.14 03:41:08.897563 [ 258 ] {47b7d229-5ea3-4ba6-a4e4-86222eaaf6c1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9210 2024.12.14 03:41:08.897787 [ 85 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9211 2024.12.14 03:41:08.897829 [ 258 ] {47b7d229-5ea3-4ba6-a4e4-86222eaaf6c1} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002177 sec., 11483.693155718878 rows/sec., 863.52 KiB/sec.
9212 2024.12.14 03:41:08.897891 [ 85 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9213 2024.12.14 03:41:08.897957 [ 258 ] {47b7d229-5ea3-4ba6-a4e4-86222eaaf6c1} <Debug> TCPHandler: Processed in 0.002698834 sec.
9214 2024.12.14 03:41:08.897981 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9215 2024.12.14 03:41:08.898258 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9216 2024.12.14 03:41:08.898288 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
9217 2024.12.14 03:41:08.898714 [ 255 ] {35afa1b3-beac-4ade-a3ca-e7a36317cde6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9218 2024.12.14 03:41:08.898919 [ 255 ] {35afa1b3-beac-4ade-a3ca-e7a36317cde6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9219 2024.12.14 03:41:08.899051 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9220 2024.12.14 03:41:08.899274 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 66 rows starting from the beginning of the part
9221 2024.12.14 03:41:08.899888 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 25 rows starting from the beginning of the part
9222 2024.12.14 03:41:08.900211 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 23 rows starting from the beginning of the part
9223 2024.12.14 03:41:08.900555 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 31 rows starting from the beginning of the part
9224 2024.12.14 03:41:08.900914 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 23 rows starting from the beginning of the part
9225 2024.12.14 03:41:08.901246 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 25 rows starting from the beginning of the part
9226 2024.12.14 03:41:08.902223 [ 255 ] {35afa1b3-beac-4ade-a3ca-e7a36317cde6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9227 2024.12.14 03:41:08.902296 [ 255 ] {35afa1b3-beac-4ade-a3ca-e7a36317cde6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9228 2024.12.14 03:41:08.903347 [ 255 ] {35afa1b3-beac-4ade-a3ca-e7a36317cde6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9229 2024.12.14 03:41:08.903794 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005658704 sec., 34106.749531341455 rows/sec., 2.58 MiB/sec.
9230 2024.12.14 03:41:08.903870 [ 255 ] {35afa1b3-beac-4ade-a3ca-e7a36317cde6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9231 2024.12.14 03:41:08.904099 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9232 2024.12.14 03:41:08.904335 [ 255 ] {35afa1b3-beac-4ade-a3ca-e7a36317cde6} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.005804 sec., 15334.252239834597 rows/sec., 1.20 MiB/sec.
9233 2024.12.14 03:41:08.904487 [ 255 ] {35afa1b3-beac-4ade-a3ca-e7a36317cde6} <Debug> TCPHandler: Processed in 0.006406388 sec.
9234 2024.12.14 03:41:08.904691 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9235 2024.12.14 03:41:08.904753 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9236 2024.12.14 03:41:08.904943 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_61_12} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9237 2024.12.14 03:41:08.904953 [ 258 ] {53844558-7f41-4743-90e4-742009ab9ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9238 2024.12.14 03:41:08.905087 [ 258 ] {53844558-7f41-4743-90e4-742009ab9ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9239 2024.12.14 03:41:08.905110 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9240 2024.12.14 03:41:08.905751 [ 258 ] {53844558-7f41-4743-90e4-742009ab9ec0} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9241 2024.12.14 03:41:08.905796 [ 258 ] {53844558-7f41-4743-90e4-742009ab9ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9242 2024.12.14 03:41:08.906198 [ 258 ] {53844558-7f41-4743-90e4-742009ab9ec0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9243 2024.12.14 03:41:08.906444 [ 258 ] {53844558-7f41-4743-90e4-742009ab9ec0} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9244 2024.12.14 03:41:08.906679 [ 258 ] {53844558-7f41-4743-90e4-742009ab9ec0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001791 sec., 89335.56672250139 rows/sec., 6.22 MiB/sec.
9245 2024.12.14 03:41:08.906751 [ 258 ] {53844558-7f41-4743-90e4-742009ab9ec0} <Debug> TCPHandler: Processed in 0.002161874 sec.
9246 2024.12.14 03:41:08.906949 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9247 2024.12.14 03:41:08.907158 [ 255 ] {280fa23f-4d45-4162-92b8-e91fe9a9fb71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9248 2024.12.14 03:41:08.907240 [ 255 ] {280fa23f-4d45-4162-92b8-e91fe9a9fb71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9249 2024.12.14 03:41:08.908401 [ 255 ] {280fa23f-4d45-4162-92b8-e91fe9a9fb71} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9250 2024.12.14 03:41:08.908442 [ 255 ] {280fa23f-4d45-4162-92b8-e91fe9a9fb71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9251 2024.12.14 03:41:08.909092 [ 255 ] {280fa23f-4d45-4162-92b8-e91fe9a9fb71} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9252 2024.12.14 03:41:08.909352 [ 255 ] {280fa23f-4d45-4162-92b8-e91fe9a9fb71} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9253 2024.12.14 03:41:08.909606 [ 255 ] {280fa23f-4d45-4162-92b8-e91fe9a9fb71} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00249 sec., 10040.160642570281 rows/sec., 17.99 MiB/sec.
9254 2024.12.14 03:41:08.909715 [ 255 ] {280fa23f-4d45-4162-92b8-e91fe9a9fb71} <Debug> TCPHandler: Processed in 0.002878568 sec.
9255 2024.12.14 03:41:08.909865 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9256 2024.12.14 03:41:08.910004 [ 258 ] {4002bf54-bf79-4a23-879b-be0a13740807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9257 2024.12.14 03:41:08.910064 [ 258 ] {4002bf54-bf79-4a23-879b-be0a13740807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9258 2024.12.14 03:41:08.910592 [ 258 ] {4002bf54-bf79-4a23-879b-be0a13740807} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9259 2024.12.14 03:41:08.910631 [ 258 ] {4002bf54-bf79-4a23-879b-be0a13740807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9260 2024.12.14 03:41:08.911024 [ 258 ] {4002bf54-bf79-4a23-879b-be0a13740807} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9261 2024.12.14 03:41:08.911264 [ 258 ] {4002bf54-bf79-4a23-879b-be0a13740807} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9262 2024.12.14 03:41:08.911482 [ 258 ] {4002bf54-bf79-4a23-879b-be0a13740807} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.68 MiB/sec.
9263 2024.12.14 03:41:08.911535 [ 258 ] {4002bf54-bf79-4a23-879b-be0a13740807} <Debug> TCPHandler: Processed in 0.001738965 sec.
9264 2024.12.14 03:41:09.764662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
9265 2024.12.14 03:41:09.786448 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9266 2024.12.14 03:41:09.786505 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9267 2024.12.14 03:41:09.793865 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9268 2024.12.14 03:41:09.794647 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9269 2024.12.14 03:41:09.797818 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
9270 2024.12.14 03:41:12.653654 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9271 2024.12.14 03:41:12.653874 [ 255 ] {eb8f501c-a6ca-4c85-8a46-cc7cd6c35706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9272 2024.12.14 03:41:12.653954 [ 255 ] {eb8f501c-a6ca-4c85-8a46-cc7cd6c35706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9273 2024.12.14 03:41:12.654759 [ 255 ] {eb8f501c-a6ca-4c85-8a46-cc7cd6c35706} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9274 2024.12.14 03:41:12.654808 [ 255 ] {eb8f501c-a6ca-4c85-8a46-cc7cd6c35706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9275 2024.12.14 03:41:12.655240 [ 255 ] {eb8f501c-a6ca-4c85-8a46-cc7cd6c35706} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9276 2024.12.14 03:41:12.655509 [ 255 ] {eb8f501c-a6ca-4c85-8a46-cc7cd6c35706} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9277 2024.12.14 03:41:12.655760 [ 255 ] {eb8f501c-a6ca-4c85-8a46-cc7cd6c35706} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 518.96 KiB/sec.
9278 2024.12.14 03:41:12.655825 [ 255 ] {eb8f501c-a6ca-4c85-8a46-cc7cd6c35706} <Debug> TCPHandler: Processed in 0.002303836 sec.
9279 2024.12.14 03:41:12.656198 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9280 2024.12.14 03:41:12.656510 [ 258 ] {b76fee8b-5099-4215-a23e-1028d4d3e181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9281 2024.12.14 03:41:12.656593 [ 258 ] {b76fee8b-5099-4215-a23e-1028d4d3e181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9282 2024.12.14 03:41:12.657372 [ 258 ] {b76fee8b-5099-4215-a23e-1028d4d3e181} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9283 2024.12.14 03:41:12.657426 [ 258 ] {b76fee8b-5099-4215-a23e-1028d4d3e181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9284 2024.12.14 03:41:12.657859 [ 258 ] {b76fee8b-5099-4215-a23e-1028d4d3e181} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9285 2024.12.14 03:41:12.658187 [ 258 ] {b76fee8b-5099-4215-a23e-1028d4d3e181} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9286 2024.12.14 03:41:12.658540 [ 258 ] {b76fee8b-5099-4215-a23e-1028d4d3e181} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002113 sec., 3786.0861334595365 rows/sec., 308.73 KiB/sec.
9287 2024.12.14 03:41:12.658776 [ 258 ] {b76fee8b-5099-4215-a23e-1028d4d3e181} <Debug> TCPHandler: Processed in 0.002788305 sec.
9288 2024.12.14 03:41:12.658975 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9289 2024.12.14 03:41:12.659120 [ 255 ] {c8921129-901a-4145-b16c-56f627df48dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9290 2024.12.14 03:41:12.659183 [ 255 ] {c8921129-901a-4145-b16c-56f627df48dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9291 2024.12.14 03:41:12.660415 [ 255 ] {c8921129-901a-4145-b16c-56f627df48dd} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9292 2024.12.14 03:41:12.660457 [ 255 ] {c8921129-901a-4145-b16c-56f627df48dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9293 2024.12.14 03:41:12.660917 [ 255 ] {c8921129-901a-4145-b16c-56f627df48dd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9294 2024.12.14 03:41:12.661161 [ 255 ] {c8921129-901a-4145-b16c-56f627df48dd} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9295 2024.12.14 03:41:12.661336 [ 80 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_74_15 to all_79_79_0
9296 2024.12.14 03:41:12.661406 [ 255 ] {c8921129-901a-4145-b16c-56f627df48dd} <Debug> executeQuery: Read 1379 rows, 117.87 KiB in 0.002316 sec., 595423.1433506045 rows/sec., 49.70 MiB/sec.
9297 2024.12.14 03:41:12.661425 [ 80 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9298 2024.12.14 03:41:12.661511 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9299 2024.12.14 03:41:12.661548 [ 255 ] {c8921129-901a-4145-b16c-56f627df48dd} <Debug> TCPHandler: Processed in 0.002659723 sec.
9300 2024.12.14 03:41:12.661847 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_74_15 to all_79_79_0 into Compact with storage Full
9301 2024.12.14 03:41:12.661870 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9302 2024.12.14 03:41:12.662236 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9303 2024.12.14 03:41:12.662291 [ 258 ] {eb54dfed-3615-42a9-877c-daa52580218d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9304 2024.12.14 03:41:12.662334 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_15, total 1435 rows starting from the beginning of the part
9305 2024.12.14 03:41:12.662454 [ 258 ] {eb54dfed-3615-42a9-877c-daa52580218d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9306 2024.12.14 03:41:12.662701 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 235 rows starting from the beginning of the part
9307 2024.12.14 03:41:12.663065 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 109 rows starting from the beginning of the part
9308 2024.12.14 03:41:12.663403 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 235 rows starting from the beginning of the part
9309 2024.12.14 03:41:12.663753 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 106 rows starting from the beginning of the part
9310 2024.12.14 03:41:12.664075 [ 196 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1379 rows starting from the beginning of the part
9311 2024.12.14 03:41:12.665481 [ 258 ] {eb54dfed-3615-42a9-877c-daa52580218d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9312 2024.12.14 03:41:12.665550 [ 258 ] {eb54dfed-3615-42a9-877c-daa52580218d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9313 2024.12.14 03:41:12.666571 [ 258 ] {eb54dfed-3615-42a9-877c-daa52580218d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9314 2024.12.14 03:41:12.666938 [ 258 ] {eb54dfed-3615-42a9-877c-daa52580218d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9315 2024.12.14 03:41:12.667215 [ 258 ] {eb54dfed-3615-42a9-877c-daa52580218d} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.005063 sec., 6122.85206399368 rows/sec., 438.04 KiB/sec.
9316 2024.12.14 03:41:12.667366 [ 258 ] {eb54dfed-3615-42a9-877c-daa52580218d} <Debug> TCPHandler: Processed in 0.005663834 sec.
9317 2024.12.14 03:41:12.667688 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9318 2024.12.14 03:41:12.667774 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3499 rows, containing 5 columns (5 merged, 0 gathered) in 0.006105702 sec., 573070.8770260978 rows/sec., 50.42 MiB/sec.
9319 2024.12.14 03:41:12.667887 [ 255 ] {d4adda05-97b2-448c-88b7-4be660d0354d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9320 2024.12.14 03:41:12.667953 [ 255 ] {d4adda05-97b2-448c-88b7-4be660d0354d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9321 2024.12.14 03:41:12.668122 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Trace> MergedBlockOutputStream: filled checksums all_1_79_16 (state Temporary)
9322 2024.12.14 03:41:12.668790 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_79_16 to all_1_79_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9323 2024.12.14 03:41:12.668915 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_79_16} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_74_15, all_79_79_0] -> all_1_79_16
9324 2024.12.14 03:41:12.669103 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
9325 2024.12.14 03:41:12.669325 [ 255 ] {d4adda05-97b2-448c-88b7-4be660d0354d} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9326 2024.12.14 03:41:12.669371 [ 255 ] {d4adda05-97b2-448c-88b7-4be660d0354d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9327 2024.12.14 03:41:12.669752 [ 255 ] {d4adda05-97b2-448c-88b7-4be660d0354d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
9328 2024.12.14 03:41:12.669992 [ 255 ] {d4adda05-97b2-448c-88b7-4be660d0354d} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9329 2024.12.14 03:41:12.670254 [ 255 ] {d4adda05-97b2-448c-88b7-4be660d0354d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002416 sec., 100165.56291390728 rows/sec., 6.79 MiB/sec.
9330 2024.12.14 03:41:12.670487 [ 255 ] {d4adda05-97b2-448c-88b7-4be660d0354d} <Debug> TCPHandler: Processed in 0.00300857 sec.
9331 2024.12.14 03:41:12.670670 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9332 2024.12.14 03:41:12.670811 [ 258 ] {ba30414b-74cd-40b0-86e6-d4ddd10cb368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9333 2024.12.14 03:41:12.670871 [ 258 ] {ba30414b-74cd-40b0-86e6-d4ddd10cb368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9334 2024.12.14 03:41:12.671651 [ 258 ] {ba30414b-74cd-40b0-86e6-d4ddd10cb368} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9335 2024.12.14 03:41:12.671693 [ 258 ] {ba30414b-74cd-40b0-86e6-d4ddd10cb368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9336 2024.12.14 03:41:12.672057 [ 258 ] {ba30414b-74cd-40b0-86e6-d4ddd10cb368} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9337 2024.12.14 03:41:12.672298 [ 258 ] {ba30414b-74cd-40b0-86e6-d4ddd10cb368} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9338 2024.12.14 03:41:12.672510 [ 258 ] {ba30414b-74cd-40b0-86e6-d4ddd10cb368} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001732 sec., 7505.773672055427 rows/sec., 467.98 KiB/sec.
9339 2024.12.14 03:41:12.672566 [ 258 ] {ba30414b-74cd-40b0-86e6-d4ddd10cb368} <Debug> TCPHandler: Processed in 0.001968669 sec.
9340 2024.12.14 03:41:12.672717 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9341 2024.12.14 03:41:12.672833 [ 255 ] {f4212a89-7833-4019-9166-dd43198734a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9342 2024.12.14 03:41:12.672883 [ 255 ] {f4212a89-7833-4019-9166-dd43198734a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9343 2024.12.14 03:41:12.673835 [ 255 ] {f4212a89-7833-4019-9166-dd43198734a5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9344 2024.12.14 03:41:12.673875 [ 255 ] {f4212a89-7833-4019-9166-dd43198734a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9345 2024.12.14 03:41:12.674287 [ 255 ] {f4212a89-7833-4019-9166-dd43198734a5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9346 2024.12.14 03:41:12.674530 [ 255 ] {f4212a89-7833-4019-9166-dd43198734a5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9347 2024.12.14 03:41:12.674695 [ 80 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_74_15 to all_79_79_0
9348 2024.12.14 03:41:12.674748 [ 80 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9349 2024.12.14 03:41:12.674767 [ 255 ] {f4212a89-7833-4019-9166-dd43198734a5} <Debug> executeQuery: Read 862 rows, 63.90 KiB in 0.001949 sec., 442278.0913288866 rows/sec., 32.02 MiB/sec.
9350 2024.12.14 03:41:12.674787 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9351 2024.12.14 03:41:12.674968 [ 255 ] {f4212a89-7833-4019-9166-dd43198734a5} <Debug> TCPHandler: Processed in 0.002301736 sec.
9352 2024.12.14 03:41:12.675146 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_74_15 to all_79_79_0 into Compact with storage Full
9353 2024.12.14 03:41:12.675231 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9354 2024.12.14 03:41:12.675501 [ 258 ] {1ad4b263-c9a5-47d9-a355-149277bccde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9355 2024.12.14 03:41:12.675532 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9356 2024.12.14 03:41:12.675616 [ 258 ] {1ad4b263-c9a5-47d9-a355-149277bccde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9357 2024.12.14 03:41:12.675616 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_15, total 915 rows starting from the beginning of the part
9358 2024.12.14 03:41:12.676118 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 398 rows starting from the beginning of the part
9359 2024.12.14 03:41:12.676365 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 95 rows starting from the beginning of the part
9360 2024.12.14 03:41:12.676559 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 398 rows starting from the beginning of the part
9361 2024.12.14 03:41:12.676730 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 89 rows starting from the beginning of the part
9362 2024.12.14 03:41:12.676920 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 862 rows starting from the beginning of the part
9363 2024.12.14 03:41:12.677314 [ 258 ] {1ad4b263-c9a5-47d9-a355-149277bccde1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9364 2024.12.14 03:41:12.677357 [ 258 ] {1ad4b263-c9a5-47d9-a355-149277bccde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9365 2024.12.14 03:41:12.677864 [ 258 ] {1ad4b263-c9a5-47d9-a355-149277bccde1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9366 2024.12.14 03:41:12.678191 [ 258 ] {1ad4b263-c9a5-47d9-a355-149277bccde1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9367 2024.12.14 03:41:12.678553 [ 258 ] {1ad4b263-c9a5-47d9-a355-149277bccde1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003115 sec., 1926.1637239165327 rows/sec., 100.63 KiB/sec.
9368 2024.12.14 03:41:12.678818 [ 258 ] {1ad4b263-c9a5-47d9-a355-149277bccde1} <Debug> TCPHandler: Processed in 0.003731265 sec.
9369 2024.12.14 03:41:12.679171 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9370 2024.12.14 03:41:12.679199 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2757 rows, containing 5 columns (5 merged, 0 gathered) in 0.004281876 sec., 643876.6559330536 rows/sec., 49.15 MiB/sec.
9371 2024.12.14 03:41:12.679423 [ 255 ] {147c498c-dac8-4556-be3e-2b914c4c8e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9372 2024.12.14 03:41:12.679528 [ 255 ] {147c498c-dac8-4556-be3e-2b914c4c8e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9373 2024.12.14 03:41:12.679536 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Trace> MergedBlockOutputStream: filled checksums all_1_79_16 (state Temporary)
9374 2024.12.14 03:41:12.679954 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_79_16 to all_1_79_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9375 2024.12.14 03:41:12.680035 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_79_16} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_74_15, all_79_79_0] -> all_1_79_16
9376 2024.12.14 03:41:12.680146 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
9377 2024.12.14 03:41:12.680455 [ 255 ] {147c498c-dac8-4556-be3e-2b914c4c8e40} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9378 2024.12.14 03:41:12.680493 [ 255 ] {147c498c-dac8-4556-be3e-2b914c4c8e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9379 2024.12.14 03:41:12.680954 [ 255 ] {147c498c-dac8-4556-be3e-2b914c4c8e40} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9380 2024.12.14 03:41:12.681192 [ 255 ] {147c498c-dac8-4556-be3e-2b914c4c8e40} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9381 2024.12.14 03:41:12.681403 [ 255 ] {147c498c-dac8-4556-be3e-2b914c4c8e40} <Debug> executeQuery: Read 929 rows, 63.48 KiB in 0.002056 sec., 451848.24902723735 rows/sec., 30.15 MiB/sec.
9382 2024.12.14 03:41:12.681463 [ 255 ] {147c498c-dac8-4556-be3e-2b914c4c8e40} <Debug> TCPHandler: Processed in 0.00249052 sec.
9383 2024.12.14 03:41:12.681619 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9384 2024.12.14 03:41:12.681756 [ 258 ] {6a91e939-5e30-432b-9b2a-f0214d0255b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9385 2024.12.14 03:41:12.681817 [ 258 ] {6a91e939-5e30-432b-9b2a-f0214d0255b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9386 2024.12.14 03:41:12.682382 [ 258 ] {6a91e939-5e30-432b-9b2a-f0214d0255b7} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9387 2024.12.14 03:41:12.682430 [ 258 ] {6a91e939-5e30-432b-9b2a-f0214d0255b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9388 2024.12.14 03:41:12.682805 [ 258 ] {6a91e939-5e30-432b-9b2a-f0214d0255b7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9389 2024.12.14 03:41:12.683045 [ 258 ] {6a91e939-5e30-432b-9b2a-f0214d0255b7} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9390 2024.12.14 03:41:12.683269 [ 258 ] {6a91e939-5e30-432b-9b2a-f0214d0255b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001544 sec., 647.6683937823834 rows/sec., 43.64 KiB/sec.
9391 2024.12.14 03:41:12.683321 [ 258 ] {6a91e939-5e30-432b-9b2a-f0214d0255b7} <Debug> TCPHandler: Processed in 0.001773606 sec.
9392 2024.12.14 03:41:12.683454 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9393 2024.12.14 03:41:12.683591 [ 255 ] {dee16a48-69cb-4bdf-bd01-5096032084a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9394 2024.12.14 03:41:12.683686 [ 255 ] {dee16a48-69cb-4bdf-bd01-5096032084a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9395 2024.12.14 03:41:12.684958 [ 255 ] {dee16a48-69cb-4bdf-bd01-5096032084a2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9396 2024.12.14 03:41:12.684997 [ 255 ] {dee16a48-69cb-4bdf-bd01-5096032084a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9397 2024.12.14 03:41:12.685632 [ 255 ] {dee16a48-69cb-4bdf-bd01-5096032084a2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9398 2024.12.14 03:41:12.685893 [ 255 ] {dee16a48-69cb-4bdf-bd01-5096032084a2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9399 2024.12.14 03:41:12.686079 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9400 2024.12.14 03:41:12.686144 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9401 2024.12.14 03:41:12.686185 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9402 2024.12.14 03:41:12.686192 [ 255 ] {dee16a48-69cb-4bdf-bd01-5096032084a2} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002623 sec., 6099.885627144491 rows/sec., 10.93 MiB/sec.
9403 2024.12.14 03:41:12.686483 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
9404 2024.12.14 03:41:12.686610 [ 255 ] {dee16a48-69cb-4bdf-bd01-5096032084a2} <Debug> TCPHandler: Processed in 0.003210424 sec.
9405 2024.12.14 03:41:12.686949 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9406 2024.12.14 03:41:12.687058 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9407 2024.12.14 03:41:12.687213 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1133 rows starting from the beginning of the part
9408 2024.12.14 03:41:12.687360 [ 258 ] {ea9c29a2-3356-4749-bd89-12bca2da8480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9409 2024.12.14 03:41:12.687632 [ 258 ] {ea9c29a2-3356-4749-bd89-12bca2da8480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9410 2024.12.14 03:41:12.688021 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part
9411 2024.12.14 03:41:12.688817 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 25 rows starting from the beginning of the part
9412 2024.12.14 03:41:12.689501 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part
9413 2024.12.14 03:41:12.690165 [ 258 ] {ea9c29a2-3356-4749-bd89-12bca2da8480} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9414 2024.12.14 03:41:12.690212 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 25 rows starting from the beginning of the part
9415 2024.12.14 03:41:12.690234 [ 258 ] {ea9c29a2-3356-4749-bd89-12bca2da8480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9416 2024.12.14 03:41:12.690844 [ 188 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part
9417 2024.12.14 03:41:12.691899 [ 258 ] {ea9c29a2-3356-4749-bd89-12bca2da8480} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9418 2024.12.14 03:41:12.692357 [ 258 ] {ea9c29a2-3356-4749-bd89-12bca2da8480} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9419 2024.12.14 03:41:12.693060 [ 258 ] {ea9c29a2-3356-4749-bd89-12bca2da8480} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.005772 sec., 12127.512127512127 rows/sec., 780.47 KiB/sec.
9420 2024.12.14 03:41:12.693414 [ 258 ] {ea9c29a2-3356-4749-bd89-12bca2da8480} <Debug> TCPHandler: Processed in 0.006638613 sec.
9421 2024.12.14 03:41:12.699019 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1231 rows, containing 19 columns (19 merged, 0 gathered) in 0.012763576 sec., 96446.32507378809 rows/sec., 172.83 MiB/sec.
9422 2024.12.14 03:41:12.700337 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9423 2024.12.14 03:41:12.700755 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9424 2024.12.14 03:41:12.700835 [ 189 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9425 2024.12.14 03:41:12.700992 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB.
9426 2024.12.14 03:41:13.207544 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1296
9427 2024.12.14 03:41:13.211319 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9428 2024.12.14 03:41:13.211373 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9429 2024.12.14 03:41:13.212900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9430 2024.12.14 03:41:13.213249 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9431 2024.12.14 03:41:13.213920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1296
9432 2024.12.14 03:41:13.886037 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9433 2024.12.14 03:41:13.886332 [ 255 ] {0d4e90c4-ab16-449d-abd0-37ca088a682d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9434 2024.12.14 03:41:13.886449 [ 255 ] {0d4e90c4-ab16-449d-abd0-37ca088a682d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9435 2024.12.14 03:41:13.887271 [ 255 ] {0d4e90c4-ab16-449d-abd0-37ca088a682d} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9436 2024.12.14 03:41:13.887322 [ 255 ] {0d4e90c4-ab16-449d-abd0-37ca088a682d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9437 2024.12.14 03:41:13.887750 [ 255 ] {0d4e90c4-ab16-449d-abd0-37ca088a682d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9438 2024.12.14 03:41:13.888005 [ 255 ] {0d4e90c4-ab16-449d-abd0-37ca088a682d} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9439 2024.12.14 03:41:13.888239 [ 255 ] {0d4e90c4-ab16-449d-abd0-37ca088a682d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.16 MiB/sec.
9440 2024.12.14 03:41:13.888306 [ 255 ] {0d4e90c4-ab16-449d-abd0-37ca088a682d} <Debug> TCPHandler: Processed in 0.002457359 sec.
9441 2024.12.14 03:41:13.888643 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9442 2024.12.14 03:41:13.888947 [ 258 ] {249e19c2-ead6-4087-bddd-065f97aab48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9443 2024.12.14 03:41:13.889069 [ 258 ] {249e19c2-ead6-4087-bddd-065f97aab48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9444 2024.12.14 03:41:13.890056 [ 258 ] {249e19c2-ead6-4087-bddd-065f97aab48b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9445 2024.12.14 03:41:13.890107 [ 258 ] {249e19c2-ead6-4087-bddd-065f97aab48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9446 2024.12.14 03:41:13.890563 [ 258 ] {249e19c2-ead6-4087-bddd-065f97aab48b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9447 2024.12.14 03:41:13.890828 [ 258 ] {249e19c2-ead6-4087-bddd-065f97aab48b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9448 2024.12.14 03:41:13.891092 [ 258 ] {249e19c2-ead6-4087-bddd-065f97aab48b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002231 sec., 28686.687584043033 rows/sec., 2.24 MiB/sec.
9449 2024.12.14 03:41:13.891203 [ 258 ] {249e19c2-ead6-4087-bddd-065f97aab48b} <Debug> TCPHandler: Processed in 0.002752795 sec.
9450 2024.12.14 03:41:13.891420 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9451 2024.12.14 03:41:13.891693 [ 255 ] {c7fd49c0-f494-44b7-a19e-01140c8921c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9452 2024.12.14 03:41:13.891760 [ 255 ] {c7fd49c0-f494-44b7-a19e-01140c8921c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9453 2024.12.14 03:41:13.892412 [ 255 ] {c7fd49c0-f494-44b7-a19e-01140c8921c0} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9454 2024.12.14 03:41:13.892461 [ 255 ] {c7fd49c0-f494-44b7-a19e-01140c8921c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9455 2024.12.14 03:41:13.892870 [ 255 ] {c7fd49c0-f494-44b7-a19e-01140c8921c0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9456 2024.12.14 03:41:13.893109 [ 255 ] {c7fd49c0-f494-44b7-a19e-01140c8921c0} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9457 2024.12.14 03:41:13.893341 [ 255 ] {c7fd49c0-f494-44b7-a19e-01140c8921c0} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001716 sec., 18648.018648018646 rows/sec., 1.30 MiB/sec.
9458 2024.12.14 03:41:13.893416 [ 255 ] {c7fd49c0-f494-44b7-a19e-01140c8921c0} <Debug> TCPHandler: Processed in 0.002129713 sec.
9459 2024.12.14 03:41:13.893672 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9460 2024.12.14 03:41:13.893902 [ 258 ] {7a1933bb-cc02-4d3d-9217-56332f138f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9461 2024.12.14 03:41:13.893970 [ 258 ] {7a1933bb-cc02-4d3d-9217-56332f138f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9462 2024.12.14 03:41:13.894550 [ 258 ] {7a1933bb-cc02-4d3d-9217-56332f138f89} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9463 2024.12.14 03:41:13.894591 [ 258 ] {7a1933bb-cc02-4d3d-9217-56332f138f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9464 2024.12.14 03:41:13.894980 [ 258 ] {7a1933bb-cc02-4d3d-9217-56332f138f89} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9465 2024.12.14 03:41:13.895233 [ 258 ] {7a1933bb-cc02-4d3d-9217-56332f138f89} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9466 2024.12.14 03:41:13.895482 [ 258 ] {7a1933bb-cc02-4d3d-9217-56332f138f89} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001623 sec., 7393.715341959334 rows/sec., 510.24 KiB/sec.
9467 2024.12.14 03:41:13.895545 [ 258 ] {7a1933bb-cc02-4d3d-9217-56332f138f89} <Debug> TCPHandler: Processed in 0.002035201 sec.
9468 2024.12.14 03:41:15.590076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363
9469 2024.12.14 03:41:15.591141 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9470 2024.12.14 03:41:15.591199 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9471 2024.12.14 03:41:15.591730 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9472 2024.12.14 03:41:15.591987 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9473 2024.12.14 03:41:15.592217 [ 75 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9474 2024.12.14 03:41:15.592254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363
9475 2024.12.14 03:41:15.592312 [ 75 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9476 2024.12.14 03:41:15.592346 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9477 2024.12.14 03:41:15.592578 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
9478 2024.12.14 03:41:15.592923 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9479 2024.12.14 03:41:15.592972 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
9480 2024.12.14 03:41:15.593058 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
9481 2024.12.14 03:41:15.593298 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
9482 2024.12.14 03:41:15.593516 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
9483 2024.12.14 03:41:15.593701 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
9484 2024.12.14 03:41:15.593910 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
9485 2024.12.14 03:41:15.596482 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.004051551 sec., 5766433.644794303 rows/sec., 82.49 MiB/sec.
9486 2024.12.14 03:41:15.596974 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9487 2024.12.14 03:41:15.597371 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_51_10} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9488 2024.12.14 03:41:15.597489 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_51_10} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9489 2024.12.14 03:41:15.597629 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB.
9490 2024.12.14 03:41:17.297938 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
9491 2024.12.14 03:41:17.319808 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9492 2024.12.14 03:41:17.319879 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9493 2024.12.14 03:41:17.327299 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9494 2024.12.14 03:41:17.328071 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9495 2024.12.14 03:41:17.328489 [ 74 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9496 2024.12.14 03:41:17.328631 [ 74 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9497 2024.12.14 03:41:17.328718 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9498 2024.12.14 03:41:17.329266 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
9499 2024.12.14 03:41:17.344037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
9500 2024.12.14 03:41:17.345976 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9501 2024.12.14 03:41:17.347755 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
9502 2024.12.14 03:41:17.353635 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
9503 2024.12.14 03:41:17.359613 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
9504 2024.12.14 03:41:17.365507 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
9505 2024.12.14 03:41:17.371523 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
9506 2024.12.14 03:41:17.376288 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
9507 2024.12.14 03:41:17.436659 [ 191 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.107779299 sec., 3572.114530082442 rows/sec., 18.47 MiB/sec.
9508 2024.12.14 03:41:17.438729 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9509 2024.12.14 03:41:17.441275 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_51_10} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9510 2024.12.14 03:41:17.441405 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_51_10} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9511 2024.12.14 03:41:17.443042 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9512 2024.12.14 03:41:18.893166 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9513 2024.12.14 03:41:18.893378 [ 255 ] {21615a72-1c54-43bd-8d4a-0c76c2dbe25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9514 2024.12.14 03:41:18.893459 [ 255 ] {21615a72-1c54-43bd-8d4a-0c76c2dbe25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9515 2024.12.14 03:41:18.894293 [ 255 ] {21615a72-1c54-43bd-8d4a-0c76c2dbe25c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9516 2024.12.14 03:41:18.894348 [ 255 ] {21615a72-1c54-43bd-8d4a-0c76c2dbe25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9517 2024.12.14 03:41:18.894790 [ 255 ] {21615a72-1c54-43bd-8d4a-0c76c2dbe25c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9518 2024.12.14 03:41:18.895037 [ 255 ] {21615a72-1c54-43bd-8d4a-0c76c2dbe25c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9519 2024.12.14 03:41:18.895292 [ 255 ] {21615a72-1c54-43bd-8d4a-0c76c2dbe25c} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001963 sec., 53998.981151299035 rows/sec., 4.57 MiB/sec.
9520 2024.12.14 03:41:18.895406 [ 255 ] {21615a72-1c54-43bd-8d4a-0c76c2dbe25c} <Debug> TCPHandler: Processed in 0.002379677 sec.
9521 2024.12.14 03:41:18.895739 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9522 2024.12.14 03:41:18.895945 [ 258 ] {d80e758d-e746-46f3-afd1-d3edc65f898d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9523 2024.12.14 03:41:18.896029 [ 258 ] {d80e758d-e746-46f3-afd1-d3edc65f898d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9524 2024.12.14 03:41:18.896863 [ 258 ] {d80e758d-e746-46f3-afd1-d3edc65f898d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9525 2024.12.14 03:41:18.896906 [ 258 ] {d80e758d-e746-46f3-afd1-d3edc65f898d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9526 2024.12.14 03:41:18.897356 [ 258 ] {d80e758d-e746-46f3-afd1-d3edc65f898d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9527 2024.12.14 03:41:18.897615 [ 258 ] {d80e758d-e746-46f3-afd1-d3edc65f898d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9528 2024.12.14 03:41:18.897817 [ 258 ] {d80e758d-e746-46f3-afd1-d3edc65f898d} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001933 sec., 12933.264355923435 rows/sec., 972.52 KiB/sec.
9529 2024.12.14 03:41:18.897904 [ 258 ] {d80e758d-e746-46f3-afd1-d3edc65f898d} <Debug> TCPHandler: Processed in 0.002353098 sec.
9530 2024.12.14 03:41:18.898068 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9531 2024.12.14 03:41:18.898197 [ 255 ] {137e9f3c-ac08-4710-8d62-b1127ad3d35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9532 2024.12.14 03:41:18.898251 [ 255 ] {137e9f3c-ac08-4710-8d62-b1127ad3d35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9533 2024.12.14 03:41:18.898893 [ 255 ] {137e9f3c-ac08-4710-8d62-b1127ad3d35a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9534 2024.12.14 03:41:18.898936 [ 255 ] {137e9f3c-ac08-4710-8d62-b1127ad3d35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9535 2024.12.14 03:41:18.899312 [ 255 ] {137e9f3c-ac08-4710-8d62-b1127ad3d35a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9536 2024.12.14 03:41:18.899555 [ 255 ] {137e9f3c-ac08-4710-8d62-b1127ad3d35a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9537 2024.12.14 03:41:18.899785 [ 255 ] {137e9f3c-ac08-4710-8d62-b1127ad3d35a} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001617 sec., 55040.19789734075 rows/sec., 4.30 MiB/sec.
9538 2024.12.14 03:41:18.899857 [ 255 ] {137e9f3c-ac08-4710-8d62-b1127ad3d35a} <Debug> TCPHandler: Processed in 0.001853257 sec.
9539 2024.12.14 03:41:18.900065 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9540 2024.12.14 03:41:18.900226 [ 258 ] {f02601dc-4b05-439c-8fec-c4740c813847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9541 2024.12.14 03:41:18.900290 [ 258 ] {f02601dc-4b05-439c-8fec-c4740c813847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9542 2024.12.14 03:41:18.900942 [ 258 ] {f02601dc-4b05-439c-8fec-c4740c813847} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9543 2024.12.14 03:41:18.900981 [ 258 ] {f02601dc-4b05-439c-8fec-c4740c813847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9544 2024.12.14 03:41:18.901391 [ 258 ] {f02601dc-4b05-439c-8fec-c4740c813847} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9545 2024.12.14 03:41:18.901634 [ 258 ] {f02601dc-4b05-439c-8fec-c4740c813847} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9546 2024.12.14 03:41:18.901790 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9547 2024.12.14 03:41:18.901833 [ 258 ] {f02601dc-4b05-439c-8fec-c4740c813847} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec.
9548 2024.12.14 03:41:18.901839 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9549 2024.12.14 03:41:18.901888 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9550 2024.12.14 03:41:18.901913 [ 258 ] {f02601dc-4b05-439c-8fec-c4740c813847} <Debug> TCPHandler: Processed in 0.001943769 sec.
9551 2024.12.14 03:41:18.902109 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9552 2024.12.14 03:41:18.902131 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
9553 2024.12.14 03:41:18.902330 [ 255 ] {79070a35-0842-41a2-ae29-c0385b06f125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9554 2024.12.14 03:41:18.902408 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9555 2024.12.14 03:41:18.902510 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 20771 rows starting from the beginning of the part
9556 2024.12.14 03:41:18.902522 [ 255 ] {79070a35-0842-41a2-ae29-c0385b06f125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9557 2024.12.14 03:41:18.902924 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part
9558 2024.12.14 03:41:18.903273 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
9559 2024.12.14 03:41:18.903700 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 929 rows starting from the beginning of the part
9560 2024.12.14 03:41:18.904181 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 32 rows starting from the beginning of the part
9561 2024.12.14 03:41:18.904508 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part
9562 2024.12.14 03:41:18.907082 [ 255 ] {79070a35-0842-41a2-ae29-c0385b06f125} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9563 2024.12.14 03:41:18.907157 [ 255 ] {79070a35-0842-41a2-ae29-c0385b06f125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9564 2024.12.14 03:41:18.908827 [ 255 ] {79070a35-0842-41a2-ae29-c0385b06f125} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9565 2024.12.14 03:41:18.909581 [ 255 ] {79070a35-0842-41a2-ae29-c0385b06f125} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9566 2024.12.14 03:41:18.909881 [ 255 ] {79070a35-0842-41a2-ae29-c0385b06f125} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007634 sec., 3274.8231595493844 rows/sec., 5.87 MiB/sec.
9567 2024.12.14 03:41:18.910039 [ 255 ] {79070a35-0842-41a2-ae29-c0385b06f125} <Debug> TCPHandler: Processed in 0.00803957 sec.
9568 2024.12.14 03:41:18.910292 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9569 2024.12.14 03:41:18.910534 [ 258 ] {03dd32d5-b15d-46da-a588-39a162de0a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9570 2024.12.14 03:41:18.910720 [ 258 ] {03dd32d5-b15d-46da-a588-39a162de0a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9571 2024.12.14 03:41:18.911400 [ 258 ] {03dd32d5-b15d-46da-a588-39a162de0a17} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9572 2024.12.14 03:41:18.911451 [ 258 ] {03dd32d5-b15d-46da-a588-39a162de0a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9573 2024.12.14 03:41:18.911911 [ 258 ] {03dd32d5-b15d-46da-a588-39a162de0a17} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9574 2024.12.14 03:41:18.912490 [ 258 ] {03dd32d5-b15d-46da-a588-39a162de0a17} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9575 2024.12.14 03:41:18.912654 [ 71 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9576 2024.12.14 03:41:18.912735 [ 71 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9577 2024.12.14 03:41:18.912755 [ 258 ] {03dd32d5-b15d-46da-a588-39a162de0a17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002261 sec., 26536.930561698362 rows/sec., 1.79 MiB/sec.
9578 2024.12.14 03:41:18.912801 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
9579 2024.12.14 03:41:18.912872 [ 258 ] {03dd32d5-b15d-46da-a588-39a162de0a17} <Debug> TCPHandler: Processed in 0.002689244 sec.
9580 2024.12.14 03:41:18.912983 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
9581 2024.12.14 03:41:18.913134 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9582 2024.12.14 03:41:18.913171 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4138 rows starting from the beginning of the part
9583 2024.12.14 03:41:18.913408 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part
9584 2024.12.14 03:41:18.913946 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
9585 2024.12.14 03:41:18.914210 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22289 rows, containing 5 columns (5 merged, 0 gathered) in 0.012188494 sec., 1828691.8794069227 rows/sec., 124.06 MiB/sec.
9586 2024.12.14 03:41:18.914263 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 70 rows starting from the beginning of the part
9587 2024.12.14 03:41:18.914370 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 12 rows starting from the beginning of the part
9588 2024.12.14 03:41:18.914678 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part
9589 2024.12.14 03:41:18.914855 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9590 2024.12.14 03:41:18.915637 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9591 2024.12.14 03:41:18.915766 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9592 2024.12.14 03:41:18.915892 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
9593 2024.12.14 03:41:18.917086 [ 186 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4422 rows, containing 4 columns (4 merged, 0 gathered) in 0.004199134 sec., 1053074.2767437284 rows/sec., 69.85 MiB/sec.
9594 2024.12.14 03:41:18.917409 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9595 2024.12.14 03:41:18.917720 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9596 2024.12.14 03:41:18.917797 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_81_16} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9597 2024.12.14 03:41:18.917872 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
9598 2024.12.14 03:41:22.933559 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
9599 2024.12.14 03:41:22.933635 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
9600 2024.12.14 03:41:23.092468 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851
9601 2024.12.14 03:41:23.093486 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9602 2024.12.14 03:41:23.093526 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9603 2024.12.14 03:41:23.094074 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9604 2024.12.14 03:41:23.094334 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9605 2024.12.14 03:41:23.094548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
9606 2024.12.14 03:41:23.214262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1316
9607 2024.12.14 03:41:23.217154 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9608 2024.12.14 03:41:23.217224 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9609 2024.12.14 03:41:23.218715 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9610 2024.12.14 03:41:23.219028 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9611 2024.12.14 03:41:23.219720 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1316
9612 2024.12.14 03:41:23.561254 [ 65 ] {} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0
9613 2024.12.14 03:41:23.561338 [ 65 ] {} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9614 2024.12.14 03:41:23.561364 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9615 2024.12.14 03:41:23.561593 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full
9616 2024.12.14 03:41:23.561827 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9617 2024.12.14 03:41:23.561873 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 242 rows starting from the beginning of the part
9618 2024.12.14 03:41:23.561960 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 242 rows starting from the beginning of the part
9619 2024.12.14 03:41:23.562205 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
9620 2024.12.14 03:41:23.562490 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
9621 2024.12.14 03:41:23.562626 [ 192 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 242 rows starting from the beginning of the part
9622 2024.12.14 03:41:23.563891 [ 199 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002440129 sec., 309000.05696420145 rows/sec., 22.12 MiB/sec.
9623 2024.12.14 03:41:23.564084 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary)
9624 2024.12.14 03:41:23.564410 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9625 2024.12.14 03:41:23.564503 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_23_5} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5
9626 2024.12.14 03:41:23.564601 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
9627 2024.12.14 03:41:23.896671 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9628 2024.12.14 03:41:23.896894 [ 255 ] {a839988a-2b96-4093-bacc-acced839fbb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9629 2024.12.14 03:41:23.896987 [ 255 ] {a839988a-2b96-4093-bacc-acced839fbb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9630 2024.12.14 03:41:23.897766 [ 255 ] {a839988a-2b96-4093-bacc-acced839fbb0} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9631 2024.12.14 03:41:23.897816 [ 255 ] {a839988a-2b96-4093-bacc-acced839fbb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9632 2024.12.14 03:41:23.898247 [ 255 ] {a839988a-2b96-4093-bacc-acced839fbb0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9633 2024.12.14 03:41:23.898500 [ 255 ] {a839988a-2b96-4093-bacc-acced839fbb0} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9634 2024.12.14 03:41:23.898710 [ 255 ] {a839988a-2b96-4093-bacc-acced839fbb0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec.
9635 2024.12.14 03:41:23.898854 [ 255 ] {a839988a-2b96-4093-bacc-acced839fbb0} <Debug> TCPHandler: Processed in 0.002321247 sec.
9636 2024.12.14 03:41:23.899128 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9637 2024.12.14 03:41:23.899340 [ 258 ] {dc0585c5-480d-4ad6-9e24-39119589e241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9638 2024.12.14 03:41:23.899427 [ 258 ] {dc0585c5-480d-4ad6-9e24-39119589e241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9639 2024.12.14 03:41:23.900338 [ 258 ] {dc0585c5-480d-4ad6-9e24-39119589e241} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9640 2024.12.14 03:41:23.900390 [ 258 ] {dc0585c5-480d-4ad6-9e24-39119589e241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9641 2024.12.14 03:41:23.900860 [ 258 ] {dc0585c5-480d-4ad6-9e24-39119589e241} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9642 2024.12.14 03:41:23.901122 [ 258 ] {dc0585c5-480d-4ad6-9e24-39119589e241} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9643 2024.12.14 03:41:23.901365 [ 258 ] {dc0585c5-480d-4ad6-9e24-39119589e241} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002087 sec., 112601.8207954001 rows/sec., 9.83 MiB/sec.
9644 2024.12.14 03:41:23.901433 [ 258 ] {dc0585c5-480d-4ad6-9e24-39119589e241} <Debug> TCPHandler: Processed in 0.00245387 sec.
9645 2024.12.14 03:41:23.901602 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9646 2024.12.14 03:41:23.901748 [ 255 ] {42ab77fe-fc91-41fb-bd15-9c5726a12d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9647 2024.12.14 03:41:23.901809 [ 255 ] {42ab77fe-fc91-41fb-bd15-9c5726a12d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9648 2024.12.14 03:41:23.902419 [ 255 ] {42ab77fe-fc91-41fb-bd15-9c5726a12d6a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9649 2024.12.14 03:41:23.902458 [ 255 ] {42ab77fe-fc91-41fb-bd15-9c5726a12d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9650 2024.12.14 03:41:23.902827 [ 255 ] {42ab77fe-fc91-41fb-bd15-9c5726a12d6a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9651 2024.12.14 03:41:23.903067 [ 255 ] {42ab77fe-fc91-41fb-bd15-9c5726a12d6a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9652 2024.12.14 03:41:23.903246 [ 255 ] {42ab77fe-fc91-41fb-bd15-9c5726a12d6a} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001534 sec., 14993.48109517601 rows/sec., 1.06 MiB/sec.
9653 2024.12.14 03:41:23.903299 [ 255 ] {42ab77fe-fc91-41fb-bd15-9c5726a12d6a} <Debug> TCPHandler: Processed in 0.001770145 sec.
9654 2024.12.14 03:41:23.903446 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9655 2024.12.14 03:41:23.903571 [ 258 ] {b1b70c68-1a0c-45dd-986b-6d1eecdbd225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9656 2024.12.14 03:41:23.903625 [ 258 ] {b1b70c68-1a0c-45dd-986b-6d1eecdbd225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9657 2024.12.14 03:41:23.904224 [ 258 ] {b1b70c68-1a0c-45dd-986b-6d1eecdbd225} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9658 2024.12.14 03:41:23.904266 [ 258 ] {b1b70c68-1a0c-45dd-986b-6d1eecdbd225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9659 2024.12.14 03:41:23.904636 [ 258 ] {b1b70c68-1a0c-45dd-986b-6d1eecdbd225} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
9660 2024.12.14 03:41:23.904878 [ 258 ] {b1b70c68-1a0c-45dd-986b-6d1eecdbd225} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9661 2024.12.14 03:41:23.905105 [ 258 ] {b1b70c68-1a0c-45dd-986b-6d1eecdbd225} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001563 sec., 8957.133717210492 rows/sec., 627.30 KiB/sec.
9662 2024.12.14 03:41:23.905161 [ 258 ] {b1b70c68-1a0c-45dd-986b-6d1eecdbd225} <Debug> TCPHandler: Processed in 0.001774265 sec.
9663 2024.12.14 03:41:23.905368 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9664 2024.12.14 03:41:23.905595 [ 255 ] {762436c6-1dc9-47d7-b0b2-0a12981a178c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9665 2024.12.14 03:41:23.905685 [ 255 ] {762436c6-1dc9-47d7-b0b2-0a12981a178c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9666 2024.12.14 03:41:23.906386 [ 255 ] {762436c6-1dc9-47d7-b0b2-0a12981a178c} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9667 2024.12.14 03:41:23.906423 [ 255 ] {762436c6-1dc9-47d7-b0b2-0a12981a178c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9668 2024.12.14 03:41:23.906776 [ 255 ] {762436c6-1dc9-47d7-b0b2-0a12981a178c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9669 2024.12.14 03:41:23.907022 [ 255 ] {762436c6-1dc9-47d7-b0b2-0a12981a178c} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9670 2024.12.14 03:41:23.907202 [ 255 ] {762436c6-1dc9-47d7-b0b2-0a12981a178c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec.
9671 2024.12.14 03:41:23.907257 [ 255 ] {762436c6-1dc9-47d7-b0b2-0a12981a178c} <Debug> TCPHandler: Processed in 0.00199964 sec.
9672 2024.12.14 03:41:23.907415 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9673 2024.12.14 03:41:23.907566 [ 258 ] {de745fcf-2761-4cef-9a1c-2e4a85f60215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9674 2024.12.14 03:41:23.907625 [ 258 ] {de745fcf-2761-4cef-9a1c-2e4a85f60215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9675 2024.12.14 03:41:23.908419 [ 258 ] {de745fcf-2761-4cef-9a1c-2e4a85f60215} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9676 2024.12.14 03:41:23.908461 [ 258 ] {de745fcf-2761-4cef-9a1c-2e4a85f60215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9677 2024.12.14 03:41:23.908870 [ 258 ] {de745fcf-2761-4cef-9a1c-2e4a85f60215} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9678 2024.12.14 03:41:23.909118 [ 258 ] {de745fcf-2761-4cef-9a1c-2e4a85f60215} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9679 2024.12.14 03:41:23.909354 [ 258 ] {de745fcf-2761-4cef-9a1c-2e4a85f60215} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001819 sec., 218801.5393073117 rows/sec., 15.55 MiB/sec.
9680 2024.12.14 03:41:23.909416 [ 258 ] {de745fcf-2761-4cef-9a1c-2e4a85f60215} <Debug> TCPHandler: Processed in 0.002069932 sec.
9681 2024.12.14 03:41:23.909666 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9682 2024.12.14 03:41:23.909898 [ 255 ] {5f79eae5-fd25-49ba-9a74-2503689799ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9683 2024.12.14 03:41:23.909963 [ 255 ] {5f79eae5-fd25-49ba-9a74-2503689799ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9684 2024.12.14 03:41:23.910445 [ 255 ] {5f79eae5-fd25-49ba-9a74-2503689799ab} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9685 2024.12.14 03:41:23.910482 [ 255 ] {5f79eae5-fd25-49ba-9a74-2503689799ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9686 2024.12.14 03:41:23.910842 [ 255 ] {5f79eae5-fd25-49ba-9a74-2503689799ab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9687 2024.12.14 03:41:23.911076 [ 255 ] {5f79eae5-fd25-49ba-9a74-2503689799ab} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9688 2024.12.14 03:41:23.911255 [ 255 ] {5f79eae5-fd25-49ba-9a74-2503689799ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec.
9689 2024.12.14 03:41:23.911308 [ 255 ] {5f79eae5-fd25-49ba-9a74-2503689799ab} <Debug> TCPHandler: Processed in 0.001807566 sec.
9690 2024.12.14 03:41:23.911456 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9691 2024.12.14 03:41:23.911595 [ 258 ] {d513aaa8-b439-4e94-ae76-0d7fb707481d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9692 2024.12.14 03:41:23.911659 [ 258 ] {d513aaa8-b439-4e94-ae76-0d7fb707481d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9693 2024.12.14 03:41:23.912285 [ 258 ] {d513aaa8-b439-4e94-ae76-0d7fb707481d} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9694 2024.12.14 03:41:23.912324 [ 258 ] {d513aaa8-b439-4e94-ae76-0d7fb707481d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9695 2024.12.14 03:41:23.912738 [ 258 ] {d513aaa8-b439-4e94-ae76-0d7fb707481d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9696 2024.12.14 03:41:23.912980 [ 258 ] {d513aaa8-b439-4e94-ae76-0d7fb707481d} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9697 2024.12.14 03:41:23.913195 [ 258 ] {d513aaa8-b439-4e94-ae76-0d7fb707481d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001633 sec., 145131.65952235152 rows/sec., 9.73 MiB/sec.
9698 2024.12.14 03:41:23.913252 [ 258 ] {d513aaa8-b439-4e94-ae76-0d7fb707481d} <Debug> TCPHandler: Processed in 0.001862287 sec.
9699 2024.12.14 03:41:23.913393 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9700 2024.12.14 03:41:23.913511 [ 255 ] {651b7cad-09ff-49b8-8cdf-d5fb2c3abc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9701 2024.12.14 03:41:23.913563 [ 255 ] {651b7cad-09ff-49b8-8cdf-d5fb2c3abc86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9702 2024.12.14 03:41:23.914028 [ 255 ] {651b7cad-09ff-49b8-8cdf-d5fb2c3abc86} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9703 2024.12.14 03:41:23.914065 [ 255 ] {651b7cad-09ff-49b8-8cdf-d5fb2c3abc86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9704 2024.12.14 03:41:23.914421 [ 255 ] {651b7cad-09ff-49b8-8cdf-d5fb2c3abc86} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9705 2024.12.14 03:41:23.914651 [ 255 ] {651b7cad-09ff-49b8-8cdf-d5fb2c3abc86} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9706 2024.12.14 03:41:23.914827 [ 255 ] {651b7cad-09ff-49b8-8cdf-d5fb2c3abc86} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec.
9707 2024.12.14 03:41:23.914877 [ 255 ] {651b7cad-09ff-49b8-8cdf-d5fb2c3abc86} <Debug> TCPHandler: Processed in 0.001543801 sec.
9708 2024.12.14 03:41:23.915079 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9709 2024.12.14 03:41:23.915303 [ 258 ] {093c86e4-40e3-42e3-8052-6fc91cb8935c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9710 2024.12.14 03:41:23.915444 [ 258 ] {093c86e4-40e3-42e3-8052-6fc91cb8935c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9711 2024.12.14 03:41:23.916794 [ 258 ] {093c86e4-40e3-42e3-8052-6fc91cb8935c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9712 2024.12.14 03:41:23.916834 [ 258 ] {093c86e4-40e3-42e3-8052-6fc91cb8935c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9713 2024.12.14 03:41:23.917463 [ 258 ] {093c86e4-40e3-42e3-8052-6fc91cb8935c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9714 2024.12.14 03:41:23.917721 [ 258 ] {093c86e4-40e3-42e3-8052-6fc91cb8935c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9715 2024.12.14 03:41:23.917935 [ 258 ] {093c86e4-40e3-42e3-8052-6fc91cb8935c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002683 sec., 5963.473723443906 rows/sec., 10.69 MiB/sec.
9716 2024.12.14 03:41:23.918184 [ 258 ] {093c86e4-40e3-42e3-8052-6fc91cb8935c} <Debug> TCPHandler: Processed in 0.003211664 sec.
9717 2024.12.14 03:41:23.918432 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9718 2024.12.14 03:41:23.918608 [ 255 ] {4eecde93-a879-45c2-b5dd-08c3b7fdfb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9719 2024.12.14 03:41:23.918666 [ 255 ] {4eecde93-a879-45c2-b5dd-08c3b7fdfb1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9720 2024.12.14 03:41:23.919159 [ 255 ] {4eecde93-a879-45c2-b5dd-08c3b7fdfb1b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9721 2024.12.14 03:41:23.919197 [ 255 ] {4eecde93-a879-45c2-b5dd-08c3b7fdfb1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9722 2024.12.14 03:41:23.919569 [ 255 ] {4eecde93-a879-45c2-b5dd-08c3b7fdfb1b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9723 2024.12.14 03:41:23.919810 [ 255 ] {4eecde93-a879-45c2-b5dd-08c3b7fdfb1b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9724 2024.12.14 03:41:23.920030 [ 255 ] {4eecde93-a879-45c2-b5dd-08c3b7fdfb1b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001454 sec., 56396.148555708394 rows/sec., 3.58 MiB/sec.
9725 2024.12.14 03:41:23.920080 [ 255 ] {4eecde93-a879-45c2-b5dd-08c3b7fdfb1b} <Debug> TCPHandler: Processed in 0.001788176 sec.
9726 2024.12.14 03:41:24.844163 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
9727 2024.12.14 03:41:24.863279 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9728 2024.12.14 03:41:24.863331 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9729 2024.12.14 03:41:24.870276 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9730 2024.12.14 03:41:24.871029 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9731 2024.12.14 03:41:24.874670 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
9732 2024.12.14 03:41:28.893289 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9733 2024.12.14 03:41:28.893514 [ 255 ] {cd6396d3-1561-4a8c-bf18-92fa75e3af17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9734 2024.12.14 03:41:28.893594 [ 255 ] {cd6396d3-1561-4a8c-bf18-92fa75e3af17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9735 2024.12.14 03:41:28.894376 [ 255 ] {cd6396d3-1561-4a8c-bf18-92fa75e3af17} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9736 2024.12.14 03:41:28.894420 [ 255 ] {cd6396d3-1561-4a8c-bf18-92fa75e3af17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9737 2024.12.14 03:41:28.894849 [ 255 ] {cd6396d3-1561-4a8c-bf18-92fa75e3af17} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9738 2024.12.14 03:41:28.895107 [ 255 ] {cd6396d3-1561-4a8c-bf18-92fa75e3af17} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9739 2024.12.14 03:41:28.895335 [ 255 ] {cd6396d3-1561-4a8c-bf18-92fa75e3af17} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00187 sec., 1069.51871657754 rows/sec., 87.21 KiB/sec.
9740 2024.12.14 03:41:28.895470 [ 255 ] {cd6396d3-1561-4a8c-bf18-92fa75e3af17} <Debug> TCPHandler: Processed in 0.002315236 sec.
9741 2024.12.14 03:41:28.895841 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9742 2024.12.14 03:41:28.896148 [ 258 ] {5bb7ef56-a1c2-481e-bc1e-16d40ce8623f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9743 2024.12.14 03:41:28.896224 [ 258 ] {5bb7ef56-a1c2-481e-bc1e-16d40ce8623f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9744 2024.12.14 03:41:28.897033 [ 258 ] {5bb7ef56-a1c2-481e-bc1e-16d40ce8623f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9745 2024.12.14 03:41:28.897084 [ 258 ] {5bb7ef56-a1c2-481e-bc1e-16d40ce8623f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9746 2024.12.14 03:41:28.897534 [ 258 ] {5bb7ef56-a1c2-481e-bc1e-16d40ce8623f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9747 2024.12.14 03:41:28.897790 [ 258 ] {5bb7ef56-a1c2-481e-bc1e-16d40ce8623f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9748 2024.12.14 03:41:28.898013 [ 258 ] {5bb7ef56-a1c2-481e-bc1e-16d40ce8623f} <Debug> executeQuery: Read 107 rows, 9.25 KiB in 0.001947 sec., 54956.343091936316 rows/sec., 4.64 MiB/sec.
9749 2024.12.14 03:41:28.898087 [ 258 ] {5bb7ef56-a1c2-481e-bc1e-16d40ce8623f} <Debug> TCPHandler: Processed in 0.00247592 sec.
9750 2024.12.14 03:41:28.898303 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9751 2024.12.14 03:41:28.898506 [ 255 ] {d1729c86-ffd9-438e-ba70-3a95834c6e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9752 2024.12.14 03:41:28.898570 [ 255 ] {d1729c86-ffd9-438e-ba70-3a95834c6e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9753 2024.12.14 03:41:28.899262 [ 255 ] {d1729c86-ffd9-438e-ba70-3a95834c6e6c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9754 2024.12.14 03:41:28.899303 [ 255 ] {d1729c86-ffd9-438e-ba70-3a95834c6e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9755 2024.12.14 03:41:28.899679 [ 255 ] {d1729c86-ffd9-438e-ba70-3a95834c6e6c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9756 2024.12.14 03:41:28.899915 [ 255 ] {d1729c86-ffd9-438e-ba70-3a95834c6e6c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9757 2024.12.14 03:41:28.900138 [ 255 ] {d1729c86-ffd9-438e-ba70-3a95834c6e6c} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.00167 sec., 16167.664670658682 rows/sec., 1.18 MiB/sec.
9758 2024.12.14 03:41:28.900193 [ 255 ] {d1729c86-ffd9-438e-ba70-3a95834c6e6c} <Debug> TCPHandler: Processed in 0.00200862 sec.
9759 2024.12.14 03:41:28.900342 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9760 2024.12.14 03:41:28.900491 [ 258 ] {9e8005c5-9234-4c25-a198-57dd40fa8fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9761 2024.12.14 03:41:28.900553 [ 258 ] {9e8005c5-9234-4c25-a198-57dd40fa8fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9762 2024.12.14 03:41:28.901257 [ 258 ] {9e8005c5-9234-4c25-a198-57dd40fa8fa8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9763 2024.12.14 03:41:28.901297 [ 258 ] {9e8005c5-9234-4c25-a198-57dd40fa8fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9764 2024.12.14 03:41:28.901670 [ 258 ] {9e8005c5-9234-4c25-a198-57dd40fa8fa8} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9765 2024.12.14 03:41:28.901918 [ 258 ] {9e8005c5-9234-4c25-a198-57dd40fa8fa8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9766 2024.12.14 03:41:28.902103 [ 258 ] {9e8005c5-9234-4c25-a198-57dd40fa8fa8} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001649 sec., 55184.960582171014 rows/sec., 4.31 MiB/sec.
9767 2024.12.14 03:41:28.902158 [ 258 ] {9e8005c5-9234-4c25-a198-57dd40fa8fa8} <Debug> TCPHandler: Processed in 0.001882877 sec.
9768 2024.12.14 03:41:28.902301 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9769 2024.12.14 03:41:28.902441 [ 255 ] {9801c256-e869-40de-9d5f-d5027fa292c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9770 2024.12.14 03:41:28.902506 [ 255 ] {9801c256-e869-40de-9d5f-d5027fa292c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9771 2024.12.14 03:41:28.903162 [ 255 ] {9801c256-e869-40de-9d5f-d5027fa292c3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9772 2024.12.14 03:41:28.903202 [ 255 ] {9801c256-e869-40de-9d5f-d5027fa292c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9773 2024.12.14 03:41:28.903607 [ 255 ] {9801c256-e869-40de-9d5f-d5027fa292c3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9774 2024.12.14 03:41:28.903841 [ 255 ] {9801c256-e869-40de-9d5f-d5027fa292c3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9775 2024.12.14 03:41:28.904042 [ 255 ] {9801c256-e869-40de-9d5f-d5027fa292c3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001633 sec., 98591.54929577466 rows/sec., 6.87 MiB/sec.
9776 2024.12.14 03:41:28.904094 [ 255 ] {9801c256-e869-40de-9d5f-d5027fa292c3} <Debug> TCPHandler: Processed in 0.001862787 sec.
9777 2024.12.14 03:41:28.904296 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9778 2024.12.14 03:41:28.904525 [ 258 ] {7804bfbb-2cc4-49fe-afd4-ebe5d0d5f3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9779 2024.12.14 03:41:28.904668 [ 258 ] {7804bfbb-2cc4-49fe-afd4-ebe5d0d5f3bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9780 2024.12.14 03:41:28.906040 [ 258 ] {7804bfbb-2cc4-49fe-afd4-ebe5d0d5f3bc} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9781 2024.12.14 03:41:28.906079 [ 258 ] {7804bfbb-2cc4-49fe-afd4-ebe5d0d5f3bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9782 2024.12.14 03:41:28.906733 [ 258 ] {7804bfbb-2cc4-49fe-afd4-ebe5d0d5f3bc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9783 2024.12.14 03:41:28.906995 [ 258 ] {7804bfbb-2cc4-49fe-afd4-ebe5d0d5f3bc} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9784 2024.12.14 03:41:28.907249 [ 258 ] {7804bfbb-2cc4-49fe-afd4-ebe5d0d5f3bc} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002769 sec., 9028.530155290719 rows/sec., 16.18 MiB/sec.
9785 2024.12.14 03:41:28.907637 [ 258 ] {7804bfbb-2cc4-49fe-afd4-ebe5d0d5f3bc} <Debug> TCPHandler: Processed in 0.003446299 sec.
9786 2024.12.14 03:41:28.907926 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9787 2024.12.14 03:41:28.908077 [ 255 ] {9e84032e-ed64-4e14-bd0b-86c247f9c523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9788 2024.12.14 03:41:28.908138 [ 255 ] {9e84032e-ed64-4e14-bd0b-86c247f9c523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9789 2024.12.14 03:41:28.908716 [ 255 ] {9e84032e-ed64-4e14-bd0b-86c247f9c523} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9790 2024.12.14 03:41:28.908764 [ 255 ] {9e84032e-ed64-4e14-bd0b-86c247f9c523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9791 2024.12.14 03:41:28.909183 [ 255 ] {9e84032e-ed64-4e14-bd0b-86c247f9c523} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9792 2024.12.14 03:41:28.909416 [ 255 ] {9e84032e-ed64-4e14-bd0b-86c247f9c523} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9793 2024.12.14 03:41:28.909623 [ 255 ] {9e84032e-ed64-4e14-bd0b-86c247f9c523} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
9794 2024.12.14 03:41:28.909672 [ 255 ] {9e84032e-ed64-4e14-bd0b-86c247f9c523} <Debug> TCPHandler: Processed in 0.001880758 sec.
9795 2024.12.14 03:41:30.594726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278
9796 2024.12.14 03:41:30.595389 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9797 2024.12.14 03:41:30.595436 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9798 2024.12.14 03:41:30.595953 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9799 2024.12.14 03:41:30.596212 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9800 2024.12.14 03:41:30.596464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278
9801 2024.12.14 03:41:32.374782 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
9802 2024.12.14 03:41:32.394409 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9803 2024.12.14 03:41:32.394463 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9804 2024.12.14 03:41:32.401789 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9805 2024.12.14 03:41:32.402557 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9806 2024.12.14 03:41:32.405080 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
9807 2024.12.14 03:41:33.219929 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1352
9808 2024.12.14 03:41:33.223087 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9809 2024.12.14 03:41:33.223133 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9810 2024.12.14 03:41:33.224579 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9811 2024.12.14 03:41:33.224893 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9812 2024.12.14 03:41:33.225530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1352
9813 2024.12.14 03:41:33.897563 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9814 2024.12.14 03:41:33.897774 [ 255 ] {0b0181d6-0160-4c96-a876-e13c8963d177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9815 2024.12.14 03:41:33.897855 [ 255 ] {0b0181d6-0160-4c96-a876-e13c8963d177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9816 2024.12.14 03:41:33.898659 [ 255 ] {0b0181d6-0160-4c96-a876-e13c8963d177} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9817 2024.12.14 03:41:33.898712 [ 255 ] {0b0181d6-0160-4c96-a876-e13c8963d177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9818 2024.12.14 03:41:33.899140 [ 255 ] {0b0181d6-0160-4c96-a876-e13c8963d177} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9819 2024.12.14 03:41:33.899399 [ 255 ] {0b0181d6-0160-4c96-a876-e13c8963d177} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9820 2024.12.14 03:41:33.899630 [ 255 ] {0b0181d6-0160-4c96-a876-e13c8963d177} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec.
9821 2024.12.14 03:41:33.899699 [ 255 ] {0b0181d6-0160-4c96-a876-e13c8963d177} <Debug> TCPHandler: Processed in 0.002278965 sec.
9822 2024.12.14 03:41:33.900004 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9823 2024.12.14 03:41:33.900232 [ 258 ] {df8b6476-75ee-46a5-94f4-1647c6e79ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9824 2024.12.14 03:41:33.900318 [ 258 ] {df8b6476-75ee-46a5-94f4-1647c6e79ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9825 2024.12.14 03:41:33.901310 [ 258 ] {df8b6476-75ee-46a5-94f4-1647c6e79ce7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9826 2024.12.14 03:41:33.901368 [ 258 ] {df8b6476-75ee-46a5-94f4-1647c6e79ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9827 2024.12.14 03:41:33.901848 [ 258 ] {df8b6476-75ee-46a5-94f4-1647c6e79ce7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
9828 2024.12.14 03:41:33.902124 [ 258 ] {df8b6476-75ee-46a5-94f4-1647c6e79ce7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9829 2024.12.14 03:41:33.902330 [ 52 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_79_16 to all_84_84_0
9830 2024.12.14 03:41:33.902408 [ 258 ] {df8b6476-75ee-46a5-94f4-1647c6e79ce7} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002235 sec., 105145.41387024609 rows/sec., 9.18 MiB/sec.
9831 2024.12.14 03:41:33.902432 [ 52 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9832 2024.12.14 03:41:33.902508 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9833 2024.12.14 03:41:33.902563 [ 258 ] {df8b6476-75ee-46a5-94f4-1647c6e79ce7} <Debug> TCPHandler: Processed in 0.002728504 sec.
9834 2024.12.14 03:41:33.902805 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9835 2024.12.14 03:41:33.902807 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_79_16 to all_84_84_0 into Compact with storage Full
9836 2024.12.14 03:41:33.903031 [ 255 ] {5c3080d8-9181-47e4-8c02-aa09f3bc9894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9837 2024.12.14 03:41:33.903098 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9838 2024.12.14 03:41:33.903145 [ 255 ] {5c3080d8-9181-47e4-8c02-aa09f3bc9894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9839 2024.12.14 03:41:33.903169 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_79_16, total 1435 rows starting from the beginning of the part
9840 2024.12.14 03:41:33.903532 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part
9841 2024.12.14 03:41:33.903885 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 106 rows starting from the beginning of the part
9842 2024.12.14 03:41:33.904404 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 235 rows starting from the beginning of the part
9843 2024.12.14 03:41:33.904736 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 107 rows starting from the beginning of the part
9844 2024.12.14 03:41:33.905008 [ 192 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 235 rows starting from the beginning of the part
9845 2024.12.14 03:41:33.905960 [ 255 ] {5c3080d8-9181-47e4-8c02-aa09f3bc9894} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9846 2024.12.14 03:41:33.906029 [ 255 ] {5c3080d8-9181-47e4-8c02-aa09f3bc9894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9847 2024.12.14 03:41:33.906983 [ 255 ] {5c3080d8-9181-47e4-8c02-aa09f3bc9894} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9848 2024.12.14 03:41:33.907487 [ 255 ] {5c3080d8-9181-47e4-8c02-aa09f3bc9894} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9849 2024.12.14 03:41:33.907695 [ 52 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9850 2024.12.14 03:41:33.907776 [ 52 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9851 2024.12.14 03:41:33.907822 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9852 2024.12.14 03:41:33.907938 [ 255 ] {5c3080d8-9181-47e4-8c02-aa09f3bc9894} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.00494 sec., 4655.87044534413 rows/sec., 335.87 KiB/sec.
9853 2024.12.14 03:41:33.908435 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
9854 2024.12.14 03:41:33.908443 [ 255 ] {5c3080d8-9181-47e4-8c02-aa09f3bc9894} <Debug> TCPHandler: Processed in 0.005749025 sec.
9855 2024.12.14 03:41:33.908835 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9856 2024.12.14 03:41:33.909233 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9857 2024.12.14 03:41:33.909332 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 66 rows starting from the beginning of the part
9858 2024.12.14 03:41:33.909332 [ 258 ] {356219a0-1265-4c11-8fa9-57812cccd843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9859 2024.12.14 03:41:33.909525 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.006892298 sec., 315424.5507086316 rows/sec., 27.83 MiB/sec.
9860 2024.12.14 03:41:33.909606 [ 258 ] {356219a0-1265-4c11-8fa9-57812cccd843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9861 2024.12.14 03:41:33.910035 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 31 rows starting from the beginning of the part
9862 2024.12.14 03:41:33.910257 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Trace> MergedBlockOutputStream: filled checksums all_1_84_17 (state Temporary)
9863 2024.12.14 03:41:33.910827 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 25 rows starting from the beginning of the part
9864 2024.12.14 03:41:33.911665 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 23 rows starting from the beginning of the part
9865 2024.12.14 03:41:33.912119 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_84_17 to all_1_84_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9866 2024.12.14 03:41:33.912528 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 27 rows starting from the beginning of the part
9867 2024.12.14 03:41:33.912890 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_84_17} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_79_16, all_84_84_0] -> all_1_84_17
9868 2024.12.14 03:41:33.913049 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 23 rows starting from the beginning of the part
9869 2024.12.14 03:41:33.913334 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
9870 2024.12.14 03:41:33.914082 [ 258 ] {356219a0-1265-4c11-8fa9-57812cccd843} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9871 2024.12.14 03:41:33.914140 [ 258 ] {356219a0-1265-4c11-8fa9-57812cccd843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9872 2024.12.14 03:41:33.914706 [ 258 ] {356219a0-1265-4c11-8fa9-57812cccd843} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
9873 2024.12.14 03:41:33.914859 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.006846377 sec., 28482.21767512949 rows/sec., 2.14 MiB/sec.
9874 2024.12.14 03:41:33.915054 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9875 2024.12.14 03:41:33.915135 [ 258 ] {356219a0-1265-4c11-8fa9-57812cccd843} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9876 2024.12.14 03:41:33.915739 [ 258 ] {356219a0-1265-4c11-8fa9-57812cccd843} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006469 sec., 2164.1675684031534 rows/sec., 151.56 KiB/sec.
9877 2024.12.14 03:41:33.915816 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9878 2024.12.14 03:41:33.916137 [ 258 ] {356219a0-1265-4c11-8fa9-57812cccd843} <Debug> TCPHandler: Processed in 0.007528461 sec.
9879 2024.12.14 03:41:33.916160 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_66_13} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9880 2024.12.14 03:41:33.916345 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9881 2024.12.14 03:41:33.916395 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9882 2024.12.14 03:41:33.916535 [ 255 ] {df4379f5-7fee-42b1-a458-804b0c207c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9883 2024.12.14 03:41:33.916593 [ 255 ] {df4379f5-7fee-42b1-a458-804b0c207c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9884 2024.12.14 03:41:33.917294 [ 255 ] {df4379f5-7fee-42b1-a458-804b0c207c8c} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9885 2024.12.14 03:41:33.917335 [ 255 ] {df4379f5-7fee-42b1-a458-804b0c207c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9886 2024.12.14 03:41:33.917690 [ 255 ] {df4379f5-7fee-42b1-a458-804b0c207c8c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9887 2024.12.14 03:41:33.917923 [ 255 ] {df4379f5-7fee-42b1-a458-804b0c207c8c} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9888 2024.12.14 03:41:33.918141 [ 255 ] {df4379f5-7fee-42b1-a458-804b0c207c8c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001636 sec., 7946.210268948655 rows/sec., 495.44 KiB/sec.
9889 2024.12.14 03:41:33.918198 [ 255 ] {df4379f5-7fee-42b1-a458-804b0c207c8c} <Debug> TCPHandler: Processed in 0.001914019 sec.
9890 2024.12.14 03:41:33.918350 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9891 2024.12.14 03:41:33.918496 [ 258 ] {9940d7de-ed04-4cf7-b0c7-a03feb7e5f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9892 2024.12.14 03:41:33.918558 [ 258 ] {9940d7de-ed04-4cf7-b0c7-a03feb7e5f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9893 2024.12.14 03:41:33.919400 [ 258 ] {9940d7de-ed04-4cf7-b0c7-a03feb7e5f22} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9894 2024.12.14 03:41:33.919443 [ 258 ] {9940d7de-ed04-4cf7-b0c7-a03feb7e5f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9895 2024.12.14 03:41:33.919833 [ 258 ] {9940d7de-ed04-4cf7-b0c7-a03feb7e5f22} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
9896 2024.12.14 03:41:33.920076 [ 258 ] {9940d7de-ed04-4cf7-b0c7-a03feb7e5f22} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9897 2024.12.14 03:41:33.920259 [ 52 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_79_16 to all_84_84_0
9898 2024.12.14 03:41:33.920321 [ 52 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9899 2024.12.14 03:41:33.920331 [ 258 ] {9940d7de-ed04-4cf7-b0c7-a03feb7e5f22} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001862 sec., 213748.6573576799 rows/sec., 15.19 MiB/sec.
9900 2024.12.14 03:41:33.920352 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9901 2024.12.14 03:41:33.920507 [ 258 ] {9940d7de-ed04-4cf7-b0c7-a03feb7e5f22} <Debug> TCPHandler: Processed in 0.002225755 sec.
9902 2024.12.14 03:41:33.920570 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_79_16 to all_84_84_0 into Compact with storage Full
9903 2024.12.14 03:41:33.920726 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9904 2024.12.14 03:41:33.920744 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9905 2024.12.14 03:41:33.920772 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_79_16, total 915 rows starting from the beginning of the part
9906 2024.12.14 03:41:33.920876 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part
9907 2024.12.14 03:41:33.921268 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 89 rows starting from the beginning of the part
9908 2024.12.14 03:41:33.921424 [ 255 ] {acca0667-6499-43cc-a9c2-7e687a0eda20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9909 2024.12.14 03:41:33.921615 [ 255 ] {acca0667-6499-43cc-a9c2-7e687a0eda20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9910 2024.12.14 03:41:33.921659 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 398 rows starting from the beginning of the part
9911 2024.12.14 03:41:33.922118 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 91 rows starting from the beginning of the part
9912 2024.12.14 03:41:33.922538 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 398 rows starting from the beginning of the part
9913 2024.12.14 03:41:33.923793 [ 255 ] {acca0667-6499-43cc-a9c2-7e687a0eda20} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9914 2024.12.14 03:41:33.923890 [ 255 ] {acca0667-6499-43cc-a9c2-7e687a0eda20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9915 2024.12.14 03:41:33.925716 [ 255 ] {acca0667-6499-43cc-a9c2-7e687a0eda20} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9916 2024.12.14 03:41:33.926188 [ 255 ] {acca0667-6499-43cc-a9c2-7e687a0eda20} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9917 2024.12.14 03:41:33.926448 [ 50 ] {} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
9918 2024.12.14 03:41:33.926555 [ 255 ] {acca0667-6499-43cc-a9c2-7e687a0eda20} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005387 sec., 1113.7924633376647 rows/sec., 58.19 KiB/sec.
9919 2024.12.14 03:41:33.926642 [ 50 ] {} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9920 2024.12.14 03:41:33.926939 [ 255 ] {acca0667-6499-43cc-a9c2-7e687a0eda20} <Debug> TCPHandler: Processed in 0.006316796 sec.
9921 2024.12.14 03:41:33.927003 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9922 2024.12.14 03:41:33.927292 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9923 2024.12.14 03:41:33.927391 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006906599 sec., 283062.6188084758 rows/sec., 21.67 MiB/sec.
9924 2024.12.14 03:41:33.927470 [ 195 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
9925 2024.12.14 03:41:33.927559 [ 258 ] {0fec6fd4-d2f2-4a67-9c24-cf5b99d56b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9926 2024.12.14 03:41:33.927696 [ 258 ] {0fec6fd4-d2f2-4a67-9c24-cf5b99d56b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9927 2024.12.14 03:41:33.927723 [ 195 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9928 2024.12.14 03:41:33.927794 [ 195 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
9929 2024.12.14 03:41:33.927811 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Trace> MergedBlockOutputStream: filled checksums all_1_84_17 (state Temporary)
9930 2024.12.14 03:41:33.928165 [ 195 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
9931 2024.12.14 03:41:33.928694 [ 195 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
9932 2024.12.14 03:41:33.929241 [ 195 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
9933 2024.12.14 03:41:33.929659 [ 195 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
9934 2024.12.14 03:41:33.929725 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_84_17 to all_1_84_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9935 2024.12.14 03:41:33.930210 [ 195 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
9936 2024.12.14 03:41:33.930255 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_84_17} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_79_16, all_84_84_0] -> all_1_84_17
9937 2024.12.14 03:41:33.930764 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
9938 2024.12.14 03:41:33.931215 [ 258 ] {0fec6fd4-d2f2-4a67-9c24-cf5b99d56b57} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9939 2024.12.14 03:41:33.931267 [ 258 ] {0fec6fd4-d2f2-4a67-9c24-cf5b99d56b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9940 2024.12.14 03:41:33.931876 [ 258 ] {0fec6fd4-d2f2-4a67-9c24-cf5b99d56b57} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
9941 2024.12.14 03:41:33.932071 [ 200 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004762415 sec., 25197.30010929329 rows/sec., 1.29 MiB/sec.
9942 2024.12.14 03:41:33.932266 [ 258 ] {0fec6fd4-d2f2-4a67-9c24-cf5b99d56b57} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9943 2024.12.14 03:41:33.932333 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
9944 2024.12.14 03:41:33.932732 [ 258 ] {0fec6fd4-d2f2-4a67-9c24-cf5b99d56b57} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005235 sec., 45272.206303724925 rows/sec., 3.03 MiB/sec.
9945 2024.12.14 03:41:33.932882 [ 258 ] {0fec6fd4-d2f2-4a67-9c24-cf5b99d56b57} <Debug> TCPHandler: Processed in 0.005808047 sec.
9946 2024.12.14 03:41:33.933019 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_20_4} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9947 2024.12.14 03:41:33.933080 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9948 2024.12.14 03:41:33.933173 [ 198 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_20_4} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
9949 2024.12.14 03:41:33.933314 [ 255 ] {ccca71ef-97eb-4e5b-af8d-c009925bb721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9950 2024.12.14 03:41:33.933329 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9951 2024.12.14 03:41:33.933397 [ 255 ] {ccca71ef-97eb-4e5b-af8d-c009925bb721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9952 2024.12.14 03:41:33.933863 [ 255 ] {ccca71ef-97eb-4e5b-af8d-c009925bb721} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9953 2024.12.14 03:41:33.933901 [ 255 ] {ccca71ef-97eb-4e5b-af8d-c009925bb721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9954 2024.12.14 03:41:33.934252 [ 255 ] {ccca71ef-97eb-4e5b-af8d-c009925bb721} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9955 2024.12.14 03:41:33.934497 [ 255 ] {ccca71ef-97eb-4e5b-af8d-c009925bb721} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9956 2024.12.14 03:41:33.934622 [ 49 ] {} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
9957 2024.12.14 03:41:33.934673 [ 49 ] {} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9958 2024.12.14 03:41:33.934682 [ 255 ] {ccca71ef-97eb-4e5b-af8d-c009925bb721} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec.
9959 2024.12.14 03:41:33.934703 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9960 2024.12.14 03:41:33.934748 [ 255 ] {ccca71ef-97eb-4e5b-af8d-c009925bb721} <Debug> TCPHandler: Processed in 0.001765895 sec.
9961 2024.12.14 03:41:33.935030 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9962 2024.12.14 03:41:33.935068 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
9963 2024.12.14 03:41:33.935441 [ 258 ] {e7c37435-8961-464e-a8ae-96e4ebd232ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9964 2024.12.14 03:41:33.935582 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9965 2024.12.14 03:41:33.935672 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
9966 2024.12.14 03:41:33.935699 [ 258 ] {e7c37435-8961-464e-a8ae-96e4ebd232ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9967 2024.12.14 03:41:33.935854 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
9968 2024.12.14 03:41:33.936199 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
9969 2024.12.14 03:41:33.936458 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
9970 2024.12.14 03:41:33.936748 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
9971 2024.12.14 03:41:33.937005 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
9972 2024.12.14 03:41:33.939029 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004233625 sec., 4724.083970592576 rows/sec., 318.32 KiB/sec.
9973 2024.12.14 03:41:33.939165 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
9974 2024.12.14 03:41:33.939286 [ 258 ] {e7c37435-8961-464e-a8ae-96e4ebd232ae} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9975 2024.12.14 03:41:33.939330 [ 258 ] {e7c37435-8961-464e-a8ae-96e4ebd232ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9976 2024.12.14 03:41:33.939566 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_20_4} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9977 2024.12.14 03:41:33.939663 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_20_4} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
9978 2024.12.14 03:41:33.939745 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9979 2024.12.14 03:41:33.940085 [ 258 ] {e7c37435-8961-464e-a8ae-96e4ebd232ae} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9980 2024.12.14 03:41:33.940343 [ 258 ] {e7c37435-8961-464e-a8ae-96e4ebd232ae} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9981 2024.12.14 03:41:33.940654 [ 258 ] {e7c37435-8961-464e-a8ae-96e4ebd232ae} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.005345 sec., 2993.4518241347055 rows/sec., 5.36 MiB/sec.
9982 2024.12.14 03:41:33.941064 [ 258 ] {e7c37435-8961-464e-a8ae-96e4ebd232ae} <Debug> TCPHandler: Processed in 0.006194354 sec.
9983 2024.12.14 03:41:33.941316 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9984 2024.12.14 03:41:33.941482 [ 255 ] {d9607153-8dba-40c9-a2ee-e1ba6c94bf3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9985 2024.12.14 03:41:33.941539 [ 255 ] {d9607153-8dba-40c9-a2ee-e1ba6c94bf3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9986 2024.12.14 03:41:33.942082 [ 255 ] {d9607153-8dba-40c9-a2ee-e1ba6c94bf3b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9987 2024.12.14 03:41:33.942125 [ 255 ] {d9607153-8dba-40c9-a2ee-e1ba6c94bf3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9988 2024.12.14 03:41:33.942512 [ 255 ] {d9607153-8dba-40c9-a2ee-e1ba6c94bf3b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
9989 2024.12.14 03:41:33.942740 [ 255 ] {d9607153-8dba-40c9-a2ee-e1ba6c94bf3b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9990 2024.12.14 03:41:33.942918 [ 255 ] {d9607153-8dba-40c9-a2ee-e1ba6c94bf3b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001466 sec., 55934.51568894952 rows/sec., 3.55 MiB/sec.
9991 2024.12.14 03:41:33.942966 [ 255 ] {d9607153-8dba-40c9-a2ee-e1ba6c94bf3b} <Debug> TCPHandler: Processed in 0.001800786 sec.
9992 2024.12.14 03:41:37.933678 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache
9993 2024.12.14 03:41:37.933746 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache
9994 2024.12.14 03:41:38.096689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766
9995 2024.12.14 03:41:38.097713 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9996 2024.12.14 03:41:38.097768 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
9997 2024.12.14 03:41:38.098309 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9998 2024.12.14 03:41:38.098574 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9999 2024.12.14 03:41:38.098903 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
10000 2024.12.14 03:41:38.892628 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10001 2024.12.14 03:41:38.892928 [ 255 ] {9f70a315-289e-4ea6-b09e-07d6b2ab5d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10002 2024.12.14 03:41:38.893042 [ 255 ] {9f70a315-289e-4ea6-b09e-07d6b2ab5d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10003 2024.12.14 03:41:38.894029 [ 255 ] {9f70a315-289e-4ea6-b09e-07d6b2ab5d6f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10004 2024.12.14 03:41:38.894082 [ 255 ] {9f70a315-289e-4ea6-b09e-07d6b2ab5d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10005 2024.12.14 03:41:38.894510 [ 255 ] {9f70a315-289e-4ea6-b09e-07d6b2ab5d6f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10006 2024.12.14 03:41:38.894765 [ 255 ] {9f70a315-289e-4ea6-b09e-07d6b2ab5d6f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10007 2024.12.14 03:41:38.895016 [ 255 ] {9f70a315-289e-4ea6-b09e-07d6b2ab5d6f} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.002166 sec., 48938.13481071099 rows/sec., 4.14 MiB/sec.
10008 2024.12.14 03:41:38.895123 [ 255 ] {9f70a315-289e-4ea6-b09e-07d6b2ab5d6f} <Debug> TCPHandler: Processed in 0.002675594 sec.
10009 2024.12.14 03:41:38.895432 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10010 2024.12.14 03:41:38.895747 [ 258 ] {b91ccdef-af65-40a1-9b13-71517cdf4690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10011 2024.12.14 03:41:38.895865 [ 258 ] {b91ccdef-af65-40a1-9b13-71517cdf4690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10012 2024.12.14 03:41:38.896865 [ 258 ] {b91ccdef-af65-40a1-9b13-71517cdf4690} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10013 2024.12.14 03:41:38.896915 [ 258 ] {b91ccdef-af65-40a1-9b13-71517cdf4690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10014 2024.12.14 03:41:38.897352 [ 258 ] {b91ccdef-af65-40a1-9b13-71517cdf4690} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10015 2024.12.14 03:41:38.897606 [ 258 ] {b91ccdef-af65-40a1-9b13-71517cdf4690} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10016 2024.12.14 03:41:38.897834 [ 258 ] {b91ccdef-af65-40a1-9b13-71517cdf4690} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002175 sec., 11494.252873563219 rows/sec., 864.31 KiB/sec.
10017 2024.12.14 03:41:38.897889 [ 258 ] {b91ccdef-af65-40a1-9b13-71517cdf4690} <Debug> TCPHandler: Processed in 0.002646703 sec.
10018 2024.12.14 03:41:38.898056 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10019 2024.12.14 03:41:38.898201 [ 255 ] {6651507d-da37-4f41-bb63-ec994e8ffa93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10020 2024.12.14 03:41:38.898262 [ 255 ] {6651507d-da37-4f41-bb63-ec994e8ffa93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10021 2024.12.14 03:41:38.898929 [ 255 ] {6651507d-da37-4f41-bb63-ec994e8ffa93} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10022 2024.12.14 03:41:38.898970 [ 255 ] {6651507d-da37-4f41-bb63-ec994e8ffa93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10023 2024.12.14 03:41:38.899338 [ 255 ] {6651507d-da37-4f41-bb63-ec994e8ffa93} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10024 2024.12.14 03:41:38.899581 [ 255 ] {6651507d-da37-4f41-bb63-ec994e8ffa93} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10025 2024.12.14 03:41:38.899780 [ 255 ] {6651507d-da37-4f41-bb63-ec994e8ffa93} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001614 sec., 55142.50309789343 rows/sec., 4.31 MiB/sec.
10026 2024.12.14 03:41:38.899836 [ 255 ] {6651507d-da37-4f41-bb63-ec994e8ffa93} <Debug> TCPHandler: Processed in 0.001850957 sec.
10027 2024.12.14 03:41:38.899988 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10028 2024.12.14 03:41:38.900129 [ 258 ] {da8b55fd-380e-435c-8e19-33632072d825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10029 2024.12.14 03:41:38.900191 [ 258 ] {da8b55fd-380e-435c-8e19-33632072d825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10030 2024.12.14 03:41:38.900803 [ 258 ] {da8b55fd-380e-435c-8e19-33632072d825} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10031 2024.12.14 03:41:38.900843 [ 258 ] {da8b55fd-380e-435c-8e19-33632072d825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10032 2024.12.14 03:41:38.901242 [ 258 ] {da8b55fd-380e-435c-8e19-33632072d825} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10033 2024.12.14 03:41:38.901480 [ 258 ] {da8b55fd-380e-435c-8e19-33632072d825} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10034 2024.12.14 03:41:38.901719 [ 258 ] {da8b55fd-380e-435c-8e19-33632072d825} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec.
10035 2024.12.14 03:41:38.901772 [ 258 ] {da8b55fd-380e-435c-8e19-33632072d825} <Debug> TCPHandler: Processed in 0.001851527 sec.
10036 2024.12.14 03:41:38.901968 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10037 2024.12.14 03:41:38.902191 [ 255 ] {39c4ceca-3131-4945-997c-3a138517afa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10038 2024.12.14 03:41:38.902333 [ 255 ] {39c4ceca-3131-4945-997c-3a138517afa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10039 2024.12.14 03:41:38.903563 [ 255 ] {39c4ceca-3131-4945-997c-3a138517afa7} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10040 2024.12.14 03:41:38.903603 [ 255 ] {39c4ceca-3131-4945-997c-3a138517afa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10041 2024.12.14 03:41:38.904233 [ 255 ] {39c4ceca-3131-4945-997c-3a138517afa7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10042 2024.12.14 03:41:38.904486 [ 255 ] {39c4ceca-3131-4945-997c-3a138517afa7} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10043 2024.12.14 03:41:38.904672 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10044 2024.12.14 03:41:38.904747 [ 255 ] {39c4ceca-3131-4945-997c-3a138517afa7} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002607 sec., 9589.566551591868 rows/sec., 17.18 MiB/sec.
10045 2024.12.14 03:41:38.904761 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10046 2024.12.14 03:41:38.904834 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10047 2024.12.14 03:41:38.905091 [ 255 ] {39c4ceca-3131-4945-997c-3a138517afa7} <Debug> TCPHandler: Processed in 0.003227924 sec.
10048 2024.12.14 03:41:38.905120 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
10049 2024.12.14 03:41:38.905271 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10050 2024.12.14 03:41:38.905547 [ 258 ] {d0831c1b-5a0a-4706-975a-9836564e5239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10051 2024.12.14 03:41:38.905647 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10052 2024.12.14 03:41:38.905657 [ 258 ] {d0831c1b-5a0a-4706-975a-9836564e5239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10053 2024.12.14 03:41:38.905855 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1231 rows starting from the beginning of the part
10054 2024.12.14 03:41:38.906753 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 25 rows starting from the beginning of the part
10055 2024.12.14 03:41:38.907585 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part
10056 2024.12.14 03:41:38.907905 [ 258 ] {d0831c1b-5a0a-4706-975a-9836564e5239} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10057 2024.12.14 03:41:38.908034 [ 258 ] {d0831c1b-5a0a-4706-975a-9836564e5239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10058 2024.12.14 03:41:38.908345 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 25 rows starting from the beginning of the part
10059 2024.12.14 03:41:38.909069 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part
10060 2024.12.14 03:41:38.909780 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 25 rows starting from the beginning of the part
10061 2024.12.14 03:41:38.909893 [ 258 ] {d0831c1b-5a0a-4706-975a-9836564e5239} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10062 2024.12.14 03:41:38.910755 [ 258 ] {d0831c1b-5a0a-4706-975a-9836564e5239} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10063 2024.12.14 03:41:38.911187 [ 258 ] {d0831c1b-5a0a-4706-975a-9836564e5239} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005715 sec., 10498.687664041996 rows/sec., 724.52 KiB/sec.
10064 2024.12.14 03:41:38.911369 [ 258 ] {d0831c1b-5a0a-4706-975a-9836564e5239} <Debug> TCPHandler: Processed in 0.006189134 sec.
10065 2024.12.14 03:41:38.918412 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1338 rows, containing 19 columns (19 merged, 0 gathered) in 0.013426609 sec., 99652.86097182095 rows/sec., 178.57 MiB/sec.
10066 2024.12.14 03:41:38.919480 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10067 2024.12.14 03:41:38.919860 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10068 2024.12.14 03:41:38.919939 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10069 2024.12.14 03:41:38.920052 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.37 MiB.
10070 2024.12.14 03:41:39.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.58 MiB, peak 243.91 MiB, free memory in arenas 0.00 B, will set to 235.26 MiB (RSS), difference: 2.68 MiB
10071 2024.12.14 03:41:39.905210 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
10072 2024.12.14 03:41:39.925993 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10073 2024.12.14 03:41:39.926050 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10074 2024.12.14 03:41:39.933492 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10075 2024.12.14 03:41:39.934270 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10076 2024.12.14 03:41:39.936871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
10077 2024.12.14 03:41:40.636879 [ 38 ] {} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
10078 2024.12.14 03:41:40.636968 [ 38 ] {} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10079 2024.12.14 03:41:40.636996 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10080 2024.12.14 03:41:40.637232 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
10081 2024.12.14 03:41:40.637499 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10082 2024.12.14 03:41:40.637561 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
10083 2024.12.14 03:41:40.637640 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part
10084 2024.12.14 03:41:40.637856 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
10085 2024.12.14 03:41:40.638121 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part
10086 2024.12.14 03:41:40.638305 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part
10087 2024.12.14 03:41:40.639445 [ 191 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002351547 sec., 15309.0710072986 rows/sec., 1.28 MiB/sec.
10088 2024.12.14 03:41:40.639650 [ 194 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
10089 2024.12.14 03:41:40.639983 [ 194 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_21_5} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10090 2024.12.14 03:41:40.640074 [ 194 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_21_5} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
10091 2024.12.14 03:41:40.640180 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10092 2024.12.14 03:41:42.654486 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10093 2024.12.14 03:41:42.654712 [ 255 ] {f19a378b-911d-4066-a69a-7c471cc09bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10094 2024.12.14 03:41:42.654791 [ 255 ] {f19a378b-911d-4066-a69a-7c471cc09bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10095 2024.12.14 03:41:42.655644 [ 255 ] {f19a378b-911d-4066-a69a-7c471cc09bf0} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10096 2024.12.14 03:41:42.655692 [ 255 ] {f19a378b-911d-4066-a69a-7c471cc09bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10097 2024.12.14 03:41:42.656112 [ 255 ] {f19a378b-911d-4066-a69a-7c471cc09bf0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10098 2024.12.14 03:41:42.656358 [ 255 ] {f19a378b-911d-4066-a69a-7c471cc09bf0} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10099 2024.12.14 03:41:42.656545 [ 36 ] {} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
10100 2024.12.14 03:41:42.656625 [ 255 ] {f19a378b-911d-4066-a69a-7c471cc09bf0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec.
10101 2024.12.14 03:41:42.656633 [ 36 ] {} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10102 2024.12.14 03:41:42.656719 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10103 2024.12.14 03:41:42.656777 [ 255 ] {f19a378b-911d-4066-a69a-7c471cc09bf0} <Debug> TCPHandler: Processed in 0.002441209 sec.
10104 2024.12.14 03:41:42.657117 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
10105 2024.12.14 03:41:42.657297 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10106 2024.12.14 03:41:42.657341 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10107 2024.12.14 03:41:42.657407 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
10108 2024.12.14 03:41:42.657634 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
10109 2024.12.14 03:41:42.657879 [ 258 ] {13ace00c-4cda-4e38-b9c4-d58ae31c9764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10110 2024.12.14 03:41:42.657963 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
10111 2024.12.14 03:41:42.658063 [ 258 ] {13ace00c-4cda-4e38-b9c4-d58ae31c9764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10112 2024.12.14 03:41:42.658247 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
10113 2024.12.14 03:41:42.658653 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
10114 2024.12.14 03:41:42.660676 [ 258 ] {13ace00c-4cda-4e38-b9c4-d58ae31c9764} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10115 2024.12.14 03:41:42.660761 [ 258 ] {13ace00c-4cda-4e38-b9c4-d58ae31c9764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10116 2024.12.14 03:41:42.661250 [ 197 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004421458 sec., 15831.881700561218 rows/sec., 1.17 MiB/sec.
10117 2024.12.14 03:41:42.661474 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
10118 2024.12.14 03:41:42.661553 [ 258 ] {13ace00c-4cda-4e38-b9c4-d58ae31c9764} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10119 2024.12.14 03:41:42.661862 [ 258 ] {13ace00c-4cda-4e38-b9c4-d58ae31c9764} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10120 2024.12.14 03:41:42.661863 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_21_5} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10121 2024.12.14 03:41:42.661988 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_21_5} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
10122 2024.12.14 03:41:42.662160 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10123 2024.12.14 03:41:42.662202 [ 258 ] {13ace00c-4cda-4e38-b9c4-d58ae31c9764} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004544 sec., 440.14084507042253 rows/sec., 35.89 KiB/sec.
10124 2024.12.14 03:41:42.662276 [ 258 ] {13ace00c-4cda-4e38-b9c4-d58ae31c9764} <Debug> TCPHandler: Processed in 0.005329327 sec.
10125 2024.12.14 03:41:42.662451 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10126 2024.12.14 03:41:42.662580 [ 255 ] {5bed894f-4e75-4ecc-beeb-e09cf56f34d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10127 2024.12.14 03:41:42.662639 [ 255 ] {5bed894f-4e75-4ecc-beeb-e09cf56f34d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10128 2024.12.14 03:41:42.663960 [ 255 ] {5bed894f-4e75-4ecc-beeb-e09cf56f34d4} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10129 2024.12.14 03:41:42.664002 [ 255 ] {5bed894f-4e75-4ecc-beeb-e09cf56f34d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10130 2024.12.14 03:41:42.664464 [ 255 ] {5bed894f-4e75-4ecc-beeb-e09cf56f34d4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10131 2024.12.14 03:41:42.664711 [ 255 ] {5bed894f-4e75-4ecc-beeb-e09cf56f34d4} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10132 2024.12.14 03:41:42.664976 [ 255 ] {5bed894f-4e75-4ecc-beeb-e09cf56f34d4} <Debug> executeQuery: Read 1376 rows, 117.65 KiB in 0.002423 sec., 567891.0441601321 rows/sec., 47.42 MiB/sec.
10133 2024.12.14 03:41:42.665078 [ 255 ] {5bed894f-4e75-4ecc-beeb-e09cf56f34d4} <Debug> TCPHandler: Processed in 0.002685773 sec.
10134 2024.12.14 03:41:42.665323 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10135 2024.12.14 03:41:42.665517 [ 258 ] {6f8e615b-64cc-4f17-a17f-0a46682c6a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10136 2024.12.14 03:41:42.665579 [ 258 ] {6f8e615b-64cc-4f17-a17f-0a46682c6a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10137 2024.12.14 03:41:42.666175 [ 258 ] {6f8e615b-64cc-4f17-a17f-0a46682c6a8e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10138 2024.12.14 03:41:42.666217 [ 258 ] {6f8e615b-64cc-4f17-a17f-0a46682c6a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10139 2024.12.14 03:41:42.666578 [ 258 ] {6f8e615b-64cc-4f17-a17f-0a46682c6a8e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10140 2024.12.14 03:41:42.666818 [ 258 ] {6f8e615b-64cc-4f17-a17f-0a46682c6a8e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10141 2024.12.14 03:41:42.667071 [ 258 ] {6f8e615b-64cc-4f17-a17f-0a46682c6a8e} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.001584 sec., 15782.828282828285 rows/sec., 1.11 MiB/sec.
10142 2024.12.14 03:41:42.667130 [ 258 ] {6f8e615b-64cc-4f17-a17f-0a46682c6a8e} <Debug> TCPHandler: Processed in 0.001953249 sec.
10143 2024.12.14 03:41:42.667385 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10144 2024.12.14 03:41:42.667597 [ 255 ] {e4124e8f-7b6f-4b24-ab62-667ae8d2b43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10145 2024.12.14 03:41:42.667659 [ 255 ] {e4124e8f-7b6f-4b24-ab62-667ae8d2b43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10146 2024.12.14 03:41:42.668363 [ 255 ] {e4124e8f-7b6f-4b24-ab62-667ae8d2b43b} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10147 2024.12.14 03:41:42.668404 [ 255 ] {e4124e8f-7b6f-4b24-ab62-667ae8d2b43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10148 2024.12.14 03:41:42.668777 [ 255 ] {e4124e8f-7b6f-4b24-ab62-667ae8d2b43b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
10149 2024.12.14 03:41:42.669017 [ 255 ] {e4124e8f-7b6f-4b24-ab62-667ae8d2b43b} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10150 2024.12.14 03:41:42.669255 [ 255 ] {e4124e8f-7b6f-4b24-ab62-667ae8d2b43b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001699 sec., 142436.72748675692 rows/sec., 9.65 MiB/sec.
10151 2024.12.14 03:41:42.669470 [ 255 ] {e4124e8f-7b6f-4b24-ab62-667ae8d2b43b} <Debug> TCPHandler: Processed in 0.002243245 sec.
10152 2024.12.14 03:41:42.669638 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10153 2024.12.14 03:41:42.669757 [ 258 ] {63492bfe-edd8-4bd0-a70c-0eb4c48fda89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10154 2024.12.14 03:41:42.669806 [ 258 ] {63492bfe-edd8-4bd0-a70c-0eb4c48fda89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10155 2024.12.14 03:41:42.670376 [ 258 ] {63492bfe-edd8-4bd0-a70c-0eb4c48fda89} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10156 2024.12.14 03:41:42.670415 [ 258 ] {63492bfe-edd8-4bd0-a70c-0eb4c48fda89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10157 2024.12.14 03:41:42.670782 [ 258 ] {63492bfe-edd8-4bd0-a70c-0eb4c48fda89} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10158 2024.12.14 03:41:42.671018 [ 258 ] {63492bfe-edd8-4bd0-a70c-0eb4c48fda89} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10159 2024.12.14 03:41:42.671179 [ 36 ] {} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
10160 2024.12.14 03:41:42.671239 [ 36 ] {} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10161 2024.12.14 03:41:42.671272 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10162 2024.12.14 03:41:42.671267 [ 258 ] {63492bfe-edd8-4bd0-a70c-0eb4c48fda89} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec.
10163 2024.12.14 03:41:42.671479 [ 258 ] {63492bfe-edd8-4bd0-a70c-0eb4c48fda89} <Debug> TCPHandler: Processed in 0.001892769 sec.
10164 2024.12.14 03:41:42.671565 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
10165 2024.12.14 03:41:42.671652 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10166 2024.12.14 03:41:42.671824 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10167 2024.12.14 03:41:42.671901 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
10168 2024.12.14 03:41:42.671909 [ 255 ] {10caccab-5a31-4470-ba0e-18e3e92d00ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10169 2024.12.14 03:41:42.672035 [ 255 ] {10caccab-5a31-4470-ba0e-18e3e92d00ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10170 2024.12.14 03:41:42.672164 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
10171 2024.12.14 03:41:42.672461 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
10172 2024.12.14 03:41:42.672874 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
10173 2024.12.14 03:41:42.673251 [ 186 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
10174 2024.12.14 03:41:42.675561 [ 255 ] {10caccab-5a31-4470-ba0e-18e3e92d00ef} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10175 2024.12.14 03:41:42.675641 [ 255 ] {10caccab-5a31-4470-ba0e-18e3e92d00ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10176 2024.12.14 03:41:42.675684 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004307786 sec., 15088.957529459449 rows/sec., 999.73 KiB/sec.
10177 2024.12.14 03:41:42.675920 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
10178 2024.12.14 03:41:42.676414 [ 255 ] {10caccab-5a31-4470-ba0e-18e3e92d00ef} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10179 2024.12.14 03:41:42.676437 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_21_5} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10180 2024.12.14 03:41:42.676604 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_21_5} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
10181 2024.12.14 03:41:42.676763 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
10182 2024.12.14 03:41:42.676882 [ 255 ] {10caccab-5a31-4470-ba0e-18e3e92d00ef} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10183 2024.12.14 03:41:42.677112 [ 255 ] {10caccab-5a31-4470-ba0e-18e3e92d00ef} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.005271 sec., 162398.0269398596 rows/sec., 11.75 MiB/sec.
10184 2024.12.14 03:41:42.677181 [ 255 ] {10caccab-5a31-4470-ba0e-18e3e92d00ef} <Debug> TCPHandler: Processed in 0.005602942 sec.
10185 2024.12.14 03:41:42.677359 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10186 2024.12.14 03:41:42.677506 [ 258 ] {600598c3-399b-4b2c-894b-29123d2b0c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10187 2024.12.14 03:41:42.677569 [ 258 ] {600598c3-399b-4b2c-894b-29123d2b0c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10188 2024.12.14 03:41:42.678065 [ 258 ] {600598c3-399b-4b2c-894b-29123d2b0c30} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10189 2024.12.14 03:41:42.678104 [ 258 ] {600598c3-399b-4b2c-894b-29123d2b0c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10190 2024.12.14 03:41:42.678472 [ 258 ] {600598c3-399b-4b2c-894b-29123d2b0c30} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10191 2024.12.14 03:41:42.678710 [ 258 ] {600598c3-399b-4b2c-894b-29123d2b0c30} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10192 2024.12.14 03:41:42.678921 [ 258 ] {600598c3-399b-4b2c-894b-29123d2b0c30} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec.
10193 2024.12.14 03:41:42.678975 [ 258 ] {600598c3-399b-4b2c-894b-29123d2b0c30} <Debug> TCPHandler: Processed in 0.001689414 sec.
10194 2024.12.14 03:41:42.679117 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10195 2024.12.14 03:41:42.679235 [ 255 ] {d2c11bf2-24b0-4cf4-804f-2c771506c4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10196 2024.12.14 03:41:42.679291 [ 255 ] {d2c11bf2-24b0-4cf4-804f-2c771506c4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10197 2024.12.14 03:41:42.680088 [ 255 ] {d2c11bf2-24b0-4cf4-804f-2c771506c4f3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10198 2024.12.14 03:41:42.680153 [ 255 ] {d2c11bf2-24b0-4cf4-804f-2c771506c4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10199 2024.12.14 03:41:42.680600 [ 255 ] {d2c11bf2-24b0-4cf4-804f-2c771506c4f3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10200 2024.12.14 03:41:42.680836 [ 255 ] {d2c11bf2-24b0-4cf4-804f-2c771506c4f3} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10201 2024.12.14 03:41:42.681017 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10202 2024.12.14 03:41:42.681046 [ 255 ] {d2c11bf2-24b0-4cf4-804f-2c771506c4f3} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001832 sec., 505458.51528384275 rows/sec., 33.73 MiB/sec.
10203 2024.12.14 03:41:42.681070 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10204 2024.12.14 03:41:42.681138 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10205 2024.12.14 03:41:42.681178 [ 255 ] {d2c11bf2-24b0-4cf4-804f-2c771506c4f3} <Debug> TCPHandler: Processed in 0.002110982 sec.
10206 2024.12.14 03:41:42.681348 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
10207 2024.12.14 03:41:42.681384 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10208 2024.12.14 03:41:42.681608 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10209 2024.12.14 03:41:42.681627 [ 258 ] {86fe608d-2da3-4277-87d4-7997f9b5ea6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10210 2024.12.14 03:41:42.681673 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22289 rows starting from the beginning of the part
10211 2024.12.14 03:41:42.681751 [ 258 ] {86fe608d-2da3-4277-87d4-7997f9b5ea6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10212 2024.12.14 03:41:42.681977 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part
10213 2024.12.14 03:41:42.682379 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 161 rows starting from the beginning of the part
10214 2024.12.14 03:41:42.682845 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part
10215 2024.12.14 03:41:42.683109 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
10216 2024.12.14 03:41:42.683537 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 926 rows starting from the beginning of the part
10217 2024.12.14 03:41:42.684170 [ 258 ] {86fe608d-2da3-4277-87d4-7997f9b5ea6c} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10218 2024.12.14 03:41:42.684243 [ 258 ] {86fe608d-2da3-4277-87d4-7997f9b5ea6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10219 2024.12.14 03:41:42.684967 [ 258 ] {86fe608d-2da3-4277-87d4-7997f9b5ea6c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10220 2024.12.14 03:41:42.685265 [ 258 ] {86fe608d-2da3-4277-87d4-7997f9b5ea6c} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10221 2024.12.14 03:41:42.685638 [ 258 ] {86fe608d-2da3-4277-87d4-7997f9b5ea6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004079 sec., 245.15812699190977 rows/sec., 16.52 KiB/sec.
10222 2024.12.14 03:41:42.685839 [ 258 ] {86fe608d-2da3-4277-87d4-7997f9b5ea6c} <Debug> TCPHandler: Processed in 0.004538741 sec.
10223 2024.12.14 03:41:42.686045 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10224 2024.12.14 03:41:42.686232 [ 255 ] {a8bed797-66a6-4b99-a301-8a5d97967bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10225 2024.12.14 03:41:42.686370 [ 255 ] {a8bed797-66a6-4b99-a301-8a5d97967bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10226 2024.12.14 03:41:42.687700 [ 255 ] {a8bed797-66a6-4b99-a301-8a5d97967bf3} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10227 2024.12.14 03:41:42.687739 [ 255 ] {a8bed797-66a6-4b99-a301-8a5d97967bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10228 2024.12.14 03:41:42.688635 [ 255 ] {a8bed797-66a6-4b99-a301-8a5d97967bf3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10229 2024.12.14 03:41:42.688898 [ 255 ] {a8bed797-66a6-4b99-a301-8a5d97967bf3} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10230 2024.12.14 03:41:42.689141 [ 255 ] {a8bed797-66a6-4b99-a301-8a5d97967bf3} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002959 sec., 5407.23217303143 rows/sec., 9.69 MiB/sec.
10231 2024.12.14 03:41:42.689271 [ 255 ] {a8bed797-66a6-4b99-a301-8a5d97967bf3} <Debug> TCPHandler: Processed in 0.003315906 sec.
10232 2024.12.14 03:41:42.689421 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10233 2024.12.14 03:41:42.689565 [ 258 ] {e27c3782-5169-4ed4-b56a-36c5faf4a359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10234 2024.12.14 03:41:42.689624 [ 258 ] {e27c3782-5169-4ed4-b56a-36c5faf4a359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10235 2024.12.14 03:41:42.690204 [ 258 ] {e27c3782-5169-4ed4-b56a-36c5faf4a359} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10236 2024.12.14 03:41:42.690249 [ 258 ] {e27c3782-5169-4ed4-b56a-36c5faf4a359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10237 2024.12.14 03:41:42.690691 [ 258 ] {e27c3782-5169-4ed4-b56a-36c5faf4a359} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10238 2024.12.14 03:41:42.690948 [ 258 ] {e27c3782-5169-4ed4-b56a-36c5faf4a359} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10239 2024.12.14 03:41:42.691085 [ 35 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10240 2024.12.14 03:41:42.691115 [ 35 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10241 2024.12.14 03:41:42.691160 [ 258 ] {e27c3782-5169-4ed4-b56a-36c5faf4a359} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001603 sec., 43668.12227074236 rows/sec., 2.74 MiB/sec.
10242 2024.12.14 03:41:42.691176 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10243 2024.12.14 03:41:42.691307 [ 258 ] {e27c3782-5169-4ed4-b56a-36c5faf4a359} <Debug> TCPHandler: Processed in 0.00195327 sec.
10244 2024.12.14 03:41:42.691588 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
10245 2024.12.14 03:41:42.691699 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10246 2024.12.14 03:41:42.691731 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4422 rows starting from the beginning of the part
10247 2024.12.14 03:41:42.691818 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part
10248 2024.12.14 03:41:42.692036 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part
10249 2024.12.14 03:41:42.692244 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part
10250 2024.12.14 03:41:42.692468 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
10251 2024.12.14 03:41:42.692582 [ 191 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 70 rows starting from the beginning of the part
10252 2024.12.14 03:41:42.694635 [ 190 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24010 rows, containing 5 columns (5 merged, 0 gathered) in 0.013396558 sec., 1792251.4126389779 rows/sec., 121.53 MiB/sec.
10253 2024.12.14 03:41:42.695214 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4776 rows, containing 4 columns (4 merged, 0 gathered) in 0.003910958 sec., 1221184.1702212093 rows/sec., 80.85 MiB/sec.
10254 2024.12.14 03:41:42.695341 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10255 2024.12.14 03:41:42.695742 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10256 2024.12.14 03:41:42.695764 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10257 2024.12.14 03:41:42.695974 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10258 2024.12.14 03:41:42.696139 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
10259 2024.12.14 03:41:42.696310 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10260 2024.12.14 03:41:42.696413 [ 196 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_86_17} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10261 2024.12.14 03:41:42.696525 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB.
10262 2024.12.14 03:41:43.225799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1410
10263 2024.12.14 03:41:43.229529 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10264 2024.12.14 03:41:43.229579 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10265 2024.12.14 03:41:43.231105 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10266 2024.12.14 03:41:43.231428 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10267 2024.12.14 03:41:43.232071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1410
10268 2024.12.14 03:41:43.886175 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10269 2024.12.14 03:41:43.886360 [ 255 ] {ff5720ab-f67d-443b-a4d6-f25b09a739ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10270 2024.12.14 03:41:43.886433 [ 255 ] {ff5720ab-f67d-443b-a4d6-f25b09a739ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10271 2024.12.14 03:41:43.887216 [ 255 ] {ff5720ab-f67d-443b-a4d6-f25b09a739ee} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10272 2024.12.14 03:41:43.887264 [ 255 ] {ff5720ab-f67d-443b-a4d6-f25b09a739ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10273 2024.12.14 03:41:43.887702 [ 255 ] {ff5720ab-f67d-443b-a4d6-f25b09a739ee} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10274 2024.12.14 03:41:43.887963 [ 255 ] {ff5720ab-f67d-443b-a4d6-f25b09a739ee} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10275 2024.12.14 03:41:43.888220 [ 255 ] {ff5720ab-f67d-443b-a4d6-f25b09a739ee} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec.
10276 2024.12.14 03:41:43.888339 [ 255 ] {ff5720ab-f67d-443b-a4d6-f25b09a739ee} <Debug> TCPHandler: Processed in 0.002287056 sec.
10277 2024.12.14 03:41:43.888725 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10278 2024.12.14 03:41:43.889033 [ 258 ] {91059919-6c92-4f27-b820-e7430b0f780a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10279 2024.12.14 03:41:43.889156 [ 258 ] {91059919-6c92-4f27-b820-e7430b0f780a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10280 2024.12.14 03:41:43.890182 [ 258 ] {91059919-6c92-4f27-b820-e7430b0f780a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10281 2024.12.14 03:41:43.890237 [ 258 ] {91059919-6c92-4f27-b820-e7430b0f780a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10282 2024.12.14 03:41:43.890700 [ 258 ] {91059919-6c92-4f27-b820-e7430b0f780a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10283 2024.12.14 03:41:43.890971 [ 258 ] {91059919-6c92-4f27-b820-e7430b0f780a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10284 2024.12.14 03:41:43.891218 [ 258 ] {91059919-6c92-4f27-b820-e7430b0f780a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002271 sec., 28181.417877586966 rows/sec., 2.20 MiB/sec.
10285 2024.12.14 03:41:43.891290 [ 258 ] {91059919-6c92-4f27-b820-e7430b0f780a} <Debug> TCPHandler: Processed in 0.002807136 sec.
10286 2024.12.14 03:41:43.891444 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10287 2024.12.14 03:41:43.891592 [ 255 ] {982f1cd0-3fb4-44f3-8970-ce28eb3e9681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10288 2024.12.14 03:41:43.891661 [ 255 ] {982f1cd0-3fb4-44f3-8970-ce28eb3e9681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10289 2024.12.14 03:41:43.892220 [ 255 ] {982f1cd0-3fb4-44f3-8970-ce28eb3e9681} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10290 2024.12.14 03:41:43.892261 [ 255 ] {982f1cd0-3fb4-44f3-8970-ce28eb3e9681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10291 2024.12.14 03:41:43.892655 [ 255 ] {982f1cd0-3fb4-44f3-8970-ce28eb3e9681} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10292 2024.12.14 03:41:43.892898 [ 255 ] {982f1cd0-3fb4-44f3-8970-ce28eb3e9681} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10293 2024.12.14 03:41:43.893105 [ 255 ] {982f1cd0-3fb4-44f3-8970-ce28eb3e9681} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001548 sec., 20671.834625322997 rows/sec., 1.44 MiB/sec.
10294 2024.12.14 03:41:43.893163 [ 255 ] {982f1cd0-3fb4-44f3-8970-ce28eb3e9681} <Debug> TCPHandler: Processed in 0.001787776 sec.
10295 2024.12.14 03:41:43.893310 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10296 2024.12.14 03:41:43.893438 [ 258 ] {9c99463e-b047-4c04-af47-73fd2cf951b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10297 2024.12.14 03:41:43.893496 [ 258 ] {9c99463e-b047-4c04-af47-73fd2cf951b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10298 2024.12.14 03:41:43.894005 [ 258 ] {9c99463e-b047-4c04-af47-73fd2cf951b7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10299 2024.12.14 03:41:43.894048 [ 258 ] {9c99463e-b047-4c04-af47-73fd2cf951b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
10300 2024.12.14 03:41:43.894448 [ 258 ] {9c99463e-b047-4c04-af47-73fd2cf951b7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10301 2024.12.14 03:41:43.894694 [ 258 ] {9c99463e-b047-4c04-af47-73fd2cf951b7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10302 2024.12.14 03:41:43.894917 [ 258 ] {9c99463e-b047-4c04-af47-73fd2cf951b7} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00151 sec., 7947.019867549669 rows/sec., 548.43 KiB/sec.
10303 2024.12.14 03:41:43.894972 [ 258 ] {9c99463e-b047-4c04-af47-73fd2cf951b7} <Debug> TCPHandler: Processed in 0.001719415 sec.
10304 2024.12.14 03:41:45.599088 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193
10305 2024.12.14 03:41:45.599774 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10306 2024.12.14 03:41:45.599826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10307 2024.12.14 03:41:45.600372 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10308 2024.12.14 03:41:45.600640 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10309 2024.12.14 03:41:45.600891 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193
10310 2024.12.14 03:41:47.436984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
10311 2024.12.14 03:41:47.459437 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10312 2024.12.14 03:41:47.459501 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10313 2024.12.14 03:41:47.467006 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10314 2024.12.14 03:41:47.467828 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10315 2024.12.14 03:41:47.470777 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
10316 2024.12.14 03:41:48.893016 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10317 2024.12.14 03:41:48.893217 [ 255 ] {15e4c93d-d019-48ee-819d-c82e19054fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10318 2024.12.14 03:41:48.893294 [ 255 ] {15e4c93d-d019-48ee-819d-c82e19054fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10319 2024.12.14 03:41:48.894132 [ 255 ] {15e4c93d-d019-48ee-819d-c82e19054fbf} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10320 2024.12.14 03:41:48.894174 [ 255 ] {15e4c93d-d019-48ee-819d-c82e19054fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10321 2024.12.14 03:41:48.894611 [ 255 ] {15e4c93d-d019-48ee-819d-c82e19054fbf} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10322 2024.12.14 03:41:48.894880 [ 255 ] {15e4c93d-d019-48ee-819d-c82e19054fbf} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10323 2024.12.14 03:41:48.895078 [ 255 ] {15e4c93d-d019-48ee-819d-c82e19054fbf} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001915 sec., 55352.48041775457 rows/sec., 4.68 MiB/sec.
10324 2024.12.14 03:41:48.895141 [ 255 ] {15e4c93d-d019-48ee-819d-c82e19054fbf} <Debug> TCPHandler: Processed in 0.002266055 sec.
10325 2024.12.14 03:41:48.895470 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10326 2024.12.14 03:41:48.895686 [ 258 ] {17416b93-3c5e-42b5-9a6b-a8660359bae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10327 2024.12.14 03:41:48.895773 [ 258 ] {17416b93-3c5e-42b5-9a6b-a8660359bae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10328 2024.12.14 03:41:48.896558 [ 258 ] {17416b93-3c5e-42b5-9a6b-a8660359bae1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10329 2024.12.14 03:41:48.896615 [ 258 ] {17416b93-3c5e-42b5-9a6b-a8660359bae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10330 2024.12.14 03:41:48.897077 [ 258 ] {17416b93-3c5e-42b5-9a6b-a8660359bae1} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10331 2024.12.14 03:41:48.897347 [ 258 ] {17416b93-3c5e-42b5-9a6b-a8660359bae1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10332 2024.12.14 03:41:48.897588 [ 258 ] {17416b93-3c5e-42b5-9a6b-a8660359bae1} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001965 sec., 12722.646310432568 rows/sec., 956.68 KiB/sec.
10333 2024.12.14 03:41:48.897659 [ 258 ] {17416b93-3c5e-42b5-9a6b-a8660359bae1} <Debug> TCPHandler: Processed in 0.002373828 sec.
10334 2024.12.14 03:41:48.897826 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10335 2024.12.14 03:41:48.897967 [ 255 ] {a5469610-8a26-47b8-af23-fb7e29fdd4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10336 2024.12.14 03:41:48.898027 [ 255 ] {a5469610-8a26-47b8-af23-fb7e29fdd4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10337 2024.12.14 03:41:48.898768 [ 255 ] {a5469610-8a26-47b8-af23-fb7e29fdd4c3} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10338 2024.12.14 03:41:48.898814 [ 255 ] {a5469610-8a26-47b8-af23-fb7e29fdd4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10339 2024.12.14 03:41:48.899181 [ 255 ] {a5469610-8a26-47b8-af23-fb7e29fdd4c3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10340 2024.12.14 03:41:48.899416 [ 255 ] {a5469610-8a26-47b8-af23-fb7e29fdd4c3} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10341 2024.12.14 03:41:48.899596 [ 255 ] {a5469610-8a26-47b8-af23-fb7e29fdd4c3} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001661 sec., 53582.17940999398 rows/sec., 4.18 MiB/sec.
10342 2024.12.14 03:41:48.899647 [ 255 ] {a5469610-8a26-47b8-af23-fb7e29fdd4c3} <Debug> TCPHandler: Processed in 0.001886688 sec.
10343 2024.12.14 03:41:48.899792 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10344 2024.12.14 03:41:48.899940 [ 258 ] {96baecc9-31b2-4c87-8ecf-ad59ab6d1b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10345 2024.12.14 03:41:48.900007 [ 258 ] {96baecc9-31b2-4c87-8ecf-ad59ab6d1b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10346 2024.12.14 03:41:48.900689 [ 258 ] {96baecc9-31b2-4c87-8ecf-ad59ab6d1b2b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10347 2024.12.14 03:41:48.900739 [ 258 ] {96baecc9-31b2-4c87-8ecf-ad59ab6d1b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10348 2024.12.14 03:41:48.901170 [ 258 ] {96baecc9-31b2-4c87-8ecf-ad59ab6d1b2b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10349 2024.12.14 03:41:48.901419 [ 258 ] {96baecc9-31b2-4c87-8ecf-ad59ab6d1b2b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10350 2024.12.14 03:41:48.901633 [ 258 ] {96baecc9-31b2-4c87-8ecf-ad59ab6d1b2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00173 sec., 92485.54913294798 rows/sec., 6.44 MiB/sec.
10351 2024.12.14 03:41:48.901688 [ 258 ] {96baecc9-31b2-4c87-8ecf-ad59ab6d1b2b} <Debug> TCPHandler: Processed in 0.00195741 sec.
10352 2024.12.14 03:41:48.901822 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10353 2024.12.14 03:41:48.901960 [ 255 ] {f182adb6-1d30-4258-842b-c6ab7756447a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10354 2024.12.14 03:41:48.902055 [ 255 ] {f182adb6-1d30-4258-842b-c6ab7756447a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10355 2024.12.14 03:41:48.903357 [ 255 ] {f182adb6-1d30-4258-842b-c6ab7756447a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10356 2024.12.14 03:41:48.903395 [ 255 ] {f182adb6-1d30-4258-842b-c6ab7756447a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10357 2024.12.14 03:41:48.904042 [ 255 ] {f182adb6-1d30-4258-842b-c6ab7756447a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10358 2024.12.14 03:41:48.904298 [ 255 ] {f182adb6-1d30-4258-842b-c6ab7756447a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10359 2024.12.14 03:41:48.904495 [ 255 ] {f182adb6-1d30-4258-842b-c6ab7756447a} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002566 sec., 9742.790335151987 rows/sec., 17.46 MiB/sec.
10360 2024.12.14 03:41:48.904589 [ 255 ] {f182adb6-1d30-4258-842b-c6ab7756447a} <Debug> TCPHandler: Processed in 0.002821897 sec.
10361 2024.12.14 03:41:48.904806 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10362 2024.12.14 03:41:48.905033 [ 258 ] {ce2c0492-e79c-4b55-9177-37030a129c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10363 2024.12.14 03:41:48.905129 [ 258 ] {ce2c0492-e79c-4b55-9177-37030a129c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10364 2024.12.14 03:41:48.905982 [ 258 ] {ce2c0492-e79c-4b55-9177-37030a129c5f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10365 2024.12.14 03:41:48.906022 [ 258 ] {ce2c0492-e79c-4b55-9177-37030a129c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10366 2024.12.14 03:41:48.906407 [ 258 ] {ce2c0492-e79c-4b55-9177-37030a129c5f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10367 2024.12.14 03:41:48.906662 [ 258 ] {ce2c0492-e79c-4b55-9177-37030a129c5f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10368 2024.12.14 03:41:48.906873 [ 258 ] {ce2c0492-e79c-4b55-9177-37030a129c5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001889 sec., 31762.837480148224 rows/sec., 2.14 MiB/sec.
10369 2024.12.14 03:41:48.906954 [ 258 ] {ce2c0492-e79c-4b55-9177-37030a129c5f} <Debug> TCPHandler: Processed in 0.002256835 sec.
10370 2024.12.14 03:41:52.934001 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
10371 2024.12.14 03:41:52.934079 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
10372 2024.12.14 03:41:53.101088 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681
10373 2024.12.14 03:41:53.102294 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10374 2024.12.14 03:41:53.102390 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10375 2024.12.14 03:41:53.102945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10376 2024.12.14 03:41:53.103210 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10377 2024.12.14 03:41:53.103433 [ 125 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10378 2024.12.14 03:41:53.103488 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
10379 2024.12.14 03:41:53.103516 [ 125 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10380 2024.12.14 03:41:53.103545 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10381 2024.12.14 03:41:53.103727 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
10382 2024.12.14 03:41:53.104145 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10383 2024.12.14 03:41:53.104263 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
10384 2024.12.14 03:41:53.104398 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
10385 2024.12.14 03:41:53.104492 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
10386 2024.12.14 03:41:53.104638 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
10387 2024.12.14 03:41:53.104730 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
10388 2024.12.14 03:41:53.104830 [ 198 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
10389 2024.12.14 03:41:53.107404 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003777386 sec., 6798616.821262111 rows/sec., 97.25 MiB/sec.
10390 2024.12.14 03:41:53.107706 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10391 2024.12.14 03:41:53.108053 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_56_11} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10392 2024.12.14 03:41:53.108132 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_56_11} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10393 2024.12.14 03:41:53.108235 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB.
10394 2024.12.14 03:41:53.232407 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1430
10395 2024.12.14 03:41:53.235180 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10396 2024.12.14 03:41:53.235225 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10397 2024.12.14 03:41:53.236632 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10398 2024.12.14 03:41:53.236932 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10399 2024.12.14 03:41:53.237146 [ 125 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10400 2024.12.14 03:41:53.237256 [ 125 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10401 2024.12.14 03:41:53.237319 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10402 2024.12.14 03:41:53.238219 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
10403 2024.12.14 03:41:53.239685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1430
10404 2024.12.14 03:41:53.240065 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10405 2024.12.14 03:41:53.240231 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1238 rows starting from the beginning of the part
10406 2024.12.14 03:41:53.240873 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part
10407 2024.12.14 03:41:53.241502 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part
10408 2024.12.14 03:41:53.242143 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part
10409 2024.12.14 03:41:53.242757 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 58 rows starting from the beginning of the part
10410 2024.12.14 03:41:53.243364 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part
10411 2024.12.14 03:41:53.251567 [ 188 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1430 rows, containing 72 columns (72 merged, 0 gathered) in 0.014022051 sec., 101982.22784954925 rows/sec., 79.74 MiB/sec.
10412 2024.12.14 03:41:53.253377 [ 188 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10413 2024.12.14 03:41:53.254174 [ 188 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10414 2024.12.14 03:41:53.254276 [ 188 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_41_8} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10415 2024.12.14 03:41:53.254640 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB.
10416 2024.12.14 03:41:53.898297 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10417 2024.12.14 03:41:53.898595 [ 255 ] {664c20ae-71f7-422a-b6d9-a11fd1ad0e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10418 2024.12.14 03:41:53.898709 [ 255 ] {664c20ae-71f7-422a-b6d9-a11fd1ad0e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10419 2024.12.14 03:41:53.899599 [ 255 ] {664c20ae-71f7-422a-b6d9-a11fd1ad0e6d} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10420 2024.12.14 03:41:53.899642 [ 255 ] {664c20ae-71f7-422a-b6d9-a11fd1ad0e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10421 2024.12.14 03:41:53.900064 [ 255 ] {664c20ae-71f7-422a-b6d9-a11fd1ad0e6d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10422 2024.12.14 03:41:53.900323 [ 255 ] {664c20ae-71f7-422a-b6d9-a11fd1ad0e6d} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10423 2024.12.14 03:41:53.900528 [ 255 ] {664c20ae-71f7-422a-b6d9-a11fd1ad0e6d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002013 sec., 6954.793840039742 rows/sec., 500.65 KiB/sec.
10424 2024.12.14 03:41:53.900592 [ 255 ] {664c20ae-71f7-422a-b6d9-a11fd1ad0e6d} <Debug> TCPHandler: Processed in 0.00247206 sec.
10425 2024.12.14 03:41:53.900849 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10426 2024.12.14 03:41:53.901045 [ 258 ] {8b983690-96a4-456f-9439-0bb59923a6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10427 2024.12.14 03:41:53.901121 [ 258 ] {8b983690-96a4-456f-9439-0bb59923a6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10428 2024.12.14 03:41:53.902009 [ 258 ] {8b983690-96a4-456f-9439-0bb59923a6bb} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10429 2024.12.14 03:41:53.902060 [ 258 ] {8b983690-96a4-456f-9439-0bb59923a6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10430 2024.12.14 03:41:53.902517 [ 258 ] {8b983690-96a4-456f-9439-0bb59923a6bb} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10431 2024.12.14 03:41:53.902772 [ 258 ] {8b983690-96a4-456f-9439-0bb59923a6bb} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10432 2024.12.14 03:41:53.902952 [ 119 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_84_17 to all_89_89_0
10433 2024.12.14 03:41:53.902980 [ 258 ] {8b983690-96a4-456f-9439-0bb59923a6bb} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.001992 sec., 117971.88755020082 rows/sec., 10.30 MiB/sec.
10434 2024.12.14 03:41:53.902998 [ 119 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10435 2024.12.14 03:41:53.903040 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10436 2024.12.14 03:41:53.903068 [ 258 ] {8b983690-96a4-456f-9439-0bb59923a6bb} <Debug> TCPHandler: Processed in 0.002355667 sec.
10437 2024.12.14 03:41:53.903287 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10438 2024.12.14 03:41:53.903289 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_84_17 to all_89_89_0 into Compact with storage Full
10439 2024.12.14 03:41:53.903497 [ 255 ] {e19e8696-aa07-4ca4-ad8a-8f237fad2e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10440 2024.12.14 03:41:53.903569 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10441 2024.12.14 03:41:53.903597 [ 255 ] {e19e8696-aa07-4ca4-ad8a-8f237fad2e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10442 2024.12.14 03:41:53.903639 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_84_17, total 1435 rows starting from the beginning of the part
10443 2024.12.14 03:41:53.903985 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 106 rows starting from the beginning of the part
10444 2024.12.14 03:41:53.904328 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1376 rows starting from the beginning of the part
10445 2024.12.14 03:41:53.904736 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part
10446 2024.12.14 03:41:53.905130 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 106 rows starting from the beginning of the part
10447 2024.12.14 03:41:53.905380 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 235 rows starting from the beginning of the part
10448 2024.12.14 03:41:53.906561 [ 255 ] {e19e8696-aa07-4ca4-ad8a-8f237fad2e92} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10449 2024.12.14 03:41:53.906637 [ 255 ] {e19e8696-aa07-4ca4-ad8a-8f237fad2e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10450 2024.12.14 03:41:53.907465 [ 255 ] {e19e8696-aa07-4ca4-ad8a-8f237fad2e92} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10451 2024.12.14 03:41:53.907944 [ 255 ] {e19e8696-aa07-4ca4-ad8a-8f237fad2e92} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10452 2024.12.14 03:41:53.908247 [ 255 ] {e19e8696-aa07-4ca4-ad8a-8f237fad2e92} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.004813 sec., 4778.7242883856225 rows/sec., 344.73 KiB/sec.
10453 2024.12.14 03:41:53.908428 [ 255 ] {e19e8696-aa07-4ca4-ad8a-8f237fad2e92} <Debug> TCPHandler: Processed in 0.005256676 sec.
10454 2024.12.14 03:41:53.908739 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10455 2024.12.14 03:41:53.909233 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.006078322 sec., 545216.2619880948 rows/sec., 47.79 MiB/sec.
10456 2024.12.14 03:41:53.909249 [ 258 ] {39d18067-00b7-4e71-b7e2-d77e58851af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10457 2024.12.14 03:41:53.909421 [ 258 ] {39d18067-00b7-4e71-b7e2-d77e58851af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10458 2024.12.14 03:41:53.909652 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Trace> MergedBlockOutputStream: filled checksums all_1_89_18 (state Temporary)
10459 2024.12.14 03:41:53.910566 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_89_18 to all_1_89_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10460 2024.12.14 03:41:53.910835 [ 190 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_89_18} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_84_17, all_89_89_0] -> all_1_89_18
10461 2024.12.14 03:41:53.910991 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
10462 2024.12.14 03:41:53.911258 [ 258 ] {39d18067-00b7-4e71-b7e2-d77e58851af3} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10463 2024.12.14 03:41:53.911304 [ 258 ] {39d18067-00b7-4e71-b7e2-d77e58851af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10464 2024.12.14 03:41:53.911687 [ 258 ] {39d18067-00b7-4e71-b7e2-d77e58851af3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
10465 2024.12.14 03:41:53.911931 [ 258 ] {39d18067-00b7-4e71-b7e2-d77e58851af3} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10466 2024.12.14 03:41:53.912141 [ 258 ] {39d18067-00b7-4e71-b7e2-d77e58851af3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003061 sec., 4573.668735707285 rows/sec., 320.31 KiB/sec.
10467 2024.12.14 03:41:53.912312 [ 258 ] {39d18067-00b7-4e71-b7e2-d77e58851af3} <Debug> TCPHandler: Processed in 0.003745304 sec.
10468 2024.12.14 03:41:53.912642 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10469 2024.12.14 03:41:53.912865 [ 255 ] {10a89eeb-ae38-4190-8787-21d67a17aeea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10470 2024.12.14 03:41:53.912955 [ 255 ] {10a89eeb-ae38-4190-8787-21d67a17aeea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10471 2024.12.14 03:41:53.913592 [ 255 ] {10a89eeb-ae38-4190-8787-21d67a17aeea} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10472 2024.12.14 03:41:53.913633 [ 255 ] {10a89eeb-ae38-4190-8787-21d67a17aeea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10473 2024.12.14 03:41:53.913973 [ 255 ] {10a89eeb-ae38-4190-8787-21d67a17aeea} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10474 2024.12.14 03:41:53.914211 [ 255 ] {10a89eeb-ae38-4190-8787-21d67a17aeea} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10475 2024.12.14 03:41:53.914421 [ 255 ] {10a89eeb-ae38-4190-8787-21d67a17aeea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec.
10476 2024.12.14 03:41:53.914476 [ 255 ] {10a89eeb-ae38-4190-8787-21d67a17aeea} <Debug> TCPHandler: Processed in 0.002040581 sec.
10477 2024.12.14 03:41:53.914653 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10478 2024.12.14 03:41:53.914793 [ 258 ] {2a7db4ab-d1c5-4787-9393-07620f40ba14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10479 2024.12.14 03:41:53.914852 [ 258 ] {2a7db4ab-d1c5-4787-9393-07620f40ba14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10480 2024.12.14 03:41:53.915651 [ 258 ] {2a7db4ab-d1c5-4787-9393-07620f40ba14} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10481 2024.12.14 03:41:53.915688 [ 258 ] {2a7db4ab-d1c5-4787-9393-07620f40ba14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10482 2024.12.14 03:41:53.916079 [ 258 ] {2a7db4ab-d1c5-4787-9393-07620f40ba14} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10483 2024.12.14 03:41:53.916325 [ 258 ] {2a7db4ab-d1c5-4787-9393-07620f40ba14} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10484 2024.12.14 03:41:53.916477 [ 119 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_84_17 to all_89_89_0
10485 2024.12.14 03:41:53.916523 [ 258 ] {2a7db4ab-d1c5-4787-9393-07620f40ba14} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001758 sec., 226393.62912400454 rows/sec., 16.09 MiB/sec.
10486 2024.12.14 03:41:53.916529 [ 119 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10487 2024.12.14 03:41:53.916575 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10488 2024.12.14 03:41:53.916599 [ 258 ] {2a7db4ab-d1c5-4787-9393-07620f40ba14} <Debug> TCPHandler: Processed in 0.00201165 sec.
10489 2024.12.14 03:41:53.916877 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_84_17 to all_89_89_0 into Compact with storage Full
10490 2024.12.14 03:41:53.916971 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10491 2024.12.14 03:41:53.917421 [ 255 ] {be91c15e-f32a-4b07-8379-0a8da4ce5829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10492 2024.12.14 03:41:53.917485 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10493 2024.12.14 03:41:53.917599 [ 255 ] {be91c15e-f32a-4b07-8379-0a8da4ce5829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10494 2024.12.14 03:41:53.917638 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_84_17, total 915 rows starting from the beginning of the part
10495 2024.12.14 03:41:53.918172 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 89 rows starting from the beginning of the part
10496 2024.12.14 03:41:53.918751 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 856 rows starting from the beginning of the part
10497 2024.12.14 03:41:53.919294 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part
10498 2024.12.14 03:41:53.919832 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 89 rows starting from the beginning of the part
10499 2024.12.14 03:41:53.919984 [ 195 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 398 rows starting from the beginning of the part
10500 2024.12.14 03:41:53.921249 [ 255 ] {be91c15e-f32a-4b07-8379-0a8da4ce5829} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10501 2024.12.14 03:41:53.921311 [ 255 ] {be91c15e-f32a-4b07-8379-0a8da4ce5829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10502 2024.12.14 03:41:53.922204 [ 255 ] {be91c15e-f32a-4b07-8379-0a8da4ce5829} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10503 2024.12.14 03:41:53.922638 [ 255 ] {be91c15e-f32a-4b07-8379-0a8da4ce5829} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10504 2024.12.14 03:41:53.923102 [ 255 ] {be91c15e-f32a-4b07-8379-0a8da4ce5829} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005805 sec., 1033.5917312661497 rows/sec., 54.00 KiB/sec.
10505 2024.12.14 03:41:53.923437 [ 255 ] {be91c15e-f32a-4b07-8379-0a8da4ce5829} <Debug> TCPHandler: Processed in 0.006720474 sec.
10506 2024.12.14 03:41:53.923695 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10507 2024.12.14 03:41:53.923702 [ 193 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.007050242 sec., 341974.0769182108 rows/sec., 26.22 MiB/sec.
10508 2024.12.14 03:41:53.923984 [ 258 ] {02d8bb32-7cc7-470c-910e-ab5e8d4b2b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10509 2024.12.14 03:41:53.924073 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Trace> MergedBlockOutputStream: filled checksums all_1_89_18 (state Temporary)
10510 2024.12.14 03:41:53.924085 [ 258 ] {02d8bb32-7cc7-470c-910e-ab5e8d4b2b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10511 2024.12.14 03:41:53.924748 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_89_18 to all_1_89_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10512 2024.12.14 03:41:53.924881 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_89_18} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_84_17, all_89_89_0] -> all_1_89_18
10513 2024.12.14 03:41:53.925051 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
10514 2024.12.14 03:41:53.925250 [ 258 ] {02d8bb32-7cc7-470c-910e-ab5e8d4b2b34} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10515 2024.12.14 03:41:53.925293 [ 258 ] {02d8bb32-7cc7-470c-910e-ab5e8d4b2b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10516 2024.12.14 03:41:53.925695 [ 258 ] {02d8bb32-7cc7-470c-910e-ab5e8d4b2b34} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10517 2024.12.14 03:41:53.925934 [ 258 ] {02d8bb32-7cc7-470c-910e-ab5e8d4b2b34} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10518 2024.12.14 03:41:53.926130 [ 258 ] {02d8bb32-7cc7-470c-910e-ab5e8d4b2b34} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002214 sec., 107046.07046070462 rows/sec., 7.17 MiB/sec.
10519 2024.12.14 03:41:53.926246 [ 258 ] {02d8bb32-7cc7-470c-910e-ab5e8d4b2b34} <Debug> TCPHandler: Processed in 0.002684304 sec.
10520 2024.12.14 03:41:53.926428 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10521 2024.12.14 03:41:53.926589 [ 255 ] {c9cb4c4a-5182-4db0-8c0a-92d7100f29e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10522 2024.12.14 03:41:53.926652 [ 255 ] {c9cb4c4a-5182-4db0-8c0a-92d7100f29e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10523 2024.12.14 03:41:53.927175 [ 255 ] {c9cb4c4a-5182-4db0-8c0a-92d7100f29e9} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10524 2024.12.14 03:41:53.927213 [ 255 ] {c9cb4c4a-5182-4db0-8c0a-92d7100f29e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10525 2024.12.14 03:41:53.927576 [ 255 ] {c9cb4c4a-5182-4db0-8c0a-92d7100f29e9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10526 2024.12.14 03:41:53.927822 [ 255 ] {c9cb4c4a-5182-4db0-8c0a-92d7100f29e9} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10527 2024.12.14 03:41:53.928084 [ 255 ] {c9cb4c4a-5182-4db0-8c0a-92d7100f29e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001517 sec., 659.1957811470007 rows/sec., 44.42 KiB/sec.
10528 2024.12.14 03:41:53.928304 [ 255 ] {c9cb4c4a-5182-4db0-8c0a-92d7100f29e9} <Debug> TCPHandler: Processed in 0.00196582 sec.
10529 2024.12.14 03:41:53.928515 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10530 2024.12.14 03:41:53.928738 [ 258 ] {0c65f1cf-c914-4ae4-ab92-0f745b0ef30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10531 2024.12.14 03:41:53.928878 [ 258 ] {0c65f1cf-c914-4ae4-ab92-0f745b0ef30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10532 2024.12.14 03:41:53.930108 [ 258 ] {0c65f1cf-c914-4ae4-ab92-0f745b0ef30f} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10533 2024.12.14 03:41:53.930146 [ 258 ] {0c65f1cf-c914-4ae4-ab92-0f745b0ef30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10534 2024.12.14 03:41:53.930763 [ 258 ] {0c65f1cf-c914-4ae4-ab92-0f745b0ef30f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10535 2024.12.14 03:41:53.931018 [ 258 ] {0c65f1cf-c914-4ae4-ab92-0f745b0ef30f} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10536 2024.12.14 03:41:53.931261 [ 258 ] {0c65f1cf-c914-4ae4-ab92-0f745b0ef30f} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002575 sec., 6213.592233009708 rows/sec., 11.13 MiB/sec.
10537 2024.12.14 03:41:53.931502 [ 258 ] {0c65f1cf-c914-4ae4-ab92-0f745b0ef30f} <Debug> TCPHandler: Processed in 0.003095122 sec.
10538 2024.12.14 03:41:53.931838 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10539 2024.12.14 03:41:53.932093 [ 255 ] {010d51c2-749c-4a3b-ba55-9c9410344116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10540 2024.12.14 03:41:53.932141 [ 255 ] {010d51c2-749c-4a3b-ba55-9c9410344116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10541 2024.12.14 03:41:53.932609 [ 255 ] {010d51c2-749c-4a3b-ba55-9c9410344116} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10542 2024.12.14 03:41:53.932647 [ 255 ] {010d51c2-749c-4a3b-ba55-9c9410344116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10543 2024.12.14 03:41:53.933007 [ 255 ] {010d51c2-749c-4a3b-ba55-9c9410344116} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10544 2024.12.14 03:41:53.933237 [ 255 ] {010d51c2-749c-4a3b-ba55-9c9410344116} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10545 2024.12.14 03:41:53.933447 [ 255 ] {010d51c2-749c-4a3b-ba55-9c9410344116} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec.
10546 2024.12.14 03:41:53.933497 [ 255 ] {010d51c2-749c-4a3b-ba55-9c9410344116} <Debug> TCPHandler: Processed in 0.001879358 sec.
10547 2024.12.14 03:41:54.970891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423
10548 2024.12.14 03:41:54.992374 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10549 2024.12.14 03:41:54.992432 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10550 2024.12.14 03:41:54.999737 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10551 2024.12.14 03:41:55.000540 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10552 2024.12.14 03:41:55.001027 [ 64 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10553 2024.12.14 03:41:55.001222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.21 MiB, peak 246.49 MiB, free memory in arenas 0.00 B, will set to 235.69 MiB (RSS), difference: -4.52 MiB
10554 2024.12.14 03:41:55.001230 [ 64 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10555 2024.12.14 03:41:55.001390 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10556 2024.12.14 03:41:55.002348 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
10557 2024.12.14 03:41:55.017131 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423
10558 2024.12.14 03:41:55.019394 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10559 2024.12.14 03:41:55.021323 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
10560 2024.12.14 03:41:55.028365 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
10561 2024.12.14 03:41:55.034204 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
10562 2024.12.14 03:41:55.040760 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
10563 2024.12.14 03:41:55.047704 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
10564 2024.12.14 03:41:55.052798 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
10565 2024.12.14 03:41:55.116858 [ 194 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.115186228 sec., 3672.3140200406597 rows/sec., 18.99 MiB/sec.
10566 2024.12.14 03:41:55.120272 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10567 2024.12.14 03:41:55.123323 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_56_11} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10568 2024.12.14 03:41:55.123473 [ 197 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_56_11} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10569 2024.12.14 03:41:55.125919 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.94 MiB.
10570 2024.12.14 03:41:56.000252 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.22 MiB, peak 246.49 MiB, free memory in arenas 0.00 B, will set to 238.86 MiB (RSS), difference: 6.64 MiB
10571 2024.12.14 03:41:58.893717 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10572 2024.12.14 03:41:58.893902 [ 255 ] {84c4060c-29ad-4399-9f7c-04f225736f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10573 2024.12.14 03:41:58.893973 [ 255 ] {84c4060c-29ad-4399-9f7c-04f225736f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10574 2024.12.14 03:41:58.894725 [ 255 ] {84c4060c-29ad-4399-9f7c-04f225736f38} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10575 2024.12.14 03:41:58.894777 [ 255 ] {84c4060c-29ad-4399-9f7c-04f225736f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10576 2024.12.14 03:41:58.895197 [ 255 ] {84c4060c-29ad-4399-9f7c-04f225736f38} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10577 2024.12.14 03:41:58.895444 [ 255 ] {84c4060c-29ad-4399-9f7c-04f225736f38} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10578 2024.12.14 03:41:58.895690 [ 255 ] {84c4060c-29ad-4399-9f7c-04f225736f38} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00183 sec., 3278.688524590164 rows/sec., 267.35 KiB/sec.
10579 2024.12.14 03:41:58.895840 [ 255 ] {84c4060c-29ad-4399-9f7c-04f225736f38} <Debug> TCPHandler: Processed in 0.002246995 sec.
10580 2024.12.14 03:41:58.896117 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10581 2024.12.14 03:41:58.896313 [ 258 ] {6d53449b-4408-45e8-a709-335024039d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10582 2024.12.14 03:41:58.896386 [ 258 ] {6d53449b-4408-45e8-a709-335024039d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10583 2024.12.14 03:41:58.897167 [ 258 ] {6d53449b-4408-45e8-a709-335024039d9d} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10584 2024.12.14 03:41:58.897213 [ 258 ] {6d53449b-4408-45e8-a709-335024039d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10585 2024.12.14 03:41:58.897661 [ 258 ] {6d53449b-4408-45e8-a709-335024039d9d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10586 2024.12.14 03:41:58.897927 [ 258 ] {6d53449b-4408-45e8-a709-335024039d9d} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10587 2024.12.14 03:41:58.898195 [ 258 ] {6d53449b-4408-45e8-a709-335024039d9d} <Debug> executeQuery: Read 109 rows, 9.40 KiB in 0.001932 sec., 56418.21946169773 rows/sec., 4.75 MiB/sec.
10588 2024.12.14 03:41:58.898290 [ 258 ] {6d53449b-4408-45e8-a709-335024039d9d} <Debug> TCPHandler: Processed in 0.002310306 sec.
10589 2024.12.14 03:41:58.898483 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10590 2024.12.14 03:41:58.898659 [ 255 ] {a9344181-c0e8-47c3-a576-856471065d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10591 2024.12.14 03:41:58.898717 [ 255 ] {a9344181-c0e8-47c3-a576-856471065d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10592 2024.12.14 03:41:58.899384 [ 255 ] {a9344181-c0e8-47c3-a576-856471065d56} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10593 2024.12.14 03:41:58.899422 [ 255 ] {a9344181-c0e8-47c3-a576-856471065d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10594 2024.12.14 03:41:58.899786 [ 255 ] {a9344181-c0e8-47c3-a576-856471065d56} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10595 2024.12.14 03:41:58.900034 [ 255 ] {a9344181-c0e8-47c3-a576-856471065d56} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10596 2024.12.14 03:41:58.900205 [ 170 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10597 2024.12.14 03:41:58.900268 [ 255 ] {a9344181-c0e8-47c3-a576-856471065d56} <Debug> executeQuery: Read 31 rows, 2.30 KiB in 0.001641 sec., 18890.920170627665 rows/sec., 1.37 MiB/sec.
10598 2024.12.14 03:41:58.900295 [ 170 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10599 2024.12.14 03:41:58.900369 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10600 2024.12.14 03:41:58.900377 [ 255 ] {a9344181-c0e8-47c3-a576-856471065d56} <Debug> TCPHandler: Processed in 0.00199834 sec.
10601 2024.12.14 03:41:58.900587 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10602 2024.12.14 03:41:58.900602 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
10603 2024.12.14 03:41:58.900741 [ 258 ] {158c9737-b285-42c3-b08c-62ecca9ec4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10604 2024.12.14 03:41:58.900755 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10605 2024.12.14 03:41:58.900804 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 66 rows starting from the beginning of the part
10606 2024.12.14 03:41:58.900809 [ 258 ] {158c9737-b285-42c3-b08c-62ecca9ec4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10607 2024.12.14 03:41:58.901000 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 25 rows starting from the beginning of the part
10608 2024.12.14 03:41:58.901210 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 25 rows starting from the beginning of the part
10609 2024.12.14 03:41:58.901405 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 25 rows starting from the beginning of the part
10610 2024.12.14 03:41:58.901589 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 23 rows starting from the beginning of the part
10611 2024.12.14 03:41:58.901695 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 31 rows starting from the beginning of the part
10612 2024.12.14 03:41:58.902454 [ 258 ] {158c9737-b285-42c3-b08c-62ecca9ec4d0} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10613 2024.12.14 03:41:58.902510 [ 258 ] {158c9737-b285-42c3-b08c-62ecca9ec4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10614 2024.12.14 03:41:58.903070 [ 258 ] {158c9737-b285-42c3-b08c-62ecca9ec4d0} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10615 2024.12.14 03:41:58.903456 [ 258 ] {158c9737-b285-42c3-b08c-62ecca9ec4d0} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10616 2024.12.14 03:41:58.903523 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.003030941 sec., 64336.45524607704 rows/sec., 4.86 MiB/sec.
10617 2024.12.14 03:41:58.903868 [ 258 ] {158c9737-b285-42c3-b08c-62ecca9ec4d0} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.00317 sec., 29968.45425867508 rows/sec., 2.34 MiB/sec.
10618 2024.12.14 03:41:58.903926 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10619 2024.12.14 03:41:58.904240 [ 258 ] {158c9737-b285-42c3-b08c-62ecca9ec4d0} <Debug> TCPHandler: Processed in 0.003736875 sec.
10620 2024.12.14 03:41:58.904561 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10621 2024.12.14 03:41:58.904972 [ 255 ] {a55fa624-0b0c-45de-9291-d8b929a2cf39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10622 2024.12.14 03:41:58.905197 [ 255 ] {a55fa624-0b0c-45de-9291-d8b929a2cf39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10623 2024.12.14 03:41:58.905330 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10624 2024.12.14 03:41:58.905697 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_71_14} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10625 2024.12.14 03:41:58.905907 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10626 2024.12.14 03:41:58.906362 [ 255 ] {a55fa624-0b0c-45de-9291-d8b929a2cf39} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10627 2024.12.14 03:41:58.906406 [ 255 ] {a55fa624-0b0c-45de-9291-d8b929a2cf39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10628 2024.12.14 03:41:58.906795 [ 255 ] {a55fa624-0b0c-45de-9291-d8b929a2cf39} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10629 2024.12.14 03:41:58.907039 [ 255 ] {a55fa624-0b0c-45de-9291-d8b929a2cf39} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10630 2024.12.14 03:41:58.907255 [ 255 ] {a55fa624-0b0c-45de-9291-d8b929a2cf39} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00245 sec., 66530.61224489796 rows/sec., 4.63 MiB/sec.
10631 2024.12.14 03:41:58.907315 [ 255 ] {a55fa624-0b0c-45de-9291-d8b929a2cf39} <Debug> TCPHandler: Processed in 0.002950469 sec.
10632 2024.12.14 03:41:58.907469 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10633 2024.12.14 03:41:58.907594 [ 258 ] {fa2402ee-e796-4ecd-b3b8-75d1554011c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10634 2024.12.14 03:41:58.907680 [ 258 ] {fa2402ee-e796-4ecd-b3b8-75d1554011c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10635 2024.12.14 03:41:58.908814 [ 258 ] {fa2402ee-e796-4ecd-b3b8-75d1554011c9} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10636 2024.12.14 03:41:58.908855 [ 258 ] {fa2402ee-e796-4ecd-b3b8-75d1554011c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10637 2024.12.14 03:41:58.909513 [ 258 ] {fa2402ee-e796-4ecd-b3b8-75d1554011c9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10638 2024.12.14 03:41:58.909765 [ 258 ] {fa2402ee-e796-4ecd-b3b8-75d1554011c9} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10639 2024.12.14 03:41:58.910006 [ 258 ] {fa2402ee-e796-4ecd-b3b8-75d1554011c9} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002474 sec., 10105.092966855294 rows/sec., 18.11 MiB/sec.
10640 2024.12.14 03:41:58.910104 [ 258 ] {fa2402ee-e796-4ecd-b3b8-75d1554011c9} <Debug> TCPHandler: Processed in 0.002736345 sec.
10641 2024.12.14 03:41:58.910248 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10642 2024.12.14 03:41:58.910379 [ 255 ] {61ba9b0c-f552-40fe-8816-d695190e6d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10643 2024.12.14 03:41:58.910505 [ 255 ] {61ba9b0c-f552-40fe-8816-d695190e6d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10644 2024.12.14 03:41:58.911073 [ 255 ] {61ba9b0c-f552-40fe-8816-d695190e6d39} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10645 2024.12.14 03:41:58.911119 [ 255 ] {61ba9b0c-f552-40fe-8816-d695190e6d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10646 2024.12.14 03:41:58.911506 [ 255 ] {61ba9b0c-f552-40fe-8816-d695190e6d39} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10647 2024.12.14 03:41:58.911738 [ 255 ] {61ba9b0c-f552-40fe-8816-d695190e6d39} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10648 2024.12.14 03:41:58.911944 [ 255 ] {61ba9b0c-f552-40fe-8816-d695190e6d39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001535 sec., 39087.94788273616 rows/sec., 2.63 MiB/sec.
10649 2024.12.14 03:41:58.911996 [ 255 ] {61ba9b0c-f552-40fe-8816-d695190e6d39} <Debug> TCPHandler: Processed in 0.001762616 sec.
10650 2024.12.14 03:42:00.603680 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108
10651 2024.12.14 03:42:00.604424 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10652 2024.12.14 03:42:00.604468 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10653 2024.12.14 03:42:00.605017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10654 2024.12.14 03:42:00.605280 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10655 2024.12.14 03:42:00.605608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108
10656 2024.12.14 03:42:02.517268 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430
10657 2024.12.14 03:42:02.537514 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10658 2024.12.14 03:42:02.537572 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10659 2024.12.14 03:42:02.544480 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10660 2024.12.14 03:42:02.545226 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10661 2024.12.14 03:42:02.547753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
10662 2024.12.14 03:42:03.239907 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1466
10663 2024.12.14 03:42:03.243225 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10664 2024.12.14 03:42:03.243274 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10665 2024.12.14 03:42:03.244790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10666 2024.12.14 03:42:03.245097 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10667 2024.12.14 03:42:03.246752 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1466
10668 2024.12.14 03:42:03.897805 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10669 2024.12.14 03:42:03.898043 [ 255 ] {25a8ac4f-ec61-416e-bb68-fb661471f610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10670 2024.12.14 03:42:03.898137 [ 255 ] {25a8ac4f-ec61-416e-bb68-fb661471f610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10671 2024.12.14 03:42:03.899109 [ 255 ] {25a8ac4f-ec61-416e-bb68-fb661471f610} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10672 2024.12.14 03:42:03.899159 [ 255 ] {25a8ac4f-ec61-416e-bb68-fb661471f610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10673 2024.12.14 03:42:03.899616 [ 255 ] {25a8ac4f-ec61-416e-bb68-fb661471f610} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10674 2024.12.14 03:42:03.899866 [ 255 ] {25a8ac4f-ec61-416e-bb68-fb661471f610} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10675 2024.12.14 03:42:03.900106 [ 255 ] {25a8ac4f-ec61-416e-bb68-fb661471f610} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002134 sec., 6560.449859418932 rows/sec., 472.26 KiB/sec.
10676 2024.12.14 03:42:03.900175 [ 255 ] {25a8ac4f-ec61-416e-bb68-fb661471f610} <Debug> TCPHandler: Processed in 0.002558821 sec.
10677 2024.12.14 03:42:03.900437 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10678 2024.12.14 03:42:03.900634 [ 258 ] {5e556a3e-12be-433a-bbe1-14055eaf4749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10679 2024.12.14 03:42:03.900711 [ 258 ] {5e556a3e-12be-433a-bbe1-14055eaf4749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10680 2024.12.14 03:42:03.901623 [ 258 ] {5e556a3e-12be-433a-bbe1-14055eaf4749} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10681 2024.12.14 03:42:03.901675 [ 258 ] {5e556a3e-12be-433a-bbe1-14055eaf4749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10682 2024.12.14 03:42:03.902146 [ 258 ] {5e556a3e-12be-433a-bbe1-14055eaf4749} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10683 2024.12.14 03:42:03.902423 [ 258 ] {5e556a3e-12be-433a-bbe1-14055eaf4749} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10684 2024.12.14 03:42:03.902631 [ 258 ] {5e556a3e-12be-433a-bbe1-14055eaf4749} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002053 sec., 114466.63419386263 rows/sec., 10.00 MiB/sec.
10685 2024.12.14 03:42:03.902693 [ 258 ] {5e556a3e-12be-433a-bbe1-14055eaf4749} <Debug> TCPHandler: Processed in 0.002408628 sec.
10686 2024.12.14 03:42:03.902879 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10687 2024.12.14 03:42:03.903013 [ 255 ] {71492033-4d4b-45cd-bbbc-f5e57ac8706d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10688 2024.12.14 03:42:03.903069 [ 255 ] {71492033-4d4b-45cd-bbbc-f5e57ac8706d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10689 2024.12.14 03:42:03.903709 [ 255 ] {71492033-4d4b-45cd-bbbc-f5e57ac8706d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10690 2024.12.14 03:42:03.903753 [ 255 ] {71492033-4d4b-45cd-bbbc-f5e57ac8706d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10691 2024.12.14 03:42:03.904143 [ 255 ] {71492033-4d4b-45cd-bbbc-f5e57ac8706d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10692 2024.12.14 03:42:03.904393 [ 255 ] {71492033-4d4b-45cd-bbbc-f5e57ac8706d} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10693 2024.12.14 03:42:03.904623 [ 255 ] {71492033-4d4b-45cd-bbbc-f5e57ac8706d} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.00164 sec., 14024.390243902439 rows/sec., 1011.69 KiB/sec.
10694 2024.12.14 03:42:03.904685 [ 255 ] {71492033-4d4b-45cd-bbbc-f5e57ac8706d} <Debug> TCPHandler: Processed in 0.001868117 sec.
10695 2024.12.14 03:42:03.904837 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10696 2024.12.14 03:42:03.904955 [ 258 ] {4400a1fb-a6ab-4518-9c24-5515c659a674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10697 2024.12.14 03:42:03.905003 [ 258 ] {4400a1fb-a6ab-4518-9c24-5515c659a674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10698 2024.12.14 03:42:03.905589 [ 258 ] {4400a1fb-a6ab-4518-9c24-5515c659a674} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10699 2024.12.14 03:42:03.905628 [ 258 ] {4400a1fb-a6ab-4518-9c24-5515c659a674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10700 2024.12.14 03:42:03.905988 [ 258 ] {4400a1fb-a6ab-4518-9c24-5515c659a674} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
10701 2024.12.14 03:42:03.906232 [ 258 ] {4400a1fb-a6ab-4518-9c24-5515c659a674} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10702 2024.12.14 03:42:03.906361 [ 147 ] {} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0
10703 2024.12.14 03:42:03.906399 [ 147 ] {} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10704 2024.12.14 03:42:03.906411 [ 258 ] {4400a1fb-a6ab-4518-9c24-5515c659a674} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00148 sec., 9459.45945945946 rows/sec., 662.48 KiB/sec.
10705 2024.12.14 03:42:03.906421 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10706 2024.12.14 03:42:03.906504 [ 258 ] {4400a1fb-a6ab-4518-9c24-5515c659a674} <Debug> TCPHandler: Processed in 0.001726125 sec.
10707 2024.12.14 03:42:03.906794 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10708 2024.12.14 03:42:03.906804 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full
10709 2024.12.14 03:42:03.907127 [ 255 ] {20516e78-cdbe-434d-8b69-786bdd61cc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10710 2024.12.14 03:42:03.907232 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10711 2024.12.14 03:42:03.907278 [ 255 ] {20516e78-cdbe-434d-8b69-786bdd61cc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10712 2024.12.14 03:42:03.907298 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 242 rows starting from the beginning of the part
10713 2024.12.14 03:42:03.907614 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
10714 2024.12.14 03:42:03.907927 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
10715 2024.12.14 03:42:03.908319 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 242 rows starting from the beginning of the part
10716 2024.12.14 03:42:03.908690 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
10717 2024.12.14 03:42:03.909080 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
10718 2024.12.14 03:42:03.910240 [ 255 ] {20516e78-cdbe-434d-8b69-786bdd61cc5c} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10719 2024.12.14 03:42:03.910305 [ 255 ] {20516e78-cdbe-434d-8b69-786bdd61cc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10720 2024.12.14 03:42:03.911288 [ 255 ] {20516e78-cdbe-434d-8b69-786bdd61cc5c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10721 2024.12.14 03:42:03.911893 [ 255 ] {20516e78-cdbe-434d-8b69-786bdd61cc5c} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10722 2024.12.14 03:42:03.911904 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005381688 sec., 100340.26498749091 rows/sec., 7.19 MiB/sec.
10723 2024.12.14 03:42:03.912155 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary)
10724 2024.12.14 03:42:03.912330 [ 255 ] {20516e78-cdbe-434d-8b69-786bdd61cc5c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005336 sec., 2436.281859070465 rows/sec., 151.90 KiB/sec.
10725 2024.12.14 03:42:03.912488 [ 255 ] {20516e78-cdbe-434d-8b69-786bdd61cc5c} <Debug> TCPHandler: Processed in 0.005860938 sec.
10726 2024.12.14 03:42:03.912691 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10727 2024.12.14 03:42:03.912703 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10728 2024.12.14 03:42:03.912823 [ 186 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_28_6} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6
10729 2024.12.14 03:42:03.912926 [ 258 ] {2bcf8bcd-1f7b-46bb-908b-73c5a7596ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10730 2024.12.14 03:42:03.912987 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
10731 2024.12.14 03:42:03.913047 [ 258 ] {2bcf8bcd-1f7b-46bb-908b-73c5a7596ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10732 2024.12.14 03:42:03.913882 [ 258 ] {2bcf8bcd-1f7b-46bb-908b-73c5a7596ea5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10733 2024.12.14 03:42:03.913920 [ 258 ] {2bcf8bcd-1f7b-46bb-908b-73c5a7596ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10734 2024.12.14 03:42:03.914305 [ 258 ] {2bcf8bcd-1f7b-46bb-908b-73c5a7596ea5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10735 2024.12.14 03:42:03.914560 [ 258 ] {2bcf8bcd-1f7b-46bb-908b-73c5a7596ea5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10736 2024.12.14 03:42:03.914745 [ 258 ] {2bcf8bcd-1f7b-46bb-908b-73c5a7596ea5} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001881 sec., 211589.58001063264 rows/sec., 15.04 MiB/sec.
10737 2024.12.14 03:42:03.914796 [ 258 ] {2bcf8bcd-1f7b-46bb-908b-73c5a7596ea5} <Debug> TCPHandler: Processed in 0.002188314 sec.
10738 2024.12.14 03:42:03.914961 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10739 2024.12.14 03:42:03.915088 [ 255 ] {f9c5cffd-f793-4b08-98d1-421b43c26326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10740 2024.12.14 03:42:03.915144 [ 255 ] {f9c5cffd-f793-4b08-98d1-421b43c26326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10741 2024.12.14 03:42:03.915639 [ 255 ] {f9c5cffd-f793-4b08-98d1-421b43c26326} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10742 2024.12.14 03:42:03.915679 [ 255 ] {f9c5cffd-f793-4b08-98d1-421b43c26326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10743 2024.12.14 03:42:03.916045 [ 255 ] {f9c5cffd-f793-4b08-98d1-421b43c26326} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10744 2024.12.14 03:42:03.916279 [ 255 ] {f9c5cffd-f793-4b08-98d1-421b43c26326} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10745 2024.12.14 03:42:03.916587 [ 255 ] {f9c5cffd-f793-4b08-98d1-421b43c26326} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec.
10746 2024.12.14 03:42:03.916971 [ 255 ] {f9c5cffd-f793-4b08-98d1-421b43c26326} <Debug> TCPHandler: Processed in 0.002069471 sec.
10747 2024.12.14 03:42:03.917270 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10748 2024.12.14 03:42:03.917416 [ 258 ] {c72aa29b-c483-4aa3-a453-5083aabfd2de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10749 2024.12.14 03:42:03.917473 [ 258 ] {c72aa29b-c483-4aa3-a453-5083aabfd2de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10750 2024.12.14 03:42:03.918086 [ 258 ] {c72aa29b-c483-4aa3-a453-5083aabfd2de} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10751 2024.12.14 03:42:03.918126 [ 258 ] {c72aa29b-c483-4aa3-a453-5083aabfd2de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10752 2024.12.14 03:42:03.918547 [ 258 ] {c72aa29b-c483-4aa3-a453-5083aabfd2de} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10753 2024.12.14 03:42:03.918795 [ 258 ] {c72aa29b-c483-4aa3-a453-5083aabfd2de} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10754 2024.12.14 03:42:03.918945 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10755 2024.12.14 03:42:03.918988 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10756 2024.12.14 03:42:03.918992 [ 258 ] {c72aa29b-c483-4aa3-a453-5083aabfd2de} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001604 sec., 147755.6109725686 rows/sec., 9.90 MiB/sec.
10757 2024.12.14 03:42:03.919015 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10758 2024.12.14 03:42:03.919124 [ 258 ] {c72aa29b-c483-4aa3-a453-5083aabfd2de} <Debug> TCPHandler: Processed in 0.002027311 sec.
10759 2024.12.14 03:42:03.919250 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
10760 2024.12.14 03:42:03.919392 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10761 2024.12.14 03:42:03.919415 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10762 2024.12.14 03:42:03.919455 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24010 rows starting from the beginning of the part
10763 2024.12.14 03:42:03.919587 [ 255 ] {754f0985-f766-4c8f-b77c-a3f8bf2eb6e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10764 2024.12.14 03:42:03.919652 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 32 rows starting from the beginning of the part
10765 2024.12.14 03:42:03.919765 [ 255 ] {754f0985-f766-4c8f-b77c-a3f8bf2eb6e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10766 2024.12.14 03:42:03.920065 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part
10767 2024.12.14 03:42:03.920410 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part
10768 2024.12.14 03:42:03.920797 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 163 rows starting from the beginning of the part
10769 2024.12.14 03:42:03.921140 [ 189 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part
10770 2024.12.14 03:42:03.921924 [ 255 ] {754f0985-f766-4c8f-b77c-a3f8bf2eb6e1} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10771 2024.12.14 03:42:03.921970 [ 255 ] {754f0985-f766-4c8f-b77c-a3f8bf2eb6e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10772 2024.12.14 03:42:03.922444 [ 255 ] {754f0985-f766-4c8f-b77c-a3f8bf2eb6e1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10773 2024.12.14 03:42:03.922766 [ 255 ] {754f0985-f766-4c8f-b77c-a3f8bf2eb6e1} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10774 2024.12.14 03:42:03.923151 [ 255 ] {754f0985-f766-4c8f-b77c-a3f8bf2eb6e1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00364 sec., 274.72527472527474 rows/sec., 18.51 KiB/sec.
10775 2024.12.14 03:42:03.923572 [ 255 ] {754f0985-f766-4c8f-b77c-a3f8bf2eb6e1} <Debug> TCPHandler: Processed in 0.004237555 sec.
10776 2024.12.14 03:42:03.923881 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10777 2024.12.14 03:42:03.924143 [ 258 ] {340291c1-702d-4fa5-8ffd-d7078d3d6bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10778 2024.12.14 03:42:03.924371 [ 258 ] {340291c1-702d-4fa5-8ffd-d7078d3d6bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10779 2024.12.14 03:42:03.926328 [ 258 ] {340291c1-702d-4fa5-8ffd-d7078d3d6bca} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10780 2024.12.14 03:42:03.926369 [ 258 ] {340291c1-702d-4fa5-8ffd-d7078d3d6bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10781 2024.12.14 03:42:03.927361 [ 258 ] {340291c1-702d-4fa5-8ffd-d7078d3d6bca} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10782 2024.12.14 03:42:03.927785 [ 258 ] {340291c1-702d-4fa5-8ffd-d7078d3d6bca} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10783 2024.12.14 03:42:03.927942 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10784 2024.12.14 03:42:03.928021 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10785 2024.12.14 03:42:03.928069 [ 258 ] {340291c1-702d-4fa5-8ffd-d7078d3d6bca} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003989 sec., 4011.030333416896 rows/sec., 7.19 MiB/sec.
10786 2024.12.14 03:42:03.928081 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
10787 2024.12.14 03:42:03.930021 [ 258 ] {340291c1-702d-4fa5-8ffd-d7078d3d6bca} <Debug> TCPHandler: Processed in 0.006305147 sec.
10788 2024.12.14 03:42:03.930394 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10789 2024.12.14 03:42:03.930934 [ 255 ] {094a043d-1732-4c2e-90e2-6e1e34fcb585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10790 2024.12.14 03:42:03.931215 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
10791 2024.12.14 03:42:03.931244 [ 255 ] {094a043d-1732-4c2e-90e2-6e1e34fcb585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10792 2024.12.14 03:42:03.931379 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24839 rows, containing 5 columns (5 merged, 0 gathered) in 0.012266886 sec., 2024882.272485454 rows/sec., 137.33 MiB/sec.
10793 2024.12.14 03:42:03.931896 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10794 2024.12.14 03:42:03.932888 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10795 2024.12.14 03:42:03.933025 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10796 2024.12.14 03:42:03.933066 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1338 rows starting from the beginning of the part
10797 2024.12.14 03:42:03.933340 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10798 2024.12.14 03:42:03.933681 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
10799 2024.12.14 03:42:03.934289 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part
10800 2024.12.14 03:42:03.934538 [ 255 ] {094a043d-1732-4c2e-90e2-6e1e34fcb585} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10801 2024.12.14 03:42:03.934647 [ 255 ] {094a043d-1732-4c2e-90e2-6e1e34fcb585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10802 2024.12.14 03:42:03.935067 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 25 rows starting from the beginning of the part
10803 2024.12.14 03:42:03.935677 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part
10804 2024.12.14 03:42:03.936311 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 25 rows starting from the beginning of the part
10805 2024.12.14 03:42:03.936366 [ 255 ] {094a043d-1732-4c2e-90e2-6e1e34fcb585} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10806 2024.12.14 03:42:03.936793 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part
10807 2024.12.14 03:42:03.937336 [ 255 ] {094a043d-1732-4c2e-90e2-6e1e34fcb585} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10808 2024.12.14 03:42:03.937815 [ 147 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10809 2024.12.14 03:42:03.937956 [ 147 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10810 2024.12.14 03:42:03.938041 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10811 2024.12.14 03:42:03.938185 [ 255 ] {094a043d-1732-4c2e-90e2-6e1e34fcb585} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007473 sec., 10972.83554128195 rows/sec., 713.64 KiB/sec.
10812 2024.12.14 03:42:03.938660 [ 255 ] {094a043d-1732-4c2e-90e2-6e1e34fcb585} <Debug> TCPHandler: Processed in 0.008463029 sec.
10813 2024.12.14 03:42:03.938791 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
10814 2024.12.14 03:42:03.939614 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10815 2024.12.14 03:42:03.939759 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4776 rows starting from the beginning of the part
10816 2024.12.14 03:42:03.940208 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 12 rows starting from the beginning of the part
10817 2024.12.14 03:42:03.940662 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part
10818 2024.12.14 03:42:03.941233 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part
10819 2024.12.14 03:42:03.941612 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part
10820 2024.12.14 03:42:03.941863 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part
10821 2024.12.14 03:42:03.945402 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5072 rows, containing 4 columns (4 merged, 0 gathered) in 0.007132043 sec., 711156.676985823 rows/sec., 47.04 MiB/sec.
10822 2024.12.14 03:42:03.945956 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10823 2024.12.14 03:42:03.946309 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10824 2024.12.14 03:42:03.946394 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_91_18} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10825 2024.12.14 03:42:03.946477 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
10826 2024.12.14 03:42:03.951120 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1436 rows, containing 19 columns (19 merged, 0 gathered) in 0.022613483 sec., 63501.93820208943 rows/sec., 113.79 MiB/sec.
10827 2024.12.14 03:42:03.952661 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10828 2024.12.14 03:42:03.953093 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10829 2024.12.14 03:42:03.953182 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10830 2024.12.14 03:42:03.953340 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB.
10831 2024.12.14 03:42:04.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.88 MiB, peak 251.46 MiB, free memory in arenas 0.00 B, will set to 243.23 MiB (RSS), difference: 3.36 MiB
10832 2024.12.14 03:42:07.934125 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
10833 2024.12.14 03:42:07.934187 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
10834 2024.12.14 03:42:08.105815 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596
10835 2024.12.14 03:42:08.106533 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10836 2024.12.14 03:42:08.106588 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10837 2024.12.14 03:42:08.107163 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10838 2024.12.14 03:42:08.107439 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10839 2024.12.14 03:42:08.107719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
10840 2024.12.14 03:42:08.893502 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10841 2024.12.14 03:42:08.893771 [ 255 ] {7fa8beb7-1e78-4ef2-bc01-251c760ac712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10842 2024.12.14 03:42:08.893851 [ 255 ] {7fa8beb7-1e78-4ef2-bc01-251c760ac712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10843 2024.12.14 03:42:08.894737 [ 255 ] {7fa8beb7-1e78-4ef2-bc01-251c760ac712} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10844 2024.12.14 03:42:08.894787 [ 255 ] {7fa8beb7-1e78-4ef2-bc01-251c760ac712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10845 2024.12.14 03:42:08.895212 [ 255 ] {7fa8beb7-1e78-4ef2-bc01-251c760ac712} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10846 2024.12.14 03:42:08.895461 [ 255 ] {7fa8beb7-1e78-4ef2-bc01-251c760ac712} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10847 2024.12.14 03:42:08.895695 [ 255 ] {7fa8beb7-1e78-4ef2-bc01-251c760ac712} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001982 sec., 53481.331987891026 rows/sec., 4.52 MiB/sec.
10848 2024.12.14 03:42:08.895763 [ 255 ] {7fa8beb7-1e78-4ef2-bc01-251c760ac712} <Debug> TCPHandler: Processed in 0.002454109 sec.
10849 2024.12.14 03:42:08.896031 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10850 2024.12.14 03:42:08.896226 [ 258 ] {ae9a5a41-3400-47cf-be35-021b98895db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10851 2024.12.14 03:42:08.896305 [ 258 ] {ae9a5a41-3400-47cf-be35-021b98895db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10852 2024.12.14 03:42:08.897079 [ 258 ] {ae9a5a41-3400-47cf-be35-021b98895db7} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10853 2024.12.14 03:42:08.897135 [ 258 ] {ae9a5a41-3400-47cf-be35-021b98895db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10854 2024.12.14 03:42:08.897572 [ 258 ] {ae9a5a41-3400-47cf-be35-021b98895db7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10855 2024.12.14 03:42:08.897836 [ 258 ] {ae9a5a41-3400-47cf-be35-021b98895db7} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10856 2024.12.14 03:42:08.898084 [ 258 ] {ae9a5a41-3400-47cf-be35-021b98895db7} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001913 sec., 13068.478829064297 rows/sec., 982.69 KiB/sec.
10857 2024.12.14 03:42:08.898154 [ 258 ] {ae9a5a41-3400-47cf-be35-021b98895db7} <Debug> TCPHandler: Processed in 0.002262965 sec.
10858 2024.12.14 03:42:08.898386 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10859 2024.12.14 03:42:08.898619 [ 255 ] {3feed4cc-b2d9-449e-ac6c-53e571700256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10860 2024.12.14 03:42:08.898677 [ 255 ] {3feed4cc-b2d9-449e-ac6c-53e571700256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10861 2024.12.14 03:42:08.899313 [ 255 ] {3feed4cc-b2d9-449e-ac6c-53e571700256} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10862 2024.12.14 03:42:08.899356 [ 255 ] {3feed4cc-b2d9-449e-ac6c-53e571700256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10863 2024.12.14 03:42:08.899730 [ 255 ] {3feed4cc-b2d9-449e-ac6c-53e571700256} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10864 2024.12.14 03:42:08.899963 [ 255 ] {3feed4cc-b2d9-449e-ac6c-53e571700256} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10865 2024.12.14 03:42:08.900175 [ 255 ] {3feed4cc-b2d9-449e-ac6c-53e571700256} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001616 sec., 55074.25742574257 rows/sec., 4.30 MiB/sec.
10866 2024.12.14 03:42:08.900231 [ 255 ] {3feed4cc-b2d9-449e-ac6c-53e571700256} <Debug> TCPHandler: Processed in 0.00195815 sec.
10867 2024.12.14 03:42:08.900384 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10868 2024.12.14 03:42:08.900511 [ 258 ] {8ca2a226-459d-4955-a9a0-d5e7f5bd2e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10869 2024.12.14 03:42:08.900568 [ 258 ] {8ca2a226-459d-4955-a9a0-d5e7f5bd2e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10870 2024.12.14 03:42:08.901271 [ 258 ] {8ca2a226-459d-4955-a9a0-d5e7f5bd2e3c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10871 2024.12.14 03:42:08.901320 [ 258 ] {8ca2a226-459d-4955-a9a0-d5e7f5bd2e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10872 2024.12.14 03:42:08.901775 [ 258 ] {8ca2a226-459d-4955-a9a0-d5e7f5bd2e3c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10873 2024.12.14 03:42:08.902018 [ 258 ] {8ca2a226-459d-4955-a9a0-d5e7f5bd2e3c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10874 2024.12.14 03:42:08.902263 [ 258 ] {8ca2a226-459d-4955-a9a0-d5e7f5bd2e3c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001779 sec., 89938.16750983699 rows/sec., 6.26 MiB/sec.
10875 2024.12.14 03:42:08.902350 [ 258 ] {8ca2a226-459d-4955-a9a0-d5e7f5bd2e3c} <Debug> TCPHandler: Processed in 0.002022411 sec.
10876 2024.12.14 03:42:08.902581 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10877 2024.12.14 03:42:08.902844 [ 255 ] {6d760c8e-91b8-4d43-9525-9615c337c171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10878 2024.12.14 03:42:08.902938 [ 255 ] {6d760c8e-91b8-4d43-9525-9615c337c171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10879 2024.12.14 03:42:08.904242 [ 255 ] {6d760c8e-91b8-4d43-9525-9615c337c171} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10880 2024.12.14 03:42:08.904283 [ 255 ] {6d760c8e-91b8-4d43-9525-9615c337c171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10881 2024.12.14 03:42:08.904952 [ 255 ] {6d760c8e-91b8-4d43-9525-9615c337c171} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10882 2024.12.14 03:42:08.905226 [ 255 ] {6d760c8e-91b8-4d43-9525-9615c337c171} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10883 2024.12.14 03:42:08.905465 [ 255 ] {6d760c8e-91b8-4d43-9525-9615c337c171} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002679 sec., 9331.84023889511 rows/sec., 16.72 MiB/sec.
10884 2024.12.14 03:42:08.905618 [ 255 ] {6d760c8e-91b8-4d43-9525-9615c337c171} <Debug> TCPHandler: Processed in 0.003170703 sec.
10885 2024.12.14 03:42:08.905866 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10886 2024.12.14 03:42:08.906019 [ 258 ] {1109c63d-2728-4fd1-946c-213f1725d74f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10887 2024.12.14 03:42:08.906074 [ 258 ] {1109c63d-2728-4fd1-946c-213f1725d74f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10888 2024.12.14 03:42:08.906595 [ 258 ] {1109c63d-2728-4fd1-946c-213f1725d74f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10889 2024.12.14 03:42:08.906638 [ 258 ] {1109c63d-2728-4fd1-946c-213f1725d74f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10890 2024.12.14 03:42:08.907036 [ 258 ] {1109c63d-2728-4fd1-946c-213f1725d74f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10891 2024.12.14 03:42:08.907286 [ 258 ] {1109c63d-2728-4fd1-946c-213f1725d74f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10892 2024.12.14 03:42:08.907512 [ 258 ] {1109c63d-2728-4fd1-946c-213f1725d74f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec.
10893 2024.12.14 03:42:08.907568 [ 258 ] {1109c63d-2728-4fd1-946c-213f1725d74f} <Debug> TCPHandler: Processed in 0.001838747 sec.
10894 2024.12.14 03:42:10.047868 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
10895 2024.12.14 03:42:10.071718 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10896 2024.12.14 03:42:10.071779 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10897 2024.12.14 03:42:10.079140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10898 2024.12.14 03:42:10.079883 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10899 2024.12.14 03:42:10.084088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
10900 2024.12.14 03:42:12.654822 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10901 2024.12.14 03:42:12.655123 [ 255 ] {d3304d96-cc44-42f2-ace0-acb5831ebde7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10902 2024.12.14 03:42:12.655238 [ 255 ] {d3304d96-cc44-42f2-ace0-acb5831ebde7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10903 2024.12.14 03:42:12.656210 [ 255 ] {d3304d96-cc44-42f2-ace0-acb5831ebde7} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10904 2024.12.14 03:42:12.656259 [ 255 ] {d3304d96-cc44-42f2-ace0-acb5831ebde7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10905 2024.12.14 03:42:12.656677 [ 255 ] {d3304d96-cc44-42f2-ace0-acb5831ebde7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10906 2024.12.14 03:42:12.656923 [ 255 ] {d3304d96-cc44-42f2-ace0-acb5831ebde7} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10907 2024.12.14 03:42:12.657168 [ 255 ] {d3304d96-cc44-42f2-ace0-acb5831ebde7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002129 sec., 6575.857209957727 rows/sec., 473.37 KiB/sec.
10908 2024.12.14 03:42:12.657235 [ 255 ] {d3304d96-cc44-42f2-ace0-acb5831ebde7} <Debug> TCPHandler: Processed in 0.002575311 sec.
10909 2024.12.14 03:42:12.657530 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10910 2024.12.14 03:42:12.657749 [ 258 ] {d780e808-9b7e-4e45-8141-b1030a688379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10911 2024.12.14 03:42:12.657825 [ 258 ] {d780e808-9b7e-4e45-8141-b1030a688379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10912 2024.12.14 03:42:12.658596 [ 258 ] {d780e808-9b7e-4e45-8141-b1030a688379} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10913 2024.12.14 03:42:12.658645 [ 258 ] {d780e808-9b7e-4e45-8141-b1030a688379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10914 2024.12.14 03:42:12.659083 [ 258 ] {d780e808-9b7e-4e45-8141-b1030a688379} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10915 2024.12.14 03:42:12.659339 [ 258 ] {d780e808-9b7e-4e45-8141-b1030a688379} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10916 2024.12.14 03:42:12.659614 [ 258 ] {d780e808-9b7e-4e45-8141-b1030a688379} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00192 sec., 4166.666666666667 rows/sec., 339.76 KiB/sec.
10917 2024.12.14 03:42:12.659786 [ 258 ] {d780e808-9b7e-4e45-8141-b1030a688379} <Debug> TCPHandler: Processed in 0.002398198 sec.
10918 2024.12.14 03:42:12.659973 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10919 2024.12.14 03:42:12.660119 [ 255 ] {8b83cff5-5af4-49e8-ab0d-7d4ba64d4729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10920 2024.12.14 03:42:12.660178 [ 255 ] {8b83cff5-5af4-49e8-ab0d-7d4ba64d4729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10921 2024.12.14 03:42:12.661403 [ 255 ] {8b83cff5-5af4-49e8-ab0d-7d4ba64d4729} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10922 2024.12.14 03:42:12.661443 [ 255 ] {8b83cff5-5af4-49e8-ab0d-7d4ba64d4729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10923 2024.12.14 03:42:12.661889 [ 255 ] {8b83cff5-5af4-49e8-ab0d-7d4ba64d4729} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
10924 2024.12.14 03:42:12.662135 [ 255 ] {8b83cff5-5af4-49e8-ab0d-7d4ba64d4729} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10925 2024.12.14 03:42:12.662370 [ 255 ] {8b83cff5-5af4-49e8-ab0d-7d4ba64d4729} <Debug> executeQuery: Read 1379 rows, 117.87 KiB in 0.002282 sec., 604294.4785276073 rows/sec., 50.44 MiB/sec.
10926 2024.12.14 03:42:12.662465 [ 255 ] {8b83cff5-5af4-49e8-ab0d-7d4ba64d4729} <Debug> TCPHandler: Processed in 0.002562601 sec.
10927 2024.12.14 03:42:12.662682 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10928 2024.12.14 03:42:12.662907 [ 258 ] {a5e80c77-09e0-45a0-acac-fd34bc481635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10929 2024.12.14 03:42:12.662971 [ 258 ] {a5e80c77-09e0-45a0-acac-fd34bc481635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10930 2024.12.14 03:42:12.663708 [ 258 ] {a5e80c77-09e0-45a0-acac-fd34bc481635} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10931 2024.12.14 03:42:12.663757 [ 258 ] {a5e80c77-09e0-45a0-acac-fd34bc481635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10932 2024.12.14 03:42:12.664139 [ 258 ] {a5e80c77-09e0-45a0-acac-fd34bc481635} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10933 2024.12.14 03:42:12.664378 [ 258 ] {a5e80c77-09e0-45a0-acac-fd34bc481635} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10934 2024.12.14 03:42:12.664609 [ 258 ] {a5e80c77-09e0-45a0-acac-fd34bc481635} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.001737 sec., 17846.862406447897 rows/sec., 1.25 MiB/sec.
10935 2024.12.14 03:42:12.664667 [ 258 ] {a5e80c77-09e0-45a0-acac-fd34bc481635} <Debug> TCPHandler: Processed in 0.002103032 sec.
10936 2024.12.14 03:42:12.664823 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10937 2024.12.14 03:42:12.664965 [ 255 ] {d6897911-62d3-4635-8ca3-b5b36ed526f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10938 2024.12.14 03:42:12.665023 [ 255 ] {d6897911-62d3-4635-8ca3-b5b36ed526f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10939 2024.12.14 03:42:12.665823 [ 255 ] {d6897911-62d3-4635-8ca3-b5b36ed526f1} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10940 2024.12.14 03:42:12.665863 [ 255 ] {d6897911-62d3-4635-8ca3-b5b36ed526f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10941 2024.12.14 03:42:12.666223 [ 255 ] {d6897911-62d3-4635-8ca3-b5b36ed526f1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
10942 2024.12.14 03:42:12.666453 [ 255 ] {d6897911-62d3-4635-8ca3-b5b36ed526f1} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10943 2024.12.14 03:42:12.666658 [ 255 ] {d6897911-62d3-4635-8ca3-b5b36ed526f1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001726 sec., 140208.57473928155 rows/sec., 9.50 MiB/sec.
10944 2024.12.14 03:42:12.666715 [ 255 ] {d6897911-62d3-4635-8ca3-b5b36ed526f1} <Debug> TCPHandler: Processed in 0.001958889 sec.
10945 2024.12.14 03:42:12.666875 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10946 2024.12.14 03:42:12.667016 [ 258 ] {1e8ca429-4767-4124-8b9d-897edb0d257d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10947 2024.12.14 03:42:12.667076 [ 258 ] {1e8ca429-4767-4124-8b9d-897edb0d257d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10948 2024.12.14 03:42:12.667764 [ 258 ] {1e8ca429-4767-4124-8b9d-897edb0d257d} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10949 2024.12.14 03:42:12.667805 [ 258 ] {1e8ca429-4767-4124-8b9d-897edb0d257d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10950 2024.12.14 03:42:12.668180 [ 258 ] {1e8ca429-4767-4124-8b9d-897edb0d257d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10951 2024.12.14 03:42:12.668424 [ 258 ] {1e8ca429-4767-4124-8b9d-897edb0d257d} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10952 2024.12.14 03:42:12.668655 [ 258 ] {1e8ca429-4767-4124-8b9d-897edb0d257d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001672 sec., 7775.11961722488 rows/sec., 484.78 KiB/sec.
10953 2024.12.14 03:42:12.668713 [ 258 ] {1e8ca429-4767-4124-8b9d-897edb0d257d} <Debug> TCPHandler: Processed in 0.001902318 sec.
10954 2024.12.14 03:42:12.668916 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10955 2024.12.14 03:42:12.669140 [ 255 ] {62888f4e-309c-432c-8503-1e58f59b9e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10956 2024.12.14 03:42:12.669229 [ 255 ] {62888f4e-309c-432c-8503-1e58f59b9e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10957 2024.12.14 03:42:12.670418 [ 255 ] {62888f4e-309c-432c-8503-1e58f59b9e62} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10958 2024.12.14 03:42:12.670458 [ 255 ] {62888f4e-309c-432c-8503-1e58f59b9e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10959 2024.12.14 03:42:12.670857 [ 255 ] {62888f4e-309c-432c-8503-1e58f59b9e62} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
10960 2024.12.14 03:42:12.671088 [ 255 ] {62888f4e-309c-432c-8503-1e58f59b9e62} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10961 2024.12.14 03:42:12.671299 [ 255 ] {62888f4e-309c-432c-8503-1e58f59b9e62} <Debug> executeQuery: Read 862 rows, 63.90 KiB in 0.002216 sec., 388989.16967509023 rows/sec., 28.16 MiB/sec.
10962 2024.12.14 03:42:12.671355 [ 255 ] {62888f4e-309c-432c-8503-1e58f59b9e62} <Debug> TCPHandler: Processed in 0.002549881 sec.
10963 2024.12.14 03:42:12.671499 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10964 2024.12.14 03:42:12.671641 [ 258 ] {dd7ae259-a449-4fd7-a8f7-da2f3526ab9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10965 2024.12.14 03:42:12.671703 [ 258 ] {dd7ae259-a449-4fd7-a8f7-da2f3526ab9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10966 2024.12.14 03:42:12.672206 [ 258 ] {dd7ae259-a449-4fd7-a8f7-da2f3526ab9f} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10967 2024.12.14 03:42:12.672246 [ 258 ] {dd7ae259-a449-4fd7-a8f7-da2f3526ab9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10968 2024.12.14 03:42:12.672619 [ 258 ] {dd7ae259-a449-4fd7-a8f7-da2f3526ab9f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10969 2024.12.14 03:42:12.672855 [ 258 ] {dd7ae259-a449-4fd7-a8f7-da2f3526ab9f} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10970 2024.12.14 03:42:12.673075 [ 258 ] {dd7ae259-a449-4fd7-a8f7-da2f3526ab9f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec.
10971 2024.12.14 03:42:12.673127 [ 258 ] {dd7ae259-a449-4fd7-a8f7-da2f3526ab9f} <Debug> TCPHandler: Processed in 0.001696784 sec.
10972 2024.12.14 03:42:12.673277 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10973 2024.12.14 03:42:12.673395 [ 255 ] {d869111e-1834-4d22-a66f-921b0b2cf736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10974 2024.12.14 03:42:12.673449 [ 255 ] {d869111e-1834-4d22-a66f-921b0b2cf736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10975 2024.12.14 03:42:12.674227 [ 255 ] {d869111e-1834-4d22-a66f-921b0b2cf736} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10976 2024.12.14 03:42:12.674266 [ 255 ] {d869111e-1834-4d22-a66f-921b0b2cf736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10977 2024.12.14 03:42:12.674698 [ 255 ] {d869111e-1834-4d22-a66f-921b0b2cf736} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
10978 2024.12.14 03:42:12.674935 [ 255 ] {d869111e-1834-4d22-a66f-921b0b2cf736} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10979 2024.12.14 03:42:12.675142 [ 255 ] {d869111e-1834-4d22-a66f-921b0b2cf736} <Debug> executeQuery: Read 929 rows, 63.48 KiB in 0.001772 sec., 524266.3656884876 rows/sec., 34.99 MiB/sec.
10980 2024.12.14 03:42:12.675197 [ 255 ] {d869111e-1834-4d22-a66f-921b0b2cf736} <Debug> TCPHandler: Processed in 0.001979109 sec.
10981 2024.12.14 03:42:12.675344 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10982 2024.12.14 03:42:12.675483 [ 258 ] {0121dc14-fb10-4fd9-a1f2-a144f6b9af31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10983 2024.12.14 03:42:12.675546 [ 258 ] {0121dc14-fb10-4fd9-a1f2-a144f6b9af31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10984 2024.12.14 03:42:12.676056 [ 258 ] {0121dc14-fb10-4fd9-a1f2-a144f6b9af31} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10985 2024.12.14 03:42:12.676096 [ 258 ] {0121dc14-fb10-4fd9-a1f2-a144f6b9af31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10986 2024.12.14 03:42:12.676463 [ 258 ] {0121dc14-fb10-4fd9-a1f2-a144f6b9af31} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10987 2024.12.14 03:42:12.676706 [ 258 ] {0121dc14-fb10-4fd9-a1f2-a144f6b9af31} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10988 2024.12.14 03:42:12.676930 [ 258 ] {0121dc14-fb10-4fd9-a1f2-a144f6b9af31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec.
10989 2024.12.14 03:42:12.676981 [ 258 ] {0121dc14-fb10-4fd9-a1f2-a144f6b9af31} <Debug> TCPHandler: Processed in 0.001702164 sec.
10990 2024.12.14 03:42:12.677139 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10991 2024.12.14 03:42:12.677275 [ 255 ] {c110ee28-2fb9-4e95-bc49-41ea05faec8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10992 2024.12.14 03:42:12.677368 [ 255 ] {c110ee28-2fb9-4e95-bc49-41ea05faec8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10993 2024.12.14 03:42:12.678559 [ 255 ] {c110ee28-2fb9-4e95-bc49-41ea05faec8a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10994 2024.12.14 03:42:12.678598 [ 255 ] {c110ee28-2fb9-4e95-bc49-41ea05faec8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
10995 2024.12.14 03:42:12.679204 [ 255 ] {c110ee28-2fb9-4e95-bc49-41ea05faec8a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10996 2024.12.14 03:42:12.679456 [ 255 ] {c110ee28-2fb9-4e95-bc49-41ea05faec8a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10997 2024.12.14 03:42:12.679714 [ 255 ] {c110ee28-2fb9-4e95-bc49-41ea05faec8a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002465 sec., 6490.872210953346 rows/sec., 11.63 MiB/sec.
10998 2024.12.14 03:42:12.679995 [ 255 ] {c110ee28-2fb9-4e95-bc49-41ea05faec8a} <Debug> TCPHandler: Processed in 0.002922088 sec.
10999 2024.12.14 03:42:12.680295 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11000 2024.12.14 03:42:12.680519 [ 258 ] {09393ddb-5d3e-4494-b5a4-2a1117f82328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11001 2024.12.14 03:42:12.680615 [ 258 ] {09393ddb-5d3e-4494-b5a4-2a1117f82328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11002 2024.12.14 03:42:12.681207 [ 258 ] {09393ddb-5d3e-4494-b5a4-2a1117f82328} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11003 2024.12.14 03:42:12.681247 [ 258 ] {09393ddb-5d3e-4494-b5a4-2a1117f82328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11004 2024.12.14 03:42:12.681635 [ 258 ] {09393ddb-5d3e-4494-b5a4-2a1117f82328} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11005 2024.12.14 03:42:12.681874 [ 258 ] {09393ddb-5d3e-4494-b5a4-2a1117f82328} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11006 2024.12.14 03:42:12.682096 [ 258 ] {09393ddb-5d3e-4494-b5a4-2a1117f82328} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001633 sec., 42865.89099816289 rows/sec., 2.69 MiB/sec.
11007 2024.12.14 03:42:12.682148 [ 258 ] {09393ddb-5d3e-4494-b5a4-2a1117f82328} <Debug> TCPHandler: Processed in 0.00204221 sec.
11008 2024.12.14 03:42:13.247007 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1524
11009 2024.12.14 03:42:13.250747 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11010 2024.12.14 03:42:13.250805 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11011 2024.12.14 03:42:13.252302 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11012 2024.12.14 03:42:13.252634 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11013 2024.12.14 03:42:13.253315 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1524
11014 2024.12.14 03:42:13.886352 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11015 2024.12.14 03:42:13.886534 [ 255 ] {5d52ea50-f8cf-44ef-81ac-1727fe15b8ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11016 2024.12.14 03:42:13.886605 [ 255 ] {5d52ea50-f8cf-44ef-81ac-1727fe15b8ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11017 2024.12.14 03:42:13.887384 [ 255 ] {5d52ea50-f8cf-44ef-81ac-1727fe15b8ca} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11018 2024.12.14 03:42:13.887428 [ 255 ] {5d52ea50-f8cf-44ef-81ac-1727fe15b8ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11019 2024.12.14 03:42:13.887844 [ 255 ] {5d52ea50-f8cf-44ef-81ac-1727fe15b8ca} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11020 2024.12.14 03:42:13.888098 [ 255 ] {5d52ea50-f8cf-44ef-81ac-1727fe15b8ca} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11021 2024.12.14 03:42:13.888320 [ 136 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_89_18 to all_94_94_0
11022 2024.12.14 03:42:13.888332 [ 255 ] {5d52ea50-f8cf-44ef-81ac-1727fe15b8ca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001836 sec., 30501.089324618737 rows/sec., 2.34 MiB/sec.
11023 2024.12.14 03:42:13.888417 [ 136 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11024 2024.12.14 03:42:13.888486 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11025 2024.12.14 03:42:13.888495 [ 255 ] {5d52ea50-f8cf-44ef-81ac-1727fe15b8ca} <Debug> TCPHandler: Processed in 0.002269075 sec.
11026 2024.12.14 03:42:13.888712 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_89_18 to all_94_94_0 into Compact with storage Full
11027 2024.12.14 03:42:13.888818 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11028 2024.12.14 03:42:13.888894 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11029 2024.12.14 03:42:13.888948 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_89_18, total 1435 rows starting from the beginning of the part
11030 2024.12.14 03:42:13.889187 [ 258 ] {c77708c9-8369-4fdb-9a0d-b670e940d4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11031 2024.12.14 03:42:13.889197 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 109 rows starting from the beginning of the part
11032 2024.12.14 03:42:13.889348 [ 258 ] {c77708c9-8369-4fdb-9a0d-b670e940d4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11033 2024.12.14 03:42:13.889422 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 235 rows starting from the beginning of the part
11034 2024.12.14 03:42:13.889821 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 106 rows starting from the beginning of the part
11035 2024.12.14 03:42:13.890089 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1379 rows starting from the beginning of the part
11036 2024.12.14 03:42:13.890421 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part
11037 2024.12.14 03:42:13.892218 [ 258 ] {c77708c9-8369-4fdb-9a0d-b670e940d4a9} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11038 2024.12.14 03:42:13.892297 [ 258 ] {c77708c9-8369-4fdb-9a0d-b670e940d4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11039 2024.12.14 03:42:13.893264 [ 258 ] {c77708c9-8369-4fdb-9a0d-b670e940d4a9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11040 2024.12.14 03:42:13.893560 [ 258 ] {c77708c9-8369-4fdb-9a0d-b670e940d4a9} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11041 2024.12.14 03:42:13.893827 [ 136 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_89_18 to all_94_94_0
11042 2024.12.14 03:42:13.893954 [ 136 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11043 2024.12.14 03:42:13.894079 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11044 2024.12.14 03:42:13.894163 [ 258 ] {c77708c9-8369-4fdb-9a0d-b670e940d4a9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005091 sec., 12571.204085641328 rows/sec., 1004.76 KiB/sec.
11045 2024.12.14 03:42:13.894577 [ 258 ] {c77708c9-8369-4fdb-9a0d-b670e940d4a9} <Debug> TCPHandler: Processed in 0.005932199 sec.
11046 2024.12.14 03:42:13.894784 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_89_18 to all_94_94_0 into Compact with storage Full
11047 2024.12.14 03:42:13.894857 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11048 2024.12.14 03:42:13.894893 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.006302266 sec., 526794.6481471902 rows/sec., 46.16 MiB/sec.
11049 2024.12.14 03:42:13.895088 [ 255 ] {562e70ac-31cc-403b-be58-94a70f3f37db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11050 2024.12.14 03:42:13.895093 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11051 2024.12.14 03:42:13.895195 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_89_18, total 915 rows starting from the beginning of the part
11052 2024.12.14 03:42:13.895212 [ 255 ] {562e70ac-31cc-403b-be58-94a70f3f37db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11053 2024.12.14 03:42:13.895390 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Trace> MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary)
11054 2024.12.14 03:42:13.895612 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 95 rows starting from the beginning of the part
11055 2024.12.14 03:42:13.896109 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 398 rows starting from the beginning of the part
11056 2024.12.14 03:42:13.896598 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 89 rows starting from the beginning of the part
11057 2024.12.14 03:42:13.897102 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11058 2024.12.14 03:42:13.897190 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 862 rows starting from the beginning of the part
11059 2024.12.14 03:42:13.897589 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_94_19} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_89_18, all_94_94_0] -> all_1_94_19
11060 2024.12.14 03:42:13.897692 [ 201 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part
11061 2024.12.14 03:42:13.898113 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
11062 2024.12.14 03:42:13.898900 [ 255 ] {562e70ac-31cc-403b-be58-94a70f3f37db} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11063 2024.12.14 03:42:13.898954 [ 255 ] {562e70ac-31cc-403b-be58-94a70f3f37db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11064 2024.12.14 03:42:13.899516 [ 255 ] {562e70ac-31cc-403b-be58-94a70f3f37db} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11065 2024.12.14 03:42:13.899835 [ 255 ] {562e70ac-31cc-403b-be58-94a70f3f37db} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11066 2024.12.14 03:42:13.900093 [ 255 ] {562e70ac-31cc-403b-be58-94a70f3f37db} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005076 sec., 6304.176516942474 rows/sec., 449.61 KiB/sec.
11067 2024.12.14 03:42:13.900155 [ 255 ] {562e70ac-31cc-403b-be58-94a70f3f37db} <Debug> TCPHandler: Processed in 0.005418349 sec.
11068 2024.12.14 03:42:13.900396 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11069 2024.12.14 03:42:13.900416 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.006167354 sec., 392875.1292693755 rows/sec., 30.14 MiB/sec.
11070 2024.12.14 03:42:13.900552 [ 258 ] {0d77a9cc-2123-4fa2-a301-eb9cf738c88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11071 2024.12.14 03:42:13.900637 [ 258 ] {0d77a9cc-2123-4fa2-a301-eb9cf738c88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11072 2024.12.14 03:42:13.900699 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Trace> MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary)
11073 2024.12.14 03:42:13.901342 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11074 2024.12.14 03:42:13.901563 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_94_19} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_89_18, all_94_94_0] -> all_1_94_19
11075 2024.12.14 03:42:13.901758 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
11076 2024.12.14 03:42:13.901832 [ 258 ] {0d77a9cc-2123-4fa2-a301-eb9cf738c88f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11077 2024.12.14 03:42:13.901878 [ 258 ] {0d77a9cc-2123-4fa2-a301-eb9cf738c88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11078 2024.12.14 03:42:13.902272 [ 258 ] {0d77a9cc-2123-4fa2-a301-eb9cf738c88f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11079 2024.12.14 03:42:13.902519 [ 258 ] {0d77a9cc-2123-4fa2-a301-eb9cf738c88f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11080 2024.12.14 03:42:13.902752 [ 258 ] {0d77a9cc-2123-4fa2-a301-eb9cf738c88f} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002241 sec., 5354.75234270415 rows/sec., 369.53 KiB/sec.
11081 2024.12.14 03:42:13.902812 [ 258 ] {0d77a9cc-2123-4fa2-a301-eb9cf738c88f} <Debug> TCPHandler: Processed in 0.002531161 sec.
11082 2024.12.14 03:42:15.607926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023
11083 2024.12.14 03:42:15.608688 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11084 2024.12.14 03:42:15.608736 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11085 2024.12.14 03:42:15.609293 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11086 2024.12.14 03:42:15.609554 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11087 2024.12.14 03:42:15.609745 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023
11088 2024.12.14 03:42:17.584200 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
11089 2024.12.14 03:42:17.604997 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11090 2024.12.14 03:42:17.605058 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11091 2024.12.14 03:42:17.612398 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11092 2024.12.14 03:42:17.613183 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11093 2024.12.14 03:42:17.617151 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
11094 2024.12.14 03:42:18.893215 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11095 2024.12.14 03:42:18.893424 [ 255 ] {5b819f8e-413d-4a9a-8a99-0f40696255a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11096 2024.12.14 03:42:18.893505 [ 255 ] {5b819f8e-413d-4a9a-8a99-0f40696255a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11097 2024.12.14 03:42:18.894371 [ 255 ] {5b819f8e-413d-4a9a-8a99-0f40696255a2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11098 2024.12.14 03:42:18.894425 [ 255 ] {5b819f8e-413d-4a9a-8a99-0f40696255a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11099 2024.12.14 03:42:18.894867 [ 255 ] {5b819f8e-413d-4a9a-8a99-0f40696255a2} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11100 2024.12.14 03:42:18.895120 [ 255 ] {5b819f8e-413d-4a9a-8a99-0f40696255a2} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11101 2024.12.14 03:42:18.895352 [ 255 ] {5b819f8e-413d-4a9a-8a99-0f40696255a2} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001987 sec., 53346.75390035229 rows/sec., 4.51 MiB/sec.
11102 2024.12.14 03:42:18.895421 [ 255 ] {5b819f8e-413d-4a9a-8a99-0f40696255a2} <Debug> TCPHandler: Processed in 0.002344847 sec.
11103 2024.12.14 03:42:18.895687 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11104 2024.12.14 03:42:18.895906 [ 258 ] {73bb42f8-4481-4705-b4cb-c0fb66361329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11105 2024.12.14 03:42:18.895988 [ 258 ] {73bb42f8-4481-4705-b4cb-c0fb66361329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11106 2024.12.14 03:42:18.896758 [ 258 ] {73bb42f8-4481-4705-b4cb-c0fb66361329} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11107 2024.12.14 03:42:18.896802 [ 258 ] {73bb42f8-4481-4705-b4cb-c0fb66361329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11108 2024.12.14 03:42:18.897254 [ 258 ] {73bb42f8-4481-4705-b4cb-c0fb66361329} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11109 2024.12.14 03:42:18.897514 [ 258 ] {73bb42f8-4481-4705-b4cb-c0fb66361329} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11110 2024.12.14 03:42:18.897728 [ 258 ] {73bb42f8-4481-4705-b4cb-c0fb66361329} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001886 sec., 13255.567338282079 rows/sec., 996.76 KiB/sec.
11111 2024.12.14 03:42:18.897795 [ 258 ] {73bb42f8-4481-4705-b4cb-c0fb66361329} <Debug> TCPHandler: Processed in 0.002255205 sec.
11112 2024.12.14 03:42:18.897961 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11113 2024.12.14 03:42:18.898108 [ 255 ] {a41cf7bd-3295-4cf5-99a6-f31440c4adc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11114 2024.12.14 03:42:18.898171 [ 255 ] {a41cf7bd-3295-4cf5-99a6-f31440c4adc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11115 2024.12.14 03:42:18.898951 [ 255 ] {a41cf7bd-3295-4cf5-99a6-f31440c4adc4} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11116 2024.12.14 03:42:18.898999 [ 255 ] {a41cf7bd-3295-4cf5-99a6-f31440c4adc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11117 2024.12.14 03:42:18.899366 [ 255 ] {a41cf7bd-3295-4cf5-99a6-f31440c4adc4} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11118 2024.12.14 03:42:18.899603 [ 255 ] {a41cf7bd-3295-4cf5-99a6-f31440c4adc4} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11119 2024.12.14 03:42:18.899816 [ 255 ] {a41cf7bd-3295-4cf5-99a6-f31440c4adc4} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001744 sec., 51032.11009174312 rows/sec., 3.99 MiB/sec.
11120 2024.12.14 03:42:18.899873 [ 255 ] {a41cf7bd-3295-4cf5-99a6-f31440c4adc4} <Debug> TCPHandler: Processed in 0.001983259 sec.
11121 2024.12.14 03:42:18.900055 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11122 2024.12.14 03:42:18.900206 [ 258 ] {ef4340ae-9e5a-4420-a6c0-9fcaa6355129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11123 2024.12.14 03:42:18.900273 [ 258 ] {ef4340ae-9e5a-4420-a6c0-9fcaa6355129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11124 2024.12.14 03:42:18.900982 [ 258 ] {ef4340ae-9e5a-4420-a6c0-9fcaa6355129} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11125 2024.12.14 03:42:18.901020 [ 258 ] {ef4340ae-9e5a-4420-a6c0-9fcaa6355129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11126 2024.12.14 03:42:18.901429 [ 258 ] {ef4340ae-9e5a-4420-a6c0-9fcaa6355129} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11127 2024.12.14 03:42:18.901682 [ 258 ] {ef4340ae-9e5a-4420-a6c0-9fcaa6355129} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11128 2024.12.14 03:42:18.901869 [ 258 ] {ef4340ae-9e5a-4420-a6c0-9fcaa6355129} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec.
11129 2024.12.14 03:42:18.901926 [ 258 ] {ef4340ae-9e5a-4420-a6c0-9fcaa6355129} <Debug> TCPHandler: Processed in 0.001940749 sec.
11130 2024.12.14 03:42:18.902069 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11131 2024.12.14 03:42:18.902189 [ 255 ] {42263589-463c-473b-b607-25a522109fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11132 2024.12.14 03:42:18.902274 [ 255 ] {42263589-463c-473b-b607-25a522109fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11133 2024.12.14 03:42:18.903510 [ 255 ] {42263589-463c-473b-b607-25a522109fa3} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11134 2024.12.14 03:42:18.903550 [ 255 ] {42263589-463c-473b-b607-25a522109fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11135 2024.12.14 03:42:18.904203 [ 255 ] {42263589-463c-473b-b607-25a522109fa3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11136 2024.12.14 03:42:18.904463 [ 255 ] {42263589-463c-473b-b607-25a522109fa3} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11137 2024.12.14 03:42:18.904711 [ 255 ] {42263589-463c-473b-b607-25a522109fa3} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002547 sec., 9815.469179426778 rows/sec., 17.59 MiB/sec.
11138 2024.12.14 03:42:18.904827 [ 255 ] {42263589-463c-473b-b607-25a522109fa3} <Debug> TCPHandler: Processed in 0.002813026 sec.
11139 2024.12.14 03:42:18.904997 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11140 2024.12.14 03:42:18.905144 [ 258 ] {73dcc538-a6c8-4007-8ff6-69a107bddc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11141 2024.12.14 03:42:18.905209 [ 258 ] {73dcc538-a6c8-4007-8ff6-69a107bddc12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11142 2024.12.14 03:42:18.905813 [ 258 ] {73dcc538-a6c8-4007-8ff6-69a107bddc12} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11143 2024.12.14 03:42:18.905858 [ 258 ] {73dcc538-a6c8-4007-8ff6-69a107bddc12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11144 2024.12.14 03:42:18.906256 [ 258 ] {73dcc538-a6c8-4007-8ff6-69a107bddc12} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11145 2024.12.14 03:42:18.906498 [ 258 ] {73dcc538-a6c8-4007-8ff6-69a107bddc12} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11146 2024.12.14 03:42:18.906682 [ 258 ] {73dcc538-a6c8-4007-8ff6-69a107bddc12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec.
11147 2024.12.14 03:42:18.906733 [ 258 ] {73dcc538-a6c8-4007-8ff6-69a107bddc12} <Debug> TCPHandler: Processed in 0.001805446 sec.
11148 2024.12.14 03:42:22.934431 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
11149 2024.12.14 03:42:22.934504 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
11150 2024.12.14 03:42:23.109955 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511
11151 2024.12.14 03:42:23.110723 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11152 2024.12.14 03:42:23.110768 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11153 2024.12.14 03:42:23.111305 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11154 2024.12.14 03:42:23.111564 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11155 2024.12.14 03:42:23.111824 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
11156 2024.12.14 03:42:23.253689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1544
11157 2024.12.14 03:42:23.256470 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11158 2024.12.14 03:42:23.256514 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11159 2024.12.14 03:42:23.257992 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11160 2024.12.14 03:42:23.258300 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11161 2024.12.14 03:42:23.259740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1544
11162 2024.12.14 03:42:23.896768 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11163 2024.12.14 03:42:23.896974 [ 255 ] {5e45ed6e-e911-45b2-9723-fef75c554c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11164 2024.12.14 03:42:23.897054 [ 255 ] {5e45ed6e-e911-45b2-9723-fef75c554c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11165 2024.12.14 03:42:23.897825 [ 255 ] {5e45ed6e-e911-45b2-9723-fef75c554c3b} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11166 2024.12.14 03:42:23.897870 [ 255 ] {5e45ed6e-e911-45b2-9723-fef75c554c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11167 2024.12.14 03:42:23.898308 [ 255 ] {5e45ed6e-e911-45b2-9723-fef75c554c3b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
11168 2024.12.14 03:42:23.898556 [ 255 ] {5e45ed6e-e911-45b2-9723-fef75c554c3b} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11169 2024.12.14 03:42:23.898709 [ 117 ] {} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
11170 2024.12.14 03:42:23.898762 [ 117 ] {} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11171 2024.12.14 03:42:23.898774 [ 255 ] {5e45ed6e-e911-45b2-9723-fef75c554c3b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 543.30 KiB/sec.
11172 2024.12.14 03:42:23.898794 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11173 2024.12.14 03:42:23.898876 [ 255 ] {5e45ed6e-e911-45b2-9723-fef75c554c3b} <Debug> TCPHandler: Processed in 0.002242505 sec.
11174 2024.12.14 03:42:23.899105 [ 193 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
11175 2024.12.14 03:42:23.899288 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11176 2024.12.14 03:42:23.899530 [ 193 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11177 2024.12.14 03:42:23.899652 [ 193 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
11178 2024.12.14 03:42:23.899816 [ 258 ] {c74651ca-ebb7-40e7-9b5e-51c674c8da61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11179 2024.12.14 03:42:23.899965 [ 193 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
11180 2024.12.14 03:42:23.900063 [ 258 ] {c74651ca-ebb7-40e7-9b5e-51c674c8da61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11181 2024.12.14 03:42:23.900321 [ 193 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
11182 2024.12.14 03:42:23.900660 [ 193 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
11183 2024.12.14 03:42:23.900924 [ 193 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
11184 2024.12.14 03:42:23.903187 [ 258 ] {c74651ca-ebb7-40e7-9b5e-51c674c8da61} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11185 2024.12.14 03:42:23.903292 [ 258 ] {c74651ca-ebb7-40e7-9b5e-51c674c8da61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11186 2024.12.14 03:42:23.903516 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004632413 sec., 15110.915196896303 rows/sec., 1.12 MiB/sec.
11187 2024.12.14 03:42:23.903789 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
11188 2024.12.14 03:42:23.904154 [ 258 ] {c74651ca-ebb7-40e7-9b5e-51c674c8da61} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11189 2024.12.14 03:42:23.904359 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_25_6} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11190 2024.12.14 03:42:23.904537 [ 194 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_25_6} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
11191 2024.12.14 03:42:23.904656 [ 258 ] {c74651ca-ebb7-40e7-9b5e-51c674c8da61} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11192 2024.12.14 03:42:23.904721 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
11193 2024.12.14 03:42:23.904981 [ 258 ] {c74651ca-ebb7-40e7-9b5e-51c674c8da61} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.005382 sec., 43664.06540319584 rows/sec., 3.81 MiB/sec.
11194 2024.12.14 03:42:23.905066 [ 258 ] {c74651ca-ebb7-40e7-9b5e-51c674c8da61} <Debug> TCPHandler: Processed in 0.006048901 sec.
11195 2024.12.14 03:42:23.905242 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11196 2024.12.14 03:42:23.905388 [ 255 ] {3829a449-0a1c-4c66-9ffd-de98c029cdd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11197 2024.12.14 03:42:23.905449 [ 255 ] {3829a449-0a1c-4c66-9ffd-de98c029cdd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11198 2024.12.14 03:42:23.906211 [ 255 ] {3829a449-0a1c-4c66-9ffd-de98c029cdd5} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11199 2024.12.14 03:42:23.906249 [ 255 ] {3829a449-0a1c-4c66-9ffd-de98c029cdd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11200 2024.12.14 03:42:23.906618 [ 255 ] {3829a449-0a1c-4c66-9ffd-de98c029cdd5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11201 2024.12.14 03:42:23.906854 [ 255 ] {3829a449-0a1c-4c66-9ffd-de98c029cdd5} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11202 2024.12.14 03:42:23.906989 [ 117 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11203 2024.12.14 03:42:23.907029 [ 117 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11204 2024.12.14 03:42:23.907041 [ 255 ] {3829a449-0a1c-4c66-9ffd-de98c029cdd5} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001687 sec., 13633.669235328987 rows/sec., 983.51 KiB/sec.
11205 2024.12.14 03:42:23.907051 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11206 2024.12.14 03:42:23.907249 [ 255 ] {3829a449-0a1c-4c66-9ffd-de98c029cdd5} <Debug> TCPHandler: Processed in 0.002061191 sec.
11207 2024.12.14 03:42:23.907467 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
11208 2024.12.14 03:42:23.907586 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11209 2024.12.14 03:42:23.908054 [ 258 ] {97684312-c6d3-4d64-933c-3a1cba2c2616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11210 2024.12.14 03:42:23.908087 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11211 2024.12.14 03:42:23.908234 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 66 rows starting from the beginning of the part
11212 2024.12.14 03:42:23.908252 [ 258 ] {97684312-c6d3-4d64-933c-3a1cba2c2616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11213 2024.12.14 03:42:23.908769 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 23 rows starting from the beginning of the part
11214 2024.12.14 03:42:23.909099 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 25 rows starting from the beginning of the part
11215 2024.12.14 03:42:23.909453 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 31 rows starting from the beginning of the part
11216 2024.12.14 03:42:23.909819 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 25 rows starting from the beginning of the part
11217 2024.12.14 03:42:23.910257 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 23 rows starting from the beginning of the part
11218 2024.12.14 03:42:23.911389 [ 258 ] {97684312-c6d3-4d64-933c-3a1cba2c2616} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11219 2024.12.14 03:42:23.911437 [ 258 ] {97684312-c6d3-4d64-933c-3a1cba2c2616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11220 2024.12.14 03:42:23.912004 [ 258 ] {97684312-c6d3-4d64-933c-3a1cba2c2616} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
11221 2024.12.14 03:42:23.912193 [ 200 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.00502564 sec., 38403.06906185083 rows/sec., 2.88 MiB/sec.
11222 2024.12.14 03:42:23.912442 [ 258 ] {97684312-c6d3-4d64-933c-3a1cba2c2616} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11223 2024.12.14 03:42:23.912589 [ 197 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11224 2024.12.14 03:42:23.912914 [ 258 ] {97684312-c6d3-4d64-933c-3a1cba2c2616} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004992 sec., 2804.4871794871797 rows/sec., 196.41 KiB/sec.
11225 2024.12.14 03:42:23.913031 [ 258 ] {97684312-c6d3-4d64-933c-3a1cba2c2616} <Debug> TCPHandler: Processed in 0.005620643 sec.
11226 2024.12.14 03:42:23.913252 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11227 2024.12.14 03:42:23.913337 [ 197 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11228 2024.12.14 03:42:23.913425 [ 255 ] {0eedae45-fae3-4a79-ac37-755be0d27d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11229 2024.12.14 03:42:23.913452 [ 197 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_76_15} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11230 2024.12.14 03:42:23.913493 [ 255 ] {0eedae45-fae3-4a79-ac37-755be0d27d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11231 2024.12.14 03:42:23.913572 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11232 2024.12.14 03:42:23.914224 [ 255 ] {0eedae45-fae3-4a79-ac37-755be0d27d4d} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11233 2024.12.14 03:42:23.914262 [ 255 ] {0eedae45-fae3-4a79-ac37-755be0d27d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11234 2024.12.14 03:42:23.914605 [ 255 ] {0eedae45-fae3-4a79-ac37-755be0d27d4d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
11235 2024.12.14 03:42:23.914846 [ 255 ] {0eedae45-fae3-4a79-ac37-755be0d27d4d} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11236 2024.12.14 03:42:23.915018 [ 115 ] {} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
11237 2024.12.14 03:42:23.915088 [ 115 ] {} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11238 2024.12.14 03:42:23.915088 [ 255 ] {0eedae45-fae3-4a79-ac37-755be0d27d4d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0017 sec., 7647.058823529413 rows/sec., 476.79 KiB/sec.
11239 2024.12.14 03:42:23.915132 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11240 2024.12.14 03:42:23.915255 [ 255 ] {0eedae45-fae3-4a79-ac37-755be0d27d4d} <Debug> TCPHandler: Processed in 0.002096402 sec.
11241 2024.12.14 03:42:23.915348 [ 195 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
11242 2024.12.14 03:42:23.915440 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11243 2024.12.14 03:42:23.915494 [ 195 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11244 2024.12.14 03:42:23.915532 [ 195 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
11245 2024.12.14 03:42:23.915603 [ 258 ] {e38d7a0a-c417-47bd-9d28-c5b0ec8c796b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11246 2024.12.14 03:42:23.915748 [ 195 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
11247 2024.12.14 03:42:23.915771 [ 258 ] {e38d7a0a-c417-47bd-9d28-c5b0ec8c796b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11248 2024.12.14 03:42:23.916129 [ 195 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
11249 2024.12.14 03:42:23.916531 [ 195 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
11250 2024.12.14 03:42:23.916864 [ 195 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
11251 2024.12.14 03:42:23.918111 [ 258 ] {e38d7a0a-c417-47bd-9d28-c5b0ec8c796b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11252 2024.12.14 03:42:23.918158 [ 258 ] {e38d7a0a-c417-47bd-9d28-c5b0ec8c796b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11253 2024.12.14 03:42:23.918398 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003139213 sec., 20705.826587746673 rows/sec., 1.34 MiB/sec.
11254 2024.12.14 03:42:23.918583 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
11255 2024.12.14 03:42:23.918889 [ 258 ] {e38d7a0a-c417-47bd-9d28-c5b0ec8c796b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11256 2024.12.14 03:42:23.919120 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_25_6} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11257 2024.12.14 03:42:23.919282 [ 197 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_25_6} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
11258 2024.12.14 03:42:23.919352 [ 258 ] {e38d7a0a-c417-47bd-9d28-c5b0ec8c796b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11259 2024.12.14 03:42:23.919434 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11260 2024.12.14 03:42:23.919634 [ 258 ] {e38d7a0a-c417-47bd-9d28-c5b0ec8c796b} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.004076 sec., 97644.74975466143 rows/sec., 6.94 MiB/sec.
11261 2024.12.14 03:42:23.919699 [ 258 ] {e38d7a0a-c417-47bd-9d28-c5b0ec8c796b} <Debug> TCPHandler: Processed in 0.004338467 sec.
11262 2024.12.14 03:42:23.919864 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11263 2024.12.14 03:42:23.920003 [ 255 ] {50deee0f-2f90-49bf-8bb1-ede0c53998c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11264 2024.12.14 03:42:23.920064 [ 255 ] {50deee0f-2f90-49bf-8bb1-ede0c53998c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11265 2024.12.14 03:42:23.920562 [ 255 ] {50deee0f-2f90-49bf-8bb1-ede0c53998c0} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11266 2024.12.14 03:42:23.920601 [ 255 ] {50deee0f-2f90-49bf-8bb1-ede0c53998c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11267 2024.12.14 03:42:23.920975 [ 255 ] {50deee0f-2f90-49bf-8bb1-ede0c53998c0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
11268 2024.12.14 03:42:23.921207 [ 255 ] {50deee0f-2f90-49bf-8bb1-ede0c53998c0} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11269 2024.12.14 03:42:23.921385 [ 115 ] {} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
11270 2024.12.14 03:42:23.921440 [ 115 ] {} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11271 2024.12.14 03:42:23.921465 [ 255 ] {50deee0f-2f90-49bf-8bb1-ede0c53998c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec.
11272 2024.12.14 03:42:23.921482 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11273 2024.12.14 03:42:23.921693 [ 255 ] {50deee0f-2f90-49bf-8bb1-ede0c53998c0} <Debug> TCPHandler: Processed in 0.001887898 sec.
11274 2024.12.14 03:42:23.921914 [ 197 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
11275 2024.12.14 03:42:23.922048 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11276 2024.12.14 03:42:23.922371 [ 197 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11277 2024.12.14 03:42:23.922496 [ 197 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part
11278 2024.12.14 03:42:23.922507 [ 258 ] {3f3abe7a-840e-4f1c-b659-57883dd0d758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11279 2024.12.14 03:42:23.922689 [ 258 ] {3f3abe7a-840e-4f1c-b659-57883dd0d758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11280 2024.12.14 03:42:23.922743 [ 197 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
11281 2024.12.14 03:42:23.923014 [ 197 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
11282 2024.12.14 03:42:23.923348 [ 197 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
11283 2024.12.14 03:42:23.923687 [ 197 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
11284 2024.12.14 03:42:23.924036 [ 197 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
11285 2024.12.14 03:42:23.925541 [ 258 ] {3f3abe7a-840e-4f1c-b659-57883dd0d758} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11286 2024.12.14 03:42:23.925615 [ 258 ] {3f3abe7a-840e-4f1c-b659-57883dd0d758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11287 2024.12.14 03:42:23.926781 [ 197 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.005184174 sec., 28934.214013650006 rows/sec., 1.48 MiB/sec.
11288 2024.12.14 03:42:23.926784 [ 258 ] {3f3abe7a-840e-4f1c-b659-57883dd0d758} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11289 2024.12.14 03:42:23.927037 [ 192 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
11290 2024.12.14 03:42:23.927253 [ 258 ] {3f3abe7a-840e-4f1c-b659-57883dd0d758} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11291 2024.12.14 03:42:23.927520 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11292 2024.12.14 03:42:23.927593 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11293 2024.12.14 03:42:23.927673 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11294 2024.12.14 03:42:23.927690 [ 258 ] {3f3abe7a-840e-4f1c-b659-57883dd0d758} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005334 sec., 44431.94600674915 rows/sec., 2.98 MiB/sec.
11295 2024.12.14 03:42:23.927882 [ 192 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11296 2024.12.14 03:42:23.928085 [ 258 ] {3f3abe7a-840e-4f1c-b659-57883dd0d758} <Debug> TCPHandler: Processed in 0.006246605 sec.
11297 2024.12.14 03:42:23.928117 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
11298 2024.12.14 03:42:23.928325 [ 192 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_25_5} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
11299 2024.12.14 03:42:23.928387 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11300 2024.12.14 03:42:23.928553 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11301 2024.12.14 03:42:23.928674 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 24839 rows starting from the beginning of the part
11302 2024.12.14 03:42:23.928701 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
11303 2024.12.14 03:42:23.928768 [ 255 ] {6a72e703-80fe-4098-89da-5b95173306d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11304 2024.12.14 03:42:23.928981 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part
11305 2024.12.14 03:42:23.928998 [ 255 ] {6a72e703-80fe-4098-89da-5b95173306d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11306 2024.12.14 03:42:23.929317 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 929 rows starting from the beginning of the part
11307 2024.12.14 03:42:23.929690 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 32 rows starting from the beginning of the part
11308 2024.12.14 03:42:23.930028 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part
11309 2024.12.14 03:42:23.930334 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part
11310 2024.12.14 03:42:23.931311 [ 255 ] {6a72e703-80fe-4098-89da-5b95173306d9} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11311 2024.12.14 03:42:23.931384 [ 255 ] {6a72e703-80fe-4098-89da-5b95173306d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11312 2024.12.14 03:42:23.931934 [ 255 ] {6a72e703-80fe-4098-89da-5b95173306d9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
11313 2024.12.14 03:42:23.932260 [ 255 ] {6a72e703-80fe-4098-89da-5b95173306d9} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11314 2024.12.14 03:42:23.932594 [ 113 ] {} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
11315 2024.12.14 03:42:23.932678 [ 113 ] {} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11316 2024.12.14 03:42:23.932786 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11317 2024.12.14 03:42:23.932849 [ 255 ] {6a72e703-80fe-4098-89da-5b95173306d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004196 sec., 238.32221163012392 rows/sec., 16.06 KiB/sec.
11318 2024.12.14 03:42:23.933542 [ 189 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
11319 2024.12.14 03:42:23.933617 [ 255 ] {6a72e703-80fe-4098-89da-5b95173306d9} <Debug> TCPHandler: Processed in 0.005378448 sec.
11320 2024.12.14 03:42:23.934060 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11321 2024.12.14 03:42:23.934525 [ 189 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11322 2024.12.14 03:42:23.934608 [ 258 ] {81f248af-0c85-4a9f-9c4f-46fe27a6e0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11323 2024.12.14 03:42:23.934674 [ 189 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
11324 2024.12.14 03:42:23.935132 [ 258 ] {81f248af-0c85-4a9f-9c4f-46fe27a6e0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11325 2024.12.14 03:42:23.935130 [ 189 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
11326 2024.12.14 03:42:23.935612 [ 189 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
11327 2024.12.14 03:42:23.936046 [ 189 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
11328 2024.12.14 03:42:23.936422 [ 189 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
11329 2024.12.14 03:42:23.936839 [ 189 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
11330 2024.12.14 03:42:23.942304 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.009349787 sec., 2673.857703924164 rows/sec., 180.17 KiB/sec.
11331 2024.12.14 03:42:23.942359 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26357 rows, containing 5 columns (5 merged, 0 gathered) in 0.014555882 sec., 1810745.6490784963 rows/sec., 122.76 MiB/sec.
11332 2024.12.14 03:42:23.942593 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
11333 2024.12.14 03:42:23.942880 [ 186 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11334 2024.12.14 03:42:23.943094 [ 258 ] {81f248af-0c85-4a9f-9c4f-46fe27a6e0ae} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11335 2024.12.14 03:42:23.943204 [ 258 ] {81f248af-0c85-4a9f-9c4f-46fe27a6e0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11336 2024.12.14 03:42:23.943471 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_25_5} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11337 2024.12.14 03:42:23.943759 [ 187 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_25_5} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
11338 2024.12.14 03:42:23.943999 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11339 2024.12.14 03:42:23.944062 [ 187 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11340 2024.12.14 03:42:23.944171 [ 187 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11341 2024.12.14 03:42:23.944268 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
11342 2024.12.14 03:42:23.944586 [ 258 ] {81f248af-0c85-4a9f-9c4f-46fe27a6e0ae} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11343 2024.12.14 03:42:23.944865 [ 258 ] {81f248af-0c85-4a9f-9c4f-46fe27a6e0ae} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11344 2024.12.14 03:42:23.945152 [ 258 ] {81f248af-0c85-4a9f-9c4f-46fe27a6e0ae} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.010703 sec., 1494.9079697281136 rows/sec., 2.68 MiB/sec.
11345 2024.12.14 03:42:23.945300 [ 258 ] {81f248af-0c85-4a9f-9c4f-46fe27a6e0ae} <Debug> TCPHandler: Processed in 0.01148895 sec.
11346 2024.12.14 03:42:23.945476 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11347 2024.12.14 03:42:23.945615 [ 255 ] {f37af73d-50e3-428f-ab94-c8f7128248db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11348 2024.12.14 03:42:23.945675 [ 255 ] {f37af73d-50e3-428f-ab94-c8f7128248db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11349 2024.12.14 03:42:23.946258 [ 255 ] {f37af73d-50e3-428f-ab94-c8f7128248db} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11350 2024.12.14 03:42:23.946295 [ 255 ] {f37af73d-50e3-428f-ab94-c8f7128248db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11351 2024.12.14 03:42:23.946663 [ 255 ] {f37af73d-50e3-428f-ab94-c8f7128248db} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11352 2024.12.14 03:42:23.946896 [ 255 ] {f37af73d-50e3-428f-ab94-c8f7128248db} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11353 2024.12.14 03:42:23.947029 [ 113 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11354 2024.12.14 03:42:23.947066 [ 113 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11355 2024.12.14 03:42:23.947080 [ 255 ] {f37af73d-50e3-428f-ab94-c8f7128248db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001495 sec., 54849.4983277592 rows/sec., 3.48 MiB/sec.
11356 2024.12.14 03:42:23.947089 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
11357 2024.12.14 03:42:23.947252 [ 255 ] {f37af73d-50e3-428f-ab94-c8f7128248db} <Debug> TCPHandler: Processed in 0.001835677 sec.
11358 2024.12.14 03:42:23.947488 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
11359 2024.12.14 03:42:23.947949 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11360 2024.12.14 03:42:23.948044 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5072 rows starting from the beginning of the part
11361 2024.12.14 03:42:23.948377 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
11362 2024.12.14 03:42:23.948674 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 70 rows starting from the beginning of the part
11363 2024.12.14 03:42:23.948765 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 12 rows starting from the beginning of the part
11364 2024.12.14 03:42:23.948880 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part
11365 2024.12.14 03:42:23.949101 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part
11366 2024.12.14 03:42:23.950874 [ 201 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5356 rows, containing 4 columns (4 merged, 0 gathered) in 0.003678813 sec., 1455904.3908999995 rows/sec., 96.23 MiB/sec.
11367 2024.12.14 03:42:23.951431 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11368 2024.12.14 03:42:23.951755 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11369 2024.12.14 03:42:23.951842 [ 188 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_96_19} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11370 2024.12.14 03:42:23.951935 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
11371 2024.12.14 03:42:25.117277 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
11372 2024.12.14 03:42:25.138734 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11373 2024.12.14 03:42:25.138791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11374 2024.12.14 03:42:25.146304 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11375 2024.12.14 03:42:25.147279 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11376 2024.12.14 03:42:25.151345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
11377 2024.12.14 03:42:28.893420 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11378 2024.12.14 03:42:28.893627 [ 255 ] {e7f3cf84-7d3d-4e95-b79c-f42608c09ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11379 2024.12.14 03:42:28.893707 [ 255 ] {e7f3cf84-7d3d-4e95-b79c-f42608c09ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11380 2024.12.14 03:42:28.894525 [ 255 ] {e7f3cf84-7d3d-4e95-b79c-f42608c09ad3} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11381 2024.12.14 03:42:28.894574 [ 255 ] {e7f3cf84-7d3d-4e95-b79c-f42608c09ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11382 2024.12.14 03:42:28.894991 [ 255 ] {e7f3cf84-7d3d-4e95-b79c-f42608c09ad3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
11383 2024.12.14 03:42:28.895254 [ 255 ] {e7f3cf84-7d3d-4e95-b79c-f42608c09ad3} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11384 2024.12.14 03:42:28.895529 [ 255 ] {e7f3cf84-7d3d-4e95-b79c-f42608c09ad3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001953 sec., 1024.0655401945723 rows/sec., 83.51 KiB/sec.
11385 2024.12.14 03:42:28.895776 [ 255 ] {e7f3cf84-7d3d-4e95-b79c-f42608c09ad3} <Debug> TCPHandler: Processed in 0.00248565 sec.
11386 2024.12.14 03:42:28.896049 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11387 2024.12.14 03:42:28.896239 [ 258 ] {a3e4dc8b-2cce-4f92-b1a8-f601d8d24277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11388 2024.12.14 03:42:28.896310 [ 258 ] {a3e4dc8b-2cce-4f92-b1a8-f601d8d24277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11389 2024.12.14 03:42:28.897050 [ 258 ] {a3e4dc8b-2cce-4f92-b1a8-f601d8d24277} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11390 2024.12.14 03:42:28.897091 [ 258 ] {a3e4dc8b-2cce-4f92-b1a8-f601d8d24277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11391 2024.12.14 03:42:28.897521 [ 258 ] {a3e4dc8b-2cce-4f92-b1a8-f601d8d24277} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11392 2024.12.14 03:42:28.897776 [ 258 ] {a3e4dc8b-2cce-4f92-b1a8-f601d8d24277} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11393 2024.12.14 03:42:28.897971 [ 258 ] {a3e4dc8b-2cce-4f92-b1a8-f601d8d24277} <Debug> executeQuery: Read 107 rows, 9.25 KiB in 0.001787 sec., 59876.88864017907 rows/sec., 5.05 MiB/sec.
11394 2024.12.14 03:42:28.898025 [ 258 ] {a3e4dc8b-2cce-4f92-b1a8-f601d8d24277} <Debug> TCPHandler: Processed in 0.002111322 sec.
11395 2024.12.14 03:42:28.898171 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11396 2024.12.14 03:42:28.898317 [ 255 ] {f7b05ea0-0c92-4bc9-b348-cdbb9ad1c4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11397 2024.12.14 03:42:28.898380 [ 255 ] {f7b05ea0-0c92-4bc9-b348-cdbb9ad1c4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11398 2024.12.14 03:42:28.899123 [ 255 ] {f7b05ea0-0c92-4bc9-b348-cdbb9ad1c4f9} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11399 2024.12.14 03:42:28.899173 [ 255 ] {f7b05ea0-0c92-4bc9-b348-cdbb9ad1c4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11400 2024.12.14 03:42:28.899570 [ 255 ] {f7b05ea0-0c92-4bc9-b348-cdbb9ad1c4f9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11401 2024.12.14 03:42:28.899815 [ 255 ] {f7b05ea0-0c92-4bc9-b348-cdbb9ad1c4f9} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11402 2024.12.14 03:42:28.900028 [ 255 ] {f7b05ea0-0c92-4bc9-b348-cdbb9ad1c4f9} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001746 sec., 15463.917525773197 rows/sec., 1.13 MiB/sec.
11403 2024.12.14 03:42:28.900085 [ 255 ] {f7b05ea0-0c92-4bc9-b348-cdbb9ad1c4f9} <Debug> TCPHandler: Processed in 0.00198019 sec.
11404 2024.12.14 03:42:28.900247 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11405 2024.12.14 03:42:28.900367 [ 258 ] {ead7599e-584a-4ab9-95a3-6311b95b471a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11406 2024.12.14 03:42:28.900417 [ 258 ] {ead7599e-584a-4ab9-95a3-6311b95b471a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11407 2024.12.14 03:42:28.901039 [ 258 ] {ead7599e-584a-4ab9-95a3-6311b95b471a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11408 2024.12.14 03:42:28.901077 [ 258 ] {ead7599e-584a-4ab9-95a3-6311b95b471a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11409 2024.12.14 03:42:28.901435 [ 258 ] {ead7599e-584a-4ab9-95a3-6311b95b471a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11410 2024.12.14 03:42:28.901667 [ 258 ] {ead7599e-584a-4ab9-95a3-6311b95b471a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11411 2024.12.14 03:42:28.901845 [ 258 ] {ead7599e-584a-4ab9-95a3-6311b95b471a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001501 sec., 60626.24916722185 rows/sec., 4.74 MiB/sec.
11412 2024.12.14 03:42:28.901896 [ 258 ] {ead7599e-584a-4ab9-95a3-6311b95b471a} <Debug> TCPHandler: Processed in 0.001710585 sec.
11413 2024.12.14 03:42:28.902062 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11414 2024.12.14 03:42:28.902186 [ 255 ] {20120557-4d13-4fe1-a19d-c9bd7f2c9b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11415 2024.12.14 03:42:28.902244 [ 255 ] {20120557-4d13-4fe1-a19d-c9bd7f2c9b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11416 2024.12.14 03:42:28.902855 [ 255 ] {20120557-4d13-4fe1-a19d-c9bd7f2c9b49} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11417 2024.12.14 03:42:28.902899 [ 255 ] {20120557-4d13-4fe1-a19d-c9bd7f2c9b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11418 2024.12.14 03:42:28.903313 [ 255 ] {20120557-4d13-4fe1-a19d-c9bd7f2c9b49} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11419 2024.12.14 03:42:28.903562 [ 255 ] {20120557-4d13-4fe1-a19d-c9bd7f2c9b49} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11420 2024.12.14 03:42:28.903781 [ 255 ] {20120557-4d13-4fe1-a19d-c9bd7f2c9b49} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001622 sec., 99260.17262638718 rows/sec., 6.91 MiB/sec.
11421 2024.12.14 03:42:28.903837 [ 255 ] {20120557-4d13-4fe1-a19d-c9bd7f2c9b49} <Debug> TCPHandler: Processed in 0.001832156 sec.
11422 2024.12.14 03:42:28.903994 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11423 2024.12.14 03:42:28.904114 [ 258 ] {700cef1a-ffe1-4189-912b-1ae68070ac66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11424 2024.12.14 03:42:28.904197 [ 258 ] {700cef1a-ffe1-4189-912b-1ae68070ac66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11425 2024.12.14 03:42:28.905364 [ 258 ] {700cef1a-ffe1-4189-912b-1ae68070ac66} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11426 2024.12.14 03:42:28.905400 [ 258 ] {700cef1a-ffe1-4189-912b-1ae68070ac66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11427 2024.12.14 03:42:28.906035 [ 258 ] {700cef1a-ffe1-4189-912b-1ae68070ac66} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11428 2024.12.14 03:42:28.906298 [ 258 ] {700cef1a-ffe1-4189-912b-1ae68070ac66} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11429 2024.12.14 03:42:28.906445 [ 107 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11430 2024.12.14 03:42:28.906487 [ 107 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11431 2024.12.14 03:42:28.906507 [ 258 ] {700cef1a-ffe1-4189-912b-1ae68070ac66} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002415 sec., 10351.966873706004 rows/sec., 18.55 MiB/sec.
11432 2024.12.14 03:42:28.906512 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11433 2024.12.14 03:42:28.906998 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
11434 2024.12.14 03:42:28.907147 [ 258 ] {700cef1a-ffe1-4189-912b-1ae68070ac66} <Debug> TCPHandler: Processed in 0.003200624 sec.
11435 2024.12.14 03:42:28.907467 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11436 2024.12.14 03:42:28.907942 [ 255 ] {865cd732-078b-4107-8dd9-7a805d2a182c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11437 2024.12.14 03:42:28.908116 [ 255 ] {865cd732-078b-4107-8dd9-7a805d2a182c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11438 2024.12.14 03:42:28.909090 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11439 2024.12.14 03:42:28.909313 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1436 rows starting from the beginning of the part
11440 2024.12.14 03:42:28.909989 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 25 rows starting from the beginning of the part
11441 2024.12.14 03:42:28.910757 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 16 rows starting from the beginning of the part
11442 2024.12.14 03:42:28.910789 [ 255 ] {865cd732-078b-4107-8dd9-7a805d2a182c} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11443 2024.12.14 03:42:28.910871 [ 255 ] {865cd732-078b-4107-8dd9-7a805d2a182c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11444 2024.12.14 03:42:28.911477 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 25 rows starting from the beginning of the part
11445 2024.12.14 03:42:28.912139 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 16 rows starting from the beginning of the part
11446 2024.12.14 03:42:28.912345 [ 255 ] {865cd732-078b-4107-8dd9-7a805d2a182c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11447 2024.12.14 03:42:28.912771 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 25 rows starting from the beginning of the part
11448 2024.12.14 03:42:28.913240 [ 255 ] {865cd732-078b-4107-8dd9-7a805d2a182c} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11449 2024.12.14 03:42:28.914013 [ 255 ] {865cd732-078b-4107-8dd9-7a805d2a182c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006184 sec., 9702.457956015523 rows/sec., 669.57 KiB/sec.
11450 2024.12.14 03:42:28.914204 [ 255 ] {865cd732-078b-4107-8dd9-7a805d2a182c} <Debug> TCPHandler: Processed in 0.006933099 sec.
11451 2024.12.14 03:42:28.921040 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 19 columns (19 merged, 0 gathered) in 0.014373088 sec., 107353.40937173697 rows/sec., 192.37 MiB/sec.
11452 2024.12.14 03:42:28.922215 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11453 2024.12.14 03:42:28.922638 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11454 2024.12.14 03:42:28.922729 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11455 2024.12.14 03:42:28.922859 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.66 MiB.
11456 2024.12.14 03:42:29.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.08 MiB, peak 255.69 MiB, free memory in arenas 0.00 B, will set to 246.13 MiB (RSS), difference: 2.06 MiB
11457 2024.12.14 03:42:30.612016 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938
11458 2024.12.14 03:42:30.612774 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11459 2024.12.14 03:42:30.612828 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11460 2024.12.14 03:42:30.613370 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11461 2024.12.14 03:42:30.613648 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11462 2024.12.14 03:42:30.613836 [ 104 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11463 2024.12.14 03:42:30.613861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938
11464 2024.12.14 03:42:30.613892 [ 104 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11465 2024.12.14 03:42:30.613921 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11466 2024.12.14 03:42:30.614080 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
11467 2024.12.14 03:42:30.614360 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11468 2024.12.14 03:42:30.614465 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
11469 2024.12.14 03:42:30.614780 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
11470 2024.12.14 03:42:30.615106 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
11471 2024.12.14 03:42:30.615290 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
11472 2024.12.14 03:42:30.615401 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
11473 2024.12.14 03:42:30.615604 [ 200 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
11474 2024.12.14 03:42:30.618250 [ 201 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004267165 sec., 6547204.0570261525 rows/sec., 93.66 MiB/sec.
11475 2024.12.14 03:42:30.618720 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11476 2024.12.14 03:42:30.619127 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_61_12} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11477 2024.12.14 03:42:30.619245 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_61_12} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11478 2024.12.14 03:42:30.619374 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
11479 2024.12.14 03:42:32.651464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
11480 2024.12.14 03:42:32.672776 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11481 2024.12.14 03:42:32.672832 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11482 2024.12.14 03:42:32.680237 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11483 2024.12.14 03:42:32.681025 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11484 2024.12.14 03:42:32.681495 [ 97 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11485 2024.12.14 03:42:32.681680 [ 97 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11486 2024.12.14 03:42:32.681787 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11487 2024.12.14 03:42:32.682329 [ 196 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
11488 2024.12.14 03:42:32.695327 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
11489 2024.12.14 03:42:32.697540 [ 196 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11490 2024.12.14 03:42:32.699328 [ 196 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
11491 2024.12.14 03:42:32.705333 [ 196 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
11492 2024.12.14 03:42:32.711226 [ 196 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
11493 2024.12.14 03:42:32.716940 [ 196 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
11494 2024.12.14 03:42:32.722794 [ 196 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
11495 2024.12.14 03:42:32.727485 [ 196 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
11496 2024.12.14 03:42:32.786282 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.104286909 sec., 4410.908372018199 rows/sec., 22.81 MiB/sec.
11497 2024.12.14 03:42:32.788516 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11498 2024.12.14 03:42:32.790861 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_61_12} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11499 2024.12.14 03:42:32.790968 [ 188 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_61_12} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11500 2024.12.14 03:42:32.792305 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11501 2024.12.14 03:42:33.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.19 MiB, peak 260.62 MiB, free memory in arenas 0.00 B, will set to 246.15 MiB (RSS), difference: -1.04 MiB
11502 2024.12.14 03:42:33.259980 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1580
11503 2024.12.14 03:42:33.263662 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11504 2024.12.14 03:42:33.263707 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11505 2024.12.14 03:42:33.265213 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11506 2024.12.14 03:42:33.265522 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11507 2024.12.14 03:42:33.266624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1580
11508 2024.12.14 03:42:33.897384 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11509 2024.12.14 03:42:33.897672 [ 255 ] {23373d94-acc2-4451-9e6e-09fb6dca4149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11510 2024.12.14 03:42:33.897746 [ 255 ] {23373d94-acc2-4451-9e6e-09fb6dca4149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11511 2024.12.14 03:42:33.898504 [ 255 ] {23373d94-acc2-4451-9e6e-09fb6dca4149} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11512 2024.12.14 03:42:33.898552 [ 255 ] {23373d94-acc2-4451-9e6e-09fb6dca4149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11513 2024.12.14 03:42:33.898995 [ 255 ] {23373d94-acc2-4451-9e6e-09fb6dca4149} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11514 2024.12.14 03:42:33.899270 [ 255 ] {23373d94-acc2-4451-9e6e-09fb6dca4149} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11515 2024.12.14 03:42:33.899545 [ 255 ] {23373d94-acc2-4451-9e6e-09fb6dca4149} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec.
11516 2024.12.14 03:42:33.899766 [ 255 ] {23373d94-acc2-4451-9e6e-09fb6dca4149} <Debug> TCPHandler: Processed in 0.002564061 sec.
11517 2024.12.14 03:42:33.900123 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11518 2024.12.14 03:42:33.900436 [ 258 ] {67cdb55e-a3fc-42d7-bb71-7a1f6b6f5a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11519 2024.12.14 03:42:33.900554 [ 258 ] {67cdb55e-a3fc-42d7-bb71-7a1f6b6f5a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11520 2024.12.14 03:42:33.901469 [ 258 ] {67cdb55e-a3fc-42d7-bb71-7a1f6b6f5a85} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11521 2024.12.14 03:42:33.901517 [ 258 ] {67cdb55e-a3fc-42d7-bb71-7a1f6b6f5a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11522 2024.12.14 03:42:33.901991 [ 258 ] {67cdb55e-a3fc-42d7-bb71-7a1f6b6f5a85} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11523 2024.12.14 03:42:33.902248 [ 258 ] {67cdb55e-a3fc-42d7-bb71-7a1f6b6f5a85} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11524 2024.12.14 03:42:33.902506 [ 258 ] {67cdb55e-a3fc-42d7-bb71-7a1f6b6f5a85} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.00216 sec., 108796.29629629629 rows/sec., 9.50 MiB/sec.
11525 2024.12.14 03:42:33.902576 [ 258 ] {67cdb55e-a3fc-42d7-bb71-7a1f6b6f5a85} <Debug> TCPHandler: Processed in 0.002663374 sec.
11526 2024.12.14 03:42:33.902739 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11527 2024.12.14 03:42:33.902885 [ 255 ] {db880ed4-e304-4c6d-8294-d9c955a2d9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11528 2024.12.14 03:42:33.902945 [ 255 ] {db880ed4-e304-4c6d-8294-d9c955a2d9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11529 2024.12.14 03:42:33.903646 [ 255 ] {db880ed4-e304-4c6d-8294-d9c955a2d9ae} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11530 2024.12.14 03:42:33.903687 [ 255 ] {db880ed4-e304-4c6d-8294-d9c955a2d9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11531 2024.12.14 03:42:33.904050 [ 255 ] {db880ed4-e304-4c6d-8294-d9c955a2d9ae} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11532 2024.12.14 03:42:33.904291 [ 255 ] {db880ed4-e304-4c6d-8294-d9c955a2d9ae} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11533 2024.12.14 03:42:33.904509 [ 255 ] {db880ed4-e304-4c6d-8294-d9c955a2d9ae} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001655 sec., 13897.280966767372 rows/sec., 1002.53 KiB/sec.
11534 2024.12.14 03:42:33.904564 [ 255 ] {db880ed4-e304-4c6d-8294-d9c955a2d9ae} <Debug> TCPHandler: Processed in 0.001892518 sec.
11535 2024.12.14 03:42:33.904775 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11536 2024.12.14 03:42:33.905004 [ 258 ] {f9a99bb7-4cb0-4b27-9f4a-e279aec15e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11537 2024.12.14 03:42:33.905106 [ 258 ] {f9a99bb7-4cb0-4b27-9f4a-e279aec15e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11538 2024.12.14 03:42:33.905933 [ 258 ] {f9a99bb7-4cb0-4b27-9f4a-e279aec15e8e} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11539 2024.12.14 03:42:33.905975 [ 258 ] {f9a99bb7-4cb0-4b27-9f4a-e279aec15e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11540 2024.12.14 03:42:33.906330 [ 258 ] {f9a99bb7-4cb0-4b27-9f4a-e279aec15e8e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
11541 2024.12.14 03:42:33.906564 [ 258 ] {f9a99bb7-4cb0-4b27-9f4a-e279aec15e8e} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11542 2024.12.14 03:42:33.906792 [ 258 ] {f9a99bb7-4cb0-4b27-9f4a-e279aec15e8e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001846 sec., 7583.965330444204 rows/sec., 531.13 KiB/sec.
11543 2024.12.14 03:42:33.906849 [ 258 ] {f9a99bb7-4cb0-4b27-9f4a-e279aec15e8e} <Debug> TCPHandler: Processed in 0.002190834 sec.
11544 2024.12.14 03:42:33.907014 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11545 2024.12.14 03:42:33.907156 [ 255 ] {9b9ce706-7a30-456b-a2da-63ab1656bf98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11546 2024.12.14 03:42:33.907214 [ 255 ] {9b9ce706-7a30-456b-a2da-63ab1656bf98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11547 2024.12.14 03:42:33.907851 [ 255 ] {9b9ce706-7a30-456b-a2da-63ab1656bf98} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11548 2024.12.14 03:42:33.907892 [ 255 ] {9b9ce706-7a30-456b-a2da-63ab1656bf98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11549 2024.12.14 03:42:33.908247 [ 255 ] {9b9ce706-7a30-456b-a2da-63ab1656bf98} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11550 2024.12.14 03:42:33.908486 [ 255 ] {9b9ce706-7a30-456b-a2da-63ab1656bf98} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11551 2024.12.14 03:42:33.908701 [ 255 ] {9b9ce706-7a30-456b-a2da-63ab1656bf98} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec.
11552 2024.12.14 03:42:33.908756 [ 255 ] {9b9ce706-7a30-456b-a2da-63ab1656bf98} <Debug> TCPHandler: Processed in 0.001809356 sec.
11553 2024.12.14 03:42:33.908987 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11554 2024.12.14 03:42:33.909210 [ 258 ] {8a986fd5-51e3-4f80-a970-d0d4b08d9e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11555 2024.12.14 03:42:33.909301 [ 258 ] {8a986fd5-51e3-4f80-a970-d0d4b08d9e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11556 2024.12.14 03:42:33.910174 [ 258 ] {8a986fd5-51e3-4f80-a970-d0d4b08d9e2e} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11557 2024.12.14 03:42:33.910214 [ 258 ] {8a986fd5-51e3-4f80-a970-d0d4b08d9e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11558 2024.12.14 03:42:33.910598 [ 258 ] {8a986fd5-51e3-4f80-a970-d0d4b08d9e2e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11559 2024.12.14 03:42:33.910850 [ 258 ] {8a986fd5-51e3-4f80-a970-d0d4b08d9e2e} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11560 2024.12.14 03:42:33.911066 [ 258 ] {8a986fd5-51e3-4f80-a970-d0d4b08d9e2e} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.00191 sec., 208376.96335078534 rows/sec., 14.81 MiB/sec.
11561 2024.12.14 03:42:33.911147 [ 258 ] {8a986fd5-51e3-4f80-a970-d0d4b08d9e2e} <Debug> TCPHandler: Processed in 0.002271925 sec.
11562 2024.12.14 03:42:33.911295 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11563 2024.12.14 03:42:33.911436 [ 255 ] {fcdd2b43-56bf-4c10-98d0-54008ef7ea7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11564 2024.12.14 03:42:33.911497 [ 255 ] {fcdd2b43-56bf-4c10-98d0-54008ef7ea7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11565 2024.12.14 03:42:33.911996 [ 255 ] {fcdd2b43-56bf-4c10-98d0-54008ef7ea7e} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11566 2024.12.14 03:42:33.912037 [ 255 ] {fcdd2b43-56bf-4c10-98d0-54008ef7ea7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11567 2024.12.14 03:42:33.912398 [ 255 ] {fcdd2b43-56bf-4c10-98d0-54008ef7ea7e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11568 2024.12.14 03:42:33.912645 [ 255 ] {fcdd2b43-56bf-4c10-98d0-54008ef7ea7e} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11569 2024.12.14 03:42:33.912856 [ 255 ] {fcdd2b43-56bf-4c10-98d0-54008ef7ea7e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec.
11570 2024.12.14 03:42:33.912908 [ 255 ] {fcdd2b43-56bf-4c10-98d0-54008ef7ea7e} <Debug> TCPHandler: Processed in 0.001683214 sec.
11571 2024.12.14 03:42:33.913041 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11572 2024.12.14 03:42:33.913160 [ 258 ] {501db390-4056-4720-92b3-dae9cfda6071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11573 2024.12.14 03:42:33.913213 [ 258 ] {501db390-4056-4720-92b3-dae9cfda6071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11574 2024.12.14 03:42:33.913804 [ 258 ] {501db390-4056-4720-92b3-dae9cfda6071} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11575 2024.12.14 03:42:33.913843 [ 258 ] {501db390-4056-4720-92b3-dae9cfda6071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11576 2024.12.14 03:42:33.914255 [ 258 ] {501db390-4056-4720-92b3-dae9cfda6071} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11577 2024.12.14 03:42:33.914492 [ 258 ] {501db390-4056-4720-92b3-dae9cfda6071} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11578 2024.12.14 03:42:33.914706 [ 258 ] {501db390-4056-4720-92b3-dae9cfda6071} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001571 sec., 150859.32527052832 rows/sec., 10.11 MiB/sec.
11579 2024.12.14 03:42:33.914760 [ 258 ] {501db390-4056-4720-92b3-dae9cfda6071} <Debug> TCPHandler: Processed in 0.001777225 sec.
11580 2024.12.14 03:42:33.914902 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11581 2024.12.14 03:42:33.915041 [ 255 ] {2a1b9ed7-2752-4be5-933d-588dd2054658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11582 2024.12.14 03:42:33.915104 [ 255 ] {2a1b9ed7-2752-4be5-933d-588dd2054658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11583 2024.12.14 03:42:33.915636 [ 255 ] {2a1b9ed7-2752-4be5-933d-588dd2054658} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11584 2024.12.14 03:42:33.915676 [ 255 ] {2a1b9ed7-2752-4be5-933d-588dd2054658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11585 2024.12.14 03:42:33.916036 [ 255 ] {2a1b9ed7-2752-4be5-933d-588dd2054658} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11586 2024.12.14 03:42:33.916279 [ 255 ] {2a1b9ed7-2752-4be5-933d-588dd2054658} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11587 2024.12.14 03:42:33.916492 [ 255 ] {2a1b9ed7-2752-4be5-933d-588dd2054658} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec.
11588 2024.12.14 03:42:33.916547 [ 255 ] {2a1b9ed7-2752-4be5-933d-588dd2054658} <Debug> TCPHandler: Processed in 0.001710124 sec.
11589 2024.12.14 03:42:33.916740 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11590 2024.12.14 03:42:33.916965 [ 258 ] {df996b33-f4bd-42f3-9c75-8978f96e181f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11591 2024.12.14 03:42:33.917106 [ 258 ] {df996b33-f4bd-42f3-9c75-8978f96e181f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11592 2024.12.14 03:42:33.918453 [ 258 ] {df996b33-f4bd-42f3-9c75-8978f96e181f} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11593 2024.12.14 03:42:33.918492 [ 258 ] {df996b33-f4bd-42f3-9c75-8978f96e181f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11594 2024.12.14 03:42:33.919120 [ 258 ] {df996b33-f4bd-42f3-9c75-8978f96e181f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11595 2024.12.14 03:42:33.919380 [ 258 ] {df996b33-f4bd-42f3-9c75-8978f96e181f} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11596 2024.12.14 03:42:33.919623 [ 258 ] {df996b33-f4bd-42f3-9c75-8978f96e181f} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002713 sec., 5897.530409141172 rows/sec., 10.57 MiB/sec.
11597 2024.12.14 03:42:33.919730 [ 258 ] {df996b33-f4bd-42f3-9c75-8978f96e181f} <Debug> TCPHandler: Processed in 0.003103012 sec.
11598 2024.12.14 03:42:33.919880 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11599 2024.12.14 03:42:33.920022 [ 255 ] {45db781c-3e68-495b-a1d9-b671fb9e2fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11600 2024.12.14 03:42:33.920084 [ 255 ] {45db781c-3e68-495b-a1d9-b671fb9e2fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11601 2024.12.14 03:42:33.920646 [ 255 ] {45db781c-3e68-495b-a1d9-b671fb9e2fa6} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11602 2024.12.14 03:42:33.920686 [ 255 ] {45db781c-3e68-495b-a1d9-b671fb9e2fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11603 2024.12.14 03:42:33.921062 [ 255 ] {45db781c-3e68-495b-a1d9-b671fb9e2fa6} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11604 2024.12.14 03:42:33.921303 [ 255 ] {45db781c-3e68-495b-a1d9-b671fb9e2fa6} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11605 2024.12.14 03:42:33.921521 [ 255 ] {45db781c-3e68-495b-a1d9-b671fb9e2fa6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001528 sec., 53664.92146596858 rows/sec., 3.41 MiB/sec.
11606 2024.12.14 03:42:33.921574 [ 255 ] {45db781c-3e68-495b-a1d9-b671fb9e2fa6} <Debug> TCPHandler: Processed in 0.001762625 sec.
11607 2024.12.14 03:42:37.934545 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
11608 2024.12.14 03:42:37.934625 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
11609 2024.12.14 03:42:38.114030 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426
11610 2024.12.14 03:42:38.114720 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11611 2024.12.14 03:42:38.114764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11612 2024.12.14 03:42:38.115287 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11613 2024.12.14 03:42:38.115541 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11614 2024.12.14 03:42:38.115780 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
11615 2024.12.14 03:42:38.893970 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11616 2024.12.14 03:42:38.894157 [ 255 ] {9a1f7d2f-08b2-4804-a764-7310047d163f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11617 2024.12.14 03:42:38.894229 [ 255 ] {9a1f7d2f-08b2-4804-a764-7310047d163f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11618 2024.12.14 03:42:38.895034 [ 255 ] {9a1f7d2f-08b2-4804-a764-7310047d163f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11619 2024.12.14 03:42:38.895077 [ 255 ] {9a1f7d2f-08b2-4804-a764-7310047d163f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11620 2024.12.14 03:42:38.895516 [ 255 ] {9a1f7d2f-08b2-4804-a764-7310047d163f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11621 2024.12.14 03:42:38.895774 [ 255 ] {9a1f7d2f-08b2-4804-a764-7310047d163f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11622 2024.12.14 03:42:38.895930 [ 93 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_94_19 to all_99_99_0
11623 2024.12.14 03:42:38.895983 [ 93 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11624 2024.12.14 03:42:38.895990 [ 255 ] {9a1f7d2f-08b2-4804-a764-7310047d163f} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.00188 sec., 56382.97872340426 rows/sec., 4.77 MiB/sec.
11625 2024.12.14 03:42:38.896011 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11626 2024.12.14 03:42:38.896109 [ 255 ] {9a1f7d2f-08b2-4804-a764-7310047d163f} <Debug> TCPHandler: Processed in 0.002279936 sec.
11627 2024.12.14 03:42:38.896283 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_94_19 to all_99_99_0 into Compact with storage Full
11628 2024.12.14 03:42:38.896419 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11629 2024.12.14 03:42:38.896451 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11630 2024.12.14 03:42:38.896489 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_94_19, total 1435 rows starting from the beginning of the part
11631 2024.12.14 03:42:38.896597 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 106 rows starting from the beginning of the part
11632 2024.12.14 03:42:38.896719 [ 258 ] {8923ad6e-017a-4355-82b5-4bad28d3fd0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11633 2024.12.14 03:42:38.896886 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 235 rows starting from the beginning of the part
11634 2024.12.14 03:42:38.896906 [ 258 ] {8923ad6e-017a-4355-82b5-4bad28d3fd0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11635 2024.12.14 03:42:38.897392 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 107 rows starting from the beginning of the part
11636 2024.12.14 03:42:38.897682 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 235 rows starting from the beginning of the part
11637 2024.12.14 03:42:38.897877 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 106 rows starting from the beginning of the part
11638 2024.12.14 03:42:38.899198 [ 258 ] {8923ad6e-017a-4355-82b5-4bad28d3fd0c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11639 2024.12.14 03:42:38.899248 [ 258 ] {8923ad6e-017a-4355-82b5-4bad28d3fd0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11640 2024.12.14 03:42:38.899781 [ 258 ] {8923ad6e-017a-4355-82b5-4bad28d3fd0c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
11641 2024.12.14 03:42:38.900089 [ 258 ] {8923ad6e-017a-4355-82b5-4bad28d3fd0c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11642 2024.12.14 03:42:38.900225 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2224 rows, containing 5 columns (5 merged, 0 gathered) in 0.004102693 sec., 542082.9684307356 rows/sec., 47.94 MiB/sec.
11643 2024.12.14 03:42:38.900472 [ 258 ] {8923ad6e-017a-4355-82b5-4bad28d3fd0c} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.003884 sec., 6436.663233779609 rows/sec., 484.01 KiB/sec.
11644 2024.12.14 03:42:38.900516 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary)
11645 2024.12.14 03:42:38.900692 [ 258 ] {8923ad6e-017a-4355-82b5-4bad28d3fd0c} <Debug> TCPHandler: Processed in 0.004429049 sec.
11646 2024.12.14 03:42:38.901005 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11647 2024.12.14 03:42:38.901381 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11648 2024.12.14 03:42:38.901414 [ 255 ] {dcbdcd1b-7c91-4c80-a477-ad2b9e67002c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11649 2024.12.14 03:42:38.901606 [ 255 ] {dcbdcd1b-7c91-4c80-a477-ad2b9e67002c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11650 2024.12.14 03:42:38.901758 [ 187 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_99_20} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_94_19, all_99_99_0] -> all_1_99_20
11651 2024.12.14 03:42:38.902140 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
11652 2024.12.14 03:42:38.902787 [ 255 ] {dcbdcd1b-7c91-4c80-a477-ad2b9e67002c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11653 2024.12.14 03:42:38.902832 [ 255 ] {dcbdcd1b-7c91-4c80-a477-ad2b9e67002c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11654 2024.12.14 03:42:38.903220 [ 255 ] {dcbdcd1b-7c91-4c80-a477-ad2b9e67002c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11655 2024.12.14 03:42:38.903463 [ 255 ] {dcbdcd1b-7c91-4c80-a477-ad2b9e67002c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11656 2024.12.14 03:42:38.903606 [ 93 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_94_19 to all_99_99_0
11657 2024.12.14 03:42:38.903643 [ 93 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11658 2024.12.14 03:42:38.903660 [ 255 ] {dcbdcd1b-7c91-4c80-a477-ad2b9e67002c} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.002403 sec., 37037.03703703704 rows/sec., 2.89 MiB/sec.
11659 2024.12.14 03:42:38.903671 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11660 2024.12.14 03:42:38.903789 [ 255 ] {dcbdcd1b-7c91-4c80-a477-ad2b9e67002c} <Debug> TCPHandler: Processed in 0.002959729 sec.
11661 2024.12.14 03:42:38.903891 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_94_19 to all_99_99_0 into Compact with storage Full
11662 2024.12.14 03:42:38.904013 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11663 2024.12.14 03:42:38.904333 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11664 2024.12.14 03:42:38.904468 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_94_19, total 915 rows starting from the beginning of the part
11665 2024.12.14 03:42:38.904579 [ 258 ] {33dc414a-8467-4f86-8df1-5044397e9a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11666 2024.12.14 03:42:38.905050 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 89 rows starting from the beginning of the part
11667 2024.12.14 03:42:38.905038 [ 258 ] {33dc414a-8467-4f86-8df1-5044397e9a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11668 2024.12.14 03:42:38.905525 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 398 rows starting from the beginning of the part
11669 2024.12.14 03:42:38.905987 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 91 rows starting from the beginning of the part
11670 2024.12.14 03:42:38.906479 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 398 rows starting from the beginning of the part
11671 2024.12.14 03:42:38.906812 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 89 rows starting from the beginning of the part
11672 2024.12.14 03:42:38.908732 [ 258 ] {33dc414a-8467-4f86-8df1-5044397e9a6b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11673 2024.12.14 03:42:38.908803 [ 258 ] {33dc414a-8467-4f86-8df1-5044397e9a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11674 2024.12.14 03:42:38.909571 [ 258 ] {33dc414a-8467-4f86-8df1-5044397e9a6b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11675 2024.12.14 03:42:38.910017 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1980 rows, containing 5 columns (5 merged, 0 gathered) in 0.006257576 sec., 316416.45263277664 rows/sec., 24.24 MiB/sec.
11676 2024.12.14 03:42:38.910069 [ 258 ] {33dc414a-8467-4f86-8df1-5044397e9a6b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11677 2024.12.14 03:42:38.910395 [ 258 ] {33dc414a-8467-4f86-8df1-5044397e9a6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006034 sec., 26516.40702684786 rows/sec., 1.85 MiB/sec.
11678 2024.12.14 03:42:38.910398 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary)
11679 2024.12.14 03:42:38.910576 [ 258 ] {33dc414a-8467-4f86-8df1-5044397e9a6b} <Debug> TCPHandler: Processed in 0.006674304 sec.
11680 2024.12.14 03:42:38.910798 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11681 2024.12.14 03:42:38.910974 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11682 2024.12.14 03:42:38.911011 [ 255 ] {b8ff1762-b4f1-40c9-9ed1-f181ebd86781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11683 2024.12.14 03:42:38.911168 [ 186 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_99_20} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_94_19, all_99_99_0] -> all_1_99_20
11684 2024.12.14 03:42:38.911185 [ 255 ] {b8ff1762-b4f1-40c9-9ed1-f181ebd86781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11685 2024.12.14 03:42:38.911379 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
11686 2024.12.14 03:42:38.912564 [ 255 ] {b8ff1762-b4f1-40c9-9ed1-f181ebd86781} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11687 2024.12.14 03:42:38.912608 [ 255 ] {b8ff1762-b4f1-40c9-9ed1-f181ebd86781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11688 2024.12.14 03:42:38.913275 [ 255 ] {b8ff1762-b4f1-40c9-9ed1-f181ebd86781} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11689 2024.12.14 03:42:38.913536 [ 255 ] {b8ff1762-b4f1-40c9-9ed1-f181ebd86781} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11690 2024.12.14 03:42:38.913746 [ 255 ] {b8ff1762-b4f1-40c9-9ed1-f181ebd86781} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002805 sec., 8912.6559714795 rows/sec., 15.97 MiB/sec.
11691 2024.12.14 03:42:38.913859 [ 255 ] {b8ff1762-b4f1-40c9-9ed1-f181ebd86781} <Debug> TCPHandler: Processed in 0.003154594 sec.
11692 2024.12.14 03:42:38.914029 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11693 2024.12.14 03:42:38.914171 [ 258 ] {681a4dd5-a49c-471f-ae99-15ac95b1153c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11694 2024.12.14 03:42:38.914232 [ 258 ] {681a4dd5-a49c-471f-ae99-15ac95b1153c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11695 2024.12.14 03:42:38.914809 [ 258 ] {681a4dd5-a49c-471f-ae99-15ac95b1153c} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11696 2024.12.14 03:42:38.914848 [ 258 ] {681a4dd5-a49c-471f-ae99-15ac95b1153c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11697 2024.12.14 03:42:38.915217 [ 258 ] {681a4dd5-a49c-471f-ae99-15ac95b1153c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11698 2024.12.14 03:42:38.915454 [ 258 ] {681a4dd5-a49c-471f-ae99-15ac95b1153c} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11699 2024.12.14 03:42:38.915657 [ 258 ] {681a4dd5-a49c-471f-ae99-15ac95b1153c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec.
11700 2024.12.14 03:42:38.915709 [ 258 ] {681a4dd5-a49c-471f-ae99-15ac95b1153c} <Debug> TCPHandler: Processed in 0.001748705 sec.
11701 2024.12.14 03:42:40.195464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
11702 2024.12.14 03:42:40.214710 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11703 2024.12.14 03:42:40.214775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11704 2024.12.14 03:42:40.221722 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11705 2024.12.14 03:42:40.222471 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11706 2024.12.14 03:42:40.226450 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
11707 2024.12.14 03:42:40.263978 [ 90 ] {} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
11708 2024.12.14 03:42:40.264044 [ 90 ] {} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11709 2024.12.14 03:42:40.264068 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11710 2024.12.14 03:42:40.264273 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
11711 2024.12.14 03:42:40.264476 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11712 2024.12.14 03:42:40.264513 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
11713 2024.12.14 03:42:40.264593 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part
11714 2024.12.14 03:42:40.264826 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
11715 2024.12.14 03:42:40.265067 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
11716 2024.12.14 03:42:40.265200 [ 197 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part
11717 2024.12.14 03:42:40.266279 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002136383 sec., 16850.9110959973 rows/sec., 1.41 MiB/sec.
11718 2024.12.14 03:42:40.266459 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
11719 2024.12.14 03:42:40.266827 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_25_6} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11720 2024.12.14 03:42:40.266912 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_25_6} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
11721 2024.12.14 03:42:40.267011 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11722 2024.12.14 03:42:42.653281 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11723 2024.12.14 03:42:42.653573 [ 255 ] {3b6f9c86-2bba-499f-b4e2-4454ac3685e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11724 2024.12.14 03:42:42.653688 [ 255 ] {3b6f9c86-2bba-499f-b4e2-4454ac3685e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11725 2024.12.14 03:42:42.654530 [ 255 ] {3b6f9c86-2bba-499f-b4e2-4454ac3685e8} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11726 2024.12.14 03:42:42.654571 [ 255 ] {3b6f9c86-2bba-499f-b4e2-4454ac3685e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11727 2024.12.14 03:42:42.654985 [ 255 ] {3b6f9c86-2bba-499f-b4e2-4454ac3685e8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11728 2024.12.14 03:42:42.655237 [ 255 ] {3b6f9c86-2bba-499f-b4e2-4454ac3685e8} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11729 2024.12.14 03:42:42.655435 [ 255 ] {3b6f9c86-2bba-499f-b4e2-4454ac3685e8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec.
11730 2024.12.14 03:42:42.655493 [ 255 ] {3b6f9c86-2bba-499f-b4e2-4454ac3685e8} <Debug> TCPHandler: Processed in 0.002395828 sec.
11731 2024.12.14 03:42:42.655794 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11732 2024.12.14 03:42:42.656018 [ 258 ] {7fc2fcd3-7b58-4f30-8f39-86b9302a764e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11733 2024.12.14 03:42:42.656104 [ 258 ] {7fc2fcd3-7b58-4f30-8f39-86b9302a764e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11734 2024.12.14 03:42:42.656932 [ 258 ] {7fc2fcd3-7b58-4f30-8f39-86b9302a764e} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11735 2024.12.14 03:42:42.656985 [ 258 ] {7fc2fcd3-7b58-4f30-8f39-86b9302a764e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11736 2024.12.14 03:42:42.657720 [ 258 ] {7fc2fcd3-7b58-4f30-8f39-86b9302a764e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11737 2024.12.14 03:42:42.657980 [ 258 ] {7fc2fcd3-7b58-4f30-8f39-86b9302a764e} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11738 2024.12.14 03:42:42.658221 [ 258 ] {7fc2fcd3-7b58-4f30-8f39-86b9302a764e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002267 sec., 882.223202470225 rows/sec., 71.94 KiB/sec.
11739 2024.12.14 03:42:42.658289 [ 258 ] {7fc2fcd3-7b58-4f30-8f39-86b9302a764e} <Debug> TCPHandler: Processed in 0.002646893 sec.
11740 2024.12.14 03:42:42.658447 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11741 2024.12.14 03:42:42.658586 [ 255 ] {f44781bf-1320-4539-9f3d-169eca535087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11742 2024.12.14 03:42:42.658644 [ 255 ] {f44781bf-1320-4539-9f3d-169eca535087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11743 2024.12.14 03:42:42.660024 [ 255 ] {f44781bf-1320-4539-9f3d-169eca535087} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11744 2024.12.14 03:42:42.660062 [ 255 ] {f44781bf-1320-4539-9f3d-169eca535087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11745 2024.12.14 03:42:42.660515 [ 255 ] {f44781bf-1320-4539-9f3d-169eca535087} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11746 2024.12.14 03:42:42.660756 [ 255 ] {f44781bf-1320-4539-9f3d-169eca535087} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11747 2024.12.14 03:42:42.660946 [ 255 ] {f44781bf-1320-4539-9f3d-169eca535087} <Debug> executeQuery: Read 1376 rows, 117.65 KiB in 0.002391 sec., 575491.426181514 rows/sec., 48.05 MiB/sec.
11748 2024.12.14 03:42:42.661006 [ 255 ] {f44781bf-1320-4539-9f3d-169eca535087} <Debug> TCPHandler: Processed in 0.002627622 sec.
11749 2024.12.14 03:42:42.661201 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11750 2024.12.14 03:42:42.661421 [ 258 ] {087253de-1362-4095-b4a3-6a1b881d6c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11751 2024.12.14 03:42:42.661483 [ 258 ] {087253de-1362-4095-b4a3-6a1b881d6c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11752 2024.12.14 03:42:42.662148 [ 258 ] {087253de-1362-4095-b4a3-6a1b881d6c55} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11753 2024.12.14 03:42:42.662189 [ 258 ] {087253de-1362-4095-b4a3-6a1b881d6c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11754 2024.12.14 03:42:42.662560 [ 258 ] {087253de-1362-4095-b4a3-6a1b881d6c55} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
11755 2024.12.14 03:42:42.662815 [ 258 ] {087253de-1362-4095-b4a3-6a1b881d6c55} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11756 2024.12.14 03:42:42.663060 [ 258 ] {087253de-1362-4095-b4a3-6a1b881d6c55} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.001683 sec., 14854.4266191325 rows/sec., 1.04 MiB/sec.
11757 2024.12.14 03:42:42.663120 [ 258 ] {087253de-1362-4095-b4a3-6a1b881d6c55} <Debug> TCPHandler: Processed in 0.00202932 sec.
11758 2024.12.14 03:42:42.663317 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11759 2024.12.14 03:42:42.663539 [ 255 ] {c31f54d4-cc1c-46e9-84c7-c3530f6d83ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11760 2024.12.14 03:42:42.663628 [ 255 ] {c31f54d4-cc1c-46e9-84c7-c3530f6d83ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11761 2024.12.14 03:42:42.664454 [ 255 ] {c31f54d4-cc1c-46e9-84c7-c3530f6d83ad} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11762 2024.12.14 03:42:42.664491 [ 255 ] {c31f54d4-cc1c-46e9-84c7-c3530f6d83ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11763 2024.12.14 03:42:42.664855 [ 255 ] {c31f54d4-cc1c-46e9-84c7-c3530f6d83ad} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
11764 2024.12.14 03:42:42.665090 [ 255 ] {c31f54d4-cc1c-46e9-84c7-c3530f6d83ad} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11765 2024.12.14 03:42:42.665274 [ 255 ] {c31f54d4-cc1c-46e9-84c7-c3530f6d83ad} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001791 sec., 135120.04466778337 rows/sec., 9.15 MiB/sec.
11766 2024.12.14 03:42:42.665419 [ 255 ] {c31f54d4-cc1c-46e9-84c7-c3530f6d83ad} <Debug> TCPHandler: Processed in 0.002210094 sec.
11767 2024.12.14 03:42:42.665612 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11768 2024.12.14 03:42:42.665752 [ 258 ] {de5652fe-c5da-4735-a2c5-6194480c3604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11769 2024.12.14 03:42:42.665810 [ 258 ] {de5652fe-c5da-4735-a2c5-6194480c3604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11770 2024.12.14 03:42:42.666392 [ 258 ] {de5652fe-c5da-4735-a2c5-6194480c3604} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11771 2024.12.14 03:42:42.666433 [ 258 ] {de5652fe-c5da-4735-a2c5-6194480c3604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11772 2024.12.14 03:42:42.666788 [ 258 ] {de5652fe-c5da-4735-a2c5-6194480c3604} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11773 2024.12.14 03:42:42.667029 [ 258 ] {de5652fe-c5da-4735-a2c5-6194480c3604} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11774 2024.12.14 03:42:42.667281 [ 258 ] {de5652fe-c5da-4735-a2c5-6194480c3604} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec.
11775 2024.12.14 03:42:42.667489 [ 258 ] {de5652fe-c5da-4735-a2c5-6194480c3604} <Debug> TCPHandler: Processed in 0.001943139 sec.
11776 2024.12.14 03:42:42.667665 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11777 2024.12.14 03:42:42.667778 [ 255 ] {9c881ce3-bfcb-468f-aa38-5d2d8132b405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11778 2024.12.14 03:42:42.667828 [ 255 ] {9c881ce3-bfcb-468f-aa38-5d2d8132b405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11779 2024.12.14 03:42:42.668874 [ 255 ] {9c881ce3-bfcb-468f-aa38-5d2d8132b405} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11780 2024.12.14 03:42:42.668911 [ 255 ] {9c881ce3-bfcb-468f-aa38-5d2d8132b405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11781 2024.12.14 03:42:42.669300 [ 255 ] {9c881ce3-bfcb-468f-aa38-5d2d8132b405} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11782 2024.12.14 03:42:42.669538 [ 255 ] {9c881ce3-bfcb-468f-aa38-5d2d8132b405} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11783 2024.12.14 03:42:42.669713 [ 255 ] {9c881ce3-bfcb-468f-aa38-5d2d8132b405} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.001958 sec., 437180.7967313585 rows/sec., 31.63 MiB/sec.
11784 2024.12.14 03:42:42.669765 [ 255 ] {9c881ce3-bfcb-468f-aa38-5d2d8132b405} <Debug> TCPHandler: Processed in 0.002182823 sec.
11785 2024.12.14 03:42:42.669922 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11786 2024.12.14 03:42:42.670062 [ 258 ] {2e1f6026-59ef-42b1-b26d-ff5a4db10b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11787 2024.12.14 03:42:42.670122 [ 258 ] {2e1f6026-59ef-42b1-b26d-ff5a4db10b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11788 2024.12.14 03:42:42.670693 [ 258 ] {2e1f6026-59ef-42b1-b26d-ff5a4db10b75} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11789 2024.12.14 03:42:42.670741 [ 258 ] {2e1f6026-59ef-42b1-b26d-ff5a4db10b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11790 2024.12.14 03:42:42.671142 [ 258 ] {2e1f6026-59ef-42b1-b26d-ff5a4db10b75} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11791 2024.12.14 03:42:42.671377 [ 258 ] {2e1f6026-59ef-42b1-b26d-ff5a4db10b75} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11792 2024.12.14 03:42:42.671647 [ 258 ] {2e1f6026-59ef-42b1-b26d-ff5a4db10b75} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001612 sec., 3722.0843672456576 rows/sec., 194.46 KiB/sec.
11793 2024.12.14 03:42:42.671845 [ 258 ] {2e1f6026-59ef-42b1-b26d-ff5a4db10b75} <Debug> TCPHandler: Processed in 0.00198715 sec.
11794 2024.12.14 03:42:42.672036 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11795 2024.12.14 03:42:42.672173 [ 255 ] {166a3441-0b73-49af-b234-e624d6ff8337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11796 2024.12.14 03:42:42.672235 [ 255 ] {166a3441-0b73-49af-b234-e624d6ff8337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11797 2024.12.14 03:42:42.673058 [ 255 ] {166a3441-0b73-49af-b234-e624d6ff8337} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11798 2024.12.14 03:42:42.673097 [ 255 ] {166a3441-0b73-49af-b234-e624d6ff8337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11799 2024.12.14 03:42:42.673632 [ 255 ] {166a3441-0b73-49af-b234-e624d6ff8337} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11800 2024.12.14 03:42:42.673879 [ 255 ] {166a3441-0b73-49af-b234-e624d6ff8337} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11801 2024.12.14 03:42:42.674073 [ 255 ] {166a3441-0b73-49af-b234-e624d6ff8337} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001929 sec., 480041.4722654225 rows/sec., 32.03 MiB/sec.
11802 2024.12.14 03:42:42.674173 [ 255 ] {166a3441-0b73-49af-b234-e624d6ff8337} <Debug> TCPHandler: Processed in 0.002234265 sec.
11803 2024.12.14 03:42:42.674337 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11804 2024.12.14 03:42:42.674508 [ 258 ] {8b749f34-cbb9-4f49-a666-4299dcbc45a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11805 2024.12.14 03:42:42.674562 [ 258 ] {8b749f34-cbb9-4f49-a666-4299dcbc45a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11806 2024.12.14 03:42:42.675018 [ 258 ] {8b749f34-cbb9-4f49-a666-4299dcbc45a1} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11807 2024.12.14 03:42:42.675056 [ 258 ] {8b749f34-cbb9-4f49-a666-4299dcbc45a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11808 2024.12.14 03:42:42.675414 [ 258 ] {8b749f34-cbb9-4f49-a666-4299dcbc45a1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11809 2024.12.14 03:42:42.675658 [ 258 ] {8b749f34-cbb9-4f49-a666-4299dcbc45a1} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11810 2024.12.14 03:42:42.675862 [ 258 ] {8b749f34-cbb9-4f49-a666-4299dcbc45a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001395 sec., 716.8458781362008 rows/sec., 48.30 KiB/sec.
11811 2024.12.14 03:42:42.675913 [ 258 ] {8b749f34-cbb9-4f49-a666-4299dcbc45a1} <Debug> TCPHandler: Processed in 0.001657003 sec.
11812 2024.12.14 03:42:42.676058 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11813 2024.12.14 03:42:42.676197 [ 255 ] {697a99eb-6635-458d-bd10-fd09cb370b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11814 2024.12.14 03:42:42.676290 [ 255 ] {697a99eb-6635-458d-bd10-fd09cb370b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11815 2024.12.14 03:42:42.677487 [ 255 ] {697a99eb-6635-458d-bd10-fd09cb370b28} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11816 2024.12.14 03:42:42.677525 [ 255 ] {697a99eb-6635-458d-bd10-fd09cb370b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11817 2024.12.14 03:42:42.678132 [ 255 ] {697a99eb-6635-458d-bd10-fd09cb370b28} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
11818 2024.12.14 03:42:42.678389 [ 255 ] {697a99eb-6635-458d-bd10-fd09cb370b28} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11819 2024.12.14 03:42:42.678594 [ 255 ] {697a99eb-6635-458d-bd10-fd09cb370b28} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002426 sec., 6595.218466611706 rows/sec., 11.82 MiB/sec.
11820 2024.12.14 03:42:42.678883 [ 255 ] {697a99eb-6635-458d-bd10-fd09cb370b28} <Debug> TCPHandler: Processed in 0.002890488 sec.
11821 2024.12.14 03:42:42.679187 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11822 2024.12.14 03:42:42.679409 [ 258 ] {ee4be08b-074d-43b9-bd7b-7c6e0e38a832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11823 2024.12.14 03:42:42.679503 [ 258 ] {ee4be08b-074d-43b9-bd7b-7c6e0e38a832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11824 2024.12.14 03:42:42.680185 [ 258 ] {ee4be08b-074d-43b9-bd7b-7c6e0e38a832} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11825 2024.12.14 03:42:42.680223 [ 258 ] {ee4be08b-074d-43b9-bd7b-7c6e0e38a832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11826 2024.12.14 03:42:42.680597 [ 258 ] {ee4be08b-074d-43b9-bd7b-7c6e0e38a832} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11827 2024.12.14 03:42:42.680830 [ 258 ] {ee4be08b-074d-43b9-bd7b-7c6e0e38a832} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11828 2024.12.14 03:42:42.681075 [ 258 ] {ee4be08b-074d-43b9-bd7b-7c6e0e38a832} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001718 sec., 40745.052386495925 rows/sec., 2.56 MiB/sec.
11829 2024.12.14 03:42:42.681129 [ 258 ] {ee4be08b-074d-43b9-bd7b-7c6e0e38a832} <Debug> TCPHandler: Processed in 0.002150673 sec.
11830 2024.12.14 03:42:43.266934 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1638
11831 2024.12.14 03:42:43.271099 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11832 2024.12.14 03:42:43.271165 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11833 2024.12.14 03:42:43.272673 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11834 2024.12.14 03:42:43.273008 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11835 2024.12.14 03:42:43.273287 [ 87 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
11836 2024.12.14 03:42:43.273436 [ 87 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11837 2024.12.14 03:42:43.273530 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11838 2024.12.14 03:42:43.274645 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
11839 2024.12.14 03:42:43.275319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1638
11840 2024.12.14 03:42:43.275814 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11841 2024.12.14 03:42:43.276000 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1430 rows starting from the beginning of the part
11842 2024.12.14 03:42:43.276525 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part
11843 2024.12.14 03:42:43.277018 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part
11844 2024.12.14 03:42:43.277504 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part
11845 2024.12.14 03:42:43.278168 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part
11846 2024.12.14 03:42:43.278817 [ 191 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 58 rows starting from the beginning of the part
11847 2024.12.14 03:42:43.287082 [ 193 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1638 rows, containing 72 columns (72 merged, 0 gathered) in 0.013327257 sec., 122906.01134201884 rows/sec., 94.93 MiB/sec.
11848 2024.12.14 03:42:43.288632 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
11849 2024.12.14 03:42:43.289335 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11850 2024.12.14 03:42:43.289421 [ 195 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_46_9} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
11851 2024.12.14 03:42:43.289619 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB.
11852 2024.12.14 03:42:43.885598 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11853 2024.12.14 03:42:43.885784 [ 255 ] {990f0894-e19f-402a-bad7-a47038cac64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11854 2024.12.14 03:42:43.885857 [ 255 ] {990f0894-e19f-402a-bad7-a47038cac64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11855 2024.12.14 03:42:43.886628 [ 255 ] {990f0894-e19f-402a-bad7-a47038cac64c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11856 2024.12.14 03:42:43.886669 [ 255 ] {990f0894-e19f-402a-bad7-a47038cac64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11857 2024.12.14 03:42:43.887101 [ 255 ] {990f0894-e19f-402a-bad7-a47038cac64c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11858 2024.12.14 03:42:43.887354 [ 255 ] {990f0894-e19f-402a-bad7-a47038cac64c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11859 2024.12.14 03:42:43.887564 [ 255 ] {990f0894-e19f-402a-bad7-a47038cac64c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001821 sec., 30752.333882482155 rows/sec., 2.36 MiB/sec.
11860 2024.12.14 03:42:43.887643 [ 255 ] {990f0894-e19f-402a-bad7-a47038cac64c} <Debug> TCPHandler: Processed in 0.002169334 sec.
11861 2024.12.14 03:42:43.887972 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11862 2024.12.14 03:42:43.888298 [ 258 ] {cc7bde07-07fc-4b0f-b148-7d64c793438c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11863 2024.12.14 03:42:43.888414 [ 258 ] {cc7bde07-07fc-4b0f-b148-7d64c793438c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11864 2024.12.14 03:42:43.889405 [ 258 ] {cc7bde07-07fc-4b0f-b148-7d64c793438c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11865 2024.12.14 03:42:43.889451 [ 258 ] {cc7bde07-07fc-4b0f-b148-7d64c793438c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11866 2024.12.14 03:42:43.889894 [ 258 ] {cc7bde07-07fc-4b0f-b148-7d64c793438c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11867 2024.12.14 03:42:43.890152 [ 258 ] {cc7bde07-07fc-4b0f-b148-7d64c793438c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11868 2024.12.14 03:42:43.890385 [ 258 ] {cc7bde07-07fc-4b0f-b148-7d64c793438c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00217 sec., 29493.087557603685 rows/sec., 2.30 MiB/sec.
11869 2024.12.14 03:42:43.890449 [ 258 ] {cc7bde07-07fc-4b0f-b148-7d64c793438c} <Debug> TCPHandler: Processed in 0.002687474 sec.
11870 2024.12.14 03:42:43.890611 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11871 2024.12.14 03:42:43.890749 [ 255 ] {35d03ab6-6244-4e72-84cb-8b147594c9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11872 2024.12.14 03:42:43.890814 [ 255 ] {35d03ab6-6244-4e72-84cb-8b147594c9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11873 2024.12.14 03:42:43.891374 [ 255 ] {35d03ab6-6244-4e72-84cb-8b147594c9f4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11874 2024.12.14 03:42:43.891413 [ 255 ] {35d03ab6-6244-4e72-84cb-8b147594c9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11875 2024.12.14 03:42:43.891803 [ 255 ] {35d03ab6-6244-4e72-84cb-8b147594c9f4} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11876 2024.12.14 03:42:43.892055 [ 255 ] {35d03ab6-6244-4e72-84cb-8b147594c9f4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11877 2024.12.14 03:42:43.892197 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 5 parts from all_1_96_19 to all_100_100_0
11878 2024.12.14 03:42:43.892247 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11879 2024.12.14 03:42:43.892250 [ 255 ] {35d03ab6-6244-4e72-84cb-8b147594c9f4} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00153 sec., 20915.032679738564 rows/sec., 1.46 MiB/sec.
11880 2024.12.14 03:42:43.892276 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11881 2024.12.14 03:42:43.892346 [ 255 ] {35d03ab6-6244-4e72-84cb-8b147594c9f4} <Debug> TCPHandler: Processed in 0.001799096 sec.
11882 2024.12.14 03:42:43.892587 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_96_19 to all_100_100_0 into Compact with storage Full
11883 2024.12.14 03:42:43.892600 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11884 2024.12.14 03:42:43.893052 [ 258 ] {5ef32681-0f02-46eb-9baf-5b92e0a62763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11885 2024.12.14 03:42:43.893231 [ 258 ] {5ef32681-0f02-46eb-9baf-5b92e0a62763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11886 2024.12.14 03:42:43.893333 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11887 2024.12.14 03:42:43.893500 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26357 rows starting from the beginning of the part
11888 2024.12.14 03:42:43.893985 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 161 rows starting from the beginning of the part
11889 2024.12.14 03:42:43.894512 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 237 rows starting from the beginning of the part
11890 2024.12.14 03:42:43.895066 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
11891 2024.12.14 03:42:43.895527 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 926 rows starting from the beginning of the part
11892 2024.12.14 03:42:43.896890 [ 258 ] {5ef32681-0f02-46eb-9baf-5b92e0a62763} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11893 2024.12.14 03:42:43.896960 [ 258 ] {5ef32681-0f02-46eb-9baf-5b92e0a62763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11894 2024.12.14 03:42:43.897612 [ 258 ] {5ef32681-0f02-46eb-9baf-5b92e0a62763} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11895 2024.12.14 03:42:43.898081 [ 258 ] {5ef32681-0f02-46eb-9baf-5b92e0a62763} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11896 2024.12.14 03:42:43.898256 [ 81 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
11897 2024.12.14 03:42:43.898358 [ 81 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11898 2024.12.14 03:42:43.898433 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11899 2024.12.14 03:42:43.898583 [ 258 ] {5ef32681-0f02-46eb-9baf-5b92e0a62763} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005651 sec., 2123.5179614227573 rows/sec., 146.54 KiB/sec.
11900 2024.12.14 03:42:43.898935 [ 258 ] {5ef32681-0f02-46eb-9baf-5b92e0a62763} <Debug> TCPHandler: Processed in 0.00647617 sec.
11901 2024.12.14 03:42:43.898943 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
11902 2024.12.14 03:42:43.899322 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11903 2024.12.14 03:42:43.899400 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5356 rows starting from the beginning of the part
11904 2024.12.14 03:42:43.899672 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part
11905 2024.12.14 03:42:43.900042 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part
11906 2024.12.14 03:42:43.900319 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
11907 2024.12.14 03:42:43.900436 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 70 rows starting from the beginning of the part
11908 2024.12.14 03:42:43.900635 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 12 rows starting from the beginning of the part
11909 2024.12.14 03:42:43.904668 [ 195 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5640 rows, containing 4 columns (4 merged, 0 gathered) in 0.006084893 sec., 926885.6494271961 rows/sec., 61.22 MiB/sec.
11910 2024.12.14 03:42:43.905289 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
11911 2024.12.14 03:42:43.905716 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11912 2024.12.14 03:42:43.905820 [ 194 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_101_20} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
11913 2024.12.14 03:42:43.905989 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
11914 2024.12.14 03:42:43.906684 [ 200 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27841 rows, containing 5 columns (5 merged, 0 gathered) in 0.014317737 sec., 1944511.203132171 rows/sec., 131.79 MiB/sec.
11915 2024.12.14 03:42:43.907045 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary)
11916 2024.12.14 03:42:43.907334 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11917 2024.12.14 03:42:43.907424 [ 194 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 5 parts: [all_1_96_19, all_100_100_0] -> all_1_100_20
11918 2024.12.14 03:42:43.907520 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB.
11919 2024.12.14 03:42:44.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.58 MiB, peak 260.62 MiB, free memory in arenas 0.00 B, will set to 248.31 MiB (RSS), difference: 1.73 MiB
11920 2024.12.14 03:42:45.615952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853
11921 2024.12.14 03:42:45.616727 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11922 2024.12.14 03:42:45.616778 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11923 2024.12.14 03:42:45.617347 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11924 2024.12.14 03:42:45.617614 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11925 2024.12.14 03:42:45.617866 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853
11926 2024.12.14 03:42:47.726565 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
11927 2024.12.14 03:42:47.747428 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11928 2024.12.14 03:42:47.747498 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11929 2024.12.14 03:42:47.755036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11930 2024.12.14 03:42:47.755813 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11931 2024.12.14 03:42:47.758684 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
11932 2024.12.14 03:42:48.894094 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11933 2024.12.14 03:42:48.894301 [ 255 ] {7b8dd8c2-d416-49b7-b403-ba16ed916dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11934 2024.12.14 03:42:48.894381 [ 255 ] {7b8dd8c2-d416-49b7-b403-ba16ed916dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11935 2024.12.14 03:42:48.895238 [ 255 ] {7b8dd8c2-d416-49b7-b403-ba16ed916dfe} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11936 2024.12.14 03:42:48.895283 [ 255 ] {7b8dd8c2-d416-49b7-b403-ba16ed916dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11937 2024.12.14 03:42:48.895720 [ 255 ] {7b8dd8c2-d416-49b7-b403-ba16ed916dfe} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11938 2024.12.14 03:42:48.895976 [ 255 ] {7b8dd8c2-d416-49b7-b403-ba16ed916dfe} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11939 2024.12.14 03:42:48.896208 [ 255 ] {7b8dd8c2-d416-49b7-b403-ba16ed916dfe} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001961 sec., 54054.05405405405 rows/sec., 4.57 MiB/sec.
11940 2024.12.14 03:42:48.896282 [ 255 ] {7b8dd8c2-d416-49b7-b403-ba16ed916dfe} <Debug> TCPHandler: Processed in 0.002325407 sec.
11941 2024.12.14 03:42:48.896606 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11942 2024.12.14 03:42:48.896816 [ 258 ] {85458bb2-c615-4ef6-9dce-f2ee358fbeab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11943 2024.12.14 03:42:48.896899 [ 258 ] {85458bb2-c615-4ef6-9dce-f2ee358fbeab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11944 2024.12.14 03:42:48.897693 [ 258 ] {85458bb2-c615-4ef6-9dce-f2ee358fbeab} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11945 2024.12.14 03:42:48.897736 [ 258 ] {85458bb2-c615-4ef6-9dce-f2ee358fbeab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11946 2024.12.14 03:42:48.898188 [ 258 ] {85458bb2-c615-4ef6-9dce-f2ee358fbeab} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
11947 2024.12.14 03:42:48.898447 [ 258 ] {85458bb2-c615-4ef6-9dce-f2ee358fbeab} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11948 2024.12.14 03:42:48.898605 [ 75 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
11949 2024.12.14 03:42:48.898655 [ 75 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11950 2024.12.14 03:42:48.898663 [ 258 ] {85458bb2-c615-4ef6-9dce-f2ee358fbeab} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001902 sec., 13144.058885383805 rows/sec., 988.37 KiB/sec.
11951 2024.12.14 03:42:48.898684 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11952 2024.12.14 03:42:48.898776 [ 258 ] {85458bb2-c615-4ef6-9dce-f2ee358fbeab} <Debug> TCPHandler: Processed in 0.002386748 sec.
11953 2024.12.14 03:42:48.899030 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
11954 2024.12.14 03:42:48.899066 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11955 2024.12.14 03:42:48.899221 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11956 2024.12.14 03:42:48.899265 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 66 rows starting from the beginning of the part
11957 2024.12.14 03:42:48.899272 [ 255 ] {2ac8baec-c114-4a95-9252-044f38469424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11958 2024.12.14 03:42:48.899354 [ 255 ] {2ac8baec-c114-4a95-9252-044f38469424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11959 2024.12.14 03:42:48.899358 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 27 rows starting from the beginning of the part
11960 2024.12.14 03:42:48.899908 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 23 rows starting from the beginning of the part
11961 2024.12.14 03:42:48.900415 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 25 rows starting from the beginning of the part
11962 2024.12.14 03:42:48.900806 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 25 rows starting from the beginning of the part
11963 2024.12.14 03:42:48.901193 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 25 rows starting from the beginning of the part
11964 2024.12.14 03:42:48.902329 [ 255 ] {2ac8baec-c114-4a95-9252-044f38469424} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11965 2024.12.14 03:42:48.902378 [ 255 ] {2ac8baec-c114-4a95-9252-044f38469424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
11966 2024.12.14 03:42:48.902958 [ 255 ] {2ac8baec-c114-4a95-9252-044f38469424} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11967 2024.12.14 03:42:48.903049 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.004237654 sec., 45072.108293881465 rows/sec., 3.41 MiB/sec.
11968 2024.12.14 03:42:48.903397 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
11969 2024.12.14 03:42:48.903484 [ 255 ] {2ac8baec-c114-4a95-9252-044f38469424} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11970 2024.12.14 03:42:48.904268 [ 255 ] {2ac8baec-c114-4a95-9252-044f38469424} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.005007 sec., 17775.114839225083 rows/sec., 1.39 MiB/sec.
11971 2024.12.14 03:42:48.904646 [ 255 ] {2ac8baec-c114-4a95-9252-044f38469424} <Debug> TCPHandler: Processed in 0.005736766 sec.
11972 2024.12.14 03:42:48.905045 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11973 2024.12.14 03:42:48.905049 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11974 2024.12.14 03:42:48.905470 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_81_16} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
11975 2024.12.14 03:42:48.905561 [ 258 ] {1fe4a7d5-923a-4c3c-a42a-ba2735cc5a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11976 2024.12.14 03:42:48.905817 [ 258 ] {1fe4a7d5-923a-4c3c-a42a-ba2735cc5a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11977 2024.12.14 03:42:48.905853 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11978 2024.12.14 03:42:48.906597 [ 258 ] {1fe4a7d5-923a-4c3c-a42a-ba2735cc5a6a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11979 2024.12.14 03:42:48.906641 [ 258 ] {1fe4a7d5-923a-4c3c-a42a-ba2735cc5a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11980 2024.12.14 03:42:48.907053 [ 258 ] {1fe4a7d5-923a-4c3c-a42a-ba2735cc5a6a} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11981 2024.12.14 03:42:48.907308 [ 258 ] {1fe4a7d5-923a-4c3c-a42a-ba2735cc5a6a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11982 2024.12.14 03:42:48.907514 [ 258 ] {1fe4a7d5-923a-4c3c-a42a-ba2735cc5a6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002158 sec., 74142.72474513437 rows/sec., 5.16 MiB/sec.
11983 2024.12.14 03:42:48.907623 [ 258 ] {1fe4a7d5-923a-4c3c-a42a-ba2735cc5a6a} <Debug> TCPHandler: Processed in 0.002819476 sec.
11984 2024.12.14 03:42:48.907821 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11985 2024.12.14 03:42:48.907977 [ 255 ] {7c804a23-fe47-449d-9fca-8e3d192f032e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11986 2024.12.14 03:42:48.908072 [ 255 ] {7c804a23-fe47-449d-9fca-8e3d192f032e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11987 2024.12.14 03:42:48.909223 [ 255 ] {7c804a23-fe47-449d-9fca-8e3d192f032e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11988 2024.12.14 03:42:48.909263 [ 255 ] {7c804a23-fe47-449d-9fca-8e3d192f032e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11989 2024.12.14 03:42:48.909897 [ 255 ] {7c804a23-fe47-449d-9fca-8e3d192f032e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
11990 2024.12.14 03:42:48.910161 [ 255 ] {7c804a23-fe47-449d-9fca-8e3d192f032e} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11991 2024.12.14 03:42:48.910417 [ 255 ] {7c804a23-fe47-449d-9fca-8e3d192f032e} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002473 sec., 10109.179134654267 rows/sec., 18.12 MiB/sec.
11992 2024.12.14 03:42:48.910522 [ 255 ] {7c804a23-fe47-449d-9fca-8e3d192f032e} <Debug> TCPHandler: Processed in 0.002797366 sec.
11993 2024.12.14 03:42:48.910671 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11994 2024.12.14 03:42:48.910810 [ 258 ] {5acf8472-436c-4f66-809d-944baa197aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11995 2024.12.14 03:42:48.910873 [ 258 ] {5acf8472-436c-4f66-809d-944baa197aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11996 2024.12.14 03:42:48.911422 [ 258 ] {5acf8472-436c-4f66-809d-944baa197aaa} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11997 2024.12.14 03:42:48.911459 [ 258 ] {5acf8472-436c-4f66-809d-944baa197aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
11998 2024.12.14 03:42:48.911838 [ 258 ] {5acf8472-436c-4f66-809d-944baa197aaa} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11999 2024.12.14 03:42:48.912073 [ 258 ] {5acf8472-436c-4f66-809d-944baa197aaa} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12000 2024.12.14 03:42:48.912263 [ 258 ] {5acf8472-436c-4f66-809d-944baa197aaa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec.
12001 2024.12.14 03:42:48.912346 [ 258 ] {5acf8472-436c-4f66-809d-944baa197aaa} <Debug> TCPHandler: Processed in 0.001739075 sec.
12002 2024.12.14 03:42:52.934670 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache
12003 2024.12.14 03:42:52.934748 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache
12004 2024.12.14 03:42:53.118067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341
12005 2024.12.14 03:42:53.118864 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12006 2024.12.14 03:42:53.118914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12007 2024.12.14 03:42:53.119471 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12008 2024.12.14 03:42:53.119751 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12009 2024.12.14 03:42:53.120025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
12010 2024.12.14 03:42:53.185048 [ 67 ] {} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0
12011 2024.12.14 03:42:53.185146 [ 67 ] {} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12012 2024.12.14 03:42:53.185189 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12013 2024.12.14 03:42:53.185417 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full
12014 2024.12.14 03:42:53.185777 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12015 2024.12.14 03:42:53.185844 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 242 rows starting from the beginning of the part
12016 2024.12.14 03:42:53.185977 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 242 rows starting from the beginning of the part
12017 2024.12.14 03:42:53.186331 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
12018 2024.12.14 03:42:53.186533 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
12019 2024.12.14 03:42:53.186759 [ 200 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 242 rows starting from the beginning of the part
12020 2024.12.14 03:42:53.187968 [ 188 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002679003 sec., 281447.9864337591 rows/sec., 20.15 MiB/sec.
12021 2024.12.14 03:42:53.188276 [ 201 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary)
12022 2024.12.14 03:42:53.188649 [ 201 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12023 2024.12.14 03:42:53.188749 [ 201 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_32_7} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7
12024 2024.12.14 03:42:53.188860 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
12025 2024.12.14 03:42:53.275739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1658
12026 2024.12.14 03:42:53.278628 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12027 2024.12.14 03:42:53.278685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12028 2024.12.14 03:42:53.280163 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12029 2024.12.14 03:42:53.280472 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12030 2024.12.14 03:42:53.281153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1658
12031 2024.12.14 03:42:53.897524 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12032 2024.12.14 03:42:53.897814 [ 255 ] {90f8fe1c-a6b5-4b66-9110-ee848a2fe04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12033 2024.12.14 03:42:53.897933 [ 255 ] {90f8fe1c-a6b5-4b66-9110-ee848a2fe04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12034 2024.12.14 03:42:53.898852 [ 255 ] {90f8fe1c-a6b5-4b66-9110-ee848a2fe04c} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12035 2024.12.14 03:42:53.898900 [ 255 ] {90f8fe1c-a6b5-4b66-9110-ee848a2fe04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12036 2024.12.14 03:42:53.899329 [ 255 ] {90f8fe1c-a6b5-4b66-9110-ee848a2fe04c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12037 2024.12.14 03:42:53.899580 [ 255 ] {90f8fe1c-a6b5-4b66-9110-ee848a2fe04c} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12038 2024.12.14 03:42:53.899852 [ 255 ] {90f8fe1c-a6b5-4b66-9110-ee848a2fe04c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002113 sec., 6625.650733554189 rows/sec., 476.96 KiB/sec.
12039 2024.12.14 03:42:53.900039 [ 255 ] {90f8fe1c-a6b5-4b66-9110-ee848a2fe04c} <Debug> TCPHandler: Processed in 0.002694704 sec.
12040 2024.12.14 03:42:53.900331 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12041 2024.12.14 03:42:53.900517 [ 258 ] {fa089529-d829-4d53-8023-6d352cc3e025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12042 2024.12.14 03:42:53.900587 [ 258 ] {fa089529-d829-4d53-8023-6d352cc3e025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12043 2024.12.14 03:42:53.901421 [ 258 ] {fa089529-d829-4d53-8023-6d352cc3e025} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12044 2024.12.14 03:42:53.901461 [ 258 ] {fa089529-d829-4d53-8023-6d352cc3e025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12045 2024.12.14 03:42:53.901903 [ 258 ] {fa089529-d829-4d53-8023-6d352cc3e025} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12046 2024.12.14 03:42:53.902160 [ 258 ] {fa089529-d829-4d53-8023-6d352cc3e025} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12047 2024.12.14 03:42:53.902401 [ 258 ] {fa089529-d829-4d53-8023-6d352cc3e025} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.001929 sec., 121824.77967858994 rows/sec., 10.64 MiB/sec.
12048 2024.12.14 03:42:53.902459 [ 258 ] {fa089529-d829-4d53-8023-6d352cc3e025} <Debug> TCPHandler: Processed in 0.002281976 sec.
12049 2024.12.14 03:42:53.902638 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12050 2024.12.14 03:42:53.902784 [ 255 ] {eaf53e2e-054e-45f5-b9a3-6b3706683ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12051 2024.12.14 03:42:53.902847 [ 255 ] {eaf53e2e-054e-45f5-b9a3-6b3706683ab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12052 2024.12.14 03:42:53.903533 [ 255 ] {eaf53e2e-054e-45f5-b9a3-6b3706683ab8} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12053 2024.12.14 03:42:53.903575 [ 255 ] {eaf53e2e-054e-45f5-b9a3-6b3706683ab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12054 2024.12.14 03:42:53.903941 [ 255 ] {eaf53e2e-054e-45f5-b9a3-6b3706683ab8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12055 2024.12.14 03:42:53.904177 [ 255 ] {eaf53e2e-054e-45f5-b9a3-6b3706683ab8} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12056 2024.12.14 03:42:53.904404 [ 255 ] {eaf53e2e-054e-45f5-b9a3-6b3706683ab8} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001655 sec., 13897.280966767372 rows/sec., 1002.53 KiB/sec.
12057 2024.12.14 03:42:53.904466 [ 255 ] {eaf53e2e-054e-45f5-b9a3-6b3706683ab8} <Debug> TCPHandler: Processed in 0.001899048 sec.
12058 2024.12.14 03:42:53.904618 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12059 2024.12.14 03:42:53.904735 [ 258 ] {133c3e79-7cbe-4268-92a4-414082aaa839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12060 2024.12.14 03:42:53.904783 [ 258 ] {133c3e79-7cbe-4268-92a4-414082aaa839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12061 2024.12.14 03:42:53.905373 [ 258 ] {133c3e79-7cbe-4268-92a4-414082aaa839} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12062 2024.12.14 03:42:53.905412 [ 258 ] {133c3e79-7cbe-4268-92a4-414082aaa839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12063 2024.12.14 03:42:53.905763 [ 258 ] {133c3e79-7cbe-4268-92a4-414082aaa839} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
12064 2024.12.14 03:42:53.906008 [ 258 ] {133c3e79-7cbe-4268-92a4-414082aaa839} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12065 2024.12.14 03:42:53.906222 [ 258 ] {133c3e79-7cbe-4268-92a4-414082aaa839} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00151 sec., 9271.523178807947 rows/sec., 649.32 KiB/sec.
12066 2024.12.14 03:42:53.906275 [ 258 ] {133c3e79-7cbe-4268-92a4-414082aaa839} <Debug> TCPHandler: Processed in 0.001712614 sec.
12067 2024.12.14 03:42:53.906434 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12068 2024.12.14 03:42:53.906573 [ 255 ] {9048347c-179b-4c6a-bb39-a7c6aa8c8de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12069 2024.12.14 03:42:53.906635 [ 255 ] {9048347c-179b-4c6a-bb39-a7c6aa8c8de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12070 2024.12.14 03:42:53.907327 [ 255 ] {9048347c-179b-4c6a-bb39-a7c6aa8c8de6} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12071 2024.12.14 03:42:53.907368 [ 255 ] {9048347c-179b-4c6a-bb39-a7c6aa8c8de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12072 2024.12.14 03:42:53.907723 [ 255 ] {9048347c-179b-4c6a-bb39-a7c6aa8c8de6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12073 2024.12.14 03:42:53.907957 [ 255 ] {9048347c-179b-4c6a-bb39-a7c6aa8c8de6} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12074 2024.12.14 03:42:53.908163 [ 255 ] {9048347c-179b-4c6a-bb39-a7c6aa8c8de6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec.
12075 2024.12.14 03:42:53.908220 [ 255 ] {9048347c-179b-4c6a-bb39-a7c6aa8c8de6} <Debug> TCPHandler: Processed in 0.001856087 sec.
12076 2024.12.14 03:42:53.908381 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12077 2024.12.14 03:42:53.908517 [ 258 ] {572a34cc-6452-4ba1-9887-ac9d137eeaf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12078 2024.12.14 03:42:53.908575 [ 258 ] {572a34cc-6452-4ba1-9887-ac9d137eeaf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12079 2024.12.14 03:42:53.909414 [ 258 ] {572a34cc-6452-4ba1-9887-ac9d137eeaf5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12080 2024.12.14 03:42:53.909453 [ 258 ] {572a34cc-6452-4ba1-9887-ac9d137eeaf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12081 2024.12.14 03:42:53.909834 [ 258 ] {572a34cc-6452-4ba1-9887-ac9d137eeaf5} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12082 2024.12.14 03:42:53.910074 [ 258 ] {572a34cc-6452-4ba1-9887-ac9d137eeaf5} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12083 2024.12.14 03:42:53.910306 [ 258 ] {572a34cc-6452-4ba1-9887-ac9d137eeaf5} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001812 sec., 219646.79911699778 rows/sec., 15.61 MiB/sec.
12084 2024.12.14 03:42:53.910415 [ 258 ] {572a34cc-6452-4ba1-9887-ac9d137eeaf5} <Debug> TCPHandler: Processed in 0.002096992 sec.
12085 2024.12.14 03:42:53.910618 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12086 2024.12.14 03:42:53.910992 [ 255 ] {8377f942-38c0-418e-b5a0-b83dac6cbe42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12087 2024.12.14 03:42:53.911179 [ 255 ] {8377f942-38c0-418e-b5a0-b83dac6cbe42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12088 2024.12.14 03:42:53.912075 [ 255 ] {8377f942-38c0-418e-b5a0-b83dac6cbe42} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12089 2024.12.14 03:42:53.912117 [ 255 ] {8377f942-38c0-418e-b5a0-b83dac6cbe42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12090 2024.12.14 03:42:53.912489 [ 255 ] {8377f942-38c0-418e-b5a0-b83dac6cbe42} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12091 2024.12.14 03:42:53.912720 [ 255 ] {8377f942-38c0-418e-b5a0-b83dac6cbe42} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12092 2024.12.14 03:42:53.912966 [ 255 ] {8377f942-38c0-418e-b5a0-b83dac6cbe42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002114 sec., 2838.2213812677387 rows/sec., 148.29 KiB/sec.
12093 2024.12.14 03:42:53.913162 [ 255 ] {8377f942-38c0-418e-b5a0-b83dac6cbe42} <Debug> TCPHandler: Processed in 0.002653503 sec.
12094 2024.12.14 03:42:53.913363 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12095 2024.12.14 03:42:53.913500 [ 258 ] {bbf16891-5ba9-44ef-ac65-2e554696e39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12096 2024.12.14 03:42:53.913562 [ 258 ] {bbf16891-5ba9-44ef-ac65-2e554696e39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12097 2024.12.14 03:42:53.914231 [ 258 ] {bbf16891-5ba9-44ef-ac65-2e554696e39c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12098 2024.12.14 03:42:53.914276 [ 258 ] {bbf16891-5ba9-44ef-ac65-2e554696e39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12099 2024.12.14 03:42:53.914677 [ 258 ] {bbf16891-5ba9-44ef-ac65-2e554696e39c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12100 2024.12.14 03:42:53.914913 [ 258 ] {bbf16891-5ba9-44ef-ac65-2e554696e39c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12101 2024.12.14 03:42:53.915125 [ 258 ] {bbf16891-5ba9-44ef-ac65-2e554696e39c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001655 sec., 143202.416918429 rows/sec., 9.60 MiB/sec.
12102 2024.12.14 03:42:53.915177 [ 258 ] {bbf16891-5ba9-44ef-ac65-2e554696e39c} <Debug> TCPHandler: Processed in 0.001903508 sec.
12103 2024.12.14 03:42:53.915347 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12104 2024.12.14 03:42:53.915569 [ 255 ] {12c49573-df34-45e1-a7b7-4b8161c07b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12105 2024.12.14 03:42:53.915667 [ 255 ] {12c49573-df34-45e1-a7b7-4b8161c07b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12106 2024.12.14 03:42:53.916457 [ 255 ] {12c49573-df34-45e1-a7b7-4b8161c07b0e} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12107 2024.12.14 03:42:53.916498 [ 255 ] {12c49573-df34-45e1-a7b7-4b8161c07b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12108 2024.12.14 03:42:53.916850 [ 255 ] {12c49573-df34-45e1-a7b7-4b8161c07b0e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12109 2024.12.14 03:42:53.917090 [ 255 ] {12c49573-df34-45e1-a7b7-4b8161c07b0e} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12110 2024.12.14 03:42:53.917346 [ 255 ] {12c49573-df34-45e1-a7b7-4b8161c07b0e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001826 sec., 547.645125958379 rows/sec., 36.90 KiB/sec.
12111 2024.12.14 03:42:53.917580 [ 255 ] {12c49573-df34-45e1-a7b7-4b8161c07b0e} <Debug> TCPHandler: Processed in 0.002309396 sec.
12112 2024.12.14 03:42:53.917849 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12113 2024.12.14 03:42:53.918070 [ 258 ] {3d4d36bf-877e-45c6-b971-14485a4e9857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12114 2024.12.14 03:42:53.918205 [ 258 ] {3d4d36bf-877e-45c6-b971-14485a4e9857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12115 2024.12.14 03:42:53.919385 [ 258 ] {3d4d36bf-877e-45c6-b971-14485a4e9857} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12116 2024.12.14 03:42:53.919424 [ 258 ] {3d4d36bf-877e-45c6-b971-14485a4e9857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12117 2024.12.14 03:42:53.920045 [ 258 ] {3d4d36bf-877e-45c6-b971-14485a4e9857} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12118 2024.12.14 03:42:53.920303 [ 258 ] {3d4d36bf-877e-45c6-b971-14485a4e9857} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12119 2024.12.14 03:42:53.920493 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12120 2024.12.14 03:42:53.920570 [ 258 ] {3d4d36bf-877e-45c6-b971-14485a4e9857} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002545 sec., 6286.836935166994 rows/sec., 11.27 MiB/sec.
12121 2024.12.14 03:42:53.920581 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12122 2024.12.14 03:42:53.920661 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12123 2024.12.14 03:42:53.920987 [ 258 ] {3d4d36bf-877e-45c6-b971-14485a4e9857} <Debug> TCPHandler: Processed in 0.003300236 sec.
12124 2024.12.14 03:42:53.921057 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
12125 2024.12.14 03:42:53.921512 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12126 2024.12.14 03:42:53.922101 [ 255 ] {98f84f4c-d594-4cc6-9a06-06671ed479a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12127 2024.12.14 03:42:53.922395 [ 255 ] {98f84f4c-d594-4cc6-9a06-06671ed479a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12128 2024.12.14 03:42:53.922594 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12129 2024.12.14 03:42:53.922874 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1543 rows starting from the beginning of the part
12130 2024.12.14 03:42:53.923697 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 16 rows starting from the beginning of the part
12131 2024.12.14 03:42:53.924501 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 25 rows starting from the beginning of the part
12132 2024.12.14 03:42:53.924596 [ 255 ] {98f84f4c-d594-4cc6-9a06-06671ed479a5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12133 2024.12.14 03:42:53.924680 [ 255 ] {98f84f4c-d594-4cc6-9a06-06671ed479a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12134 2024.12.14 03:42:53.925154 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 16 rows starting from the beginning of the part
12135 2024.12.14 03:42:53.925855 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 25 rows starting from the beginning of the part
12136 2024.12.14 03:42:53.926246 [ 255 ] {98f84f4c-d594-4cc6-9a06-06671ed479a5} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12137 2024.12.14 03:42:53.926452 [ 196 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 16 rows starting from the beginning of the part
12138 2024.12.14 03:42:53.927207 [ 255 ] {98f84f4c-d594-4cc6-9a06-06671ed479a5} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12139 2024.12.14 03:42:53.927769 [ 255 ] {98f84f4c-d594-4cc6-9a06-06671ed479a5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005886 sec., 13931.362555215766 rows/sec., 906.05 KiB/sec.
12140 2024.12.14 03:42:53.927902 [ 255 ] {98f84f4c-d594-4cc6-9a06-06671ed479a5} <Debug> TCPHandler: Processed in 0.006790086 sec.
12141 2024.12.14 03:42:53.937171 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1641 rows, containing 19 columns (19 merged, 0 gathered) in 0.016357897 sec., 100318.51893920105 rows/sec., 179.77 MiB/sec.
12142 2024.12.14 03:42:53.938798 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12143 2024.12.14 03:42:53.939224 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12144 2024.12.14 03:42:53.939320 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12145 2024.12.14 03:42:53.939510 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB.
12146 2024.12.14 03:42:54.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.19 MiB, peak 260.62 MiB, free memory in arenas 0.00 B, will set to 252.81 MiB (RSS), difference: 7.62 MiB
12147 2024.12.14 03:42:54.001688 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001249755 sec.
12148 2024.12.14 03:42:55.258798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
12149 2024.12.14 03:42:55.279694 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12150 2024.12.14 03:42:55.279740 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12151 2024.12.14 03:42:55.287079 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12152 2024.12.14 03:42:55.287864 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12153 2024.12.14 03:42:55.290446 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
12154 2024.12.14 03:42:58.894028 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12155 2024.12.14 03:42:58.894209 [ 255 ] {eb956d08-3fc2-42ad-94ec-32cc1201798e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12156 2024.12.14 03:42:58.894283 [ 255 ] {eb956d08-3fc2-42ad-94ec-32cc1201798e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12157 2024.12.14 03:42:58.895029 [ 255 ] {eb956d08-3fc2-42ad-94ec-32cc1201798e} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12158 2024.12.14 03:42:58.895078 [ 255 ] {eb956d08-3fc2-42ad-94ec-32cc1201798e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12159 2024.12.14 03:42:58.895519 [ 255 ] {eb956d08-3fc2-42ad-94ec-32cc1201798e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
12160 2024.12.14 03:42:58.895775 [ 255 ] {eb956d08-3fc2-42ad-94ec-32cc1201798e} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12161 2024.12.14 03:42:58.896029 [ 255 ] {eb956d08-3fc2-42ad-94ec-32cc1201798e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001856 sec., 3232.7586206896553 rows/sec., 263.61 KiB/sec.
12162 2024.12.14 03:42:58.896264 [ 255 ] {eb956d08-3fc2-42ad-94ec-32cc1201798e} <Debug> TCPHandler: Processed in 0.002359857 sec.
12163 2024.12.14 03:42:58.896550 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12164 2024.12.14 03:42:58.896763 [ 258 ] {4a1bad24-54b0-4ebb-804c-548b78ffc532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12165 2024.12.14 03:42:58.896849 [ 258 ] {4a1bad24-54b0-4ebb-804c-548b78ffc532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12166 2024.12.14 03:42:58.897732 [ 258 ] {4a1bad24-54b0-4ebb-804c-548b78ffc532} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12167 2024.12.14 03:42:58.897787 [ 258 ] {4a1bad24-54b0-4ebb-804c-548b78ffc532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12168 2024.12.14 03:42:58.898258 [ 258 ] {4a1bad24-54b0-4ebb-804c-548b78ffc532} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12169 2024.12.14 03:42:58.898516 [ 258 ] {4a1bad24-54b0-4ebb-804c-548b78ffc532} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12170 2024.12.14 03:42:58.898713 [ 57 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0
12171 2024.12.14 03:42:58.898778 [ 57 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12172 2024.12.14 03:42:58.898802 [ 258 ] {4a1bad24-54b0-4ebb-804c-548b78ffc532} <Debug> executeQuery: Read 109 rows, 9.40 KiB in 0.002081 sec., 52378.664103796254 rows/sec., 4.41 MiB/sec.
12173 2024.12.14 03:42:58.898815 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12174 2024.12.14 03:42:58.898968 [ 258 ] {4a1bad24-54b0-4ebb-804c-548b78ffc532} <Debug> TCPHandler: Processed in 0.002569932 sec.
12175 2024.12.14 03:42:58.899232 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12176 2024.12.14 03:42:58.899248 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full
12177 2024.12.14 03:42:58.899607 [ 255 ] {8bf223fe-295b-4096-9f69-93a15e665199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12178 2024.12.14 03:42:58.899791 [ 255 ] {8bf223fe-295b-4096-9f69-93a15e665199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12179 2024.12.14 03:42:58.900000 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12180 2024.12.14 03:42:58.900190 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_99_20, total 1435 rows starting from the beginning of the part
12181 2024.12.14 03:42:58.901040 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1376 rows starting from the beginning of the part
12182 2024.12.14 03:42:58.901457 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part
12183 2024.12.14 03:42:58.901835 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 106 rows starting from the beginning of the part
12184 2024.12.14 03:42:58.902220 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 235 rows starting from the beginning of the part
12185 2024.12.14 03:42:58.902585 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 109 rows starting from the beginning of the part
12186 2024.12.14 03:42:58.903412 [ 255 ] {8bf223fe-295b-4096-9f69-93a15e665199} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12187 2024.12.14 03:42:58.903488 [ 255 ] {8bf223fe-295b-4096-9f69-93a15e665199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12188 2024.12.14 03:42:58.904349 [ 255 ] {8bf223fe-295b-4096-9f69-93a15e665199} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12189 2024.12.14 03:42:58.904987 [ 255 ] {8bf223fe-295b-4096-9f69-93a15e665199} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12190 2024.12.14 03:42:58.905390 [ 255 ] {8bf223fe-295b-4096-9f69-93a15e665199} <Debug> executeQuery: Read 31 rows, 2.30 KiB in 0.005912 sec., 5243.572395128553 rows/sec., 388.84 KiB/sec.
12191 2024.12.14 03:42:58.905494 [ 255 ] {8bf223fe-295b-4096-9f69-93a15e665199} <Debug> TCPHandler: Processed in 0.006422669 sec.
12192 2024.12.14 03:42:58.905651 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12193 2024.12.14 03:42:58.905876 [ 258 ] {81853745-c911-432a-90b9-df0d2e874ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12194 2024.12.14 03:42:58.906039 [ 258 ] {81853745-c911-432a-90b9-df0d2e874ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12195 2024.12.14 03:42:58.906240 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.007256335 sec., 457117.814985113 rows/sec., 40.06 MiB/sec.
12196 2024.12.14 03:42:58.906553 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary)
12197 2024.12.14 03:42:58.907162 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12198 2024.12.14 03:42:58.907379 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_104_21} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21
12199 2024.12.14 03:42:58.907516 [ 258 ] {81853745-c911-432a-90b9-df0d2e874ee6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12200 2024.12.14 03:42:58.907551 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
12201 2024.12.14 03:42:58.907590 [ 258 ] {81853745-c911-432a-90b9-df0d2e874ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12202 2024.12.14 03:42:58.908002 [ 258 ] {81853745-c911-432a-90b9-df0d2e874ee6} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12203 2024.12.14 03:42:58.908249 [ 258 ] {81853745-c911-432a-90b9-df0d2e874ee6} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12204 2024.12.14 03:42:58.908426 [ 57 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0
12205 2024.12.14 03:42:58.908487 [ 57 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12206 2024.12.14 03:42:58.908506 [ 258 ] {81853745-c911-432a-90b9-df0d2e874ee6} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.002715 sec., 34990.79189686925 rows/sec., 2.74 MiB/sec.
12207 2024.12.14 03:42:58.908531 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12208 2024.12.14 03:42:58.908689 [ 258 ] {81853745-c911-432a-90b9-df0d2e874ee6} <Debug> TCPHandler: Processed in 0.003105613 sec.
12209 2024.12.14 03:42:58.908789 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full
12210 2024.12.14 03:42:58.908886 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12211 2024.12.14 03:42:58.909045 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12212 2024.12.14 03:42:58.909118 [ 255 ] {0c3d71e5-b221-4a27-8529-da67a5d7606b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12213 2024.12.14 03:42:58.909120 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_99_20, total 915 rows starting from the beginning of the part
12214 2024.12.14 03:42:58.909239 [ 255 ] {0c3d71e5-b221-4a27-8529-da67a5d7606b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12215 2024.12.14 03:42:58.909402 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 856 rows starting from the beginning of the part
12216 2024.12.14 03:42:58.909782 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part
12217 2024.12.14 03:42:58.910161 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 89 rows starting from the beginning of the part
12218 2024.12.14 03:42:58.910555 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 398 rows starting from the beginning of the part
12219 2024.12.14 03:42:58.910943 [ 190 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 95 rows starting from the beginning of the part
12220 2024.12.14 03:42:58.912043 [ 255 ] {0c3d71e5-b221-4a27-8529-da67a5d7606b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12221 2024.12.14 03:42:58.912113 [ 255 ] {0c3d71e5-b221-4a27-8529-da67a5d7606b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12222 2024.12.14 03:42:58.913018 [ 255 ] {0c3d71e5-b221-4a27-8529-da67a5d7606b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12223 2024.12.14 03:42:58.913465 [ 255 ] {0c3d71e5-b221-4a27-8529-da67a5d7606b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12224 2024.12.14 03:42:58.913743 [ 255 ] {0c3d71e5-b221-4a27-8529-da67a5d7606b} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00469 sec., 34754.79744136461 rows/sec., 2.42 MiB/sec.
12225 2024.12.14 03:42:58.913863 [ 255 ] {0c3d71e5-b221-4a27-8529-da67a5d7606b} <Debug> TCPHandler: Processed in 0.005073151 sec.
12226 2024.12.14 03:42:58.914089 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12227 2024.12.14 03:42:58.914378 [ 258 ] {cb8fe52c-7b6e-497c-9369-af19576fd008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12228 2024.12.14 03:42:58.914389 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.005736765 sec., 421317.58926851634 rows/sec., 32.31 MiB/sec.
12229 2024.12.14 03:42:58.914529 [ 258 ] {cb8fe52c-7b6e-497c-9369-af19576fd008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12230 2024.12.14 03:42:58.914749 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary)
12231 2024.12.14 03:42:58.915516 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12232 2024.12.14 03:42:58.915784 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_104_21} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21
12233 2024.12.14 03:42:58.916022 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
12234 2024.12.14 03:42:58.916812 [ 258 ] {cb8fe52c-7b6e-497c-9369-af19576fd008} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12235 2024.12.14 03:42:58.916861 [ 258 ] {cb8fe52c-7b6e-497c-9369-af19576fd008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12236 2024.12.14 03:42:58.917542 [ 258 ] {cb8fe52c-7b6e-497c-9369-af19576fd008} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12237 2024.12.14 03:42:58.917812 [ 258 ] {cb8fe52c-7b6e-497c-9369-af19576fd008} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12238 2024.12.14 03:42:58.918100 [ 258 ] {cb8fe52c-7b6e-497c-9369-af19576fd008} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.003787 sec., 6601.531555320835 rows/sec., 11.83 MiB/sec.
12239 2024.12.14 03:42:58.918437 [ 258 ] {cb8fe52c-7b6e-497c-9369-af19576fd008} <Debug> TCPHandler: Processed in 0.00448745 sec.
12240 2024.12.14 03:42:58.918725 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12241 2024.12.14 03:42:58.918911 [ 255 ] {bdec08c1-99b0-45dd-95d4-33c884e64eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12242 2024.12.14 03:42:58.918976 [ 255 ] {bdec08c1-99b0-45dd-95d4-33c884e64eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12243 2024.12.14 03:42:58.919559 [ 255 ] {bdec08c1-99b0-45dd-95d4-33c884e64eb0} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12244 2024.12.14 03:42:58.919600 [ 255 ] {bdec08c1-99b0-45dd-95d4-33c884e64eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12245 2024.12.14 03:42:58.919987 [ 255 ] {bdec08c1-99b0-45dd-95d4-33c884e64eb0} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12246 2024.12.14 03:42:58.920239 [ 255 ] {bdec08c1-99b0-45dd-95d4-33c884e64eb0} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12247 2024.12.14 03:42:58.920433 [ 255 ] {bdec08c1-99b0-45dd-95d4-33c884e64eb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.60 MiB/sec.
12248 2024.12.14 03:42:58.920533 [ 255 ] {bdec08c1-99b0-45dd-95d4-33c884e64eb0} <Debug> TCPHandler: Processed in 0.001942559 sec.
12249 2024.12.14 03:43:00.620213 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768
12250 2024.12.14 03:43:00.620957 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12251 2024.12.14 03:43:00.621014 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12252 2024.12.14 03:43:00.621559 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12253 2024.12.14 03:43:00.621832 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12254 2024.12.14 03:43:00.622140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768
12255 2024.12.14 03:43:02.790560 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
12256 2024.12.14 03:43:02.812837 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12257 2024.12.14 03:43:02.812906 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12258 2024.12.14 03:43:02.820278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12259 2024.12.14 03:43:02.821097 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12260 2024.12.14 03:43:02.824761 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
12261 2024.12.14 03:43:03.281357 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1694
12262 2024.12.14 03:43:03.284601 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12263 2024.12.14 03:43:03.284654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12264 2024.12.14 03:43:03.286159 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12265 2024.12.14 03:43:03.286468 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12266 2024.12.14 03:43:03.287896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1694
12267 2024.12.14 03:43:03.898343 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12268 2024.12.14 03:43:03.898550 [ 255 ] {7a48c908-3fcf-40e1-baa5-a736b33b2d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12269 2024.12.14 03:43:03.898632 [ 255 ] {7a48c908-3fcf-40e1-baa5-a736b33b2d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12270 2024.12.14 03:43:03.899402 [ 255 ] {7a48c908-3fcf-40e1-baa5-a736b33b2d8e} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12271 2024.12.14 03:43:03.899452 [ 255 ] {7a48c908-3fcf-40e1-baa5-a736b33b2d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12272 2024.12.14 03:43:03.899888 [ 255 ] {7a48c908-3fcf-40e1-baa5-a736b33b2d8e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12273 2024.12.14 03:43:03.900141 [ 255 ] {7a48c908-3fcf-40e1-baa5-a736b33b2d8e} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12274 2024.12.14 03:43:03.900341 [ 50 ] {} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
12275 2024.12.14 03:43:03.900403 [ 255 ] {7a48c908-3fcf-40e1-baa5-a736b33b2d8e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec.
12276 2024.12.14 03:43:03.900428 [ 50 ] {} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12277 2024.12.14 03:43:03.900492 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12278 2024.12.14 03:43:03.900544 [ 255 ] {7a48c908-3fcf-40e1-baa5-a736b33b2d8e} <Debug> TCPHandler: Processed in 0.002336237 sec.
12279 2024.12.14 03:43:03.900800 [ 187 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
12280 2024.12.14 03:43:03.900918 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12281 2024.12.14 03:43:03.901087 [ 187 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12282 2024.12.14 03:43:03.901168 [ 187 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
12283 2024.12.14 03:43:03.901244 [ 258 ] {67253f4a-f26b-4492-97e5-f7094e01ae17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12284 2024.12.14 03:43:03.901390 [ 187 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
12285 2024.12.14 03:43:03.901417 [ 258 ] {67253f4a-f26b-4492-97e5-f7094e01ae17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12286 2024.12.14 03:43:03.901898 [ 187 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
12287 2024.12.14 03:43:03.902127 [ 187 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
12288 2024.12.14 03:43:03.902341 [ 187 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
12289 2024.12.14 03:43:03.903693 [ 258 ] {67253f4a-f26b-4492-97e5-f7094e01ae17} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12290 2024.12.14 03:43:03.903745 [ 258 ] {67253f4a-f26b-4492-97e5-f7094e01ae17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12291 2024.12.14 03:43:03.904027 [ 192 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003368247 sec., 20782.323861640787 rows/sec., 1.54 MiB/sec.
12292 2024.12.14 03:43:03.904308 [ 192 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
12293 2024.12.14 03:43:03.904449 [ 258 ] {67253f4a-f26b-4492-97e5-f7094e01ae17} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12294 2024.12.14 03:43:03.904904 [ 192 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_29_7} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12295 2024.12.14 03:43:03.905016 [ 258 ] {67253f4a-f26b-4492-97e5-f7094e01ae17} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12296 2024.12.14 03:43:03.905130 [ 192 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_29_7} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
12297 2024.12.14 03:43:03.905403 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12298 2024.12.14 03:43:03.905469 [ 258 ] {67253f4a-f26b-4492-97e5-f7094e01ae17} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.004328 sec., 54297.59704251386 rows/sec., 4.74 MiB/sec.
12299 2024.12.14 03:43:03.905547 [ 258 ] {67253f4a-f26b-4492-97e5-f7094e01ae17} <Debug> TCPHandler: Processed in 0.004838787 sec.
12300 2024.12.14 03:43:03.905723 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12301 2024.12.14 03:43:03.905852 [ 255 ] {f9cfe7ad-4fcd-4d9c-be5a-d67968b6dd7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12302 2024.12.14 03:43:03.905908 [ 255 ] {f9cfe7ad-4fcd-4d9c-be5a-d67968b6dd7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12303 2024.12.14 03:43:03.906540 [ 255 ] {f9cfe7ad-4fcd-4d9c-be5a-d67968b6dd7b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12304 2024.12.14 03:43:03.906582 [ 255 ] {f9cfe7ad-4fcd-4d9c-be5a-d67968b6dd7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12305 2024.12.14 03:43:03.906961 [ 255 ] {f9cfe7ad-4fcd-4d9c-be5a-d67968b6dd7b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12306 2024.12.14 03:43:03.907203 [ 255 ] {f9cfe7ad-4fcd-4d9c-be5a-d67968b6dd7b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12307 2024.12.14 03:43:03.907417 [ 255 ] {f9cfe7ad-4fcd-4d9c-be5a-d67968b6dd7b} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001595 sec., 14420.062695924764 rows/sec., 1.02 MiB/sec.
12308 2024.12.14 03:43:03.907473 [ 255 ] {f9cfe7ad-4fcd-4d9c-be5a-d67968b6dd7b} <Debug> TCPHandler: Processed in 0.001815187 sec.
12309 2024.12.14 03:43:03.907623 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12310 2024.12.14 03:43:03.907763 [ 258 ] {8b09c5c8-62a4-4288-900c-0d7c7a499e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12311 2024.12.14 03:43:03.907826 [ 258 ] {8b09c5c8-62a4-4288-900c-0d7c7a499e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12312 2024.12.14 03:43:03.908516 [ 258 ] {8b09c5c8-62a4-4288-900c-0d7c7a499e39} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12313 2024.12.14 03:43:03.908566 [ 258 ] {8b09c5c8-62a4-4288-900c-0d7c7a499e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12314 2024.12.14 03:43:03.908950 [ 258 ] {8b09c5c8-62a4-4288-900c-0d7c7a499e39} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
12315 2024.12.14 03:43:03.909190 [ 258 ] {8b09c5c8-62a4-4288-900c-0d7c7a499e39} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12316 2024.12.14 03:43:03.909406 [ 258 ] {8b09c5c8-62a4-4288-900c-0d7c7a499e39} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00168 sec., 8333.333333333332 rows/sec., 583.61 KiB/sec.
12317 2024.12.14 03:43:03.909462 [ 258 ] {8b09c5c8-62a4-4288-900c-0d7c7a499e39} <Debug> TCPHandler: Processed in 0.001898109 sec.
12318 2024.12.14 03:43:03.909610 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12319 2024.12.14 03:43:03.909730 [ 255 ] {ff2ae037-c7d3-4ed7-99bb-65f13a2975ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12320 2024.12.14 03:43:03.909781 [ 255 ] {ff2ae037-c7d3-4ed7-99bb-65f13a2975ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12321 2024.12.14 03:43:03.910370 [ 255 ] {ff2ae037-c7d3-4ed7-99bb-65f13a2975ca} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12322 2024.12.14 03:43:03.910410 [ 255 ] {ff2ae037-c7d3-4ed7-99bb-65f13a2975ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12323 2024.12.14 03:43:03.910768 [ 255 ] {ff2ae037-c7d3-4ed7-99bb-65f13a2975ca} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12324 2024.12.14 03:43:03.911016 [ 255 ] {ff2ae037-c7d3-4ed7-99bb-65f13a2975ca} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12325 2024.12.14 03:43:03.911178 [ 50 ] {} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
12326 2024.12.14 03:43:03.911237 [ 50 ] {} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12327 2024.12.14 03:43:03.911267 [ 255 ] {ff2ae037-c7d3-4ed7-99bb-65f13a2975ca} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec.
12328 2024.12.14 03:43:03.911282 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12329 2024.12.14 03:43:03.911428 [ 255 ] {ff2ae037-c7d3-4ed7-99bb-65f13a2975ca} <Debug> TCPHandler: Processed in 0.001873838 sec.
12330 2024.12.14 03:43:03.911505 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
12331 2024.12.14 03:43:03.911605 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12332 2024.12.14 03:43:03.911650 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12333 2024.12.14 03:43:03.911683 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
12334 2024.12.14 03:43:03.911761 [ 258 ] {10c675b6-a064-491c-b3eb-09071c33cdf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12335 2024.12.14 03:43:03.911867 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
12336 2024.12.14 03:43:03.911918 [ 258 ] {10c675b6-a064-491c-b3eb-09071c33cdf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12337 2024.12.14 03:43:03.912277 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
12338 2024.12.14 03:43:03.912653 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
12339 2024.12.14 03:43:03.912951 [ 187 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
12340 2024.12.14 03:43:03.914250 [ 258 ] {10c675b6-a064-491c-b3eb-09071c33cdf8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12341 2024.12.14 03:43:03.914297 [ 258 ] {10c675b6-a064-491c-b3eb-09071c33cdf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12342 2024.12.14 03:43:03.914561 [ 189 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003135272 sec., 20731.853568047685 rows/sec., 1.34 MiB/sec.
12343 2024.12.14 03:43:03.914770 [ 189 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
12344 2024.12.14 03:43:03.915055 [ 258 ] {10c675b6-a064-491c-b3eb-09071c33cdf8} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12345 2024.12.14 03:43:03.915332 [ 189 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_29_7} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12346 2024.12.14 03:43:03.915481 [ 258 ] {10c675b6-a064-491c-b3eb-09071c33cdf8} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12347 2024.12.14 03:43:03.915496 [ 189 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_29_7} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
12348 2024.12.14 03:43:03.915671 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12349 2024.12.14 03:43:03.915852 [ 258 ] {10c675b6-a064-491c-b3eb-09071c33cdf8} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.004141 sec., 96112.05022941319 rows/sec., 6.83 MiB/sec.
12350 2024.12.14 03:43:03.915922 [ 258 ] {10c675b6-a064-491c-b3eb-09071c33cdf8} <Debug> TCPHandler: Processed in 0.004397958 sec.
12351 2024.12.14 03:43:03.916066 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12352 2024.12.14 03:43:03.916187 [ 255 ] {85706bfe-a634-4090-a9ad-c380db60d0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12353 2024.12.14 03:43:03.916242 [ 255 ] {85706bfe-a634-4090-a9ad-c380db60d0b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12354 2024.12.14 03:43:03.916743 [ 255 ] {85706bfe-a634-4090-a9ad-c380db60d0b1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12355 2024.12.14 03:43:03.916784 [ 255 ] {85706bfe-a634-4090-a9ad-c380db60d0b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12356 2024.12.14 03:43:03.917158 [ 255 ] {85706bfe-a634-4090-a9ad-c380db60d0b1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12357 2024.12.14 03:43:03.917408 [ 255 ] {85706bfe-a634-4090-a9ad-c380db60d0b1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12358 2024.12.14 03:43:03.917664 [ 255 ] {85706bfe-a634-4090-a9ad-c380db60d0b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec.
12359 2024.12.14 03:43:03.917868 [ 255 ] {85706bfe-a634-4090-a9ad-c380db60d0b1} <Debug> TCPHandler: Processed in 0.001853657 sec.
12360 2024.12.14 03:43:03.918045 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12361 2024.12.14 03:43:03.918162 [ 258 ] {6e230b42-15bb-4f03-9174-61cef8146138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12362 2024.12.14 03:43:03.918217 [ 258 ] {6e230b42-15bb-4f03-9174-61cef8146138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12363 2024.12.14 03:43:03.918800 [ 258 ] {6e230b42-15bb-4f03-9174-61cef8146138} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12364 2024.12.14 03:43:03.918841 [ 258 ] {6e230b42-15bb-4f03-9174-61cef8146138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12365 2024.12.14 03:43:03.919245 [ 258 ] {6e230b42-15bb-4f03-9174-61cef8146138} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12366 2024.12.14 03:43:03.919486 [ 258 ] {6e230b42-15bb-4f03-9174-61cef8146138} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12367 2024.12.14 03:43:03.919662 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0
12368 2024.12.14 03:43:03.919723 [ 258 ] {6e230b42-15bb-4f03-9174-61cef8146138} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001578 sec., 150190.11406844106 rows/sec., 10.07 MiB/sec.
12369 2024.12.14 03:43:03.919727 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12370 2024.12.14 03:43:03.919820 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12371 2024.12.14 03:43:03.919857 [ 258 ] {6e230b42-15bb-4f03-9174-61cef8146138} <Debug> TCPHandler: Processed in 0.001886208 sec.
12372 2024.12.14 03:43:03.920065 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12373 2024.12.14 03:43:03.920067 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full
12374 2024.12.14 03:43:03.920239 [ 255 ] {cc4177eb-f426-4f21-a47e-1181bf390db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12375 2024.12.14 03:43:03.920250 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12376 2024.12.14 03:43:03.920303 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 27841 rows starting from the beginning of the part
12377 2024.12.14 03:43:03.920312 [ 255 ] {cc4177eb-f426-4f21-a47e-1181bf390db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12378 2024.12.14 03:43:03.920566 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 32 rows starting from the beginning of the part
12379 2024.12.14 03:43:03.920967 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part
12380 2024.12.14 03:43:03.921379 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part
12381 2024.12.14 03:43:03.921728 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 163 rows starting from the beginning of the part
12382 2024.12.14 03:43:03.921951 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 237 rows starting from the beginning of the part
12383 2024.12.14 03:43:03.922585 [ 255 ] {cc4177eb-f426-4f21-a47e-1181bf390db1} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12384 2024.12.14 03:43:03.922632 [ 255 ] {cc4177eb-f426-4f21-a47e-1181bf390db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12385 2024.12.14 03:43:03.923115 [ 255 ] {cc4177eb-f426-4f21-a47e-1181bf390db1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12386 2024.12.14 03:43:03.923377 [ 255 ] {cc4177eb-f426-4f21-a47e-1181bf390db1} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12387 2024.12.14 03:43:03.923648 [ 255 ] {cc4177eb-f426-4f21-a47e-1181bf390db1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003459 sec., 289.10089621277825 rows/sec., 19.48 KiB/sec.
12388 2024.12.14 03:43:03.923763 [ 255 ] {cc4177eb-f426-4f21-a47e-1181bf390db1} <Debug> TCPHandler: Processed in 0.003805576 sec.
12389 2024.12.14 03:43:03.924029 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12390 2024.12.14 03:43:03.924325 [ 258 ] {53ca7455-c67e-43fd-817a-a497edbffd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12391 2024.12.14 03:43:03.924485 [ 258 ] {53ca7455-c67e-43fd-817a-a497edbffd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12392 2024.12.14 03:43:03.926257 [ 258 ] {53ca7455-c67e-43fd-817a-a497edbffd08} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12393 2024.12.14 03:43:03.926298 [ 258 ] {53ca7455-c67e-43fd-817a-a497edbffd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12394 2024.12.14 03:43:03.927227 [ 258 ] {53ca7455-c67e-43fd-817a-a497edbffd08} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12395 2024.12.14 03:43:03.927563 [ 258 ] {53ca7455-c67e-43fd-817a-a497edbffd08} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12396 2024.12.14 03:43:03.927934 [ 258 ] {53ca7455-c67e-43fd-817a-a497edbffd08} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00367 sec., 4359.673024523161 rows/sec., 7.81 MiB/sec.
12397 2024.12.14 03:43:03.928557 [ 258 ] {53ca7455-c67e-43fd-817a-a497edbffd08} <Debug> TCPHandler: Processed in 0.004680104 sec.
12398 2024.12.14 03:43:03.928876 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12399 2024.12.14 03:43:03.929127 [ 255 ] {a501a942-1283-48d9-a195-b1140afc7afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12400 2024.12.14 03:43:03.929205 [ 255 ] {a501a942-1283-48d9-a195-b1140afc7afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12401 2024.12.14 03:43:03.929496 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28670 rows, containing 5 columns (5 merged, 0 gathered) in 0.009571812 sec., 2995253.1453814595 rows/sec., 203.04 MiB/sec.
12402 2024.12.14 03:43:03.929814 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
12403 2024.12.14 03:43:03.929983 [ 255 ] {a501a942-1283-48d9-a195-b1140afc7afe} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12404 2024.12.14 03:43:03.930031 [ 255 ] {a501a942-1283-48d9-a195-b1140afc7afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12405 2024.12.14 03:43:03.930179 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12406 2024.12.14 03:43:03.930296 [ 197 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21
12407 2024.12.14 03:43:03.930404 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12408 2024.12.14 03:43:03.930512 [ 255 ] {a501a942-1283-48d9-a195-b1140afc7afe} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12409 2024.12.14 03:43:03.930754 [ 255 ] {a501a942-1283-48d9-a195-b1140afc7afe} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12410 2024.12.14 03:43:03.931002 [ 255 ] {a501a942-1283-48d9-a195-b1140afc7afe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001906 sec., 43022.035676810076 rows/sec., 2.73 MiB/sec.
12411 2024.12.14 03:43:03.931104 [ 255 ] {a501a942-1283-48d9-a195-b1140afc7afe} <Debug> TCPHandler: Processed in 0.002424758 sec.
12412 2024.12.14 03:43:07.934792 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache
12413 2024.12.14 03:43:07.934860 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache
12414 2024.12.14 03:43:08.122324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256
12415 2024.12.14 03:43:08.123093 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12416 2024.12.14 03:43:08.123140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12417 2024.12.14 03:43:08.123688 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12418 2024.12.14 03:43:08.123952 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12419 2024.12.14 03:43:08.124177 [ 41 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12420 2024.12.14 03:43:08.124212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
12421 2024.12.14 03:43:08.124258 [ 41 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12422 2024.12.14 03:43:08.124291 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12423 2024.12.14 03:43:08.124448 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
12424 2024.12.14 03:43:08.124628 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12425 2024.12.14 03:43:08.124677 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
12426 2024.12.14 03:43:08.124769 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
12427 2024.12.14 03:43:08.124964 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
12428 2024.12.14 03:43:08.125161 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
12429 2024.12.14 03:43:08.125372 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
12430 2024.12.14 03:43:08.125563 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
12431 2024.12.14 03:43:08.128232 [ 191 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003860667 sec., 7836987.753670544 rows/sec., 112.11 MiB/sec.
12432 2024.12.14 03:43:08.128528 [ 191 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12433 2024.12.14 03:43:08.128876 [ 191 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_66_13} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12434 2024.12.14 03:43:08.128964 [ 191 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_66_13} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12435 2024.12.14 03:43:08.129066 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB.
12436 2024.12.14 03:43:08.893815 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12437 2024.12.14 03:43:08.894057 [ 255 ] {03eae9b4-2187-4704-ac53-54631ddf7c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12438 2024.12.14 03:43:08.894139 [ 255 ] {03eae9b4-2187-4704-ac53-54631ddf7c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12439 2024.12.14 03:43:08.895048 [ 255 ] {03eae9b4-2187-4704-ac53-54631ddf7c6a} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12440 2024.12.14 03:43:08.895094 [ 255 ] {03eae9b4-2187-4704-ac53-54631ddf7c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12441 2024.12.14 03:43:08.895534 [ 255 ] {03eae9b4-2187-4704-ac53-54631ddf7c6a} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12442 2024.12.14 03:43:08.895783 [ 255 ] {03eae9b4-2187-4704-ac53-54631ddf7c6a} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12443 2024.12.14 03:43:08.896005 [ 255 ] {03eae9b4-2187-4704-ac53-54631ddf7c6a} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.002002 sec., 52947.05294705295 rows/sec., 4.48 MiB/sec.
12444 2024.12.14 03:43:08.896100 [ 255 ] {03eae9b4-2187-4704-ac53-54631ddf7c6a} <Debug> TCPHandler: Processed in 0.0024788 sec.
12445 2024.12.14 03:43:08.896410 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12446 2024.12.14 03:43:08.896625 [ 258 ] {0209c54f-6eeb-47e0-a421-e1dc900cf18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12447 2024.12.14 03:43:08.896699 [ 258 ] {0209c54f-6eeb-47e0-a421-e1dc900cf18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12448 2024.12.14 03:43:08.897443 [ 258 ] {0209c54f-6eeb-47e0-a421-e1dc900cf18f} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12449 2024.12.14 03:43:08.897490 [ 258 ] {0209c54f-6eeb-47e0-a421-e1dc900cf18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12450 2024.12.14 03:43:08.897928 [ 258 ] {0209c54f-6eeb-47e0-a421-e1dc900cf18f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12451 2024.12.14 03:43:08.898181 [ 258 ] {0209c54f-6eeb-47e0-a421-e1dc900cf18f} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12452 2024.12.14 03:43:08.898417 [ 258 ] {0209c54f-6eeb-47e0-a421-e1dc900cf18f} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001841 sec., 13579.576317218904 rows/sec., 1021.12 KiB/sec.
12453 2024.12.14 03:43:08.898514 [ 258 ] {0209c54f-6eeb-47e0-a421-e1dc900cf18f} <Debug> TCPHandler: Processed in 0.002289556 sec.
12454 2024.12.14 03:43:08.898752 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12455 2024.12.14 03:43:08.898983 [ 255 ] {e925d865-7da5-417d-b69a-2d91e4faae44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12456 2024.12.14 03:43:08.899045 [ 255 ] {e925d865-7da5-417d-b69a-2d91e4faae44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12457 2024.12.14 03:43:08.899812 [ 255 ] {e925d865-7da5-417d-b69a-2d91e4faae44} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12458 2024.12.14 03:43:08.899862 [ 255 ] {e925d865-7da5-417d-b69a-2d91e4faae44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12459 2024.12.14 03:43:08.900243 [ 255 ] {e925d865-7da5-417d-b69a-2d91e4faae44} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12460 2024.12.14 03:43:08.900475 [ 255 ] {e925d865-7da5-417d-b69a-2d91e4faae44} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12461 2024.12.14 03:43:08.900710 [ 255 ] {e925d865-7da5-417d-b69a-2d91e4faae44} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001763 sec., 50482.13272830403 rows/sec., 3.94 MiB/sec.
12462 2024.12.14 03:43:08.900779 [ 255 ] {e925d865-7da5-417d-b69a-2d91e4faae44} <Debug> TCPHandler: Processed in 0.002156123 sec.
12463 2024.12.14 03:43:08.901078 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12464 2024.12.14 03:43:08.901347 [ 258 ] {b85ac8ea-9633-493d-9fee-c466112a20c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12465 2024.12.14 03:43:08.901447 [ 258 ] {b85ac8ea-9633-493d-9fee-c466112a20c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12466 2024.12.14 03:43:08.902246 [ 258 ] {b85ac8ea-9633-493d-9fee-c466112a20c9} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12467 2024.12.14 03:43:08.902286 [ 258 ] {b85ac8ea-9633-493d-9fee-c466112a20c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12468 2024.12.14 03:43:08.902682 [ 258 ] {b85ac8ea-9633-493d-9fee-c466112a20c9} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12469 2024.12.14 03:43:08.902918 [ 258 ] {b85ac8ea-9633-493d-9fee-c466112a20c9} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12470 2024.12.14 03:43:08.903134 [ 258 ] {b85ac8ea-9633-493d-9fee-c466112a20c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001844 sec., 86767.89587852494 rows/sec., 6.04 MiB/sec.
12471 2024.12.14 03:43:08.903189 [ 258 ] {b85ac8ea-9633-493d-9fee-c466112a20c9} <Debug> TCPHandler: Processed in 0.002312846 sec.
12472 2024.12.14 03:43:08.903352 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12473 2024.12.14 03:43:08.903490 [ 255 ] {44dda611-9723-4cdd-9a2b-021d35981d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12474 2024.12.14 03:43:08.903588 [ 255 ] {44dda611-9723-4cdd-9a2b-021d35981d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12475 2024.12.14 03:43:08.904805 [ 255 ] {44dda611-9723-4cdd-9a2b-021d35981d72} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12476 2024.12.14 03:43:08.904847 [ 255 ] {44dda611-9723-4cdd-9a2b-021d35981d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12477 2024.12.14 03:43:08.905504 [ 255 ] {44dda611-9723-4cdd-9a2b-021d35981d72} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12478 2024.12.14 03:43:08.905760 [ 255 ] {44dda611-9723-4cdd-9a2b-021d35981d72} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12479 2024.12.14 03:43:08.906004 [ 255 ] {44dda611-9723-4cdd-9a2b-021d35981d72} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002545 sec., 9823.182711198428 rows/sec., 17.60 MiB/sec.
12480 2024.12.14 03:43:08.906115 [ 255 ] {44dda611-9723-4cdd-9a2b-021d35981d72} <Debug> TCPHandler: Processed in 0.002830487 sec.
12481 2024.12.14 03:43:08.906262 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12482 2024.12.14 03:43:08.906380 [ 258 ] {dd84bec3-fa16-4a0b-961e-118ed5910416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12483 2024.12.14 03:43:08.906432 [ 258 ] {dd84bec3-fa16-4a0b-961e-118ed5910416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12484 2024.12.14 03:43:08.906929 [ 258 ] {dd84bec3-fa16-4a0b-961e-118ed5910416} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12485 2024.12.14 03:43:08.906968 [ 258 ] {dd84bec3-fa16-4a0b-961e-118ed5910416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12486 2024.12.14 03:43:08.907336 [ 258 ] {dd84bec3-fa16-4a0b-961e-118ed5910416} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12487 2024.12.14 03:43:08.907574 [ 258 ] {dd84bec3-fa16-4a0b-961e-118ed5910416} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12488 2024.12.14 03:43:08.907763 [ 38 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12489 2024.12.14 03:43:08.907786 [ 258 ] {dd84bec3-fa16-4a0b-961e-118ed5910416} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec.
12490 2024.12.14 03:43:08.907835 [ 38 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12491 2024.12.14 03:43:08.907901 [ 258 ] {dd84bec3-fa16-4a0b-961e-118ed5910416} <Debug> TCPHandler: Processed in 0.001687793 sec.
12492 2024.12.14 03:43:08.907906 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12493 2024.12.14 03:43:08.908124 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
12494 2024.12.14 03:43:08.908365 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12495 2024.12.14 03:43:08.908459 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5640 rows starting from the beginning of the part
12496 2024.12.14 03:43:08.908780 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part
12497 2024.12.14 03:43:08.909200 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part
12498 2024.12.14 03:43:08.909566 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part
12499 2024.12.14 03:43:08.909954 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part
12500 2024.12.14 03:43:08.910290 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
12501 2024.12.14 03:43:08.912230 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5984 rows, containing 4 columns (4 merged, 0 gathered) in 0.004188554 sec., 1428655.3306940773 rows/sec., 94.32 MiB/sec.
12502 2024.12.14 03:43:08.912916 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12503 2024.12.14 03:43:08.913216 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12504 2024.12.14 03:43:08.913304 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_106_21} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12505 2024.12.14 03:43:08.913396 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
12506 2024.12.14 03:43:10.324875 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
12507 2024.12.14 03:43:10.347788 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12508 2024.12.14 03:43:10.347844 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12509 2024.12.14 03:43:10.355167 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12510 2024.12.14 03:43:10.355979 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12511 2024.12.14 03:43:10.356300 [ 35 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12512 2024.12.14 03:43:10.356359 [ 35 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12513 2024.12.14 03:43:10.356395 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12514 2024.12.14 03:43:10.356900 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
12515 2024.12.14 03:43:10.372510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
12516 2024.12.14 03:43:10.374531 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12517 2024.12.14 03:43:10.376261 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
12518 2024.12.14 03:43:10.382678 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
12519 2024.12.14 03:43:10.388788 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
12520 2024.12.14 03:43:10.394776 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
12521 2024.12.14 03:43:10.400778 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
12522 2024.12.14 03:43:10.405342 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
12523 2024.12.14 03:43:10.466907 [ 191 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.110403272 sec., 4510.73587746566 rows/sec., 23.32 MiB/sec.
12524 2024.12.14 03:43:10.470356 [ 200 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12525 2024.12.14 03:43:10.473476 [ 200 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_66_13} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12526 2024.12.14 03:43:10.473626 [ 200 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_66_13} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12527 2024.12.14 03:43:10.476101 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB.
12528 2024.12.14 03:43:12.654863 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12529 2024.12.14 03:43:12.655128 [ 255 ] {0a958f02-6587-4532-a231-b5db31f96cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12530 2024.12.14 03:43:12.655201 [ 255 ] {0a958f02-6587-4532-a231-b5db31f96cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12531 2024.12.14 03:43:12.655956 [ 255 ] {0a958f02-6587-4532-a231-b5db31f96cf2} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12532 2024.12.14 03:43:12.656000 [ 255 ] {0a958f02-6587-4532-a231-b5db31f96cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12533 2024.12.14 03:43:12.656449 [ 255 ] {0a958f02-6587-4532-a231-b5db31f96cf2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
12534 2024.12.14 03:43:12.656715 [ 255 ] {0a958f02-6587-4532-a231-b5db31f96cf2} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12535 2024.12.14 03:43:12.656927 [ 255 ] {0a958f02-6587-4532-a231-b5db31f96cf2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec.
12536 2024.12.14 03:43:12.656996 [ 255 ] {0a958f02-6587-4532-a231-b5db31f96cf2} <Debug> TCPHandler: Processed in 0.002321817 sec.
12537 2024.12.14 03:43:12.657332 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12538 2024.12.14 03:43:12.657644 [ 258 ] {7047c7ae-8038-4ddd-97e0-4408a5dc9744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12539 2024.12.14 03:43:12.657764 [ 258 ] {7047c7ae-8038-4ddd-97e0-4408a5dc9744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12540 2024.12.14 03:43:12.658644 [ 258 ] {7047c7ae-8038-4ddd-97e0-4408a5dc9744} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12541 2024.12.14 03:43:12.658694 [ 258 ] {7047c7ae-8038-4ddd-97e0-4408a5dc9744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12542 2024.12.14 03:43:12.659129 [ 258 ] {7047c7ae-8038-4ddd-97e0-4408a5dc9744} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
12543 2024.12.14 03:43:12.659385 [ 258 ] {7047c7ae-8038-4ddd-97e0-4408a5dc9744} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12544 2024.12.14 03:43:12.659670 [ 258 ] {7047c7ae-8038-4ddd-97e0-4408a5dc9744} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002101 sec., 3807.7106139933367 rows/sec., 310.49 KiB/sec.
12545 2024.12.14 03:43:12.659877 [ 258 ] {7047c7ae-8038-4ddd-97e0-4408a5dc9744} <Debug> TCPHandler: Processed in 0.002734865 sec.
12546 2024.12.14 03:43:12.660096 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12547 2024.12.14 03:43:12.660241 [ 255 ] {5c0d42dc-03eb-4a1c-b0cc-c5e336c63613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12548 2024.12.14 03:43:12.660304 [ 255 ] {5c0d42dc-03eb-4a1c-b0cc-c5e336c63613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12549 2024.12.14 03:43:12.662115 [ 255 ] {5c0d42dc-03eb-4a1c-b0cc-c5e336c63613} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12550 2024.12.14 03:43:12.662156 [ 255 ] {5c0d42dc-03eb-4a1c-b0cc-c5e336c63613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12551 2024.12.14 03:43:12.662613 [ 255 ] {5c0d42dc-03eb-4a1c-b0cc-c5e336c63613} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12552 2024.12.14 03:43:12.662858 [ 255 ] {5c0d42dc-03eb-4a1c-b0cc-c5e336c63613} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12553 2024.12.14 03:43:12.663059 [ 255 ] {5c0d42dc-03eb-4a1c-b0cc-c5e336c63613} <Debug> executeQuery: Read 1379 rows, 117.87 KiB in 0.002848 sec., 484199.4382022472 rows/sec., 40.42 MiB/sec.
12554 2024.12.14 03:43:12.663154 [ 255 ] {5c0d42dc-03eb-4a1c-b0cc-c5e336c63613} <Debug> TCPHandler: Processed in 0.003172413 sec.
12555 2024.12.14 03:43:12.663367 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12556 2024.12.14 03:43:12.663550 [ 258 ] {ab724b5c-f7f4-498a-b795-b7d2c4b405f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12557 2024.12.14 03:43:12.663610 [ 258 ] {ab724b5c-f7f4-498a-b795-b7d2c4b405f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12558 2024.12.14 03:43:12.664291 [ 258 ] {ab724b5c-f7f4-498a-b795-b7d2c4b405f3} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12559 2024.12.14 03:43:12.664332 [ 258 ] {ab724b5c-f7f4-498a-b795-b7d2c4b405f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12560 2024.12.14 03:43:12.664710 [ 258 ] {ab724b5c-f7f4-498a-b795-b7d2c4b405f3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
12561 2024.12.14 03:43:12.664954 [ 258 ] {ab724b5c-f7f4-498a-b795-b7d2c4b405f3} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12562 2024.12.14 03:43:12.665114 [ 27 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
12563 2024.12.14 03:43:12.665136 [ 258 ] {ab724b5c-f7f4-498a-b795-b7d2c4b405f3} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.001628 sec., 19041.76904176904 rows/sec., 1.33 MiB/sec.
12564 2024.12.14 03:43:12.665159 [ 27 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12565 2024.12.14 03:43:12.665209 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12566 2024.12.14 03:43:12.665215 [ 258 ] {ab724b5c-f7f4-498a-b795-b7d2c4b405f3} <Debug> TCPHandler: Processed in 0.00194717 sec.
12567 2024.12.14 03:43:12.665398 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12568 2024.12.14 03:43:12.665435 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
12569 2024.12.14 03:43:12.665535 [ 255 ] {3f96a5c7-47a7-4c6b-bb0b-dca6dd164e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12570 2024.12.14 03:43:12.665601 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12571 2024.12.14 03:43:12.665605 [ 255 ] {3f96a5c7-47a7-4c6b-bb0b-dca6dd164e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12572 2024.12.14 03:43:12.665652 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 66 rows starting from the beginning of the part
12573 2024.12.14 03:43:12.665833 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 23 rows starting from the beginning of the part
12574 2024.12.14 03:43:12.666340 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 31 rows starting from the beginning of the part
12575 2024.12.14 03:43:12.666696 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 23 rows starting from the beginning of the part
12576 2024.12.14 03:43:12.667075 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 25 rows starting from the beginning of the part
12577 2024.12.14 03:43:12.667481 [ 201 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 31 rows starting from the beginning of the part
12578 2024.12.14 03:43:12.668305 [ 255 ] {3f96a5c7-47a7-4c6b-bb0b-dca6dd164e39} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12579 2024.12.14 03:43:12.668352 [ 255 ] {3f96a5c7-47a7-4c6b-bb0b-dca6dd164e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12580 2024.12.14 03:43:12.668942 [ 255 ] {3f96a5c7-47a7-4c6b-bb0b-dca6dd164e39} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
12581 2024.12.14 03:43:12.669184 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.003871058 sec., 51407.13469030947 rows/sec., 3.86 MiB/sec.
12582 2024.12.14 03:43:12.669348 [ 255 ] {3f96a5c7-47a7-4c6b-bb0b-dca6dd164e39} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12583 2024.12.14 03:43:12.669444 [ 196 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
12584 2024.12.14 03:43:12.669765 [ 255 ] {3f96a5c7-47a7-4c6b-bb0b-dca6dd164e39} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004258 sec., 56834.19445749179 rows/sec., 3.85 MiB/sec.
12585 2024.12.14 03:43:12.669896 [ 255 ] {3f96a5c7-47a7-4c6b-bb0b-dca6dd164e39} <Debug> TCPHandler: Processed in 0.004589332 sec.
12586 2024.12.14 03:43:12.670103 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12587 2024.12.14 03:43:12.670166 [ 196 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12588 2024.12.14 03:43:12.670342 [ 258 ] {337d05eb-9b21-472d-b45c-60ebdf3cf03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12589 2024.12.14 03:43:12.670357 [ 196 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_86_17} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
12590 2024.12.14 03:43:12.670418 [ 258 ] {337d05eb-9b21-472d-b45c-60ebdf3cf03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12591 2024.12.14 03:43:12.670556 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12592 2024.12.14 03:43:12.671219 [ 258 ] {337d05eb-9b21-472d-b45c-60ebdf3cf03e} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12593 2024.12.14 03:43:12.671263 [ 258 ] {337d05eb-9b21-472d-b45c-60ebdf3cf03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12594 2024.12.14 03:43:12.671636 [ 258 ] {337d05eb-9b21-472d-b45c-60ebdf3cf03e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
12595 2024.12.14 03:43:12.671876 [ 258 ] {337d05eb-9b21-472d-b45c-60ebdf3cf03e} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12596 2024.12.14 03:43:12.672059 [ 258 ] {337d05eb-9b21-472d-b45c-60ebdf3cf03e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001778 sec., 7311.586051743532 rows/sec., 455.88 KiB/sec.
12597 2024.12.14 03:43:12.672113 [ 258 ] {337d05eb-9b21-472d-b45c-60ebdf3cf03e} <Debug> TCPHandler: Processed in 0.002133063 sec.
12598 2024.12.14 03:43:12.672334 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12599 2024.12.14 03:43:12.672559 [ 255 ] {11a9982b-f2da-426b-9934-45c36f69b843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12600 2024.12.14 03:43:12.672650 [ 255 ] {11a9982b-f2da-426b-9934-45c36f69b843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12601 2024.12.14 03:43:12.673793 [ 255 ] {11a9982b-f2da-426b-9934-45c36f69b843} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12602 2024.12.14 03:43:12.673833 [ 255 ] {11a9982b-f2da-426b-9934-45c36f69b843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12603 2024.12.14 03:43:12.674244 [ 255 ] {11a9982b-f2da-426b-9934-45c36f69b843} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12604 2024.12.14 03:43:12.674477 [ 255 ] {11a9982b-f2da-426b-9934-45c36f69b843} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12605 2024.12.14 03:43:12.674694 [ 255 ] {11a9982b-f2da-426b-9934-45c36f69b843} <Debug> executeQuery: Read 862 rows, 63.90 KiB in 0.002192 sec., 393248.17518248176 rows/sec., 28.47 MiB/sec.
12606 2024.12.14 03:43:12.674751 [ 255 ] {11a9982b-f2da-426b-9934-45c36f69b843} <Debug> TCPHandler: Processed in 0.002527661 sec.
12607 2024.12.14 03:43:12.674897 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12608 2024.12.14 03:43:12.675012 [ 258 ] {5e197e7b-3537-4e8d-8416-53c6abb6af1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12609 2024.12.14 03:43:12.675074 [ 258 ] {5e197e7b-3537-4e8d-8416-53c6abb6af1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12610 2024.12.14 03:43:12.675652 [ 258 ] {5e197e7b-3537-4e8d-8416-53c6abb6af1f} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12611 2024.12.14 03:43:12.675697 [ 258 ] {5e197e7b-3537-4e8d-8416-53c6abb6af1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12612 2024.12.14 03:43:12.676113 [ 258 ] {5e197e7b-3537-4e8d-8416-53c6abb6af1f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
12613 2024.12.14 03:43:12.676361 [ 258 ] {5e197e7b-3537-4e8d-8416-53c6abb6af1f} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12614 2024.12.14 03:43:12.676488 [ 27 ] {} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
12615 2024.12.14 03:43:12.676529 [ 27 ] {} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12616 2024.12.14 03:43:12.676549 [ 258 ] {5e197e7b-3537-4e8d-8416-53c6abb6af1f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 201.33 KiB/sec.
12617 2024.12.14 03:43:12.676556 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12618 2024.12.14 03:43:12.676656 [ 258 ] {5e197e7b-3537-4e8d-8416-53c6abb6af1f} <Debug> TCPHandler: Processed in 0.001814457 sec.
12619 2024.12.14 03:43:12.676893 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12620 2024.12.14 03:43:12.677023 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
12621 2024.12.14 03:43:12.677298 [ 255 ] {bdcba806-3abe-4dab-ac79-590def6ea986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12622 2024.12.14 03:43:12.677525 [ 255 ] {bdcba806-3abe-4dab-ac79-590def6ea986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12623 2024.12.14 03:43:12.677602 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12624 2024.12.14 03:43:12.677737 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part
12625 2024.12.14 03:43:12.678036 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
12626 2024.12.14 03:43:12.678404 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
12627 2024.12.14 03:43:12.678778 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
12628 2024.12.14 03:43:12.679132 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
12629 2024.12.14 03:43:12.679392 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
12630 2024.12.14 03:43:12.680447 [ 255 ] {bdcba806-3abe-4dab-ac79-590def6ea986} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12631 2024.12.14 03:43:12.680523 [ 255 ] {bdcba806-3abe-4dab-ac79-590def6ea986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12632 2024.12.14 03:43:12.681604 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.004922709 sec., 36565.23267981106 rows/sec., 1.87 MiB/sec.
12633 2024.12.14 03:43:12.681660 [ 255 ] {bdcba806-3abe-4dab-ac79-590def6ea986} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12634 2024.12.14 03:43:12.681818 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
12635 2024.12.14 03:43:12.682084 [ 255 ] {bdcba806-3abe-4dab-ac79-590def6ea986} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12636 2024.12.14 03:43:12.682434 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12637 2024.12.14 03:43:12.682483 [ 255 ] {bdcba806-3abe-4dab-ac79-590def6ea986} <Debug> executeQuery: Read 929 rows, 63.48 KiB in 0.005332 sec., 174231.05776444112 rows/sec., 11.63 MiB/sec.
12638 2024.12.14 03:43:12.682597 [ 188 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_30_6} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
12639 2024.12.14 03:43:12.682635 [ 255 ] {bdcba806-3abe-4dab-ac79-590def6ea986} <Debug> TCPHandler: Processed in 0.005870627 sec.
12640 2024.12.14 03:43:12.682839 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12641 2024.12.14 03:43:12.682888 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12642 2024.12.14 03:43:12.683029 [ 258 ] {b0d9b753-36a9-4250-b3c5-665852d5d575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12643 2024.12.14 03:43:12.683108 [ 258 ] {b0d9b753-36a9-4250-b3c5-665852d5d575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12644 2024.12.14 03:43:12.683670 [ 258 ] {b0d9b753-36a9-4250-b3c5-665852d5d575} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12645 2024.12.14 03:43:12.683716 [ 258 ] {b0d9b753-36a9-4250-b3c5-665852d5d575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12646 2024.12.14 03:43:12.684130 [ 258 ] {b0d9b753-36a9-4250-b3c5-665852d5d575} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
12647 2024.12.14 03:43:12.684370 [ 258 ] {b0d9b753-36a9-4250-b3c5-665852d5d575} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12648 2024.12.14 03:43:12.684497 [ 27 ] {} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
12649 2024.12.14 03:43:12.684539 [ 27 ] {} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12650 2024.12.14 03:43:12.684563 [ 258 ] {b0d9b753-36a9-4250-b3c5-665852d5d575} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001563 sec., 639.7952655150352 rows/sec., 43.11 KiB/sec.
12651 2024.12.14 03:43:12.684567 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12652 2024.12.14 03:43:12.684670 [ 258 ] {b0d9b753-36a9-4250-b3c5-665852d5d575} <Debug> TCPHandler: Processed in 0.001934988 sec.
12653 2024.12.14 03:43:12.684985 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12654 2024.12.14 03:43:12.685077 [ 186 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
12655 2024.12.14 03:43:12.685416 [ 255 ] {ec3d6fff-eca5-44d0-b1f0-b7e4ef9661bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12656 2024.12.14 03:43:12.685580 [ 186 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12657 2024.12.14 03:43:12.685672 [ 186 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
12658 2024.12.14 03:43:12.685696 [ 255 ] {ec3d6fff-eca5-44d0-b1f0-b7e4ef9661bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12659 2024.12.14 03:43:12.685949 [ 186 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
12660 2024.12.14 03:43:12.686329 [ 186 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
12661 2024.12.14 03:43:12.686636 [ 186 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
12662 2024.12.14 03:43:12.686984 [ 186 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
12663 2024.12.14 03:43:12.687284 [ 186 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
12664 2024.12.14 03:43:12.690678 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00597892 sec., 5017.628601821064 rows/sec., 338.10 KiB/sec.
12665 2024.12.14 03:43:12.690933 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
12666 2024.12.14 03:43:12.691280 [ 255 ] {ec3d6fff-eca5-44d0-b1f0-b7e4ef9661bf} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12667 2024.12.14 03:43:12.691348 [ 255 ] {ec3d6fff-eca5-44d0-b1f0-b7e4ef9661bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12668 2024.12.14 03:43:12.691638 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_30_6} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12669 2024.12.14 03:43:12.691845 [ 191 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_30_6} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
12670 2024.12.14 03:43:12.692014 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
12671 2024.12.14 03:43:12.692452 [ 255 ] {ec3d6fff-eca5-44d0-b1f0-b7e4ef9661bf} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12672 2024.12.14 03:43:12.692724 [ 255 ] {ec3d6fff-eca5-44d0-b1f0-b7e4ef9661bf} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12673 2024.12.14 03:43:12.693040 [ 255 ] {ec3d6fff-eca5-44d0-b1f0-b7e4ef9661bf} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007787 sec., 2054.706562219083 rows/sec., 3.68 MiB/sec.
12674 2024.12.14 03:43:12.693485 [ 255 ] {ec3d6fff-eca5-44d0-b1f0-b7e4ef9661bf} <Debug> TCPHandler: Processed in 0.008694374 sec.
12675 2024.12.14 03:43:12.693783 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12676 2024.12.14 03:43:12.693962 [ 258 ] {15e6042e-ffc2-4e63-9003-47d37515fb1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12677 2024.12.14 03:43:12.694025 [ 258 ] {15e6042e-ffc2-4e63-9003-47d37515fb1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12678 2024.12.14 03:43:12.694511 [ 258 ] {15e6042e-ffc2-4e63-9003-47d37515fb1a} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12679 2024.12.14 03:43:12.694548 [ 258 ] {15e6042e-ffc2-4e63-9003-47d37515fb1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12680 2024.12.14 03:43:12.694919 [ 258 ] {15e6042e-ffc2-4e63-9003-47d37515fb1a} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12681 2024.12.14 03:43:12.695173 [ 258 ] {15e6042e-ffc2-4e63-9003-47d37515fb1a} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12682 2024.12.14 03:43:12.695350 [ 258 ] {15e6042e-ffc2-4e63-9003-47d37515fb1a} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001417 sec., 49400.14114326041 rows/sec., 3.10 MiB/sec.
12683 2024.12.14 03:43:12.695400 [ 258 ] {15e6042e-ffc2-4e63-9003-47d37515fb1a} <Debug> TCPHandler: Processed in 0.001781165 sec.
12684 2024.12.14 03:43:13.288217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1752
12685 2024.12.14 03:43:13.291997 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12686 2024.12.14 03:43:13.292057 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12687 2024.12.14 03:43:13.293546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12688 2024.12.14 03:43:13.293863 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12689 2024.12.14 03:43:13.294932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1752
12690 2024.12.14 03:43:13.886603 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12691 2024.12.14 03:43:13.886811 [ 255 ] {61288ba9-750b-4fc7-9137-34158acde5d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12692 2024.12.14 03:43:13.886895 [ 255 ] {61288ba9-750b-4fc7-9137-34158acde5d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12693 2024.12.14 03:43:13.887716 [ 255 ] {61288ba9-750b-4fc7-9137-34158acde5d5} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12694 2024.12.14 03:43:13.887769 [ 255 ] {61288ba9-750b-4fc7-9137-34158acde5d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12695 2024.12.14 03:43:13.888212 [ 255 ] {61288ba9-750b-4fc7-9137-34158acde5d5} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12696 2024.12.14 03:43:13.888478 [ 255 ] {61288ba9-750b-4fc7-9137-34158acde5d5} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12697 2024.12.14 03:43:13.888721 [ 255 ] {61288ba9-750b-4fc7-9137-34158acde5d5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.19 MiB/sec.
12698 2024.12.14 03:43:13.888790 [ 255 ] {61288ba9-750b-4fc7-9137-34158acde5d5} <Debug> TCPHandler: Processed in 0.002322377 sec.
12699 2024.12.14 03:43:13.889113 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12700 2024.12.14 03:43:13.889425 [ 258 ] {eff68cde-dd1e-4134-b372-8055a166bdfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12701 2024.12.14 03:43:13.889545 [ 258 ] {eff68cde-dd1e-4134-b372-8055a166bdfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12702 2024.12.14 03:43:13.890563 [ 258 ] {eff68cde-dd1e-4134-b372-8055a166bdfc} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12703 2024.12.14 03:43:13.890614 [ 258 ] {eff68cde-dd1e-4134-b372-8055a166bdfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12704 2024.12.14 03:43:13.891073 [ 258 ] {eff68cde-dd1e-4134-b372-8055a166bdfc} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12705 2024.12.14 03:43:13.891345 [ 258 ] {eff68cde-dd1e-4134-b372-8055a166bdfc} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12706 2024.12.14 03:43:13.891602 [ 258 ] {eff68cde-dd1e-4134-b372-8055a166bdfc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002263 sec., 28281.042863455594 rows/sec., 2.21 MiB/sec.
12707 2024.12.14 03:43:13.891671 [ 258 ] {eff68cde-dd1e-4134-b372-8055a166bdfc} <Debug> TCPHandler: Processed in 0.002752685 sec.
12708 2024.12.14 03:43:13.891896 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12709 2024.12.14 03:43:13.892118 [ 255 ] {3bf8e00d-2117-4da5-8d76-916485e62f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12710 2024.12.14 03:43:13.892186 [ 255 ] {3bf8e00d-2117-4da5-8d76-916485e62f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12711 2024.12.14 03:43:13.892860 [ 255 ] {3bf8e00d-2117-4da5-8d76-916485e62f4d} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12712 2024.12.14 03:43:13.892910 [ 255 ] {3bf8e00d-2117-4da5-8d76-916485e62f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12713 2024.12.14 03:43:13.893317 [ 255 ] {3bf8e00d-2117-4da5-8d76-916485e62f4d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12714 2024.12.14 03:43:13.893546 [ 255 ] {3bf8e00d-2117-4da5-8d76-916485e62f4d} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12715 2024.12.14 03:43:13.893752 [ 255 ] {3bf8e00d-2117-4da5-8d76-916485e62f4d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001731 sec., 18486.424032351242 rows/sec., 1.29 MiB/sec.
12716 2024.12.14 03:43:13.893807 [ 255 ] {3bf8e00d-2117-4da5-8d76-916485e62f4d} <Debug> TCPHandler: Processed in 0.002074221 sec.
12717 2024.12.14 03:43:13.893972 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12718 2024.12.14 03:43:13.894240 [ 258 ] {50f78eee-17cb-4cba-9980-d12b42f6e2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12719 2024.12.14 03:43:13.894342 [ 258 ] {50f78eee-17cb-4cba-9980-d12b42f6e2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12720 2024.12.14 03:43:13.895175 [ 258 ] {50f78eee-17cb-4cba-9980-d12b42f6e2d2} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12721 2024.12.14 03:43:13.895217 [ 258 ] {50f78eee-17cb-4cba-9980-d12b42f6e2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
12722 2024.12.14 03:43:13.895605 [ 258 ] {50f78eee-17cb-4cba-9980-d12b42f6e2d2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12723 2024.12.14 03:43:13.895857 [ 258 ] {50f78eee-17cb-4cba-9980-d12b42f6e2d2} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12724 2024.12.14 03:43:13.896081 [ 258 ] {50f78eee-17cb-4cba-9980-d12b42f6e2d2} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001901 sec., 6312.46712256707 rows/sec., 435.63 KiB/sec.
12725 2024.12.14 03:43:13.896139 [ 258 ] {50f78eee-17cb-4cba-9980-d12b42f6e2d2} <Debug> TCPHandler: Processed in 0.002167514 sec.
12726 2024.12.14 03:43:15.624413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683
12727 2024.12.14 03:43:15.625196 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12728 2024.12.14 03:43:15.625246 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12729 2024.12.14 03:43:15.625792 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12730 2024.12.14 03:43:15.626068 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12731 2024.12.14 03:43:15.626326 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683
12732 2024.12.14 03:43:17.872663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
12733 2024.12.14 03:43:17.892303 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12734 2024.12.14 03:43:17.892372 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12735 2024.12.14 03:43:17.899343 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12736 2024.12.14 03:43:17.900118 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12737 2024.12.14 03:43:17.902971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
12738 2024.12.14 03:43:18.894180 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12739 2024.12.14 03:43:18.894480 [ 255 ] {04578ff1-8f0f-4a02-9f32-4c56d64895f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12740 2024.12.14 03:43:18.894555 [ 255 ] {04578ff1-8f0f-4a02-9f32-4c56d64895f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12741 2024.12.14 03:43:18.895379 [ 255 ] {04578ff1-8f0f-4a02-9f32-4c56d64895f8} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12742 2024.12.14 03:43:18.895431 [ 255 ] {04578ff1-8f0f-4a02-9f32-4c56d64895f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12743 2024.12.14 03:43:18.895882 [ 255 ] {04578ff1-8f0f-4a02-9f32-4c56d64895f8} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12744 2024.12.14 03:43:18.896135 [ 255 ] {04578ff1-8f0f-4a02-9f32-4c56d64895f8} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12745 2024.12.14 03:43:18.896345 [ 102 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_104_21 to all_109_109_0
12746 2024.12.14 03:43:18.896378 [ 255 ] {04578ff1-8f0f-4a02-9f32-4c56d64895f8} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001953 sec., 54275.473630312335 rows/sec., 4.59 MiB/sec.
12747 2024.12.14 03:43:18.896431 [ 102 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12748 2024.12.14 03:43:18.896510 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12749 2024.12.14 03:43:18.896515 [ 255 ] {04578ff1-8f0f-4a02-9f32-4c56d64895f8} <Debug> TCPHandler: Processed in 0.00251953 sec.
12750 2024.12.14 03:43:18.896700 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::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
12751 2024.12.14 03:43:18.896831 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12752 2024.12.14 03:43:18.896852 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12753 2024.12.14 03:43:18.896924 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_104_21, total 1435 rows starting from the beginning of the part
12754 2024.12.14 03:43:18.897173 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 235 rows starting from the beginning of the part
12755 2024.12.14 03:43:18.897272 [ 258 ] {2f13b014-89e4-435d-9979-3d33b2d85198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12756 2024.12.14 03:43:18.897479 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 106 rows starting from the beginning of the part
12757 2024.12.14 03:43:18.897631 [ 258 ] {2f13b014-89e4-435d-9979-3d33b2d85198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12758 2024.12.14 03:43:18.897800 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1379 rows starting from the beginning of the part
12759 2024.12.14 03:43:18.898144 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part
12760 2024.12.14 03:43:18.898471 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 106 rows starting from the beginning of the part
12761 2024.12.14 03:43:18.900213 [ 258 ] {2f13b014-89e4-435d-9979-3d33b2d85198} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12762 2024.12.14 03:43:18.900287 [ 258 ] {2f13b014-89e4-435d-9979-3d33b2d85198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12763 2024.12.14 03:43:18.901182 [ 258 ] {2f13b014-89e4-435d-9979-3d33b2d85198} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
12764 2024.12.14 03:43:18.901514 [ 258 ] {2f13b014-89e4-435d-9979-3d33b2d85198} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12765 2024.12.14 03:43:18.902082 [ 258 ] {2f13b014-89e4-435d-9979-3d33b2d85198} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.005028 sec., 4972.1559268098645 rows/sec., 373.88 KiB/sec.
12766 2024.12.14 03:43:18.902112 [ 189 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.00549552 sec., 603582.554517134 rows/sec., 52.90 MiB/sec.
12767 2024.12.14 03:43:18.902219 [ 258 ] {2f13b014-89e4-435d-9979-3d33b2d85198} <Debug> TCPHandler: Processed in 0.005557762 sec.
12768 2024.12.14 03:43:18.902408 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12769 2024.12.14 03:43:18.902486 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary)
12770 2024.12.14 03:43:18.902644 [ 255 ] {46895f94-ac8a-44e0-a26b-add3e1791420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12771 2024.12.14 03:43:18.902733 [ 255 ] {46895f94-ac8a-44e0-a26b-add3e1791420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12772 2024.12.14 03:43:18.903142 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12773 2024.12.14 03:43:18.903392 [ 198 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_109_22} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_104_21, all_109_109_0] -> all_1_109_22
12774 2024.12.14 03:43:18.903545 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
12775 2024.12.14 03:43:18.903839 [ 255 ] {46895f94-ac8a-44e0-a26b-add3e1791420} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12776 2024.12.14 03:43:18.903886 [ 255 ] {46895f94-ac8a-44e0-a26b-add3e1791420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12777 2024.12.14 03:43:18.904272 [ 255 ] {46895f94-ac8a-44e0-a26b-add3e1791420} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12778 2024.12.14 03:43:18.904528 [ 255 ] {46895f94-ac8a-44e0-a26b-add3e1791420} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12779 2024.12.14 03:43:18.904691 [ 141 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_104_21 to all_109_109_0
12780 2024.12.14 03:43:18.904715 [ 255 ] {46895f94-ac8a-44e0-a26b-add3e1791420} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.002165 sec., 41108.54503464203 rows/sec., 3.21 MiB/sec.
12781 2024.12.14 03:43:18.904743 [ 141 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12782 2024.12.14 03:43:18.904795 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12783 2024.12.14 03:43:18.904805 [ 255 ] {46895f94-ac8a-44e0-a26b-add3e1791420} <Debug> TCPHandler: Processed in 0.00247163 sec.
12784 2024.12.14 03:43:18.905033 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::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
12785 2024.12.14 03:43:18.905087 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12786 2024.12.14 03:43:18.905400 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12787 2024.12.14 03:43:18.905538 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_104_21, total 915 rows starting from the beginning of the part
12788 2024.12.14 03:43:18.905534 [ 258 ] {233bba64-43e2-4feb-81a6-a6701d7147cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12789 2024.12.14 03:43:18.905831 [ 258 ] {233bba64-43e2-4feb-81a6-a6701d7147cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12790 2024.12.14 03:43:18.906087 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 398 rows starting from the beginning of the part
12791 2024.12.14 03:43:18.906712 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 89 rows starting from the beginning of the part
12792 2024.12.14 03:43:18.907340 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 862 rows starting from the beginning of the part
12793 2024.12.14 03:43:18.907714 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part
12794 2024.12.14 03:43:18.908099 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 89 rows starting from the beginning of the part
12795 2024.12.14 03:43:18.909882 [ 258 ] {233bba64-43e2-4feb-81a6-a6701d7147cd} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12796 2024.12.14 03:43:18.909965 [ 258 ] {233bba64-43e2-4feb-81a6-a6701d7147cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12797 2024.12.14 03:43:18.910897 [ 258 ] {233bba64-43e2-4feb-81a6-a6701d7147cd} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12798 2024.12.14 03:43:18.911392 [ 258 ] {233bba64-43e2-4feb-81a6-a6701d7147cd} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12799 2024.12.14 03:43:18.911408 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.006552861 sec., 368846.52367874124 rows/sec., 28.29 MiB/sec.
12800 2024.12.14 03:43:18.911671 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary)
12801 2024.12.14 03:43:18.911810 [ 258 ] {233bba64-43e2-4feb-81a6-a6701d7147cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006445 sec., 24825.446082234288 rows/sec., 1.73 MiB/sec.
12802 2024.12.14 03:43:18.911957 [ 258 ] {233bba64-43e2-4feb-81a6-a6701d7147cd} <Debug> TCPHandler: Processed in 0.007048151 sec.
12803 2024.12.14 03:43:18.912153 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12804 2024.12.14 03:43:18.912161 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12805 2024.12.14 03:43:18.912241 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_109_22} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_104_21, all_109_109_0] -> all_1_109_22
12806 2024.12.14 03:43:18.912327 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
12807 2024.12.14 03:43:18.912342 [ 255 ] {32882707-230b-48b6-b3b0-b8dcecb2da94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12808 2024.12.14 03:43:18.912422 [ 255 ] {32882707-230b-48b6-b3b0-b8dcecb2da94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12809 2024.12.14 03:43:18.913615 [ 255 ] {32882707-230b-48b6-b3b0-b8dcecb2da94} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12810 2024.12.14 03:43:18.913653 [ 255 ] {32882707-230b-48b6-b3b0-b8dcecb2da94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12811 2024.12.14 03:43:18.914318 [ 255 ] {32882707-230b-48b6-b3b0-b8dcecb2da94} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
12812 2024.12.14 03:43:18.914577 [ 255 ] {32882707-230b-48b6-b3b0-b8dcecb2da94} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12813 2024.12.14 03:43:18.914727 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
12814 2024.12.14 03:43:18.914770 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12815 2024.12.14 03:43:18.914798 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12816 2024.12.14 03:43:18.914800 [ 255 ] {32882707-230b-48b6-b3b0-b8dcecb2da94} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002506 sec., 9976.057462090981 rows/sec., 17.88 MiB/sec.
12817 2024.12.14 03:43:18.915098 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
12818 2024.12.14 03:43:18.915154 [ 255 ] {32882707-230b-48b6-b3b0-b8dcecb2da94} <Debug> TCPHandler: Processed in 0.003079112 sec.
12819 2024.12.14 03:43:18.915398 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12820 2024.12.14 03:43:18.915693 [ 258 ] {22e04644-06d9-4452-ab6d-649648bbce5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12821 2024.12.14 03:43:18.915776 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12822 2024.12.14 03:43:18.915803 [ 258 ] {22e04644-06d9-4452-ab6d-649648bbce5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12823 2024.12.14 03:43:18.915991 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1641 rows starting from the beginning of the part
12824 2024.12.14 03:43:18.916926 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 25 rows starting from the beginning of the part
12825 2024.12.14 03:43:18.917632 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 16 rows starting from the beginning of the part
12826 2024.12.14 03:43:18.918421 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 25 rows starting from the beginning of the part
12827 2024.12.14 03:43:18.918429 [ 258 ] {22e04644-06d9-4452-ab6d-649648bbce5f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12828 2024.12.14 03:43:18.918501 [ 258 ] {22e04644-06d9-4452-ab6d-649648bbce5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12829 2024.12.14 03:43:18.919039 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 16 rows starting from the beginning of the part
12830 2024.12.14 03:43:18.919710 [ 198 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 25 rows starting from the beginning of the part
12831 2024.12.14 03:43:18.920058 [ 258 ] {22e04644-06d9-4452-ab6d-649648bbce5f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12832 2024.12.14 03:43:18.920830 [ 258 ] {22e04644-06d9-4452-ab6d-649648bbce5f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12833 2024.12.14 03:43:18.921334 [ 258 ] {22e04644-06d9-4452-ab6d-649648bbce5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005748 sec., 10438.413361169103 rows/sec., 720.36 KiB/sec.
12834 2024.12.14 03:43:18.921695 [ 258 ] {22e04644-06d9-4452-ab6d-649648bbce5f} <Debug> TCPHandler: Processed in 0.006420229 sec.
12835 2024.12.14 03:43:18.932228 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1748 rows, containing 19 columns (19 merged, 0 gathered) in 0.017339568 sec., 100809.89330299349 rows/sec., 180.65 MiB/sec.
12836 2024.12.14 03:43:18.934198 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
12837 2024.12.14 03:43:18.934688 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12838 2024.12.14 03:43:18.934787 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
12839 2024.12.14 03:43:18.934965 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.15 MiB.
12840 2024.12.14 03:43:19.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.26 MiB, peak 272.39 MiB, free memory in arenas 0.00 B, will set to 259.99 MiB (RSS), difference: 4.73 MiB
12841 2024.12.14 03:43:22.935115 [ 176 ] {} <Debug> DNSResolver: Updating DNS cache
12842 2024.12.14 03:43:22.935225 [ 176 ] {} <Debug> DNSResolver: Updated DNS cache
12843 2024.12.14 03:43:23.126558 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171
12844 2024.12.14 03:43:23.127628 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12845 2024.12.14 03:43:23.127676 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12846 2024.12.14 03:43:23.128223 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12847 2024.12.14 03:43:23.128489 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12848 2024.12.14 03:43:23.128718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
12849 2024.12.14 03:43:23.295278 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1772
12850 2024.12.14 03:43:23.298222 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12851 2024.12.14 03:43:23.298285 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12852 2024.12.14 03:43:23.299752 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12853 2024.12.14 03:43:23.300063 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12854 2024.12.14 03:43:23.300757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1772
12855 2024.12.14 03:43:23.897718 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12856 2024.12.14 03:43:23.898021 [ 255 ] {745b946c-3262-402f-b821-918f71963a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12857 2024.12.14 03:43:23.898134 [ 255 ] {745b946c-3262-402f-b821-918f71963a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12858 2024.12.14 03:43:23.898964 [ 255 ] {745b946c-3262-402f-b821-918f71963a69} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12859 2024.12.14 03:43:23.899009 [ 255 ] {745b946c-3262-402f-b821-918f71963a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12860 2024.12.14 03:43:23.899484 [ 255 ] {745b946c-3262-402f-b821-918f71963a69} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
12861 2024.12.14 03:43:23.899728 [ 255 ] {745b946c-3262-402f-b821-918f71963a69} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12862 2024.12.14 03:43:23.899956 [ 255 ] {745b946c-3262-402f-b821-918f71963a69} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002019 sec., 6934.125804853888 rows/sec., 499.16 KiB/sec.
12863 2024.12.14 03:43:23.900013 [ 255 ] {745b946c-3262-402f-b821-918f71963a69} <Debug> TCPHandler: Processed in 0.00247874 sec.
12864 2024.12.14 03:43:23.900250 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12865 2024.12.14 03:43:23.900444 [ 258 ] {ee196523-8ef2-4a02-a785-b34694cf1383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12866 2024.12.14 03:43:23.900517 [ 258 ] {ee196523-8ef2-4a02-a785-b34694cf1383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12867 2024.12.14 03:43:23.901380 [ 258 ] {ee196523-8ef2-4a02-a785-b34694cf1383} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12868 2024.12.14 03:43:23.901425 [ 258 ] {ee196523-8ef2-4a02-a785-b34694cf1383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12869 2024.12.14 03:43:23.901882 [ 258 ] {ee196523-8ef2-4a02-a785-b34694cf1383} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
12870 2024.12.14 03:43:23.902152 [ 258 ] {ee196523-8ef2-4a02-a785-b34694cf1383} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12871 2024.12.14 03:43:23.902351 [ 258 ] {ee196523-8ef2-4a02-a785-b34694cf1383} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.001962 sec., 119775.73904179408 rows/sec., 10.46 MiB/sec.
12872 2024.12.14 03:43:23.902406 [ 258 ] {ee196523-8ef2-4a02-a785-b34694cf1383} <Debug> TCPHandler: Processed in 0.002286826 sec.
12873 2024.12.14 03:43:23.902563 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12874 2024.12.14 03:43:23.902692 [ 255 ] {253a71ff-ccfd-4688-a4ca-c142f256fd76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12875 2024.12.14 03:43:23.902741 [ 255 ] {253a71ff-ccfd-4688-a4ca-c142f256fd76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12876 2024.12.14 03:43:23.903353 [ 255 ] {253a71ff-ccfd-4688-a4ca-c142f256fd76} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12877 2024.12.14 03:43:23.903394 [ 255 ] {253a71ff-ccfd-4688-a4ca-c142f256fd76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12878 2024.12.14 03:43:23.903745 [ 255 ] {253a71ff-ccfd-4688-a4ca-c142f256fd76} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
12879 2024.12.14 03:43:23.903976 [ 255 ] {253a71ff-ccfd-4688-a4ca-c142f256fd76} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12880 2024.12.14 03:43:23.904186 [ 255 ] {253a71ff-ccfd-4688-a4ca-c142f256fd76} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.00152 sec., 15131.57894736842 rows/sec., 1.07 MiB/sec.
12881 2024.12.14 03:43:23.904238 [ 255 ] {253a71ff-ccfd-4688-a4ca-c142f256fd76} <Debug> TCPHandler: Processed in 0.001734054 sec.
12882 2024.12.14 03:43:23.904394 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12883 2024.12.14 03:43:23.904526 [ 258 ] {91f3f710-4d1d-4367-a8b0-d09a59dad6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12884 2024.12.14 03:43:23.904582 [ 258 ] {91f3f710-4d1d-4367-a8b0-d09a59dad6cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12885 2024.12.14 03:43:23.905269 [ 258 ] {91f3f710-4d1d-4367-a8b0-d09a59dad6cc} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12886 2024.12.14 03:43:23.905315 [ 258 ] {91f3f710-4d1d-4367-a8b0-d09a59dad6cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12887 2024.12.14 03:43:23.905688 [ 258 ] {91f3f710-4d1d-4367-a8b0-d09a59dad6cc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
12888 2024.12.14 03:43:23.905929 [ 258 ] {91f3f710-4d1d-4367-a8b0-d09a59dad6cc} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12889 2024.12.14 03:43:23.906114 [ 258 ] {91f3f710-4d1d-4367-a8b0-d09a59dad6cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001618 sec., 8652.65760197775 rows/sec., 605.98 KiB/sec.
12890 2024.12.14 03:43:23.906216 [ 258 ] {91f3f710-4d1d-4367-a8b0-d09a59dad6cc} <Debug> TCPHandler: Processed in 0.001878627 sec.
12891 2024.12.14 03:43:23.906383 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12892 2024.12.14 03:43:23.906514 [ 255 ] {7b836d34-86ca-461a-af24-daba47d05982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12893 2024.12.14 03:43:23.906571 [ 255 ] {7b836d34-86ca-461a-af24-daba47d05982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12894 2024.12.14 03:43:23.907258 [ 255 ] {7b836d34-86ca-461a-af24-daba47d05982} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12895 2024.12.14 03:43:23.907306 [ 255 ] {7b836d34-86ca-461a-af24-daba47d05982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12896 2024.12.14 03:43:23.907686 [ 255 ] {7b836d34-86ca-461a-af24-daba47d05982} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
12897 2024.12.14 03:43:23.907916 [ 255 ] {7b836d34-86ca-461a-af24-daba47d05982} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12898 2024.12.14 03:43:23.908104 [ 255 ] {7b836d34-86ca-461a-af24-daba47d05982} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec.
12899 2024.12.14 03:43:23.908203 [ 255 ] {7b836d34-86ca-461a-af24-daba47d05982} <Debug> TCPHandler: Processed in 0.001889388 sec.
12900 2024.12.14 03:43:23.908363 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12901 2024.12.14 03:43:23.908487 [ 258 ] {523e0dde-2dd4-4d1c-867f-6bf4f9889978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12902 2024.12.14 03:43:23.908544 [ 258 ] {523e0dde-2dd4-4d1c-867f-6bf4f9889978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12903 2024.12.14 03:43:23.909410 [ 258 ] {523e0dde-2dd4-4d1c-867f-6bf4f9889978} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12904 2024.12.14 03:43:23.909458 [ 258 ] {523e0dde-2dd4-4d1c-867f-6bf4f9889978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12905 2024.12.14 03:43:23.909871 [ 258 ] {523e0dde-2dd4-4d1c-867f-6bf4f9889978} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
12906 2024.12.14 03:43:23.910116 [ 258 ] {523e0dde-2dd4-4d1c-867f-6bf4f9889978} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12907 2024.12.14 03:43:23.910358 [ 258 ] {523e0dde-2dd4-4d1c-867f-6bf4f9889978} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.0019 sec., 209473.68421052632 rows/sec., 14.89 MiB/sec.
12908 2024.12.14 03:43:23.910452 [ 258 ] {523e0dde-2dd4-4d1c-867f-6bf4f9889978} <Debug> TCPHandler: Processed in 0.002148003 sec.
12909 2024.12.14 03:43:23.910688 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12910 2024.12.14 03:43:23.911017 [ 255 ] {caa527d5-8f77-4998-89b4-7428fd6d0c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12911 2024.12.14 03:43:23.911110 [ 255 ] {caa527d5-8f77-4998-89b4-7428fd6d0c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12912 2024.12.14 03:43:23.911760 [ 255 ] {caa527d5-8f77-4998-89b4-7428fd6d0c57} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12913 2024.12.14 03:43:23.911822 [ 255 ] {caa527d5-8f77-4998-89b4-7428fd6d0c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12914 2024.12.14 03:43:23.912169 [ 255 ] {caa527d5-8f77-4998-89b4-7428fd6d0c57} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
12915 2024.12.14 03:43:23.912400 [ 255 ] {caa527d5-8f77-4998-89b4-7428fd6d0c57} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12916 2024.12.14 03:43:23.912582 [ 255 ] {caa527d5-8f77-4998-89b4-7428fd6d0c57} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001648 sec., 3640.776699029126 rows/sec., 190.22 KiB/sec.
12917 2024.12.14 03:43:23.912630 [ 255 ] {caa527d5-8f77-4998-89b4-7428fd6d0c57} <Debug> TCPHandler: Processed in 0.002078472 sec.
12918 2024.12.14 03:43:23.912770 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12919 2024.12.14 03:43:23.912910 [ 258 ] {59d37dec-b977-4d50-ae07-43fedfb72bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12920 2024.12.14 03:43:23.912973 [ 258 ] {59d37dec-b977-4d50-ae07-43fedfb72bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12921 2024.12.14 03:43:23.913627 [ 258 ] {59d37dec-b977-4d50-ae07-43fedfb72bee} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12922 2024.12.14 03:43:23.913667 [ 258 ] {59d37dec-b977-4d50-ae07-43fedfb72bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12923 2024.12.14 03:43:23.914065 [ 258 ] {59d37dec-b977-4d50-ae07-43fedfb72bee} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
12924 2024.12.14 03:43:23.914324 [ 258 ] {59d37dec-b977-4d50-ae07-43fedfb72bee} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12925 2024.12.14 03:43:23.914521 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0
12926 2024.12.14 03:43:23.914562 [ 258 ] {59d37dec-b977-4d50-ae07-43fedfb72bee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001682 sec., 140903.6860879905 rows/sec., 9.44 MiB/sec.
12927 2024.12.14 03:43:23.914620 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12928 2024.12.14 03:43:23.914674 [ 258 ] {59d37dec-b977-4d50-ae07-43fedfb72bee} <Debug> TCPHandler: Processed in 0.001969559 sec.
12929 2024.12.14 03:43:23.914697 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12930 2024.12.14 03:43:23.914907 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full
12931 2024.12.14 03:43:23.914948 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12932 2024.12.14 03:43:23.915076 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12933 2024.12.14 03:43:23.915133 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 28670 rows starting from the beginning of the part
12934 2024.12.14 03:43:23.915439 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part
12935 2024.12.14 03:43:23.915432 [ 255 ] {d5c79dd5-aeb8-4790-b470-ba8c66df0f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12936 2024.12.14 03:43:23.915652 [ 255 ] {d5c79dd5-aeb8-4790-b470-ba8c66df0f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12937 2024.12.14 03:43:23.915660 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 929 rows starting from the beginning of the part
12938 2024.12.14 03:43:23.916132 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 32 rows starting from the beginning of the part
12939 2024.12.14 03:43:23.916500 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part
12940 2024.12.14 03:43:23.916816 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part
12941 2024.12.14 03:43:23.918090 [ 255 ] {d5c79dd5-aeb8-4790-b470-ba8c66df0f10} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12942 2024.12.14 03:43:23.918136 [ 255 ] {d5c79dd5-aeb8-4790-b470-ba8c66df0f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12943 2024.12.14 03:43:23.918631 [ 255 ] {d5c79dd5-aeb8-4790-b470-ba8c66df0f10} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
12944 2024.12.14 03:43:23.918966 [ 255 ] {d5c79dd5-aeb8-4790-b470-ba8c66df0f10} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12945 2024.12.14 03:43:23.919592 [ 255 ] {d5c79dd5-aeb8-4790-b470-ba8c66df0f10} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004343 sec., 230.25558369790468 rows/sec., 15.52 KiB/sec.
12946 2024.12.14 03:43:23.920015 [ 255 ] {d5c79dd5-aeb8-4790-b470-ba8c66df0f10} <Debug> TCPHandler: Processed in 0.005225504 sec.
12947 2024.12.14 03:43:23.920380 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12948 2024.12.14 03:43:23.920685 [ 258 ] {868cf914-5491-46b0-974c-62f918c3b744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12949 2024.12.14 03:43:23.920795 [ 258 ] {868cf914-5491-46b0-974c-62f918c3b744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12950 2024.12.14 03:43:23.922241 [ 258 ] {868cf914-5491-46b0-974c-62f918c3b744} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12951 2024.12.14 03:43:23.922281 [ 258 ] {868cf914-5491-46b0-974c-62f918c3b744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12952 2024.12.14 03:43:23.923041 [ 258 ] {868cf914-5491-46b0-974c-62f918c3b744} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
12953 2024.12.14 03:43:23.923353 [ 258 ] {868cf914-5491-46b0-974c-62f918c3b744} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12954 2024.12.14 03:43:23.923664 [ 258 ] {868cf914-5491-46b0-974c-62f918c3b744} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003033 sec., 5275.304978569074 rows/sec., 9.45 MiB/sec.
12955 2024.12.14 03:43:23.924170 [ 258 ] {868cf914-5491-46b0-974c-62f918c3b744} <Debug> TCPHandler: Processed in 0.00397043 sec.
12956 2024.12.14 03:43:23.924563 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12957 2024.12.14 03:43:23.924861 [ 255 ] {e5f92b5b-fe75-4521-b2ab-e49f473c29e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12958 2024.12.14 03:43:23.924936 [ 255 ] {e5f92b5b-fe75-4521-b2ab-e49f473c29e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12959 2024.12.14 03:43:23.925720 [ 255 ] {e5f92b5b-fe75-4521-b2ab-e49f473c29e7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12960 2024.12.14 03:43:23.925818 [ 255 ] {e5f92b5b-fe75-4521-b2ab-e49f473c29e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12961 2024.12.14 03:43:23.925918 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30188 rows, containing 5 columns (5 merged, 0 gathered) in 0.011064532 sec., 2728357.6024724767 rows/sec., 184.90 MiB/sec.
12962 2024.12.14 03:43:23.926358 [ 255 ] {e5f92b5b-fe75-4521-b2ab-e49f473c29e7} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
12963 2024.12.14 03:43:23.926368 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary)
12964 2024.12.14 03:43:23.926868 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12965 2024.12.14 03:43:23.926933 [ 255 ] {e5f92b5b-fe75-4521-b2ab-e49f473c29e7} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12966 2024.12.14 03:43:23.927029 [ 195 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22
12967 2024.12.14 03:43:23.927202 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
12968 2024.12.14 03:43:23.927413 [ 255 ] {e5f92b5b-fe75-4521-b2ab-e49f473c29e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002615 sec., 31357.55258126195 rows/sec., 1.99 MiB/sec.
12969 2024.12.14 03:43:23.927494 [ 255 ] {e5f92b5b-fe75-4521-b2ab-e49f473c29e7} <Debug> TCPHandler: Processed in 0.003190333 sec.
12970 2024.12.14 03:43:25.403088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
12971 2024.12.14 03:43:25.423714 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12972 2024.12.14 03:43:25.423767 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12973 2024.12.14 03:43:25.431183 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12974 2024.12.14 03:43:25.431984 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12975 2024.12.14 03:43:25.436006 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
12976 2024.12.14 03:43:28.893744 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12977 2024.12.14 03:43:28.893955 [ 255 ] {f8737c98-638a-4da3-bdac-705a0fe18c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12978 2024.12.14 03:43:28.894038 [ 255 ] {f8737c98-638a-4da3-bdac-705a0fe18c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12979 2024.12.14 03:43:28.894883 [ 255 ] {f8737c98-638a-4da3-bdac-705a0fe18c4f} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12980 2024.12.14 03:43:28.894938 [ 255 ] {f8737c98-638a-4da3-bdac-705a0fe18c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12981 2024.12.14 03:43:28.895372 [ 255 ] {f8737c98-638a-4da3-bdac-705a0fe18c4f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12982 2024.12.14 03:43:28.895624 [ 255 ] {f8737c98-638a-4da3-bdac-705a0fe18c4f} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12983 2024.12.14 03:43:28.895865 [ 255 ] {f8737c98-638a-4da3-bdac-705a0fe18c4f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001968 sec., 1016.2601626016259 rows/sec., 82.87 KiB/sec.
12984 2024.12.14 03:43:28.895932 [ 255 ] {f8737c98-638a-4da3-bdac-705a0fe18c4f} <Debug> TCPHandler: Processed in 0.002324536 sec.
12985 2024.12.14 03:43:28.896190 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12986 2024.12.14 03:43:28.896388 [ 258 ] {d14d5742-5db5-424a-bebb-c05e30bd01a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12987 2024.12.14 03:43:28.896465 [ 258 ] {d14d5742-5db5-424a-bebb-c05e30bd01a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12988 2024.12.14 03:43:28.897296 [ 258 ] {d14d5742-5db5-424a-bebb-c05e30bd01a3} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12989 2024.12.14 03:43:28.897351 [ 258 ] {d14d5742-5db5-424a-bebb-c05e30bd01a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12990 2024.12.14 03:43:28.897805 [ 258 ] {d14d5742-5db5-424a-bebb-c05e30bd01a3} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
12991 2024.12.14 03:43:28.898066 [ 258 ] {d14d5742-5db5-424a-bebb-c05e30bd01a3} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12992 2024.12.14 03:43:28.898313 [ 258 ] {d14d5742-5db5-424a-bebb-c05e30bd01a3} <Debug> executeQuery: Read 107 rows, 9.25 KiB in 0.00198 sec., 54040.40404040404 rows/sec., 4.56 MiB/sec.
12993 2024.12.14 03:43:28.898381 [ 258 ] {d14d5742-5db5-424a-bebb-c05e30bd01a3} <Debug> TCPHandler: Processed in 0.002328776 sec.
12994 2024.12.14 03:43:28.898554 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12995 2024.12.14 03:43:28.898702 [ 255 ] {37b5240a-2634-4ca3-b3f4-d8a7969fe4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12996 2024.12.14 03:43:28.898765 [ 255 ] {37b5240a-2634-4ca3-b3f4-d8a7969fe4da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12997 2024.12.14 03:43:28.899494 [ 255 ] {37b5240a-2634-4ca3-b3f4-d8a7969fe4da} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12998 2024.12.14 03:43:28.899545 [ 255 ] {37b5240a-2634-4ca3-b3f4-d8a7969fe4da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
12999 2024.12.14 03:43:28.899930 [ 255 ] {37b5240a-2634-4ca3-b3f4-d8a7969fe4da} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13000 2024.12.14 03:43:28.900176 [ 255 ] {37b5240a-2634-4ca3-b3f4-d8a7969fe4da} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13001 2024.12.14 03:43:28.900393 [ 255 ] {37b5240a-2634-4ca3-b3f4-d8a7969fe4da} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001723 sec., 15670.342426001162 rows/sec., 1.14 MiB/sec.
13002 2024.12.14 03:43:28.900450 [ 255 ] {37b5240a-2634-4ca3-b3f4-d8a7969fe4da} <Debug> TCPHandler: Processed in 0.00196684 sec.
13003 2024.12.14 03:43:28.900586 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13004 2024.12.14 03:43:28.900727 [ 258 ] {592d4a81-fd69-4cf8-ae85-40eb60a0b082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13005 2024.12.14 03:43:28.900790 [ 258 ] {592d4a81-fd69-4cf8-ae85-40eb60a0b082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13006 2024.12.14 03:43:28.901551 [ 258 ] {592d4a81-fd69-4cf8-ae85-40eb60a0b082} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13007 2024.12.14 03:43:28.901601 [ 258 ] {592d4a81-fd69-4cf8-ae85-40eb60a0b082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13008 2024.12.14 03:43:28.901983 [ 258 ] {592d4a81-fd69-4cf8-ae85-40eb60a0b082} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13009 2024.12.14 03:43:28.902231 [ 258 ] {592d4a81-fd69-4cf8-ae85-40eb60a0b082} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13010 2024.12.14 03:43:28.902480 [ 258 ] {592d4a81-fd69-4cf8-ae85-40eb60a0b082} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001788 sec., 50894.85458612975 rows/sec., 3.98 MiB/sec.
13011 2024.12.14 03:43:28.902544 [ 258 ] {592d4a81-fd69-4cf8-ae85-40eb60a0b082} <Debug> TCPHandler: Processed in 0.002012381 sec.
13012 2024.12.14 03:43:28.902726 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13013 2024.12.14 03:43:28.903048 [ 255 ] {0fcbd356-cec2-4a9d-a124-cf43ae763eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13014 2024.12.14 03:43:28.903186 [ 255 ] {0fcbd356-cec2-4a9d-a124-cf43ae763eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13015 2024.12.14 03:43:28.903789 [ 255 ] {0fcbd356-cec2-4a9d-a124-cf43ae763eb5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13016 2024.12.14 03:43:28.903831 [ 255 ] {0fcbd356-cec2-4a9d-a124-cf43ae763eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13017 2024.12.14 03:43:28.904228 [ 255 ] {0fcbd356-cec2-4a9d-a124-cf43ae763eb5} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13018 2024.12.14 03:43:28.904463 [ 255 ] {0fcbd356-cec2-4a9d-a124-cf43ae763eb5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13019 2024.12.14 03:43:28.904687 [ 255 ] {0fcbd356-cec2-4a9d-a124-cf43ae763eb5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001764 sec., 91269.84126984127 rows/sec., 6.36 MiB/sec.
13020 2024.12.14 03:43:28.904745 [ 255 ] {0fcbd356-cec2-4a9d-a124-cf43ae763eb5} <Debug> TCPHandler: Processed in 0.002110882 sec.
13021 2024.12.14 03:43:28.904890 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13022 2024.12.14 03:43:28.905034 [ 258 ] {262c5d17-07c2-4106-b7b9-f57adfe4cf47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13023 2024.12.14 03:43:28.905130 [ 258 ] {262c5d17-07c2-4106-b7b9-f57adfe4cf47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13024 2024.12.14 03:43:28.906413 [ 258 ] {262c5d17-07c2-4106-b7b9-f57adfe4cf47} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13025 2024.12.14 03:43:28.906453 [ 258 ] {262c5d17-07c2-4106-b7b9-f57adfe4cf47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13026 2024.12.14 03:43:28.907106 [ 258 ] {262c5d17-07c2-4106-b7b9-f57adfe4cf47} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
13027 2024.12.14 03:43:28.907373 [ 258 ] {262c5d17-07c2-4106-b7b9-f57adfe4cf47} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13028 2024.12.14 03:43:28.907667 [ 258 ] {262c5d17-07c2-4106-b7b9-f57adfe4cf47} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002666 sec., 9377.344336084021 rows/sec., 16.80 MiB/sec.
13029 2024.12.14 03:43:28.907835 [ 258 ] {262c5d17-07c2-4106-b7b9-f57adfe4cf47} <Debug> TCPHandler: Processed in 0.003012981 sec.
13030 2024.12.14 03:43:28.908110 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13031 2024.12.14 03:43:28.908475 [ 255 ] {c05dcf62-b29a-4538-af79-be1a0214ef39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13032 2024.12.14 03:43:28.908671 [ 255 ] {c05dcf62-b29a-4538-af79-be1a0214ef39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13033 2024.12.14 03:43:28.909338 [ 255 ] {c05dcf62-b29a-4538-af79-be1a0214ef39} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13034 2024.12.14 03:43:28.909379 [ 255 ] {c05dcf62-b29a-4538-af79-be1a0214ef39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13035 2024.12.14 03:43:28.909751 [ 255 ] {c05dcf62-b29a-4538-af79-be1a0214ef39} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13036 2024.12.14 03:43:28.909982 [ 255 ] {c05dcf62-b29a-4538-af79-be1a0214ef39} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13037 2024.12.14 03:43:28.910159 [ 32 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13038 2024.12.14 03:43:28.910218 [ 255 ] {c05dcf62-b29a-4538-af79-be1a0214ef39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001882 sec., 31880.97768331562 rows/sec., 2.15 MiB/sec.
13039 2024.12.14 03:43:28.910262 [ 32 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13040 2024.12.14 03:43:28.910331 [ 255 ] {c05dcf62-b29a-4538-af79-be1a0214ef39} <Debug> TCPHandler: Processed in 0.002349748 sec.
13041 2024.12.14 03:43:28.910335 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13042 2024.12.14 03:43:28.910517 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
13043 2024.12.14 03:43:28.910646 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13044 2024.12.14 03:43:28.910680 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5984 rows starting from the beginning of the part
13045 2024.12.14 03:43:28.910753 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 70 rows starting from the beginning of the part
13046 2024.12.14 03:43:28.910983 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 12 rows starting from the beginning of the part
13047 2024.12.14 03:43:28.911216 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part
13048 2024.12.14 03:43:28.911412 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part
13049 2024.12.14 03:43:28.911549 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part
13050 2024.12.14 03:43:28.913548 [ 199 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6268 rows, containing 4 columns (4 merged, 0 gathered) in 0.003086562 sec., 2030738.407328283 rows/sec., 133.99 MiB/sec.
13051 2024.12.14 03:43:28.914262 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13052 2024.12.14 03:43:28.914774 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13053 2024.12.14 03:43:28.914872 [ 200 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_111_22} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13054 2024.12.14 03:43:28.914978 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB.
13055 2024.12.14 03:43:30.628948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598
13056 2024.12.14 03:43:30.630141 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13057 2024.12.14 03:43:30.630197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13058 2024.12.14 03:43:30.630737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13059 2024.12.14 03:43:30.630998 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13060 2024.12.14 03:43:30.631265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598
13061 2024.12.14 03:43:32.936119 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
13062 2024.12.14 03:43:32.957966 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13063 2024.12.14 03:43:32.958037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13064 2024.12.14 03:43:32.965498 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13065 2024.12.14 03:43:32.966323 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13066 2024.12.14 03:43:32.969667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
13067 2024.12.14 03:43:33.300971 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1808
13068 2024.12.14 03:43:33.304421 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13069 2024.12.14 03:43:33.304471 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13070 2024.12.14 03:43:33.306029 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13071 2024.12.14 03:43:33.306352 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13072 2024.12.14 03:43:33.306512 [ 70 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13073 2024.12.14 03:43:33.306573 [ 70 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13074 2024.12.14 03:43:33.306609 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13075 2024.12.14 03:43:33.306948 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
13076 2024.12.14 03:43:33.307918 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1808
13077 2024.12.14 03:43:33.308331 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13078 2024.12.14 03:43:33.308500 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1638 rows starting from the beginning of the part
13079 2024.12.14 03:43:33.309157 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part
13080 2024.12.14 03:43:33.309742 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part
13081 2024.12.14 03:43:33.310384 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part
13082 2024.12.14 03:43:33.311019 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part
13083 2024.12.14 03:43:33.311607 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part
13084 2024.12.14 03:43:33.320383 [ 193 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1808 rows, containing 72 columns (72 merged, 0 gathered) in 0.013668814 sec., 132271.9001077928 rows/sec., 101.36 MiB/sec.
13085 2024.12.14 03:43:33.322361 [ 196 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13086 2024.12.14 03:43:33.323264 [ 196 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13087 2024.12.14 03:43:33.323378 [ 196 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_51_10} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13088 2024.12.14 03:43:33.323768 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB.
13089 2024.12.14 03:43:33.808047 [ 223 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13090 2024.12.14 03:43:33.808127 [ 223 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13091 2024.12.14 03:43:33.814121 [ 223 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13092 2024.12.14 03:43:33.898680 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13093 2024.12.14 03:43:33.898875 [ 255 ] {af2a5a34-b895-439a-ae6d-954f104de19d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13094 2024.12.14 03:43:33.898949 [ 255 ] {af2a5a34-b895-439a-ae6d-954f104de19d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13095 2024.12.14 03:43:33.899711 [ 255 ] {af2a5a34-b895-439a-ae6d-954f104de19d} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13096 2024.12.14 03:43:33.899764 [ 255 ] {af2a5a34-b895-439a-ae6d-954f104de19d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13097 2024.12.14 03:43:33.900201 [ 255 ] {af2a5a34-b895-439a-ae6d-954f104de19d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
13098 2024.12.14 03:43:33.900469 [ 255 ] {af2a5a34-b895-439a-ae6d-954f104de19d} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13099 2024.12.14 03:43:33.900729 [ 255 ] {af2a5a34-b895-439a-ae6d-954f104de19d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec.
13100 2024.12.14 03:43:33.900900 [ 255 ] {af2a5a34-b895-439a-ae6d-954f104de19d} <Debug> TCPHandler: Processed in 0.002347447 sec.
13101 2024.12.14 03:43:33.901196 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13102 2024.12.14 03:43:33.901410 [ 258 ] {c9744732-1f7f-406b-a7d2-d656987062ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13103 2024.12.14 03:43:33.901497 [ 258 ] {c9744732-1f7f-406b-a7d2-d656987062ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13104 2024.12.14 03:43:33.902445 [ 258 ] {c9744732-1f7f-406b-a7d2-d656987062ed} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13105 2024.12.14 03:43:33.902497 [ 258 ] {c9744732-1f7f-406b-a7d2-d656987062ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13106 2024.12.14 03:43:33.902968 [ 258 ] {c9744732-1f7f-406b-a7d2-d656987062ed} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13107 2024.12.14 03:43:33.903233 [ 258 ] {c9744732-1f7f-406b-a7d2-d656987062ed} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13108 2024.12.14 03:43:33.903514 [ 258 ] {c9744732-1f7f-406b-a7d2-d656987062ed} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002156 sec., 108998.14471243042 rows/sec., 9.52 MiB/sec.
13109 2024.12.14 03:43:33.903605 [ 258 ] {c9744732-1f7f-406b-a7d2-d656987062ed} <Debug> TCPHandler: Processed in 0.002554861 sec.
13110 2024.12.14 03:43:33.903606 [ 224 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13111 2024.12.14 03:43:33.903690 [ 224 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13112 2024.12.14 03:43:33.903793 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13113 2024.12.14 03:43:33.903997 [ 255 ] {756e6039-8d06-482e-870a-1d5f18b4488b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13114 2024.12.14 03:43:33.904053 [ 255 ] {756e6039-8d06-482e-870a-1d5f18b4488b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13115 2024.12.14 03:43:33.905450 [ 255 ] {756e6039-8d06-482e-870a-1d5f18b4488b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13116 2024.12.14 03:43:33.905500 [ 255 ] {756e6039-8d06-482e-870a-1d5f18b4488b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13117 2024.12.14 03:43:33.906191 [ 255 ] {756e6039-8d06-482e-870a-1d5f18b4488b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13118 2024.12.14 03:43:33.906596 [ 255 ] {756e6039-8d06-482e-870a-1d5f18b4488b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13119 2024.12.14 03:43:33.906953 [ 255 ] {756e6039-8d06-482e-870a-1d5f18b4488b} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.002965 sec., 7757.16694772344 rows/sec., 559.59 KiB/sec.
13120 2024.12.14 03:43:33.907043 [ 224 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13121 2024.12.14 03:43:33.907091 [ 255 ] {756e6039-8d06-482e-870a-1d5f18b4488b} <Debug> TCPHandler: Processed in 0.003382858 sec.
13122 2024.12.14 03:43:33.907357 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13123 2024.12.14 03:43:33.907667 [ 258 ] {e549a88e-c612-4652-aa17-c88ee8da46e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13124 2024.12.14 03:43:33.907816 [ 258 ] {e549a88e-c612-4652-aa17-c88ee8da46e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13125 2024.12.14 03:43:33.909376 [ 258 ] {e549a88e-c612-4652-aa17-c88ee8da46e7} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13126 2024.12.14 03:43:33.909419 [ 258 ] {e549a88e-c612-4652-aa17-c88ee8da46e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13127 2024.12.14 03:43:33.909796 [ 258 ] {e549a88e-c612-4652-aa17-c88ee8da46e7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
13128 2024.12.14 03:43:33.910048 [ 258 ] {e549a88e-c612-4652-aa17-c88ee8da46e7} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13129 2024.12.14 03:43:33.910235 [ 154 ] {} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0
13130 2024.12.14 03:43:33.910294 [ 258 ] {e549a88e-c612-4652-aa17-c88ee8da46e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002745 sec., 5100.1821493624775 rows/sec., 357.18 KiB/sec.
13131 2024.12.14 03:43:33.910320 [ 154 ] {} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13132 2024.12.14 03:43:33.910383 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13133 2024.12.14 03:43:33.910417 [ 258 ] {e549a88e-c612-4652-aa17-c88ee8da46e7} <Debug> TCPHandler: Processed in 0.003180664 sec.
13134 2024.12.14 03:43:33.910706 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13135 2024.12.14 03:43:33.910731 [ 199 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full
13136 2024.12.14 03:43:33.911102 [ 255 ] {b0c24892-7370-4e20-9934-b619a399700a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13137 2024.12.14 03:43:33.911285 [ 255 ] {b0c24892-7370-4e20-9934-b619a399700a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13138 2024.12.14 03:43:33.911391 [ 199 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13139 2024.12.14 03:43:33.911484 [ 199 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 242 rows starting from the beginning of the part
13140 2024.12.14 03:43:33.911800 [ 199 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
13141 2024.12.14 03:43:33.912346 [ 199 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
13142 2024.12.14 03:43:33.912743 [ 199 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 242 rows starting from the beginning of the part
13143 2024.12.14 03:43:33.913158 [ 199 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
13144 2024.12.14 03:43:33.913564 [ 199 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
13145 2024.12.14 03:43:33.915524 [ 255 ] {b0c24892-7370-4e20-9934-b619a399700a} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13146 2024.12.14 03:43:33.915599 [ 255 ] {b0c24892-7370-4e20-9934-b619a399700a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13147 2024.12.14 03:43:33.916646 [ 255 ] {b0c24892-7370-4e20-9934-b619a399700a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
13148 2024.12.14 03:43:33.917206 [ 255 ] {b0c24892-7370-4e20-9934-b619a399700a} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13149 2024.12.14 03:43:33.917508 [ 188 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.007012571 sec., 77004.56793949037 rows/sec., 5.52 MiB/sec.
13150 2024.12.14 03:43:33.917891 [ 255 ] {b0c24892-7370-4e20-9934-b619a399700a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006889 sec., 1887.0663376397154 rows/sec., 117.66 KiB/sec.
13151 2024.12.14 03:43:33.917910 [ 188 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary)
13152 2024.12.14 03:43:33.918290 [ 255 ] {b0c24892-7370-4e20-9934-b619a399700a} <Debug> TCPHandler: Processed in 0.007757025 sec.
13153 2024.12.14 03:43:33.918507 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13154 2024.12.14 03:43:33.918627 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13155 2024.12.14 03:43:33.918740 [ 258 ] {1ba8bad0-8e4a-4b22-80b4-8916e2e99e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13156 2024.12.14 03:43:33.918828 [ 258 ] {1ba8bad0-8e4a-4b22-80b4-8916e2e99e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13157 2024.12.14 03:43:33.918845 [ 193 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_37_8} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8
13158 2024.12.14 03:43:33.919046 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
13159 2024.12.14 03:43:33.919714 [ 258 ] {1ba8bad0-8e4a-4b22-80b4-8916e2e99e23} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13160 2024.12.14 03:43:33.919759 [ 258 ] {1ba8bad0-8e4a-4b22-80b4-8916e2e99e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13161 2024.12.14 03:43:33.920141 [ 258 ] {1ba8bad0-8e4a-4b22-80b4-8916e2e99e23} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13162 2024.12.14 03:43:33.920400 [ 258 ] {1ba8bad0-8e4a-4b22-80b4-8916e2e99e23} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13163 2024.12.14 03:43:33.920617 [ 258 ] {1ba8bad0-8e4a-4b22-80b4-8916e2e99e23} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001956 sec., 203476.48261758694 rows/sec., 14.46 MiB/sec.
13164 2024.12.14 03:43:33.920674 [ 258 ] {1ba8bad0-8e4a-4b22-80b4-8916e2e99e23} <Debug> TCPHandler: Processed in 0.002250265 sec.
13165 2024.12.14 03:43:33.920829 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13166 2024.12.14 03:43:33.920952 [ 255 ] {af278234-2e61-418b-b2f1-9d1d5e759d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13167 2024.12.14 03:43:33.921007 [ 255 ] {af278234-2e61-418b-b2f1-9d1d5e759d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13168 2024.12.14 03:43:33.921511 [ 255 ] {af278234-2e61-418b-b2f1-9d1d5e759d7f} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13169 2024.12.14 03:43:33.921550 [ 255 ] {af278234-2e61-418b-b2f1-9d1d5e759d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13170 2024.12.14 03:43:33.921915 [ 255 ] {af278234-2e61-418b-b2f1-9d1d5e759d7f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
13171 2024.12.14 03:43:33.922152 [ 255 ] {af278234-2e61-418b-b2f1-9d1d5e759d7f} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13172 2024.12.14 03:43:33.922361 [ 255 ] {af278234-2e61-418b-b2f1-9d1d5e759d7f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 218.45 KiB/sec.
13173 2024.12.14 03:43:33.922416 [ 255 ] {af278234-2e61-418b-b2f1-9d1d5e759d7f} <Debug> TCPHandler: Processed in 0.001647283 sec.
13174 2024.12.14 03:43:33.922563 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13175 2024.12.14 03:43:33.922684 [ 258 ] {7f54bc0d-4981-4738-aaf9-94ec00567451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13176 2024.12.14 03:43:33.922738 [ 258 ] {7f54bc0d-4981-4738-aaf9-94ec00567451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13177 2024.12.14 03:43:33.923326 [ 258 ] {7f54bc0d-4981-4738-aaf9-94ec00567451} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13178 2024.12.14 03:43:33.923365 [ 258 ] {7f54bc0d-4981-4738-aaf9-94ec00567451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13179 2024.12.14 03:43:33.923764 [ 258 ] {7f54bc0d-4981-4738-aaf9-94ec00567451} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13180 2024.12.14 03:43:33.924010 [ 258 ] {7f54bc0d-4981-4738-aaf9-94ec00567451} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13181 2024.12.14 03:43:33.924244 [ 258 ] {7f54bc0d-4981-4738-aaf9-94ec00567451} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001583 sec., 149715.72962728995 rows/sec., 10.03 MiB/sec.
13182 2024.12.14 03:43:33.924316 [ 258 ] {7f54bc0d-4981-4738-aaf9-94ec00567451} <Debug> TCPHandler: Processed in 0.001807936 sec.
13183 2024.12.14 03:43:33.924474 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13184 2024.12.14 03:43:33.924657 [ 255 ] {e18cfc49-1825-4559-afec-2d330d287c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13185 2024.12.14 03:43:33.924738 [ 255 ] {e18cfc49-1825-4559-afec-2d330d287c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13186 2024.12.14 03:43:33.925254 [ 255 ] {e18cfc49-1825-4559-afec-2d330d287c36} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13187 2024.12.14 03:43:33.925293 [ 255 ] {e18cfc49-1825-4559-afec-2d330d287c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13188 2024.12.14 03:43:33.925657 [ 255 ] {e18cfc49-1825-4559-afec-2d330d287c36} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
13189 2024.12.14 03:43:33.925889 [ 255 ] {e18cfc49-1825-4559-afec-2d330d287c36} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13190 2024.12.14 03:43:33.926095 [ 255 ] {e18cfc49-1825-4559-afec-2d330d287c36} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001487 sec., 672.4949562878278 rows/sec., 45.31 KiB/sec.
13191 2024.12.14 03:43:33.926147 [ 255 ] {e18cfc49-1825-4559-afec-2d330d287c36} <Debug> TCPHandler: Processed in 0.001735125 sec.
13192 2024.12.14 03:43:33.926304 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13193 2024.12.14 03:43:33.926443 [ 258 ] {a1e9d56d-fc1a-4a6b-b5b1-57c2f9bbe177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13194 2024.12.14 03:43:33.926535 [ 258 ] {a1e9d56d-fc1a-4a6b-b5b1-57c2f9bbe177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13195 2024.12.14 03:43:33.927730 [ 258 ] {a1e9d56d-fc1a-4a6b-b5b1-57c2f9bbe177} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13196 2024.12.14 03:43:33.927769 [ 258 ] {a1e9d56d-fc1a-4a6b-b5b1-57c2f9bbe177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13197 2024.12.14 03:43:33.928406 [ 258 ] {a1e9d56d-fc1a-4a6b-b5b1-57c2f9bbe177} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13198 2024.12.14 03:43:33.928661 [ 258 ] {a1e9d56d-fc1a-4a6b-b5b1-57c2f9bbe177} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13199 2024.12.14 03:43:33.928915 [ 258 ] {a1e9d56d-fc1a-4a6b-b5b1-57c2f9bbe177} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002504 sec., 6389.776357827475 rows/sec., 11.45 MiB/sec.
13200 2024.12.14 03:43:33.929025 [ 258 ] {a1e9d56d-fc1a-4a6b-b5b1-57c2f9bbe177} <Debug> TCPHandler: Processed in 0.002786826 sec.
13201 2024.12.14 03:43:33.929179 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13202 2024.12.14 03:43:33.929319 [ 255 ] {b77616a7-1b0b-4d44-9fa5-4ac8f1583159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13203 2024.12.14 03:43:33.929380 [ 255 ] {b77616a7-1b0b-4d44-9fa5-4ac8f1583159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13204 2024.12.14 03:43:33.929941 [ 255 ] {b77616a7-1b0b-4d44-9fa5-4ac8f1583159} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13205 2024.12.14 03:43:33.929980 [ 255 ] {b77616a7-1b0b-4d44-9fa5-4ac8f1583159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13206 2024.12.14 03:43:33.930348 [ 255 ] {b77616a7-1b0b-4d44-9fa5-4ac8f1583159} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13207 2024.12.14 03:43:33.930579 [ 255 ] {b77616a7-1b0b-4d44-9fa5-4ac8f1583159} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13208 2024.12.14 03:43:33.930795 [ 255 ] {b77616a7-1b0b-4d44-9fa5-4ac8f1583159} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec.
13209 2024.12.14 03:43:33.930863 [ 255 ] {b77616a7-1b0b-4d44-9fa5-4ac8f1583159} <Debug> TCPHandler: Processed in 0.001743505 sec.
13210 2024.12.14 03:43:37.935487 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
13211 2024.12.14 03:43:37.935598 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
13212 2024.12.14 03:43:38.131465 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086
13213 2024.12.14 03:43:38.132381 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13214 2024.12.14 03:43:38.132430 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13215 2024.12.14 03:43:38.132973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13216 2024.12.14 03:43:38.133242 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13217 2024.12.14 03:43:38.133465 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
13218 2024.12.14 03:43:38.174456 [ 222 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): 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]
13219 2024.12.14 03:43:38.174515 [ 222 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): 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]
13220 2024.12.14 03:43:38.176555 [ 222 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): 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]
13221 2024.12.14 03:43:38.628935 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): 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]
13222 2024.12.14 03:43:38.629019 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): 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]
13223 2024.12.14 03:43:38.631476 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): 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]
13224 2024.12.14 03:43:38.873649 [ 223 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): 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]
13225 2024.12.14 03:43:38.873723 [ 223 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): 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]
13226 2024.12.14 03:43:38.876002 [ 223 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): 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]
13227 2024.12.14 03:43:38.894260 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13228 2024.12.14 03:43:38.894553 [ 255 ] {119d1fb0-85d6-4323-af53-ca4f11f95e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13229 2024.12.14 03:43:38.894668 [ 255 ] {119d1fb0-85d6-4323-af53-ca4f11f95e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13230 2024.12.14 03:43:38.895634 [ 255 ] {119d1fb0-85d6-4323-af53-ca4f11f95e05} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13231 2024.12.14 03:43:38.895679 [ 255 ] {119d1fb0-85d6-4323-af53-ca4f11f95e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13232 2024.12.14 03:43:38.896105 [ 255 ] {119d1fb0-85d6-4323-af53-ca4f11f95e05} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13233 2024.12.14 03:43:38.896360 [ 255 ] {119d1fb0-85d6-4323-af53-ca4f11f95e05} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13234 2024.12.14 03:43:38.896594 [ 255 ] {119d1fb0-85d6-4323-af53-ca4f11f95e05} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.002127 sec., 49835.44898918665 rows/sec., 4.21 MiB/sec.
13235 2024.12.14 03:43:38.896657 [ 255 ] {119d1fb0-85d6-4323-af53-ca4f11f95e05} <Debug> TCPHandler: Processed in 0.002579501 sec.
13236 2024.12.14 03:43:38.896916 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13237 2024.12.14 03:43:38.897146 [ 258 ] {b261699c-98f7-4017-96de-4f0a9d84400c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13238 2024.12.14 03:43:38.897260 [ 258 ] {b261699c-98f7-4017-96de-4f0a9d84400c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13239 2024.12.14 03:43:38.898321 [ 258 ] {b261699c-98f7-4017-96de-4f0a9d84400c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13240 2024.12.14 03:43:38.898367 [ 258 ] {b261699c-98f7-4017-96de-4f0a9d84400c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13241 2024.12.14 03:43:38.898798 [ 258 ] {b261699c-98f7-4017-96de-4f0a9d84400c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13242 2024.12.14 03:43:38.899054 [ 258 ] {b261699c-98f7-4017-96de-4f0a9d84400c} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13243 2024.12.14 03:43:38.899234 [ 150 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13244 2024.12.14 03:43:38.899304 [ 258 ] {b261699c-98f7-4017-96de-4f0a9d84400c} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002238 sec., 11170.688114387847 rows/sec., 839.98 KiB/sec.
13245 2024.12.14 03:43:38.899312 [ 150 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13246 2024.12.14 03:43:38.899390 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13247 2024.12.14 03:43:38.899446 [ 258 ] {b261699c-98f7-4017-96de-4f0a9d84400c} <Debug> TCPHandler: Processed in 0.002664013 sec.
13248 2024.12.14 03:43:38.899734 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13249 2024.12.14 03:43:38.899831 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
13250 2024.12.14 03:43:38.900048 [ 255 ] {ed5efb36-4961-48d5-8110-e6038d00758b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13251 2024.12.14 03:43:38.900236 [ 255 ] {ed5efb36-4961-48d5-8110-e6038d00758b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13252 2024.12.14 03:43:38.900508 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13253 2024.12.14 03:43:38.900678 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 66 rows starting from the beginning of the part
13254 2024.12.14 03:43:38.901206 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 25 rows starting from the beginning of the part
13255 2024.12.14 03:43:38.901917 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 23 rows starting from the beginning of the part
13256 2024.12.14 03:43:38.902390 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 27 rows starting from the beginning of the part
13257 2024.12.14 03:43:38.902765 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 23 rows starting from the beginning of the part
13258 2024.12.14 03:43:38.903046 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 25 rows starting from the beginning of the part
13259 2024.12.14 03:43:38.903876 [ 255 ] {ed5efb36-4961-48d5-8110-e6038d00758b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13260 2024.12.14 03:43:38.903952 [ 255 ] {ed5efb36-4961-48d5-8110-e6038d00758b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13261 2024.12.14 03:43:38.905040 [ 255 ] {ed5efb36-4961-48d5-8110-e6038d00758b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13262 2024.12.14 03:43:38.905664 [ 255 ] {ed5efb36-4961-48d5-8110-e6038d00758b} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13263 2024.12.14 03:43:38.905971 [ 188 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.006458599 sec., 29263.312368518313 rows/sec., 2.21 MiB/sec.
13264 2024.12.14 03:43:38.906263 [ 255 ] {ed5efb36-4961-48d5-8110-e6038d00758b} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.00631 sec., 14104.59587955626 rows/sec., 1.10 MiB/sec.
13265 2024.12.14 03:43:38.906289 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13266 2024.12.14 03:43:38.906461 [ 255 ] {ed5efb36-4961-48d5-8110-e6038d00758b} <Debug> TCPHandler: Processed in 0.006873938 sec.
13267 2024.12.14 03:43:38.906776 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13268 2024.12.14 03:43:38.907202 [ 258 ] {f4323707-583b-4e16-87b0-d956180e492a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13269 2024.12.14 03:43:38.907286 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13270 2024.12.14 03:43:38.907434 [ 258 ] {f4323707-583b-4e16-87b0-d956180e492a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13271 2024.12.14 03:43:38.907659 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_91_18} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13272 2024.12.14 03:43:38.907953 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13273 2024.12.14 03:43:38.909062 [ 258 ] {f4323707-583b-4e16-87b0-d956180e492a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13274 2024.12.14 03:43:38.909110 [ 258 ] {f4323707-583b-4e16-87b0-d956180e492a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13275 2024.12.14 03:43:38.909545 [ 258 ] {f4323707-583b-4e16-87b0-d956180e492a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13276 2024.12.14 03:43:38.909798 [ 258 ] {f4323707-583b-4e16-87b0-d956180e492a} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13277 2024.12.14 03:43:38.910024 [ 258 ] {f4323707-583b-4e16-87b0-d956180e492a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003011 sec., 53138.492195283965 rows/sec., 3.70 MiB/sec.
13278 2024.12.14 03:43:38.910084 [ 258 ] {f4323707-583b-4e16-87b0-d956180e492a} <Debug> TCPHandler: Processed in 0.00350322 sec.
13279 2024.12.14 03:43:38.910285 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13280 2024.12.14 03:43:38.910516 [ 255 ] {a015b077-96e2-411e-bbb7-9193a5733bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13281 2024.12.14 03:43:38.910663 [ 255 ] {a015b077-96e2-411e-bbb7-9193a5733bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13282 2024.12.14 03:43:38.912014 [ 255 ] {a015b077-96e2-411e-bbb7-9193a5733bfd} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13283 2024.12.14 03:43:38.912058 [ 255 ] {a015b077-96e2-411e-bbb7-9193a5733bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13284 2024.12.14 03:43:38.912729 [ 255 ] {a015b077-96e2-411e-bbb7-9193a5733bfd} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13285 2024.12.14 03:43:38.912986 [ 255 ] {a015b077-96e2-411e-bbb7-9193a5733bfd} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13286 2024.12.14 03:43:38.913247 [ 255 ] {a015b077-96e2-411e-bbb7-9193a5733bfd} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00279 sec., 8960.57347670251 rows/sec., 16.06 MiB/sec.
13287 2024.12.14 03:43:38.913442 [ 255 ] {a015b077-96e2-411e-bbb7-9193a5733bfd} <Debug> TCPHandler: Processed in 0.003267076 sec.
13288 2024.12.14 03:43:38.913687 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13289 2024.12.14 03:43:38.913891 [ 258 ] {642c7fee-426b-4198-811f-652d56bed1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13290 2024.12.14 03:43:38.913953 [ 258 ] {642c7fee-426b-4198-811f-652d56bed1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13291 2024.12.14 03:43:38.914465 [ 258 ] {642c7fee-426b-4198-811f-652d56bed1c6} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13292 2024.12.14 03:43:38.914506 [ 258 ] {642c7fee-426b-4198-811f-652d56bed1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13293 2024.12.14 03:43:38.914894 [ 258 ] {642c7fee-426b-4198-811f-652d56bed1c6} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13294 2024.12.14 03:43:38.915137 [ 258 ] {642c7fee-426b-4198-811f-652d56bed1c6} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13295 2024.12.14 03:43:38.915384 [ 258 ] {642c7fee-426b-4198-811f-652d56bed1c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001525 sec., 39344.262295081964 rows/sec., 2.65 MiB/sec.
13296 2024.12.14 03:43:38.915395 [ 218 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): 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]
13297 2024.12.14 03:43:38.915463 [ 218 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): 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]
13298 2024.12.14 03:43:38.915479 [ 258 ] {642c7fee-426b-4198-811f-652d56bed1c6} <Debug> TCPHandler: Processed in 0.001949779 sec.
13299 2024.12.14 03:43:38.917512 [ 218 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): 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]
13300 2024.12.14 03:43:40.469789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
13301 2024.12.14 03:43:40.490703 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13302 2024.12.14 03:43:40.490763 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13303 2024.12.14 03:43:40.499003 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13304 2024.12.14 03:43:40.499787 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13305 2024.12.14 03:43:40.504083 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
13306 2024.12.14 03:43:40.937210 [ 146 ] {} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
13307 2024.12.14 03:43:40.937281 [ 146 ] {} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13308 2024.12.14 03:43:40.937309 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13309 2024.12.14 03:43:40.937465 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
13310 2024.12.14 03:43:40.937678 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13311 2024.12.14 03:43:40.937722 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
13312 2024.12.14 03:43:40.937824 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part
13313 2024.12.14 03:43:40.938092 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
13314 2024.12.14 03:43:40.938482 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
13315 2024.12.14 03:43:40.938840 [ 186 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part
13316 2024.12.14 03:43:40.940128 [ 201 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002736285 sec., 13156.524265564442 rows/sec., 1.10 MiB/sec.
13317 2024.12.14 03:43:40.940414 [ 201 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
13318 2024.12.14 03:43:40.940963 [ 201 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_29_7} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13319 2024.12.14 03:43:40.941126 [ 201 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_29_7} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
13320 2024.12.14 03:43:40.941239 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13321 2024.12.14 03:43:42.655208 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13322 2024.12.14 03:43:42.655424 [ 255 ] {fc4e2325-8f10-49a8-8302-96322aa5b7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13323 2024.12.14 03:43:42.655507 [ 255 ] {fc4e2325-8f10-49a8-8302-96322aa5b7a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13324 2024.12.14 03:43:42.656353 [ 255 ] {fc4e2325-8f10-49a8-8302-96322aa5b7a2} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13325 2024.12.14 03:43:42.656407 [ 255 ] {fc4e2325-8f10-49a8-8302-96322aa5b7a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13326 2024.12.14 03:43:42.656851 [ 255 ] {fc4e2325-8f10-49a8-8302-96322aa5b7a2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
13327 2024.12.14 03:43:42.657116 [ 255 ] {fc4e2325-8f10-49a8-8302-96322aa5b7a2} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13328 2024.12.14 03:43:42.657313 [ 143 ] {} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
13329 2024.12.14 03:43:42.657391 [ 255 ] {fc4e2325-8f10-49a8-8302-96322aa5b7a2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002008 sec., 6972.111553784861 rows/sec., 501.90 KiB/sec.
13330 2024.12.14 03:43:42.657401 [ 143 ] {} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13331 2024.12.14 03:43:42.657469 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13332 2024.12.14 03:43:42.657556 [ 255 ] {fc4e2325-8f10-49a8-8302-96322aa5b7a2} <Debug> TCPHandler: Processed in 0.00249153 sec.
13333 2024.12.14 03:43:42.657675 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
13334 2024.12.14 03:43:42.657824 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13335 2024.12.14 03:43:42.657846 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13336 2024.12.14 03:43:42.657868 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
13337 2024.12.14 03:43:42.657983 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
13338 2024.12.14 03:43:42.658186 [ 258 ] {98a2206c-970f-48c6-a0b3-178433fa1c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13339 2024.12.14 03:43:42.658206 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
13340 2024.12.14 03:43:42.658338 [ 258 ] {98a2206c-970f-48c6-a0b3-178433fa1c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13341 2024.12.14 03:43:42.658374 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
13342 2024.12.14 03:43:42.658612 [ 191 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
13343 2024.12.14 03:43:42.659634 [ 258 ] {98a2206c-970f-48c6-a0b3-178433fa1c14} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13344 2024.12.14 03:43:42.659679 [ 258 ] {98a2206c-970f-48c6-a0b3-178433fa1c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13345 2024.12.14 03:43:42.660106 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00252119 sec., 27764.666685176446 rows/sec., 2.06 MiB/sec.
13346 2024.12.14 03:43:42.660288 [ 258 ] {98a2206c-970f-48c6-a0b3-178433fa1c14} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
13347 2024.12.14 03:43:42.660407 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
13348 2024.12.14 03:43:42.660748 [ 258 ] {98a2206c-970f-48c6-a0b3-178433fa1c14} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13349 2024.12.14 03:43:42.661125 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_33_8} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13350 2024.12.14 03:43:42.661179 [ 258 ] {98a2206c-970f-48c6-a0b3-178433fa1c14} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003142 sec., 636.5372374283896 rows/sec., 51.91 KiB/sec.
13351 2024.12.14 03:43:42.661341 [ 190 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_33_8} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
13352 2024.12.14 03:43:42.661349 [ 258 ] {98a2206c-970f-48c6-a0b3-178433fa1c14} <Debug> TCPHandler: Processed in 0.003642013 sec.
13353 2024.12.14 03:43:42.661558 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13354 2024.12.14 03:43:42.661583 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13355 2024.12.14 03:43:42.661732 [ 255 ] {fc47d0c4-3602-4123-bd46-c45355ce393e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13356 2024.12.14 03:43:42.661787 [ 255 ] {fc47d0c4-3602-4123-bd46-c45355ce393e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13357 2024.12.14 03:43:42.663173 [ 255 ] {fc47d0c4-3602-4123-bd46-c45355ce393e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13358 2024.12.14 03:43:42.663216 [ 255 ] {fc47d0c4-3602-4123-bd46-c45355ce393e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13359 2024.12.14 03:43:42.663709 [ 255 ] {fc47d0c4-3602-4123-bd46-c45355ce393e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13360 2024.12.14 03:43:42.663961 [ 255 ] {fc47d0c4-3602-4123-bd46-c45355ce393e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13361 2024.12.14 03:43:42.664146 [ 143 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_109_22 to all_114_114_0
13362 2024.12.14 03:43:42.664205 [ 143 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13363 2024.12.14 03:43:42.664223 [ 255 ] {fc47d0c4-3602-4123-bd46-c45355ce393e} <Debug> executeQuery: Read 1376 rows, 117.65 KiB in 0.002513 sec., 547552.7258257063 rows/sec., 45.72 MiB/sec.
13364 2024.12.14 03:43:42.664240 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13365 2024.12.14 03:43:42.664397 [ 255 ] {fc47d0c4-3602-4123-bd46-c45355ce393e} <Debug> TCPHandler: Processed in 0.002918598 sec.
13366 2024.12.14 03:43:42.664460 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::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
13367 2024.12.14 03:43:42.664593 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13368 2024.12.14 03:43:42.664645 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13369 2024.12.14 03:43:42.664718 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_109_22, total 1435 rows starting from the beginning of the part
13370 2024.12.14 03:43:42.664828 [ 258 ] {723c9a18-a480-463b-b4fb-f655c821892b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13371 2024.12.14 03:43:42.664995 [ 258 ] {723c9a18-a480-463b-b4fb-f655c821892b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13372 2024.12.14 03:43:42.665036 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 235 rows starting from the beginning of the part
13373 2024.12.14 03:43:42.665399 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 107 rows starting from the beginning of the part
13374 2024.12.14 03:43:42.665715 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 235 rows starting from the beginning of the part
13375 2024.12.14 03:43:42.666101 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 106 rows starting from the beginning of the part
13376 2024.12.14 03:43:42.666465 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1376 rows starting from the beginning of the part
13377 2024.12.14 03:43:42.667813 [ 258 ] {723c9a18-a480-463b-b4fb-f655c821892b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13378 2024.12.14 03:43:42.667891 [ 258 ] {723c9a18-a480-463b-b4fb-f655c821892b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13379 2024.12.14 03:43:42.668923 [ 258 ] {723c9a18-a480-463b-b4fb-f655c821892b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
13380 2024.12.14 03:43:42.669246 [ 258 ] {723c9a18-a480-463b-b4fb-f655c821892b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13381 2024.12.14 03:43:42.669596 [ 258 ] {723c9a18-a480-463b-b4fb-f655c821892b} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.004812 sec., 5195.344970906068 rows/sec., 373.82 KiB/sec.
13382 2024.12.14 03:43:42.670140 [ 258 ] {723c9a18-a480-463b-b4fb-f655c821892b} <Debug> TCPHandler: Processed in 0.005628262 sec.
13383 2024.12.14 03:43:42.670336 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3494 rows, containing 5 columns (5 merged, 0 gathered) in 0.005949259 sec., 587300.0318190887 rows/sec., 51.68 MiB/sec.
13384 2024.12.14 03:43:42.670496 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13385 2024.12.14 03:43:42.670766 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary)
13386 2024.12.14 03:43:42.670952 [ 255 ] {8884ebac-0301-43ea-9adc-dceaa29cac28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13387 2024.12.14 03:43:42.671135 [ 255 ] {8884ebac-0301-43ea-9adc-dceaa29cac28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13388 2024.12.14 03:43:42.671475 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13389 2024.12.14 03:43:42.671617 [ 197 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_114_23} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_109_22, all_114_114_0] -> all_1_114_23
13390 2024.12.14 03:43:42.671709 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
13391 2024.12.14 03:43:42.672053 [ 255 ] {8884ebac-0301-43ea-9adc-dceaa29cac28} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13392 2024.12.14 03:43:42.672093 [ 255 ] {8884ebac-0301-43ea-9adc-dceaa29cac28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13393 2024.12.14 03:43:42.672457 [ 255 ] {8884ebac-0301-43ea-9adc-dceaa29cac28} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
13394 2024.12.14 03:43:42.672710 [ 255 ] {8884ebac-0301-43ea-9adc-dceaa29cac28} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13395 2024.12.14 03:43:42.672925 [ 255 ] {8884ebac-0301-43ea-9adc-dceaa29cac28} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00215 sec., 112558.13953488372 rows/sec., 7.63 MiB/sec.
13396 2024.12.14 03:43:42.673001 [ 255 ] {8884ebac-0301-43ea-9adc-dceaa29cac28} <Debug> TCPHandler: Processed in 0.002720655 sec.
13397 2024.12.14 03:43:42.673256 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13398 2024.12.14 03:43:42.673411 [ 258 ] {22f5f673-5557-432a-b041-ea6248f4a9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13399 2024.12.14 03:43:42.673471 [ 258 ] {22f5f673-5557-432a-b041-ea6248f4a9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13400 2024.12.14 03:43:42.674164 [ 258 ] {22f5f673-5557-432a-b041-ea6248f4a9bf} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13401 2024.12.14 03:43:42.674207 [ 258 ] {22f5f673-5557-432a-b041-ea6248f4a9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13402 2024.12.14 03:43:42.674591 [ 258 ] {22f5f673-5557-432a-b041-ea6248f4a9bf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
13403 2024.12.14 03:43:42.674832 [ 258 ] {22f5f673-5557-432a-b041-ea6248f4a9bf} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13404 2024.12.14 03:43:42.674994 [ 137 ] {} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
13405 2024.12.14 03:43:42.675055 [ 137 ] {} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13406 2024.12.14 03:43:42.675077 [ 258 ] {22f5f673-5557-432a-b041-ea6248f4a9bf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001684 sec., 7719.714964370546 rows/sec., 481.32 KiB/sec.
13407 2024.12.14 03:43:42.675095 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13408 2024.12.14 03:43:42.675269 [ 258 ] {22f5f673-5557-432a-b041-ea6248f4a9bf} <Debug> TCPHandler: Processed in 0.002147913 sec.
13409 2024.12.14 03:43:42.675445 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
13410 2024.12.14 03:43:42.675550 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13411 2024.12.14 03:43:42.675977 [ 255 ] {241cbcb8-2562-4a4d-a3e5-4f8494a314ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13412 2024.12.14 03:43:42.676093 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13413 2024.12.14 03:43:42.676132 [ 255 ] {241cbcb8-2562-4a4d-a3e5-4f8494a314ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13414 2024.12.14 03:43:42.676158 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
13415 2024.12.14 03:43:42.676553 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
13416 2024.12.14 03:43:42.676909 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
13417 2024.12.14 03:43:42.677350 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
13418 2024.12.14 03:43:42.677577 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
13419 2024.12.14 03:43:42.679108 [ 255 ] {241cbcb8-2562-4a4d-a3e5-4f8494a314ac} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13420 2024.12.14 03:43:42.679191 [ 255 ] {241cbcb8-2562-4a4d-a3e5-4f8494a314ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13421 2024.12.14 03:43:42.679955 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004757405 sec., 13662.910767529776 rows/sec., 905.25 KiB/sec.
13422 2024.12.14 03:43:42.680135 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
13423 2024.12.14 03:43:42.680250 [ 255 ] {241cbcb8-2562-4a4d-a3e5-4f8494a314ac} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13424 2024.12.14 03:43:42.680564 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_33_8} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13425 2024.12.14 03:43:42.680741 [ 191 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_33_8} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
13426 2024.12.14 03:43:42.680756 [ 255 ] {241cbcb8-2562-4a4d-a3e5-4f8494a314ac} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13427 2024.12.14 03:43:42.680892 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13428 2024.12.14 03:43:42.681070 [ 138 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_109_22 to all_114_114_0
13429 2024.12.14 03:43:42.681119 [ 255 ] {241cbcb8-2562-4a4d-a3e5-4f8494a314ac} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.005295 sec., 161661.9452313503 rows/sec., 11.70 MiB/sec.
13430 2024.12.14 03:43:42.681142 [ 138 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13431 2024.12.14 03:43:42.681221 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13432 2024.12.14 03:43:42.681268 [ 255 ] {241cbcb8-2562-4a4d-a3e5-4f8494a314ac} <Debug> TCPHandler: Processed in 0.005873507 sec.
13433 2024.12.14 03:43:42.681485 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::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
13434 2024.12.14 03:43:42.681511 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13435 2024.12.14 03:43:42.681715 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13436 2024.12.14 03:43:42.681766 [ 258 ] {8147471d-ceb4-42d5-82fb-0afbafff2c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13437 2024.12.14 03:43:42.681786 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_109_22, total 915 rows starting from the beginning of the part
13438 2024.12.14 03:43:42.681880 [ 258 ] {8147471d-ceb4-42d5-82fb-0afbafff2c06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13439 2024.12.14 03:43:42.682067 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 398 rows starting from the beginning of the part
13440 2024.12.14 03:43:42.682431 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 91 rows starting from the beginning of the part
13441 2024.12.14 03:43:42.682779 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 398 rows starting from the beginning of the part
13442 2024.12.14 03:43:42.683084 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 89 rows starting from the beginning of the part
13443 2024.12.14 03:43:42.683441 [ 189 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 856 rows starting from the beginning of the part
13444 2024.12.14 03:43:42.685660 [ 258 ] {8147471d-ceb4-42d5-82fb-0afbafff2c06} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13445 2024.12.14 03:43:42.685787 [ 258 ] {8147471d-ceb4-42d5-82fb-0afbafff2c06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13446 2024.12.14 03:43:42.687645 [ 258 ] {8147471d-ceb4-42d5-82fb-0afbafff2c06} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
13447 2024.12.14 03:43:42.687921 [ 258 ] {8147471d-ceb4-42d5-82fb-0afbafff2c06} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13448 2024.12.14 03:43:42.688506 [ 258 ] {8147471d-ceb4-42d5-82fb-0afbafff2c06} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006802 sec., 882.0935019112026 rows/sec., 46.09 KiB/sec.
13449 2024.12.14 03:43:42.688523 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2747 rows, containing 5 columns (5 merged, 0 gathered) in 0.007178293 sec., 382681.5093783439 rows/sec., 29.20 MiB/sec.
13450 2024.12.14 03:43:42.688595 [ 258 ] {8147471d-ceb4-42d5-82fb-0afbafff2c06} <Debug> TCPHandler: Processed in 0.007202074 sec.
13451 2024.12.14 03:43:42.688807 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13452 2024.12.14 03:43:42.688853 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary)
13453 2024.12.14 03:43:42.689037 [ 255 ] {ddc8c759-0f93-457c-b78f-979b2df45178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13454 2024.12.14 03:43:42.689144 [ 255 ] {ddc8c759-0f93-457c-b78f-979b2df45178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13455 2024.12.14 03:43:42.689525 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13456 2024.12.14 03:43:42.689741 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_114_23} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_109_22, all_114_114_0] -> all_1_114_23
13457 2024.12.14 03:43:42.689866 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
13458 2024.12.14 03:43:42.690319 [ 255 ] {ddc8c759-0f93-457c-b78f-979b2df45178} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13459 2024.12.14 03:43:42.690364 [ 255 ] {ddc8c759-0f93-457c-b78f-979b2df45178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13460 2024.12.14 03:43:42.690824 [ 255 ] {ddc8c759-0f93-457c-b78f-979b2df45178} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13461 2024.12.14 03:43:42.691088 [ 255 ] {ddc8c759-0f93-457c-b78f-979b2df45178} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13462 2024.12.14 03:43:42.691307 [ 255 ] {ddc8c759-0f93-457c-b78f-979b2df45178} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002321 sec., 398965.9629470056 rows/sec., 26.62 MiB/sec.
13463 2024.12.14 03:43:42.691370 [ 255 ] {ddc8c759-0f93-457c-b78f-979b2df45178} <Debug> TCPHandler: Processed in 0.002658644 sec.
13464 2024.12.14 03:43:42.691516 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13465 2024.12.14 03:43:42.691655 [ 258 ] {6a69e03e-eddb-471d-9913-02ee5dfba20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13466 2024.12.14 03:43:42.691718 [ 258 ] {6a69e03e-eddb-471d-9913-02ee5dfba20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13467 2024.12.14 03:43:42.692274 [ 258 ] {6a69e03e-eddb-471d-9913-02ee5dfba20b} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13468 2024.12.14 03:43:42.692314 [ 258 ] {6a69e03e-eddb-471d-9913-02ee5dfba20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13469 2024.12.14 03:43:42.692684 [ 258 ] {6a69e03e-eddb-471d-9913-02ee5dfba20b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
13470 2024.12.14 03:43:42.692926 [ 258 ] {6a69e03e-eddb-471d-9913-02ee5dfba20b} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13471 2024.12.14 03:43:42.693181 [ 258 ] {6a69e03e-eddb-471d-9913-02ee5dfba20b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 43.28 KiB/sec.
13472 2024.12.14 03:43:42.693383 [ 258 ] {6a69e03e-eddb-471d-9913-02ee5dfba20b} <Debug> TCPHandler: Processed in 0.001931219 sec.
13473 2024.12.14 03:43:42.693676 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13474 2024.12.14 03:43:42.693902 [ 255 ] {1efa308b-ed73-4998-adc6-0beb00cf9d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13475 2024.12.14 03:43:42.694042 [ 255 ] {1efa308b-ed73-4998-adc6-0beb00cf9d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13476 2024.12.14 03:43:42.695286 [ 255 ] {1efa308b-ed73-4998-adc6-0beb00cf9d97} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13477 2024.12.14 03:43:42.695327 [ 255 ] {1efa308b-ed73-4998-adc6-0beb00cf9d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13478 2024.12.14 03:43:42.695974 [ 255 ] {1efa308b-ed73-4998-adc6-0beb00cf9d97} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13479 2024.12.14 03:43:42.696239 [ 255 ] {1efa308b-ed73-4998-adc6-0beb00cf9d97} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13480 2024.12.14 03:43:42.696428 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13481 2024.12.14 03:43:42.696491 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13482 2024.12.14 03:43:42.696526 [ 255 ] {1efa308b-ed73-4998-adc6-0beb00cf9d97} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002673 sec., 5985.7837635615415 rows/sec., 10.73 MiB/sec.
13483 2024.12.14 03:43:42.696531 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13484 2024.12.14 03:43:42.696928 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
13485 2024.12.14 03:43:42.696946 [ 255 ] {1efa308b-ed73-4998-adc6-0beb00cf9d97} <Debug> TCPHandler: Processed in 0.003441588 sec.
13486 2024.12.14 03:43:42.697152 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13487 2024.12.14 03:43:42.697341 [ 258 ] {920d77aa-762c-4b03-a0b9-1fe83233ba1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13488 2024.12.14 03:43:42.697391 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13489 2024.12.14 03:43:42.697417 [ 258 ] {920d77aa-762c-4b03-a0b9-1fe83233ba1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13490 2024.12.14 03:43:42.697496 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1748 rows starting from the beginning of the part
13491 2024.12.14 03:43:42.698286 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 16 rows starting from the beginning of the part
13492 2024.12.14 03:43:42.698828 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 25 rows starting from the beginning of the part
13493 2024.12.14 03:43:42.699367 [ 258 ] {920d77aa-762c-4b03-a0b9-1fe83233ba1a} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13494 2024.12.14 03:43:42.699390 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 16 rows starting from the beginning of the part
13495 2024.12.14 03:43:42.699417 [ 258 ] {920d77aa-762c-4b03-a0b9-1fe83233ba1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13496 2024.12.14 03:43:42.699956 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 25 rows starting from the beginning of the part
13497 2024.12.14 03:43:42.700485 [ 195 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 16 rows starting from the beginning of the part
13498 2024.12.14 03:43:42.700555 [ 258 ] {920d77aa-762c-4b03-a0b9-1fe83233ba1a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13499 2024.12.14 03:43:42.701095 [ 258 ] {920d77aa-762c-4b03-a0b9-1fe83233ba1a} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13500 2024.12.14 03:43:42.701459 [ 258 ] {920d77aa-762c-4b03-a0b9-1fe83233ba1a} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.004165 sec., 16806.72268907563 rows/sec., 1.06 MiB/sec.
13501 2024.12.14 03:43:42.701588 [ 258 ] {920d77aa-762c-4b03-a0b9-1fe83233ba1a} <Debug> TCPHandler: Processed in 0.004544371 sec.
13502 2024.12.14 03:43:42.710789 [ 200 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 19 columns (19 merged, 0 gathered) in 0.014083233 sec., 131077.85690970247 rows/sec., 234.89 MiB/sec.
13503 2024.12.14 03:43:42.712720 [ 200 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13504 2024.12.14 03:43:42.713176 [ 200 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13505 2024.12.14 03:43:42.713277 [ 200 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13506 2024.12.14 03:43:42.713452 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.26 MiB.
13507 2024.12.14 03:43:43.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.21 MiB, peak 278.46 MiB, free memory in arenas 0.00 B, will set to 264.05 MiB (RSS), difference: 2.84 MiB
13508 2024.12.14 03:43:43.308201 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1866
13509 2024.12.14 03:43:43.312442 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13510 2024.12.14 03:43:43.312494 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13511 2024.12.14 03:43:43.314027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13512 2024.12.14 03:43:43.314360 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13513 2024.12.14 03:43:43.315445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1866
13514 2024.12.14 03:43:43.886879 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13515 2024.12.14 03:43:43.887089 [ 255 ] {9529a22a-8ad3-4593-b69d-e93d6a4f312c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13516 2024.12.14 03:43:43.887168 [ 255 ] {9529a22a-8ad3-4593-b69d-e93d6a4f312c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13517 2024.12.14 03:43:43.887976 [ 255 ] {9529a22a-8ad3-4593-b69d-e93d6a4f312c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13518 2024.12.14 03:43:43.888023 [ 255 ] {9529a22a-8ad3-4593-b69d-e93d6a4f312c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13519 2024.12.14 03:43:43.888465 [ 255 ] {9529a22a-8ad3-4593-b69d-e93d6a4f312c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13520 2024.12.14 03:43:43.888732 [ 255 ] {9529a22a-8ad3-4593-b69d-e93d6a4f312c} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13521 2024.12.14 03:43:43.888942 [ 255 ] {9529a22a-8ad3-4593-b69d-e93d6a4f312c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.25 MiB/sec.
13522 2024.12.14 03:43:43.889010 [ 255 ] {9529a22a-8ad3-4593-b69d-e93d6a4f312c} <Debug> TCPHandler: Processed in 0.002270635 sec.
13523 2024.12.14 03:43:43.889272 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13524 2024.12.14 03:43:43.889469 [ 258 ] {c392ca9e-3bfa-4917-a9fe-710a097f7925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13525 2024.12.14 03:43:43.889545 [ 258 ] {c392ca9e-3bfa-4917-a9fe-710a097f7925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13526 2024.12.14 03:43:43.890348 [ 258 ] {c392ca9e-3bfa-4917-a9fe-710a097f7925} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13527 2024.12.14 03:43:43.890403 [ 258 ] {c392ca9e-3bfa-4917-a9fe-710a097f7925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13528 2024.12.14 03:43:43.890851 [ 258 ] {c392ca9e-3bfa-4917-a9fe-710a097f7925} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13529 2024.12.14 03:43:43.891116 [ 258 ] {c392ca9e-3bfa-4917-a9fe-710a097f7925} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13530 2024.12.14 03:43:43.891368 [ 258 ] {c392ca9e-3bfa-4917-a9fe-710a097f7925} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec.
13531 2024.12.14 03:43:43.891440 [ 258 ] {c392ca9e-3bfa-4917-a9fe-710a097f7925} <Debug> TCPHandler: Processed in 0.002309676 sec.
13532 2024.12.14 03:43:43.891650 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13533 2024.12.14 03:43:43.891864 [ 255 ] {e9c88e10-0ad5-4d3c-9548-4e3fc1c26698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13534 2024.12.14 03:43:43.891959 [ 255 ] {e9c88e10-0ad5-4d3c-9548-4e3fc1c26698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13535 2024.12.14 03:43:43.892638 [ 255 ] {e9c88e10-0ad5-4d3c-9548-4e3fc1c26698} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13536 2024.12.14 03:43:43.892678 [ 255 ] {e9c88e10-0ad5-4d3c-9548-4e3fc1c26698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13537 2024.12.14 03:43:43.893077 [ 255 ] {e9c88e10-0ad5-4d3c-9548-4e3fc1c26698} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13538 2024.12.14 03:43:43.893337 [ 255 ] {e9c88e10-0ad5-4d3c-9548-4e3fc1c26698} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13539 2024.12.14 03:43:43.893476 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 5 parts from all_1_110_22 to all_114_114_0
13540 2024.12.14 03:43:43.893526 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13541 2024.12.14 03:43:43.893530 [ 255 ] {e9c88e10-0ad5-4d3c-9548-4e3fc1c26698} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001721 sec., 18593.84079023823 rows/sec., 1.30 MiB/sec.
13542 2024.12.14 03:43:43.893554 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13543 2024.12.14 03:43:43.893607 [ 255 ] {e9c88e10-0ad5-4d3c-9548-4e3fc1c26698} <Debug> TCPHandler: Processed in 0.002060732 sec.
13544 2024.12.14 03:43:43.893852 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_110_22 to all_114_114_0 into Compact with storage Full
13545 2024.12.14 03:43:43.893867 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13546 2024.12.14 03:43:43.894165 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13547 2024.12.14 03:43:43.894176 [ 258 ] {d1727316-b4a6-40f8-a01a-a96ac4e992da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13548 2024.12.14 03:43:43.894235 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 30188 rows starting from the beginning of the part
13549 2024.12.14 03:43:43.894293 [ 258 ] {d1727316-b4a6-40f8-a01a-a96ac4e992da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13550 2024.12.14 03:43:43.894593 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 161 rows starting from the beginning of the part
13551 2024.12.14 03:43:43.895040 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part
13552 2024.12.14 03:43:43.895457 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::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
13553 2024.12.14 03:43:43.895563 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 926 rows starting from the beginning of the part
13554 2024.12.14 03:43:43.896471 [ 258 ] {d1727316-b4a6-40f8-a01a-a96ac4e992da} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13555 2024.12.14 03:43:43.896551 [ 258 ] {d1727316-b4a6-40f8-a01a-a96ac4e992da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
13556 2024.12.14 03:43:43.897264 [ 258 ] {d1727316-b4a6-40f8-a01a-a96ac4e992da} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13557 2024.12.14 03:43:43.897591 [ 258 ] {d1727316-b4a6-40f8-a01a-a96ac4e992da} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13558 2024.12.14 03:43:43.898084 [ 258 ] {d1727316-b4a6-40f8-a01a-a96ac4e992da} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.003996 sec., 3003.0030030030025 rows/sec., 207.24 KiB/sec.
13559 2024.12.14 03:43:43.898439 [ 258 ] {d1727316-b4a6-40f8-a01a-a96ac4e992da} <Debug> TCPHandler: Processed in 0.004708345 sec.
13560 2024.12.14 03:43:43.903832 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31672 rows, containing 5 columns (5 merged, 0 gathered) in 0.010175654 sec., 3112527.2144670016 rows/sec., 210.89 MiB/sec.
13561 2024.12.14 03:43:43.904260 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary)
13562 2024.12.14 03:43:43.904617 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13563 2024.12.14 03:43:43.904701 [ 196 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 5 parts: [all_1_110_22, all_114_114_0] -> all_1_114_23
13564 2024.12.14 03:43:43.904783 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB.
13565 2024.12.14 03:43:45.633648 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513
13566 2024.12.14 03:43:45.634335 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13567 2024.12.14 03:43:45.634390 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13568 2024.12.14 03:43:45.634956 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13569 2024.12.14 03:43:45.635219 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13570 2024.12.14 03:43:45.635401 [ 132 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13571 2024.12.14 03:43:45.635436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513
13572 2024.12.14 03:43:45.635451 [ 132 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13573 2024.12.14 03:43:45.635476 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13574 2024.12.14 03:43:45.635576 [ 188 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
13575 2024.12.14 03:43:45.635672 [ 188 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13576 2024.12.14 03:43:45.635706 [ 188 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
13577 2024.12.14 03:43:45.635805 [ 188 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
13578 2024.12.14 03:43:45.635994 [ 188 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
13579 2024.12.14 03:43:45.636209 [ 188 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
13580 2024.12.14 03:43:45.636449 [ 188 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
13581 2024.12.14 03:43:45.636554 [ 188 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
13582 2024.12.14 03:43:45.639242 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.003706475 sec., 8771946.391112851 rows/sec., 125.48 MiB/sec.
13583 2024.12.14 03:43:45.639733 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13584 2024.12.14 03:43:45.640172 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_71_14} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13585 2024.12.14 03:43:45.640282 [ 199 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_71_14} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13586 2024.12.14 03:43:45.640412 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB.
13587 2024.12.14 03:43:48.004196 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536
13588 2024.12.14 03:43:48.025623 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13589 2024.12.14 03:43:48.025682 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13590 2024.12.14 03:43:48.032853 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13591 2024.12.14 03:43:48.033628 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13592 2024.12.14 03:43:48.034026 [ 128 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13593 2024.12.14 03:43:48.034181 [ 128 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13594 2024.12.14 03:43:48.034254 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13595 2024.12.14 03:43:48.034706 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
13596 2024.12.14 03:43:48.049148 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536
13597 2024.12.14 03:43:48.051055 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13598 2024.12.14 03:43:48.052732 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part
13599 2024.12.14 03:43:48.059179 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part
13600 2024.12.14 03:43:48.064992 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part
13601 2024.12.14 03:43:48.070710 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
13602 2024.12.14 03:43:48.076602 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part
13603 2024.12.14 03:43:48.082404 [ 193 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part
13604 2024.12.14 03:43:48.145848 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.111426832 sec., 4810.331500764555 rows/sec., 24.87 MiB/sec.
13605 2024.12.14 03:43:48.148118 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13606 2024.12.14 03:43:48.151414 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13607 2024.12.14 03:43:48.151527 [ 201 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_71_14} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13608 2024.12.14 03:43:48.153109 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
13609 2024.12.14 03:43:48.894030 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13610 2024.12.14 03:43:48.894337 [ 255 ] {6bd58705-f6b4-4c3f-aa8d-38592a06f330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13611 2024.12.14 03:43:48.894455 [ 255 ] {6bd58705-f6b4-4c3f-aa8d-38592a06f330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13612 2024.12.14 03:43:48.895262 [ 255 ] {6bd58705-f6b4-4c3f-aa8d-38592a06f330} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13613 2024.12.14 03:43:48.895313 [ 255 ] {6bd58705-f6b4-4c3f-aa8d-38592a06f330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13614 2024.12.14 03:43:48.895752 [ 255 ] {6bd58705-f6b4-4c3f-aa8d-38592a06f330} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13615 2024.12.14 03:43:48.896012 [ 255 ] {6bd58705-f6b4-4c3f-aa8d-38592a06f330} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13616 2024.12.14 03:43:48.896265 [ 255 ] {6bd58705-f6b4-4c3f-aa8d-38592a06f330} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.00201 sec., 52736.3184079602 rows/sec., 4.46 MiB/sec.
13617 2024.12.14 03:43:48.896332 [ 255 ] {6bd58705-f6b4-4c3f-aa8d-38592a06f330} <Debug> TCPHandler: Processed in 0.00249077 sec.
13618 2024.12.14 03:43:48.896670 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13619 2024.12.14 03:43:48.896979 [ 258 ] {363a6b8d-c29b-4c48-95e7-d5310908593e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13620 2024.12.14 03:43:48.897100 [ 258 ] {363a6b8d-c29b-4c48-95e7-d5310908593e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13621 2024.12.14 03:43:48.898871 [ 258 ] {363a6b8d-c29b-4c48-95e7-d5310908593e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13622 2024.12.14 03:43:48.898916 [ 258 ] {363a6b8d-c29b-4c48-95e7-d5310908593e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13623 2024.12.14 03:43:48.899370 [ 258 ] {363a6b8d-c29b-4c48-95e7-d5310908593e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
13624 2024.12.14 03:43:48.899647 [ 258 ] {363a6b8d-c29b-4c48-95e7-d5310908593e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13625 2024.12.14 03:43:48.899862 [ 258 ] {363a6b8d-c29b-4c48-95e7-d5310908593e} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.00297 sec., 8417.508417508418 rows/sec., 632.96 KiB/sec.
13626 2024.12.14 03:43:48.899931 [ 258 ] {363a6b8d-c29b-4c48-95e7-d5310908593e} <Debug> TCPHandler: Processed in 0.003453689 sec.
13627 2024.12.14 03:43:48.900090 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13628 2024.12.14 03:43:48.900217 [ 255 ] {f243187e-1a16-4631-b7a2-7ceb71f97895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13629 2024.12.14 03:43:48.900269 [ 255 ] {f243187e-1a16-4631-b7a2-7ceb71f97895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13630 2024.12.14 03:43:48.900903 [ 255 ] {f243187e-1a16-4631-b7a2-7ceb71f97895} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13631 2024.12.14 03:43:48.900945 [ 255 ] {f243187e-1a16-4631-b7a2-7ceb71f97895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13632 2024.12.14 03:43:48.901322 [ 255 ] {f243187e-1a16-4631-b7a2-7ceb71f97895} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13633 2024.12.14 03:43:48.901566 [ 255 ] {f243187e-1a16-4631-b7a2-7ceb71f97895} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13634 2024.12.14 03:43:48.901789 [ 255 ] {f243187e-1a16-4631-b7a2-7ceb71f97895} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001601 sec., 55590.25608994379 rows/sec., 4.34 MiB/sec.
13635 2024.12.14 03:43:48.901847 [ 255 ] {f243187e-1a16-4631-b7a2-7ceb71f97895} <Debug> TCPHandler: Processed in 0.001816127 sec.
13636 2024.12.14 03:43:48.902006 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13637 2024.12.14 03:43:48.902158 [ 258 ] {3158fe3f-7a4f-4b4b-91fc-654020dab733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13638 2024.12.14 03:43:48.902227 [ 258 ] {3158fe3f-7a4f-4b4b-91fc-654020dab733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13639 2024.12.14 03:43:48.902853 [ 258 ] {3158fe3f-7a4f-4b4b-91fc-654020dab733} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13640 2024.12.14 03:43:48.902892 [ 258 ] {3158fe3f-7a4f-4b4b-91fc-654020dab733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13641 2024.12.14 03:43:48.903302 [ 258 ] {3158fe3f-7a4f-4b4b-91fc-654020dab733} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13642 2024.12.14 03:43:48.903549 [ 258 ] {3158fe3f-7a4f-4b4b-91fc-654020dab733} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13643 2024.12.14 03:43:48.903740 [ 258 ] {3158fe3f-7a4f-4b4b-91fc-654020dab733} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec.
13644 2024.12.14 03:43:48.903797 [ 258 ] {3158fe3f-7a4f-4b4b-91fc-654020dab733} <Debug> TCPHandler: Processed in 0.001859937 sec.
13645 2024.12.14 03:43:48.904004 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13646 2024.12.14 03:43:48.904232 [ 255 ] {0201cac6-c6b4-414c-9755-bfae79073d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13647 2024.12.14 03:43:48.904376 [ 255 ] {0201cac6-c6b4-414c-9755-bfae79073d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13648 2024.12.14 03:43:48.905592 [ 255 ] {0201cac6-c6b4-414c-9755-bfae79073d25} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13649 2024.12.14 03:43:48.905634 [ 255 ] {0201cac6-c6b4-414c-9755-bfae79073d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13650 2024.12.14 03:43:48.906267 [ 255 ] {0201cac6-c6b4-414c-9755-bfae79073d25} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
13651 2024.12.14 03:43:48.906537 [ 255 ] {0201cac6-c6b4-414c-9755-bfae79073d25} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13652 2024.12.14 03:43:48.906785 [ 255 ] {0201cac6-c6b4-414c-9755-bfae79073d25} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00261 sec., 9578.544061302682 rows/sec., 17.16 MiB/sec.
13653 2024.12.14 03:43:48.906902 [ 255 ] {0201cac6-c6b4-414c-9755-bfae79073d25} <Debug> TCPHandler: Processed in 0.00301146 sec.
13654 2024.12.14 03:43:48.907061 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13655 2024.12.14 03:43:48.907206 [ 258 ] {b79f4e9b-f4eb-45d0-be56-dfbedf6d215c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13656 2024.12.14 03:43:48.907269 [ 258 ] {b79f4e9b-f4eb-45d0-be56-dfbedf6d215c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13657 2024.12.14 03:43:48.907797 [ 258 ] {b79f4e9b-f4eb-45d0-be56-dfbedf6d215c} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13658 2024.12.14 03:43:48.907836 [ 258 ] {b79f4e9b-f4eb-45d0-be56-dfbedf6d215c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13659 2024.12.14 03:43:48.908218 [ 258 ] {b79f4e9b-f4eb-45d0-be56-dfbedf6d215c} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13660 2024.12.14 03:43:48.908463 [ 258 ] {b79f4e9b-f4eb-45d0-be56-dfbedf6d215c} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13661 2024.12.14 03:43:48.908621 [ 127 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
13662 2024.12.14 03:43:48.908659 [ 258 ] {b79f4e9b-f4eb-45d0-be56-dfbedf6d215c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec.
13663 2024.12.14 03:43:48.908672 [ 127 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13664 2024.12.14 03:43:48.908716 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13665 2024.12.14 03:43:48.908730 [ 258 ] {b79f4e9b-f4eb-45d0-be56-dfbedf6d215c} <Debug> TCPHandler: Processed in 0.001734065 sec.
13666 2024.12.14 03:43:48.909025 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::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
13667 2024.12.14 03:43:48.909501 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13668 2024.12.14 03:43:48.909602 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6268 rows starting from the beginning of the part
13669 2024.12.14 03:43:48.909914 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part
13670 2024.12.14 03:43:48.910220 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part
13671 2024.12.14 03:43:48.910549 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 70 rows starting from the beginning of the part
13672 2024.12.14 03:43:48.910667 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 12 rows starting from the beginning of the part
13673 2024.12.14 03:43:48.910778 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part
13674 2024.12.14 03:43:48.912898 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6552 rows, containing 4 columns (4 merged, 0 gathered) in 0.004049381 sec., 1618025.0759313582 rows/sec., 106.70 MiB/sec.
13675 2024.12.14 03:43:48.913598 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
13676 2024.12.14 03:43:48.913941 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13677 2024.12.14 03:43:48.914038 [ 192 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_116_23} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
13678 2024.12.14 03:43:48.914147 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB.
13679 2024.12.14 03:43:49.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.56 MiB, peak 282.53 MiB, free memory in arenas 0.00 B, will set to 264.12 MiB (RSS), difference: -1.44 MiB
13680 2024.12.14 03:43:52.935648 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache
13681 2024.12.14 03:43:52.935720 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache
13682 2024.12.14 03:43:53.135624 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001
13683 2024.12.14 03:43:53.136423 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13684 2024.12.14 03:43:53.136478 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13685 2024.12.14 03:43:53.137023 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13686 2024.12.14 03:43:53.137286 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13687 2024.12.14 03:43:53.137611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
13688 2024.12.14 03:43:53.276230 [ 220 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
13689 2024.12.14 03:43:53.276294 [ 220 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
13690 2024.12.14 03:43:53.278058 [ 220 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
13691 2024.12.14 03:43:53.315783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1886
13692 2024.12.14 03:43:53.318716 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13693 2024.12.14 03:43:53.318778 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13694 2024.12.14 03:43:53.320300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13695 2024.12.14 03:43:53.320637 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13696 2024.12.14 03:43:53.321279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1886
13697 2024.12.14 03:43:53.898479 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13698 2024.12.14 03:43:53.898697 [ 255 ] {98363b2f-9a4b-4d45-985e-399b3451b664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13699 2024.12.14 03:43:53.898776 [ 255 ] {98363b2f-9a4b-4d45-985e-399b3451b664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13700 2024.12.14 03:43:53.899611 [ 255 ] {98363b2f-9a4b-4d45-985e-399b3451b664} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13701 2024.12.14 03:43:53.899660 [ 255 ] {98363b2f-9a4b-4d45-985e-399b3451b664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13702 2024.12.14 03:43:53.900096 [ 255 ] {98363b2f-9a4b-4d45-985e-399b3451b664} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
13703 2024.12.14 03:43:53.900359 [ 255 ] {98363b2f-9a4b-4d45-985e-399b3451b664} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13704 2024.12.14 03:43:53.900616 [ 255 ] {98363b2f-9a4b-4d45-985e-399b3451b664} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001967 sec., 7117.437722419929 rows/sec., 512.36 KiB/sec.
13705 2024.12.14 03:43:53.900754 [ 255 ] {98363b2f-9a4b-4d45-985e-399b3451b664} <Debug> TCPHandler: Processed in 0.002416018 sec.
13706 2024.12.14 03:43:53.901088 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13707 2024.12.14 03:43:53.901316 [ 258 ] {839aa017-23c6-4562-b70c-6336ae12d3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13708 2024.12.14 03:43:53.901403 [ 258 ] {839aa017-23c6-4562-b70c-6336ae12d3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13709 2024.12.14 03:43:53.902262 [ 258 ] {839aa017-23c6-4562-b70c-6336ae12d3d9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13710 2024.12.14 03:43:53.902316 [ 258 ] {839aa017-23c6-4562-b70c-6336ae12d3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13711 2024.12.14 03:43:53.902792 [ 258 ] {839aa017-23c6-4562-b70c-6336ae12d3d9} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13712 2024.12.14 03:43:53.903076 [ 258 ] {839aa017-23c6-4562-b70c-6336ae12d3d9} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13713 2024.12.14 03:43:53.903336 [ 258 ] {839aa017-23c6-4562-b70c-6336ae12d3d9} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002081 sec., 112926.47765497357 rows/sec., 9.86 MiB/sec.
13714 2024.12.14 03:43:53.903405 [ 258 ] {839aa017-23c6-4562-b70c-6336ae12d3d9} <Debug> TCPHandler: Processed in 0.00252299 sec.
13715 2024.12.14 03:43:53.903559 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13716 2024.12.14 03:43:53.903712 [ 255 ] {5bb36e84-f7f5-40c3-8d9c-a3a84cdd220b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13717 2024.12.14 03:43:53.903773 [ 255 ] {5bb36e84-f7f5-40c3-8d9c-a3a84cdd220b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13718 2024.12.14 03:43:53.904502 [ 255 ] {5bb36e84-f7f5-40c3-8d9c-a3a84cdd220b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13719 2024.12.14 03:43:53.904551 [ 255 ] {5bb36e84-f7f5-40c3-8d9c-a3a84cdd220b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13720 2024.12.14 03:43:53.904945 [ 255 ] {5bb36e84-f7f5-40c3-8d9c-a3a84cdd220b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
13721 2024.12.14 03:43:53.905200 [ 255 ] {5bb36e84-f7f5-40c3-8d9c-a3a84cdd220b} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13722 2024.12.14 03:43:53.905406 [ 255 ] {5bb36e84-f7f5-40c3-8d9c-a3a84cdd220b} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001731 sec., 13287.117273252456 rows/sec., 958.51 KiB/sec.
13723 2024.12.14 03:43:53.905464 [ 255 ] {5bb36e84-f7f5-40c3-8d9c-a3a84cdd220b} <Debug> TCPHandler: Processed in 0.001977349 sec.
13724 2024.12.14 03:43:53.905617 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13725 2024.12.14 03:43:53.905749 [ 258 ] {ee5451a2-b072-4225-9902-9441c760714b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13726 2024.12.14 03:43:53.905804 [ 258 ] {ee5451a2-b072-4225-9902-9441c760714b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13727 2024.12.14 03:43:53.906431 [ 258 ] {ee5451a2-b072-4225-9902-9441c760714b} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13728 2024.12.14 03:43:53.906476 [ 258 ] {ee5451a2-b072-4225-9902-9441c760714b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13729 2024.12.14 03:43:53.906862 [ 258 ] {ee5451a2-b072-4225-9902-9441c760714b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
13730 2024.12.14 03:43:53.907107 [ 258 ] {ee5451a2-b072-4225-9902-9441c760714b} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13731 2024.12.14 03:43:53.907341 [ 258 ] {ee5451a2-b072-4225-9902-9441c760714b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00162 sec., 8641.975308641975 rows/sec., 605.23 KiB/sec.
13732 2024.12.14 03:43:53.907439 [ 258 ] {ee5451a2-b072-4225-9902-9441c760714b} <Debug> TCPHandler: Processed in 0.001883278 sec.
13733 2024.12.14 03:43:53.907628 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13734 2024.12.14 03:43:53.907754 [ 255 ] {5c642c31-4929-4fe2-836b-59ac7e95f460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13735 2024.12.14 03:43:53.907808 [ 255 ] {5c642c31-4929-4fe2-836b-59ac7e95f460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13736 2024.12.14 03:43:53.908409 [ 255 ] {5c642c31-4929-4fe2-836b-59ac7e95f460} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13737 2024.12.14 03:43:53.908451 [ 255 ] {5c642c31-4929-4fe2-836b-59ac7e95f460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13738 2024.12.14 03:43:53.908811 [ 255 ] {5c642c31-4929-4fe2-836b-59ac7e95f460} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
13739 2024.12.14 03:43:53.909072 [ 255 ] {5c642c31-4929-4fe2-836b-59ac7e95f460} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13740 2024.12.14 03:43:53.909334 [ 255 ] {5c642c31-4929-4fe2-836b-59ac7e95f460} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001607 sec., 8089.607965152459 rows/sec., 504.39 KiB/sec.
13741 2024.12.14 03:43:53.909401 [ 255 ] {5c642c31-4929-4fe2-836b-59ac7e95f460} <Debug> TCPHandler: Processed in 0.001842847 sec.
13742 2024.12.14 03:43:53.909613 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13743 2024.12.14 03:43:53.909767 [ 258 ] {f1e14b8d-c46d-4b65-890b-de29916042ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13744 2024.12.14 03:43:53.909828 [ 258 ] {f1e14b8d-c46d-4b65-890b-de29916042ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13745 2024.12.14 03:43:53.910662 [ 258 ] {f1e14b8d-c46d-4b65-890b-de29916042ab} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13746 2024.12.14 03:43:53.910704 [ 258 ] {f1e14b8d-c46d-4b65-890b-de29916042ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13747 2024.12.14 03:43:53.911113 [ 258 ] {f1e14b8d-c46d-4b65-890b-de29916042ab} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13748 2024.12.14 03:43:53.911364 [ 258 ] {f1e14b8d-c46d-4b65-890b-de29916042ab} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13749 2024.12.14 03:43:53.911593 [ 258 ] {f1e14b8d-c46d-4b65-890b-de29916042ab} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.00186 sec., 213978.4946236559 rows/sec., 15.21 MiB/sec.
13750 2024.12.14 03:43:53.911659 [ 223 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
13751 2024.12.14 03:43:53.911663 [ 258 ] {f1e14b8d-c46d-4b65-890b-de29916042ab} <Debug> TCPHandler: Processed in 0.002154043 sec.
13752 2024.12.14 03:43:53.911688 [ 223 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
13753 2024.12.14 03:43:53.911863 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13754 2024.12.14 03:43:53.912059 [ 255 ] {32590a74-b68d-46c3-bf81-782e2e984ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13755 2024.12.14 03:43:53.912154 [ 255 ] {32590a74-b68d-46c3-bf81-782e2e984ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13756 2024.12.14 03:43:53.913214 [ 255 ] {32590a74-b68d-46c3-bf81-782e2e984ead} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13757 2024.12.14 03:43:53.913266 [ 255 ] {32590a74-b68d-46c3-bf81-782e2e984ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13758 2024.12.14 03:43:53.913948 [ 255 ] {32590a74-b68d-46c3-bf81-782e2e984ead} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
13759 2024.12.14 03:43:53.914320 [ 255 ] {32590a74-b68d-46c3-bf81-782e2e984ead} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13760 2024.12.14 03:43:53.914739 [ 255 ] {32590a74-b68d-46c3-bf81-782e2e984ead} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002712 sec., 2212.3893805309735 rows/sec., 115.59 KiB/sec.
13761 2024.12.14 03:43:53.914897 [ 223 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
13762 2024.12.14 03:43:53.915150 [ 255 ] {32590a74-b68d-46c3-bf81-782e2e984ead} <Debug> TCPHandler: Processed in 0.003371127 sec.
13763 2024.12.14 03:43:53.915445 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13764 2024.12.14 03:43:53.915693 [ 258 ] {f3f92049-0228-4fe5-8937-df5965ab0515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13765 2024.12.14 03:43:53.915780 [ 258 ] {f3f92049-0228-4fe5-8937-df5965ab0515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13766 2024.12.14 03:43:53.916556 [ 258 ] {f3f92049-0228-4fe5-8937-df5965ab0515} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13767 2024.12.14 03:43:53.916597 [ 258 ] {f3f92049-0228-4fe5-8937-df5965ab0515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13768 2024.12.14 03:43:53.917014 [ 258 ] {f3f92049-0228-4fe5-8937-df5965ab0515} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13769 2024.12.14 03:43:53.917263 [ 258 ] {f3f92049-0228-4fe5-8937-df5965ab0515} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13770 2024.12.14 03:43:53.917516 [ 258 ] {f3f92049-0228-4fe5-8937-df5965ab0515} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001872 sec., 126602.56410256411 rows/sec., 8.49 MiB/sec.
13771 2024.12.14 03:43:53.917599 [ 258 ] {f3f92049-0228-4fe5-8937-df5965ab0515} <Debug> TCPHandler: Processed in 0.002328507 sec.
13772 2024.12.14 03:43:53.917808 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13773 2024.12.14 03:43:53.918041 [ 255 ] {4dce9002-e372-4847-b5e9-8f4f2704d88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13774 2024.12.14 03:43:53.918104 [ 255 ] {4dce9002-e372-4847-b5e9-8f4f2704d88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13775 2024.12.14 03:43:53.918663 [ 255 ] {4dce9002-e372-4847-b5e9-8f4f2704d88e} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13776 2024.12.14 03:43:53.918704 [ 255 ] {4dce9002-e372-4847-b5e9-8f4f2704d88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13777 2024.12.14 03:43:53.919057 [ 255 ] {4dce9002-e372-4847-b5e9-8f4f2704d88e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
13778 2024.12.14 03:43:53.919300 [ 255 ] {4dce9002-e372-4847-b5e9-8f4f2704d88e} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13779 2024.12.14 03:43:53.919512 [ 255 ] {4dce9002-e372-4847-b5e9-8f4f2704d88e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001523 sec., 656.5988181221273 rows/sec., 44.24 KiB/sec.
13780 2024.12.14 03:43:53.919569 [ 255 ] {4dce9002-e372-4847-b5e9-8f4f2704d88e} <Debug> TCPHandler: Processed in 0.001880918 sec.
13781 2024.12.14 03:43:53.919725 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13782 2024.12.14 03:43:53.919869 [ 258 ] {c7267113-6ee6-4c69-8bcf-32904623dca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13783 2024.12.14 03:43:53.919965 [ 258 ] {c7267113-6ee6-4c69-8bcf-32904623dca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13784 2024.12.14 03:43:53.921216 [ 258 ] {c7267113-6ee6-4c69-8bcf-32904623dca6} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13785 2024.12.14 03:43:53.921258 [ 258 ] {c7267113-6ee6-4c69-8bcf-32904623dca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13786 2024.12.14 03:43:53.921943 [ 258 ] {c7267113-6ee6-4c69-8bcf-32904623dca6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
13787 2024.12.14 03:43:53.922228 [ 258 ] {c7267113-6ee6-4c69-8bcf-32904623dca6} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13788 2024.12.14 03:43:53.922640 [ 258 ] {c7267113-6ee6-4c69-8bcf-32904623dca6} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002805 sec., 5704.0998217468805 rows/sec., 10.22 MiB/sec.
13789 2024.12.14 03:43:53.922915 [ 258 ] {c7267113-6ee6-4c69-8bcf-32904623dca6} <Debug> TCPHandler: Processed in 0.003254195 sec.
13790 2024.12.14 03:43:53.923164 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13791 2024.12.14 03:43:53.923355 [ 255 ] {61ebbba1-9f16-4969-a8ea-6993250d4825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13792 2024.12.14 03:43:53.923418 [ 255 ] {61ebbba1-9f16-4969-a8ea-6993250d4825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13793 2024.12.14 03:43:53.923905 [ 255 ] {61ebbba1-9f16-4969-a8ea-6993250d4825} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13794 2024.12.14 03:43:53.923944 [ 255 ] {61ebbba1-9f16-4969-a8ea-6993250d4825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13795 2024.12.14 03:43:53.924316 [ 255 ] {61ebbba1-9f16-4969-a8ea-6993250d4825} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13796 2024.12.14 03:43:53.924570 [ 255 ] {61ebbba1-9f16-4969-a8ea-6993250d4825} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13797 2024.12.14 03:43:53.924795 [ 255 ] {61ebbba1-9f16-4969-a8ea-6993250d4825} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001486 sec., 55181.69582772544 rows/sec., 3.50 MiB/sec.
13798 2024.12.14 03:43:53.924878 [ 255 ] {61ebbba1-9f16-4969-a8ea-6993250d4825} <Debug> TCPHandler: Processed in 0.001844426 sec.
13799 2024.12.14 03:43:55.549292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543
13800 2024.12.14 03:43:55.572324 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13801 2024.12.14 03:43:55.572396 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13802 2024.12.14 03:43:55.579798 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13803 2024.12.14 03:43:55.580592 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13804 2024.12.14 03:43:55.583611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
13805 2024.12.14 03:43:58.894410 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13806 2024.12.14 03:43:58.894595 [ 255 ] {84b3d884-977e-4b90-a457-916252e4ce23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13807 2024.12.14 03:43:58.894675 [ 255 ] {84b3d884-977e-4b90-a457-916252e4ce23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13808 2024.12.14 03:43:58.895428 [ 255 ] {84b3d884-977e-4b90-a457-916252e4ce23} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13809 2024.12.14 03:43:58.895479 [ 255 ] {84b3d884-977e-4b90-a457-916252e4ce23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13810 2024.12.14 03:43:58.895913 [ 255 ] {84b3d884-977e-4b90-a457-916252e4ce23} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
13811 2024.12.14 03:43:58.896196 [ 255 ] {84b3d884-977e-4b90-a457-916252e4ce23} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13812 2024.12.14 03:43:58.896449 [ 255 ] {84b3d884-977e-4b90-a457-916252e4ce23} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.0019 sec., 3157.8947368421054 rows/sec., 257.50 KiB/sec.
13813 2024.12.14 03:43:58.896585 [ 255 ] {84b3d884-977e-4b90-a457-916252e4ce23} <Debug> TCPHandler: Processed in 0.002312277 sec.
13814 2024.12.14 03:43:58.896859 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13815 2024.12.14 03:43:58.897068 [ 258 ] {3740676c-9c94-49ad-8ccd-82c3dd5ee7aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13816 2024.12.14 03:43:58.897162 [ 258 ] {3740676c-9c94-49ad-8ccd-82c3dd5ee7aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13817 2024.12.14 03:43:58.897999 [ 258 ] {3740676c-9c94-49ad-8ccd-82c3dd5ee7aa} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13818 2024.12.14 03:43:58.898055 [ 258 ] {3740676c-9c94-49ad-8ccd-82c3dd5ee7aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13819 2024.12.14 03:43:58.898538 [ 258 ] {3740676c-9c94-49ad-8ccd-82c3dd5ee7aa} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13820 2024.12.14 03:43:58.898809 [ 258 ] {3740676c-9c94-49ad-8ccd-82c3dd5ee7aa} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13821 2024.12.14 03:43:58.899058 [ 258 ] {3740676c-9c94-49ad-8ccd-82c3dd5ee7aa} <Debug> executeQuery: Read 109 rows, 9.40 KiB in 0.002057 sec., 52989.7909577054 rows/sec., 4.46 MiB/sec.
13822 2024.12.14 03:43:58.899128 [ 258 ] {3740676c-9c94-49ad-8ccd-82c3dd5ee7aa} <Debug> TCPHandler: Processed in 0.002418959 sec.
13823 2024.12.14 03:43:58.899288 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13824 2024.12.14 03:43:58.899423 [ 255 ] {bfa76bfe-53a2-4cb1-b553-160e97b2f7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13825 2024.12.14 03:43:58.899481 [ 255 ] {bfa76bfe-53a2-4cb1-b553-160e97b2f7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13826 2024.12.14 03:43:58.900159 [ 255 ] {bfa76bfe-53a2-4cb1-b553-160e97b2f7ac} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13827 2024.12.14 03:43:58.900201 [ 255 ] {bfa76bfe-53a2-4cb1-b553-160e97b2f7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13828 2024.12.14 03:43:58.900588 [ 255 ] {bfa76bfe-53a2-4cb1-b553-160e97b2f7ac} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
13829 2024.12.14 03:43:58.900835 [ 255 ] {bfa76bfe-53a2-4cb1-b553-160e97b2f7ac} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13830 2024.12.14 03:43:58.901065 [ 255 ] {bfa76bfe-53a2-4cb1-b553-160e97b2f7ac} <Debug> executeQuery: Read 31 rows, 2.30 KiB in 0.001672 sec., 18540.669856459328 rows/sec., 1.34 MiB/sec.
13831 2024.12.14 03:43:58.901142 [ 255 ] {bfa76bfe-53a2-4cb1-b553-160e97b2f7ac} <Debug> TCPHandler: Processed in 0.001913438 sec.
13832 2024.12.14 03:43:58.901357 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13833 2024.12.14 03:43:58.901517 [ 258 ] {44d360dd-c22f-4a5a-a38b-01b255e3ee00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13834 2024.12.14 03:43:58.901573 [ 258 ] {44d360dd-c22f-4a5a-a38b-01b255e3ee00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13835 2024.12.14 03:43:58.902293 [ 258 ] {44d360dd-c22f-4a5a-a38b-01b255e3ee00} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13836 2024.12.14 03:43:58.902338 [ 258 ] {44d360dd-c22f-4a5a-a38b-01b255e3ee00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13837 2024.12.14 03:43:58.902743 [ 258 ] {44d360dd-c22f-4a5a-a38b-01b255e3ee00} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13838 2024.12.14 03:43:58.902996 [ 258 ] {44d360dd-c22f-4a5a-a38b-01b255e3ee00} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13839 2024.12.14 03:43:58.903261 [ 258 ] {44d360dd-c22f-4a5a-a38b-01b255e3ee00} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.001764 sec., 53854.875283446716 rows/sec., 4.21 MiB/sec.
13840 2024.12.14 03:43:58.903353 [ 258 ] {44d360dd-c22f-4a5a-a38b-01b255e3ee00} <Debug> TCPHandler: Processed in 0.002097162 sec.
13841 2024.12.14 03:43:58.903584 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13842 2024.12.14 03:43:58.903878 [ 255 ] {7cdfb3bc-dabd-4385-8bf9-fcdae028f325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13843 2024.12.14 03:43:58.903962 [ 255 ] {7cdfb3bc-dabd-4385-8bf9-fcdae028f325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13844 2024.12.14 03:43:58.904605 [ 255 ] {7cdfb3bc-dabd-4385-8bf9-fcdae028f325} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13845 2024.12.14 03:43:58.904647 [ 255 ] {7cdfb3bc-dabd-4385-8bf9-fcdae028f325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13846 2024.12.14 03:43:58.905068 [ 255 ] {7cdfb3bc-dabd-4385-8bf9-fcdae028f325} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13847 2024.12.14 03:43:58.905316 [ 255 ] {7cdfb3bc-dabd-4385-8bf9-fcdae028f325} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13848 2024.12.14 03:43:58.905574 [ 255 ] {7cdfb3bc-dabd-4385-8bf9-fcdae028f325} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001786 sec., 91265.39753639417 rows/sec., 6.35 MiB/sec.
13849 2024.12.14 03:43:58.905664 [ 255 ] {7cdfb3bc-dabd-4385-8bf9-fcdae028f325} <Debug> TCPHandler: Processed in 0.002182824 sec.
13850 2024.12.14 03:43:58.905843 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13851 2024.12.14 03:43:58.905969 [ 258 ] {a72c80a7-d073-4b30-92fa-48a84ba13c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13852 2024.12.14 03:43:58.906071 [ 258 ] {a72c80a7-d073-4b30-92fa-48a84ba13c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13853 2024.12.14 03:43:58.907292 [ 258 ] {a72c80a7-d073-4b30-92fa-48a84ba13c10} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13854 2024.12.14 03:43:58.907334 [ 258 ] {a72c80a7-d073-4b30-92fa-48a84ba13c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13855 2024.12.14 03:43:58.908014 [ 258 ] {a72c80a7-d073-4b30-92fa-48a84ba13c10} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
13856 2024.12.14 03:43:58.908295 [ 258 ] {a72c80a7-d073-4b30-92fa-48a84ba13c10} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13857 2024.12.14 03:43:58.908551 [ 258 ] {a72c80a7-d073-4b30-92fa-48a84ba13c10} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00261 sec., 9578.544061302682 rows/sec., 17.16 MiB/sec.
13858 2024.12.14 03:43:58.908648 [ 258 ] {a72c80a7-d073-4b30-92fa-48a84ba13c10} <Debug> TCPHandler: Processed in 0.002862997 sec.
13859 2024.12.14 03:43:58.908808 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13860 2024.12.14 03:43:58.908934 [ 255 ] {48ee14c9-6538-4307-96fe-c3ae2d4d9938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13861 2024.12.14 03:43:58.908995 [ 255 ] {48ee14c9-6538-4307-96fe-c3ae2d4d9938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13862 2024.12.14 03:43:58.909602 [ 255 ] {48ee14c9-6538-4307-96fe-c3ae2d4d9938} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13863 2024.12.14 03:43:58.909656 [ 255 ] {48ee14c9-6538-4307-96fe-c3ae2d4d9938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
13864 2024.12.14 03:43:58.910048 [ 255 ] {48ee14c9-6538-4307-96fe-c3ae2d4d9938} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13865 2024.12.14 03:43:58.910352 [ 255 ] {48ee14c9-6538-4307-96fe-c3ae2d4d9938} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13866 2024.12.14 03:43:58.910580 [ 255 ] {48ee14c9-6538-4307-96fe-c3ae2d4d9938} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001665 sec., 36036.036036036036 rows/sec., 2.43 MiB/sec.
13867 2024.12.14 03:43:58.910677 [ 255 ] {48ee14c9-6538-4307-96fe-c3ae2d4d9938} <Debug> TCPHandler: Processed in 0.001930639 sec.
13868 2024.12.14 03:44:00.637808 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428
13869 2024.12.14 03:44:00.638576 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13870 2024.12.14 03:44:00.638623 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13871 2024.12.14 03:44:00.639186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13872 2024.12.14 03:44:00.639449 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13873 2024.12.14 03:44:00.639644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428
13874 2024.12.14 03:44:03.083735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
13875 2024.12.14 03:44:03.106491 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13876 2024.12.14 03:44:03.106550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13877 2024.12.14 03:44:03.113937 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13878 2024.12.14 03:44:03.114728 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13879 2024.12.14 03:44:03.118937 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
13880 2024.12.14 03:44:03.185736 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13881 2024.12.14 03:44:03.185819 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13882 2024.12.14 03:44:03.188359 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13883 2024.12.14 03:44:03.321529 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1922
13884 2024.12.14 03:44:03.325245 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13885 2024.12.14 03:44:03.325295 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13886 2024.12.14 03:44:03.326906 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
13887 2024.12.14 03:44:03.327215 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13888 2024.12.14 03:44:03.328811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1922
13889 2024.12.14 03:44:03.485107 [ 223 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13890 2024.12.14 03:44:03.485167 [ 223 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13891 2024.12.14 03:44:03.487520 [ 223 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13892 2024.12.14 03:44:03.897565 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13893 2024.12.14 03:44:03.897773 [ 255 ] {b8e91f3e-8978-41cc-8a42-ae7904854b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13894 2024.12.14 03:44:03.897852 [ 255 ] {b8e91f3e-8978-41cc-8a42-ae7904854b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13895 2024.12.14 03:44:03.898642 [ 255 ] {b8e91f3e-8978-41cc-8a42-ae7904854b40} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13896 2024.12.14 03:44:03.898687 [ 255 ] {b8e91f3e-8978-41cc-8a42-ae7904854b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13897 2024.12.14 03:44:03.899111 [ 255 ] {b8e91f3e-8978-41cc-8a42-ae7904854b40} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
13898 2024.12.14 03:44:03.899362 [ 255 ] {b8e91f3e-8978-41cc-8a42-ae7904854b40} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13899 2024.12.14 03:44:03.899561 [ 255 ] {b8e91f3e-8978-41cc-8a42-ae7904854b40} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001846 sec., 7583.965330444204 rows/sec., 545.94 KiB/sec.
13900 2024.12.14 03:44:03.899627 [ 255 ] {b8e91f3e-8978-41cc-8a42-ae7904854b40} <Debug> TCPHandler: Processed in 0.002205445 sec.
13901 2024.12.14 03:44:03.899889 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13902 2024.12.14 03:44:03.900092 [ 258 ] {54872171-4a50-45b9-af31-a5720db484f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13903 2024.12.14 03:44:03.900168 [ 258 ] {54872171-4a50-45b9-af31-a5720db484f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13904 2024.12.14 03:44:03.901116 [ 258 ] {54872171-4a50-45b9-af31-a5720db484f1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13905 2024.12.14 03:44:03.901175 [ 258 ] {54872171-4a50-45b9-af31-a5720db484f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13906 2024.12.14 03:44:03.901668 [ 258 ] {54872171-4a50-45b9-af31-a5720db484f1} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
13907 2024.12.14 03:44:03.901931 [ 258 ] {54872171-4a50-45b9-af31-a5720db484f1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13908 2024.12.14 03:44:03.902132 [ 105 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0
13909 2024.12.14 03:44:03.902210 [ 105 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13910 2024.12.14 03:44:03.902221 [ 258 ] {54872171-4a50-45b9-af31-a5720db484f1} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002173 sec., 108145.42107685228 rows/sec., 9.45 MiB/sec.
13911 2024.12.14 03:44:03.902247 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13912 2024.12.14 03:44:03.902418 [ 258 ] {54872171-4a50-45b9-af31-a5720db484f1} <Debug> TCPHandler: Processed in 0.002660093 sec.
13913 2024.12.14 03:44:03.902579 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full
13914 2024.12.14 03:44:03.902712 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13915 2024.12.14 03:44:03.903135 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13916 2024.12.14 03:44:03.903227 [ 255 ] {d4db6c6f-1f1e-42ae-aed3-140da99421a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13917 2024.12.14 03:44:03.903269 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_114_23, total 1435 rows starting from the beginning of the part
13918 2024.12.14 03:44:03.903444 [ 255 ] {d4db6c6f-1f1e-42ae-aed3-140da99421a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13919 2024.12.14 03:44:03.903892 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part
13920 2024.12.14 03:44:03.904620 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 106 rows starting from the beginning of the part
13921 2024.12.14 03:44:03.905104 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 235 rows starting from the beginning of the part
13922 2024.12.14 03:44:03.905663 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 109 rows starting from the beginning of the part
13923 2024.12.14 03:44:03.906007 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 235 rows starting from the beginning of the part
13924 2024.12.14 03:44:03.906939 [ 255 ] {d4db6c6f-1f1e-42ae-aed3-140da99421a9} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13925 2024.12.14 03:44:03.907012 [ 255 ] {d4db6c6f-1f1e-42ae-aed3-140da99421a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13926 2024.12.14 03:44:03.907983 [ 255 ] {d4db6c6f-1f1e-42ae-aed3-140da99421a9} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
13927 2024.12.14 03:44:03.908488 [ 255 ] {d4db6c6f-1f1e-42ae-aed3-140da99421a9} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13928 2024.12.14 03:44:03.908685 [ 105 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
13929 2024.12.14 03:44:03.908744 [ 105 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13930 2024.12.14 03:44:03.908774 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13931 2024.12.14 03:44:03.908783 [ 255 ] {d4db6c6f-1f1e-42ae-aed3-140da99421a9} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.005762 sec., 3991.66955918084 rows/sec., 287.95 KiB/sec.
13932 2024.12.14 03:44:03.909075 [ 255 ] {d4db6c6f-1f1e-42ae-aed3-140da99421a9} <Debug> TCPHandler: Processed in 0.00649547 sec.
13933 2024.12.14 03:44:03.909262 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
13934 2024.12.14 03:44:03.909436 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13935 2024.12.14 03:44:03.909918 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13936 2024.12.14 03:44:03.909930 [ 258 ] {a3388e32-860e-4470-8a48-c19d770beb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13937 2024.12.14 03:44:03.910021 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 66 rows starting from the beginning of the part
13938 2024.12.14 03:44:03.910092 [ 258 ] {a3388e32-860e-4470-8a48-c19d770beb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13939 2024.12.14 03:44:03.910584 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 25 rows starting from the beginning of the part
13940 2024.12.14 03:44:03.911263 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 25 rows starting from the beginning of the part
13941 2024.12.14 03:44:03.911828 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 23 rows starting from the beginning of the part
13942 2024.12.14 03:44:03.912426 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 31 rows starting from the beginning of the part
13943 2024.12.14 03:44:03.913003 [ 195 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 23 rows starting from the beginning of the part
13944 2024.12.14 03:44:03.914114 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.011714765 sec., 185748.49772914778 rows/sec., 16.39 MiB/sec.
13945 2024.12.14 03:44:03.914517 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary)
13946 2024.12.14 03:44:03.915487 [ 258 ] {a3388e32-860e-4470-8a48-c19d770beb0b} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13947 2024.12.14 03:44:03.915588 [ 258 ] {a3388e32-860e-4470-8a48-c19d770beb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13948 2024.12.14 03:44:03.915614 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13949 2024.12.14 03:44:03.915990 [ 200 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_119_24} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24
13950 2024.12.14 03:44:03.916267 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
13951 2024.12.14 03:44:03.916631 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.007741675 sec., 24930.005457475287 rows/sec., 1.87 MiB/sec.
13952 2024.12.14 03:44:03.916783 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
13953 2024.12.14 03:44:03.916797 [ 258 ] {a3388e32-860e-4470-8a48-c19d770beb0b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
13954 2024.12.14 03:44:03.917089 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13955 2024.12.14 03:44:03.917175 [ 191 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_96_19} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
13956 2024.12.14 03:44:03.917250 [ 258 ] {a3388e32-860e-4470-8a48-c19d770beb0b} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13957 2024.12.14 03:44:03.917280 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13958 2024.12.14 03:44:03.917635 [ 258 ] {a3388e32-860e-4470-8a48-c19d770beb0b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007842 sec., 1785.2588625350677 rows/sec., 125.03 KiB/sec.
13959 2024.12.14 03:44:03.918065 [ 258 ] {a3388e32-860e-4470-8a48-c19d770beb0b} <Debug> TCPHandler: Processed in 0.008836377 sec.
13960 2024.12.14 03:44:03.918384 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13961 2024.12.14 03:44:03.918792 [ 255 ] {f7671ffd-ebc8-4f2f-b726-c8d8e5bf4ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13962 2024.12.14 03:44:03.918891 [ 255 ] {f7671ffd-ebc8-4f2f-b726-c8d8e5bf4ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13963 2024.12.14 03:44:03.919484 [ 255 ] {f7671ffd-ebc8-4f2f-b726-c8d8e5bf4ad9} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13964 2024.12.14 03:44:03.919523 [ 255 ] {f7671ffd-ebc8-4f2f-b726-c8d8e5bf4ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13965 2024.12.14 03:44:03.919883 [ 255 ] {f7671ffd-ebc8-4f2f-b726-c8d8e5bf4ad9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
13966 2024.12.14 03:44:03.920118 [ 255 ] {f7671ffd-ebc8-4f2f-b726-c8d8e5bf4ad9} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13967 2024.12.14 03:44:03.920298 [ 255 ] {f7671ffd-ebc8-4f2f-b726-c8d8e5bf4ad9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001628 sec., 7985.257985257985 rows/sec., 497.88 KiB/sec.
13968 2024.12.14 03:44:03.920352 [ 255 ] {f7671ffd-ebc8-4f2f-b726-c8d8e5bf4ad9} <Debug> TCPHandler: Processed in 0.002154263 sec.
13969 2024.12.14 03:44:03.920515 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13970 2024.12.14 03:44:03.920660 [ 258 ] {056285e9-eb71-4fc0-9f97-a68c8fd4c5ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13971 2024.12.14 03:44:03.920721 [ 258 ] {056285e9-eb71-4fc0-9f97-a68c8fd4c5ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13972 2024.12.14 03:44:03.921509 [ 258 ] {056285e9-eb71-4fc0-9f97-a68c8fd4c5ae} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13973 2024.12.14 03:44:03.921550 [ 258 ] {056285e9-eb71-4fc0-9f97-a68c8fd4c5ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13974 2024.12.14 03:44:03.921953 [ 258 ] {056285e9-eb71-4fc0-9f97-a68c8fd4c5ae} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
13975 2024.12.14 03:44:03.922201 [ 258 ] {056285e9-eb71-4fc0-9f97-a68c8fd4c5ae} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13976 2024.12.14 03:44:03.922408 [ 105 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0
13977 2024.12.14 03:44:03.922439 [ 258 ] {056285e9-eb71-4fc0-9f97-a68c8fd4c5ae} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001812 sec., 219646.79911699778 rows/sec., 15.61 MiB/sec.
13978 2024.12.14 03:44:03.922496 [ 105 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13979 2024.12.14 03:44:03.922573 [ 258 ] {056285e9-eb71-4fc0-9f97-a68c8fd4c5ae} <Debug> TCPHandler: Processed in 0.002122282 sec.
13980 2024.12.14 03:44:03.922582 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13981 2024.12.14 03:44:03.922853 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full
13982 2024.12.14 03:44:03.922882 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13983 2024.12.14 03:44:03.923114 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13984 2024.12.14 03:44:03.923163 [ 255 ] {9fed87e9-4910-44aa-bb00-3218c01cf21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13985 2024.12.14 03:44:03.923189 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_114_23, total 915 rows starting from the beginning of the part
13986 2024.12.14 03:44:03.923279 [ 255 ] {9fed87e9-4910-44aa-bb00-3218c01cf21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13987 2024.12.14 03:44:03.923525 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part
13988 2024.12.14 03:44:03.923993 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 89 rows starting from the beginning of the part
13989 2024.12.14 03:44:03.924321 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 398 rows starting from the beginning of the part
13990 2024.12.14 03:44:03.924628 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 95 rows starting from the beginning of the part
13991 2024.12.14 03:44:03.924899 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 398 rows starting from the beginning of the part
13992 2024.12.14 03:44:03.925787 [ 255 ] {9fed87e9-4910-44aa-bb00-3218c01cf21e} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13993 2024.12.14 03:44:03.925859 [ 255 ] {9fed87e9-4910-44aa-bb00-3218c01cf21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13994 2024.12.14 03:44:03.926745 [ 255 ] {9fed87e9-4910-44aa-bb00-3218c01cf21e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
13995 2024.12.14 03:44:03.927208 [ 255 ] {9fed87e9-4910-44aa-bb00-3218c01cf21e} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13996 2024.12.14 03:44:03.927392 [ 105 ] {} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
13997 2024.12.14 03:44:03.927436 [ 105 ] {} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13998 2024.12.14 03:44:03.927497 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
13999 2024.12.14 03:44:03.927543 [ 255 ] {9fed87e9-4910-44aa-bb00-3218c01cf21e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004418 sec., 1358.080579447714 rows/sec., 70.95 KiB/sec.
14000 2024.12.14 03:44:03.928087 [ 255 ] {9fed87e9-4910-44aa-bb00-3218c01cf21e} <Debug> TCPHandler: Processed in 0.005401498 sec.
14001 2024.12.14 03:44:03.928641 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14002 2024.12.14 03:44:03.928657 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.005908168 sec., 331574.8638156532 rows/sec., 25.39 MiB/sec.
14003 2024.12.14 03:44:03.929015 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
14004 2024.12.14 03:44:03.929145 [ 194 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary)
14005 2024.12.14 03:44:03.929162 [ 258 ] {6efcaa40-8ee3-4a31-a62a-c7f2bc5e0b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14006 2024.12.14 03:44:03.929494 [ 258 ] {6efcaa40-8ee3-4a31-a62a-c7f2bc5e0b90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14007 2024.12.14 03:44:03.929888 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14008 2024.12.14 03:44:03.930112 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 180 rows starting from the beginning of the part
14009 2024.12.14 03:44:03.930870 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
14010 2024.12.14 03:44:03.930994 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14011 2024.12.14 03:44:03.931232 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
14012 2024.12.14 03:44:03.931697 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
14013 2024.12.14 03:44:03.932051 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
14014 2024.12.14 03:44:03.932088 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_119_24} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24
14015 2024.12.14 03:44:03.932441 [ 191 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
14016 2024.12.14 03:44:03.933074 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
14017 2024.12.14 03:44:03.933442 [ 258 ] {6efcaa40-8ee3-4a31-a62a-c7f2bc5e0b90} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14018 2024.12.14 03:44:03.933495 [ 258 ] {6efcaa40-8ee3-4a31-a62a-c7f2bc5e0b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14019 2024.12.14 03:44:03.934106 [ 258 ] {6efcaa40-8ee3-4a31-a62a-c7f2bc5e0b90} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14020 2024.12.14 03:44:03.934405 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.006687663 sec., 31401.10379365707 rows/sec., 1.60 MiB/sec.
14021 2024.12.14 03:44:03.934513 [ 258 ] {6efcaa40-8ee3-4a31-a62a-c7f2bc5e0b90} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14022 2024.12.14 03:44:03.934642 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
14023 2024.12.14 03:44:03.934790 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0
14024 2024.12.14 03:44:03.934900 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14025 2024.12.14 03:44:03.934976 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14026 2024.12.14 03:44:03.935119 [ 258 ] {6efcaa40-8ee3-4a31-a62a-c7f2bc5e0b90} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006064 sec., 39083.11345646438 rows/sec., 2.62 MiB/sec.
14027 2024.12.14 03:44:03.935339 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full
14028 2024.12.14 03:44:03.935377 [ 258 ] {6efcaa40-8ee3-4a31-a62a-c7f2bc5e0b90} <Debug> TCPHandler: Processed in 0.007129163 sec.
14029 2024.12.14 03:44:03.935650 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14030 2024.12.14 03:44:03.935719 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14031 2024.12.14 03:44:03.935812 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14032 2024.12.14 03:44:03.935856 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_114_23, total 31672 rows starting from the beginning of the part
14033 2024.12.14 03:44:03.935993 [ 255 ] {6cb7f939-0dde-4aa1-98c5-dcd0f19e82ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14034 2024.12.14 03:44:03.936173 [ 255 ] {6cb7f939-0dde-4aa1-98c5-dcd0f19e82ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14035 2024.12.14 03:44:03.936279 [ 196 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_35_7} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
14036 2024.12.14 03:44:03.936438 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 32 rows starting from the beginning of the part
14037 2024.12.14 03:44:03.936863 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part
14038 2024.12.14 03:44:03.937360 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
14039 2024.12.14 03:44:03.937469 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part
14040 2024.12.14 03:44:03.937708 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 163 rows starting from the beginning of the part
14041 2024.12.14 03:44:03.938105 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 237 rows starting from the beginning of the part
14042 2024.12.14 03:44:03.938709 [ 255 ] {6cb7f939-0dde-4aa1-98c5-dcd0f19e82ea} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14043 2024.12.14 03:44:03.938761 [ 255 ] {6cb7f939-0dde-4aa1-98c5-dcd0f19e82ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14044 2024.12.14 03:44:03.939506 [ 255 ] {6cb7f939-0dde-4aa1-98c5-dcd0f19e82ea} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
14045 2024.12.14 03:44:03.939814 [ 255 ] {6cb7f939-0dde-4aa1-98c5-dcd0f19e82ea} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14046 2024.12.14 03:44:03.940003 [ 101 ] {} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
14047 2024.12.14 03:44:03.940070 [ 101 ] {} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14048 2024.12.14 03:44:03.940107 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14049 2024.12.14 03:44:03.940118 [ 255 ] {6cb7f939-0dde-4aa1-98c5-dcd0f19e82ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004252 sec., 235.1834430856068 rows/sec., 15.85 KiB/sec.
14050 2024.12.14 03:44:03.940383 [ 255 ] {6cb7f939-0dde-4aa1-98c5-dcd0f19e82ea} <Debug> TCPHandler: Processed in 0.004881338 sec.
14051 2024.12.14 03:44:03.940644 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
14052 2024.12.14 03:44:03.940662 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14053 2024.12.14 03:44:03.941078 [ 258 ] {c1d71fcd-e2da-4114-9eb0-80c3d4753e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14054 2024.12.14 03:44:03.941304 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14055 2024.12.14 03:44:03.941441 [ 258 ] {c1d71fcd-e2da-4114-9eb0-80c3d4753e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14056 2024.12.14 03:44:03.941465 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
14057 2024.12.14 03:44:03.942300 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
14058 2024.12.14 03:44:03.942863 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
14059 2024.12.14 03:44:03.943258 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
14060 2024.12.14 03:44:03.943709 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
14061 2024.12.14 03:44:03.944134 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
14062 2024.12.14 03:44:03.949106 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.008901199 sec., 3932.054546808806 rows/sec., 264.95 KiB/sec.
14063 2024.12.14 03:44:03.949420 [ 258 ] {c1d71fcd-e2da-4114-9eb0-80c3d4753e26} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14064 2024.12.14 03:44:03.949448 [ 186 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
14065 2024.12.14 03:44:03.949491 [ 258 ] {c1d71fcd-e2da-4114-9eb0-80c3d4753e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14066 2024.12.14 03:44:03.950257 [ 201 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_35_7} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14067 2024.12.14 03:44:03.950634 [ 201 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_35_7} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
14068 2024.12.14 03:44:03.950925 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32501 rows, containing 5 columns (5 merged, 0 gathered) in 0.015821757 sec., 2054196.6356833822 rows/sec., 139.20 MiB/sec.
14069 2024.12.14 03:44:03.950939 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
14070 2024.12.14 03:44:03.951383 [ 258 ] {c1d71fcd-e2da-4114-9eb0-80c3d4753e26} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
14071 2024.12.14 03:44:03.951623 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary)
14072 2024.12.14 03:44:03.951888 [ 258 ] {c1d71fcd-e2da-4114-9eb0-80c3d4753e26} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14073 2024.12.14 03:44:03.952330 [ 258 ] {c1d71fcd-e2da-4114-9eb0-80c3d4753e26} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.011371 sec., 1407.0882068419664 rows/sec., 2.52 MiB/sec.
14074 2024.12.14 03:44:03.952446 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14075 2024.12.14 03:44:03.952723 [ 258 ] {c1d71fcd-e2da-4114-9eb0-80c3d4753e26} <Debug> TCPHandler: Processed in 0.012196214 sec.
14076 2024.12.14 03:44:03.952737 [ 193 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24
14077 2024.12.14 03:44:03.952946 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14078 2024.12.14 03:44:03.952955 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
14079 2024.12.14 03:44:03.953081 [ 255 ] {13db1cf5-57ad-4711-bd0a-c2bb988a002d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14080 2024.12.14 03:44:03.953139 [ 255 ] {13db1cf5-57ad-4711-bd0a-c2bb988a002d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14081 2024.12.14 03:44:03.953720 [ 255 ] {13db1cf5-57ad-4711-bd0a-c2bb988a002d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14082 2024.12.14 03:44:03.953765 [ 255 ] {13db1cf5-57ad-4711-bd0a-c2bb988a002d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14083 2024.12.14 03:44:03.954158 [ 255 ] {13db1cf5-57ad-4711-bd0a-c2bb988a002d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14084 2024.12.14 03:44:03.954386 [ 255 ] {13db1cf5-57ad-4711-bd0a-c2bb988a002d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14085 2024.12.14 03:44:03.954559 [ 255 ] {13db1cf5-57ad-4711-bd0a-c2bb988a002d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec.
14086 2024.12.14 03:44:03.954609 [ 255 ] {13db1cf5-57ad-4711-bd0a-c2bb988a002d} <Debug> TCPHandler: Processed in 0.001778725 sec.
14087 2024.12.14 03:44:04.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.57 MiB, peak 282.53 MiB, free memory in arenas 0.00 B, will set to 264.13 MiB (RSS), difference: -1.45 MiB
14088 2024.12.14 03:44:04.635659 [ 217 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): 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]
14089 2024.12.14 03:44:04.635710 [ 217 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): 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]
14090 2024.12.14 03:44:04.637691 [ 217 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): 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]
14091 2024.12.14 03:44:07.935784 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
14092 2024.12.14 03:44:07.935853 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
14093 2024.12.14 03:44:08.139821 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916
14094 2024.12.14 03:44:08.140548 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14095 2024.12.14 03:44:08.140595 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14096 2024.12.14 03:44:08.141143 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
14097 2024.12.14 03:44:08.141394 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14098 2024.12.14 03:44:08.141640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
14099 2024.12.14 03:44:08.893995 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14100 2024.12.14 03:44:08.894183 [ 255 ] {31034aa3-5474-44a9-b714-a90a01c87a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14101 2024.12.14 03:44:08.894294 [ 255 ] {31034aa3-5474-44a9-b714-a90a01c87a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14102 2024.12.14 03:44:08.895416 [ 255 ] {31034aa3-5474-44a9-b714-a90a01c87a43} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14103 2024.12.14 03:44:08.895463 [ 255 ] {31034aa3-5474-44a9-b714-a90a01c87a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14104 2024.12.14 03:44:08.895888 [ 255 ] {31034aa3-5474-44a9-b714-a90a01c87a43} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14105 2024.12.14 03:44:08.896131 [ 255 ] {31034aa3-5474-44a9-b714-a90a01c87a43} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14106 2024.12.14 03:44:08.896372 [ 255 ] {31034aa3-5474-44a9-b714-a90a01c87a43} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.00224 sec., 47321.42857142857 rows/sec., 4.00 MiB/sec.
14107 2024.12.14 03:44:08.896438 [ 255 ] {31034aa3-5474-44a9-b714-a90a01c87a43} <Debug> TCPHandler: Processed in 0.002569172 sec.
14108 2024.12.14 03:44:08.896716 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14109 2024.12.14 03:44:08.896935 [ 258 ] {30785a4c-a8ae-47de-8e15-4f5ad2502dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14110 2024.12.14 03:44:08.897016 [ 258 ] {30785a4c-a8ae-47de-8e15-4f5ad2502dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14111 2024.12.14 03:44:08.897786 [ 258 ] {30785a4c-a8ae-47de-8e15-4f5ad2502dc3} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14112 2024.12.14 03:44:08.897828 [ 258 ] {30785a4c-a8ae-47de-8e15-4f5ad2502dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14113 2024.12.14 03:44:08.898278 [ 258 ] {30785a4c-a8ae-47de-8e15-4f5ad2502dc3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14114 2024.12.14 03:44:08.898540 [ 258 ] {30785a4c-a8ae-47de-8e15-4f5ad2502dc3} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14115 2024.12.14 03:44:08.898742 [ 258 ] {30785a4c-a8ae-47de-8e15-4f5ad2502dc3} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.00187 sec., 13368.983957219252 rows/sec., 1005.28 KiB/sec.
14116 2024.12.14 03:44:08.898809 [ 258 ] {30785a4c-a8ae-47de-8e15-4f5ad2502dc3} <Debug> TCPHandler: Processed in 0.002238785 sec.
14117 2024.12.14 03:44:08.898979 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14118 2024.12.14 03:44:08.899124 [ 255 ] {6777839d-78e4-4479-8ac7-9c2d9f355c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14119 2024.12.14 03:44:08.899184 [ 255 ] {6777839d-78e4-4479-8ac7-9c2d9f355c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14120 2024.12.14 03:44:08.899916 [ 255 ] {6777839d-78e4-4479-8ac7-9c2d9f355c0a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14121 2024.12.14 03:44:08.899966 [ 255 ] {6777839d-78e4-4479-8ac7-9c2d9f355c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14122 2024.12.14 03:44:08.900365 [ 255 ] {6777839d-78e4-4479-8ac7-9c2d9f355c0a} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14123 2024.12.14 03:44:08.900615 [ 255 ] {6777839d-78e4-4479-8ac7-9c2d9f355c0a} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14124 2024.12.14 03:44:08.900834 [ 255 ] {6777839d-78e4-4479-8ac7-9c2d9f355c0a} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001743 sec., 51061.388410786 rows/sec., 3.99 MiB/sec.
14125 2024.12.14 03:44:08.900887 [ 255 ] {6777839d-78e4-4479-8ac7-9c2d9f355c0a} <Debug> TCPHandler: Processed in 0.0019792 sec.
14126 2024.12.14 03:44:08.901021 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14127 2024.12.14 03:44:08.901147 [ 258 ] {2cc19eb3-7df6-484b-bd43-23e32ae107b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14128 2024.12.14 03:44:08.901210 [ 258 ] {2cc19eb3-7df6-484b-bd43-23e32ae107b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14129 2024.12.14 03:44:08.901904 [ 258 ] {2cc19eb3-7df6-484b-bd43-23e32ae107b4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14130 2024.12.14 03:44:08.901949 [ 258 ] {2cc19eb3-7df6-484b-bd43-23e32ae107b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14131 2024.12.14 03:44:08.902388 [ 258 ] {2cc19eb3-7df6-484b-bd43-23e32ae107b4} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14132 2024.12.14 03:44:08.902643 [ 258 ] {2cc19eb3-7df6-484b-bd43-23e32ae107b4} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14133 2024.12.14 03:44:08.902848 [ 258 ] {2cc19eb3-7df6-484b-bd43-23e32ae107b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001725 sec., 92753.62318840579 rows/sec., 6.46 MiB/sec.
14134 2024.12.14 03:44:08.902919 [ 258 ] {2cc19eb3-7df6-484b-bd43-23e32ae107b4} <Debug> TCPHandler: Processed in 0.001949669 sec.
14135 2024.12.14 03:44:08.903103 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14136 2024.12.14 03:44:08.903453 [ 255 ] {ebb2fc5d-774d-4d49-8856-b3505d18bac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14137 2024.12.14 03:44:08.903625 [ 255 ] {ebb2fc5d-774d-4d49-8856-b3505d18bac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14138 2024.12.14 03:44:08.904869 [ 255 ] {ebb2fc5d-774d-4d49-8856-b3505d18bac5} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14139 2024.12.14 03:44:08.904908 [ 255 ] {ebb2fc5d-774d-4d49-8856-b3505d18bac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14140 2024.12.14 03:44:08.905573 [ 255 ] {ebb2fc5d-774d-4d49-8856-b3505d18bac5} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
14141 2024.12.14 03:44:08.905828 [ 255 ] {ebb2fc5d-774d-4d49-8856-b3505d18bac5} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14142 2024.12.14 03:44:08.906020 [ 91 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
14143 2024.12.14 03:44:08.906103 [ 91 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14144 2024.12.14 03:44:08.906109 [ 255 ] {ebb2fc5d-774d-4d49-8856-b3505d18bac5} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002772 sec., 9018.759018759018 rows/sec., 16.16 MiB/sec.
14145 2024.12.14 03:44:08.906144 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14146 2024.12.14 03:44:08.906623 [ 255 ] {ebb2fc5d-774d-4d49-8856-b3505d18bac5} <Debug> TCPHandler: Processed in 0.003597812 sec.
14147 2024.12.14 03:44:08.906819 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
14148 2024.12.14 03:44:08.907024 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14149 2024.12.14 03:44:08.907546 [ 258 ] {d852db02-ed03-49c0-adb5-71c6a1830d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14150 2024.12.14 03:44:08.907797 [ 258 ] {d852db02-ed03-49c0-adb5-71c6a1830d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14151 2024.12.14 03:44:08.908893 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14152 2024.12.14 03:44:08.909047 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1846 rows starting from the beginning of the part
14153 2024.12.14 03:44:08.909898 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 25 rows starting from the beginning of the part
14154 2024.12.14 03:44:08.910329 [ 258 ] {d852db02-ed03-49c0-adb5-71c6a1830d84} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14155 2024.12.14 03:44:08.910479 [ 258 ] {d852db02-ed03-49c0-adb5-71c6a1830d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14156 2024.12.14 03:44:08.910635 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 16 rows starting from the beginning of the part
14157 2024.12.14 03:44:08.911286 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 25 rows starting from the beginning of the part
14158 2024.12.14 03:44:08.911953 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 16 rows starting from the beginning of the part
14159 2024.12.14 03:44:08.912075 [ 258 ] {d852db02-ed03-49c0-adb5-71c6a1830d84} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14160 2024.12.14 03:44:08.912420 [ 192 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 25 rows starting from the beginning of the part
14161 2024.12.14 03:44:08.913212 [ 258 ] {d852db02-ed03-49c0-adb5-71c6a1830d84} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14162 2024.12.14 03:44:08.913827 [ 258 ] {d852db02-ed03-49c0-adb5-71c6a1830d84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006466 sec., 9279.307145066501 rows/sec., 640.37 KiB/sec.
14163 2024.12.14 03:44:08.913979 [ 258 ] {d852db02-ed03-49c0-adb5-71c6a1830d84} <Debug> TCPHandler: Processed in 0.007217535 sec.
14164 2024.12.14 03:44:08.921025 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 19 columns (19 merged, 0 gathered) in 0.014618432 sec., 133598.45980745403 rows/sec., 239.40 MiB/sec.
14165 2024.12.14 03:44:08.922907 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
14166 2024.12.14 03:44:08.923342 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14167 2024.12.14 03:44:08.923423 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
14168 2024.12.14 03:44:08.923594 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.45 MiB.
14169 2024.12.14 03:44:10.619070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
14170 2024.12.14 03:44:10.642231 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14171 2024.12.14 03:44:10.642297 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14172 2024.12.14 03:44:10.649694 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
14173 2024.12.14 03:44:10.650498 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14174 2024.12.14 03:44:10.653632 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
14175 2024.12.14 03:44:12.654036 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14176 2024.12.14 03:44:12.654335 [ 255 ] {08c8e081-2c2b-4ed7-8229-a46f33c2dec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14177 2024.12.14 03:44:12.654405 [ 255 ] {08c8e081-2c2b-4ed7-8229-a46f33c2dec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14178 2024.12.14 03:44:12.655170 [ 255 ] {08c8e081-2c2b-4ed7-8229-a46f33c2dec2} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14179 2024.12.14 03:44:12.655223 [ 255 ] {08c8e081-2c2b-4ed7-8229-a46f33c2dec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14180 2024.12.14 03:44:12.655654 [ 255 ] {08c8e081-2c2b-4ed7-8229-a46f33c2dec2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
14181 2024.12.14 03:44:12.655901 [ 255 ] {08c8e081-2c2b-4ed7-8229-a46f33c2dec2} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14182 2024.12.14 03:44:12.656159 [ 255 ] {08c8e081-2c2b-4ed7-8229-a46f33c2dec2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec.
14183 2024.12.14 03:44:12.656285 [ 255 ] {08c8e081-2c2b-4ed7-8229-a46f33c2dec2} <Debug> TCPHandler: Processed in 0.002431169 sec.
14184 2024.12.14 03:44:12.656613 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14185 2024.12.14 03:44:12.656827 [ 258 ] {9cb11126-d8a6-47d0-9376-99d572c4899a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14186 2024.12.14 03:44:12.656915 [ 258 ] {9cb11126-d8a6-47d0-9376-99d572c4899a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14187 2024.12.14 03:44:12.657725 [ 258 ] {9cb11126-d8a6-47d0-9376-99d572c4899a} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14188 2024.12.14 03:44:12.657781 [ 258 ] {9cb11126-d8a6-47d0-9376-99d572c4899a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14189 2024.12.14 03:44:12.658233 [ 258 ] {9cb11126-d8a6-47d0-9376-99d572c4899a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
14190 2024.12.14 03:44:12.658494 [ 258 ] {9cb11126-d8a6-47d0-9376-99d572c4899a} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14191 2024.12.14 03:44:12.658743 [ 258 ] {9cb11126-d8a6-47d0-9376-99d572c4899a} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001979 sec., 4042.44567963618 rows/sec., 329.63 KiB/sec.
14192 2024.12.14 03:44:12.658811 [ 258 ] {9cb11126-d8a6-47d0-9376-99d572c4899a} <Debug> TCPHandler: Processed in 0.002389698 sec.
14193 2024.12.14 03:44:12.658969 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14194 2024.12.14 03:44:12.659114 [ 255 ] {d873e8f0-b85d-4229-9da8-0e991d0d5a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14195 2024.12.14 03:44:12.659175 [ 255 ] {d873e8f0-b85d-4229-9da8-0e991d0d5a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14196 2024.12.14 03:44:12.660517 [ 255 ] {d873e8f0-b85d-4229-9da8-0e991d0d5a56} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14197 2024.12.14 03:44:12.660559 [ 255 ] {d873e8f0-b85d-4229-9da8-0e991d0d5a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14198 2024.12.14 03:44:12.661015 [ 255 ] {d873e8f0-b85d-4229-9da8-0e991d0d5a56} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14199 2024.12.14 03:44:12.661263 [ 255 ] {d873e8f0-b85d-4229-9da8-0e991d0d5a56} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14200 2024.12.14 03:44:12.661509 [ 255 ] {d873e8f0-b85d-4229-9da8-0e991d0d5a56} <Debug> executeQuery: Read 1379 rows, 117.87 KiB in 0.00243 sec., 567489.7119341564 rows/sec., 47.37 MiB/sec.
14201 2024.12.14 03:44:12.661572 [ 255 ] {d873e8f0-b85d-4229-9da8-0e991d0d5a56} <Debug> TCPHandler: Processed in 0.002671193 sec.
14202 2024.12.14 03:44:12.661803 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14203 2024.12.14 03:44:12.662039 [ 258 ] {321d7828-1fe0-4f4f-bb26-65ce403e840e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14204 2024.12.14 03:44:12.662136 [ 258 ] {321d7828-1fe0-4f4f-bb26-65ce403e840e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14205 2024.12.14 03:44:12.662862 [ 258 ] {321d7828-1fe0-4f4f-bb26-65ce403e840e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14206 2024.12.14 03:44:12.662905 [ 258 ] {321d7828-1fe0-4f4f-bb26-65ce403e840e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14207 2024.12.14 03:44:12.663302 [ 258 ] {321d7828-1fe0-4f4f-bb26-65ce403e840e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
14208 2024.12.14 03:44:12.663561 [ 258 ] {321d7828-1fe0-4f4f-bb26-65ce403e840e} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14209 2024.12.14 03:44:12.663825 [ 258 ] {321d7828-1fe0-4f4f-bb26-65ce403e840e} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.001844 sec., 16811.279826464208 rows/sec., 1.17 MiB/sec.
14210 2024.12.14 03:44:12.663916 [ 258 ] {321d7828-1fe0-4f4f-bb26-65ce403e840e} <Debug> TCPHandler: Processed in 0.002219775 sec.
14211 2024.12.14 03:44:12.664186 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14212 2024.12.14 03:44:12.664408 [ 255 ] {06fffa2b-3b99-49c5-9497-f2cdce16d505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14213 2024.12.14 03:44:12.664467 [ 255 ] {06fffa2b-3b99-49c5-9497-f2cdce16d505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14214 2024.12.14 03:44:12.665271 [ 255 ] {06fffa2b-3b99-49c5-9497-f2cdce16d505} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14215 2024.12.14 03:44:12.665317 [ 255 ] {06fffa2b-3b99-49c5-9497-f2cdce16d505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14216 2024.12.14 03:44:12.665680 [ 255 ] {06fffa2b-3b99-49c5-9497-f2cdce16d505} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
14217 2024.12.14 03:44:12.665919 [ 255 ] {06fffa2b-3b99-49c5-9497-f2cdce16d505} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14218 2024.12.14 03:44:12.666129 [ 255 ] {06fffa2b-3b99-49c5-9497-f2cdce16d505} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001752 sec., 138127.85388127854 rows/sec., 9.36 MiB/sec.
14219 2024.12.14 03:44:12.666184 [ 255 ] {06fffa2b-3b99-49c5-9497-f2cdce16d505} <Debug> TCPHandler: Processed in 0.002182873 sec.
14220 2024.12.14 03:44:12.666317 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14221 2024.12.14 03:44:12.666457 [ 258 ] {6d32028e-b70d-456e-93a3-d807f2b7d981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14222 2024.12.14 03:44:12.666517 [ 258 ] {6d32028e-b70d-456e-93a3-d807f2b7d981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14223 2024.12.14 03:44:12.667215 [ 258 ] {6d32028e-b70d-456e-93a3-d807f2b7d981} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14224 2024.12.14 03:44:12.667265 [ 258 ] {6d32028e-b70d-456e-93a3-d807f2b7d981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14225 2024.12.14 03:44:12.667642 [ 258 ] {6d32028e-b70d-456e-93a3-d807f2b7d981} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
14226 2024.12.14 03:44:12.667887 [ 258 ] {6d32028e-b70d-456e-93a3-d807f2b7d981} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14227 2024.12.14 03:44:12.668143 [ 258 ] {6d32028e-b70d-456e-93a3-d807f2b7d981} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001717 sec., 7571.3453698311005 rows/sec., 472.07 KiB/sec.
14228 2024.12.14 03:44:12.668356 [ 258 ] {6d32028e-b70d-456e-93a3-d807f2b7d981} <Debug> TCPHandler: Processed in 0.002093782 sec.
14229 2024.12.14 03:44:12.668574 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14230 2024.12.14 03:44:12.668711 [ 255 ] {ef5c18d4-7e6c-4b03-a376-17d4e906bc29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14231 2024.12.14 03:44:12.668767 [ 255 ] {ef5c18d4-7e6c-4b03-a376-17d4e906bc29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14232 2024.12.14 03:44:12.669773 [ 255 ] {ef5c18d4-7e6c-4b03-a376-17d4e906bc29} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14233 2024.12.14 03:44:12.669812 [ 255 ] {ef5c18d4-7e6c-4b03-a376-17d4e906bc29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14234 2024.12.14 03:44:12.670208 [ 255 ] {ef5c18d4-7e6c-4b03-a376-17d4e906bc29} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14235 2024.12.14 03:44:12.670446 [ 255 ] {ef5c18d4-7e6c-4b03-a376-17d4e906bc29} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14236 2024.12.14 03:44:12.670672 [ 255 ] {ef5c18d4-7e6c-4b03-a376-17d4e906bc29} <Debug> executeQuery: Read 862 rows, 63.90 KiB in 0.001989 sec., 433383.6098541981 rows/sec., 31.38 MiB/sec.
14237 2024.12.14 03:44:12.670770 [ 255 ] {ef5c18d4-7e6c-4b03-a376-17d4e906bc29} <Debug> TCPHandler: Processed in 0.002305646 sec.
14238 2024.12.14 03:44:12.670973 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14239 2024.12.14 03:44:12.671226 [ 258 ] {72881891-ffa5-4ec5-82d5-f24c9729e409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14240 2024.12.14 03:44:12.671289 [ 258 ] {72881891-ffa5-4ec5-82d5-f24c9729e409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14241 2024.12.14 03:44:12.671792 [ 258 ] {72881891-ffa5-4ec5-82d5-f24c9729e409} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14242 2024.12.14 03:44:12.671833 [ 258 ] {72881891-ffa5-4ec5-82d5-f24c9729e409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14243 2024.12.14 03:44:12.672208 [ 258 ] {72881891-ffa5-4ec5-82d5-f24c9729e409} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
14244 2024.12.14 03:44:12.672456 [ 258 ] {72881891-ffa5-4ec5-82d5-f24c9729e409} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14245 2024.12.14 03:44:12.672730 [ 258 ] {72881891-ffa5-4ec5-82d5-f24c9729e409} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec.
14246 2024.12.14 03:44:12.672949 [ 258 ] {72881891-ffa5-4ec5-82d5-f24c9729e409} <Debug> TCPHandler: Processed in 0.002093782 sec.
14247 2024.12.14 03:44:12.673211 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14248 2024.12.14 03:44:12.673396 [ 255 ] {e8d6a945-e978-4af8-971c-47bcafe0daef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14249 2024.12.14 03:44:12.673456 [ 255 ] {e8d6a945-e978-4af8-971c-47bcafe0daef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14250 2024.12.14 03:44:12.674301 [ 255 ] {e8d6a945-e978-4af8-971c-47bcafe0daef} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14251 2024.12.14 03:44:12.674410 [ 255 ] {e8d6a945-e978-4af8-971c-47bcafe0daef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14252 2024.12.14 03:44:12.674888 [ 255 ] {e8d6a945-e978-4af8-971c-47bcafe0daef} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14253 2024.12.14 03:44:12.675135 [ 255 ] {e8d6a945-e978-4af8-971c-47bcafe0daef} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14254 2024.12.14 03:44:12.675375 [ 255 ] {e8d6a945-e978-4af8-971c-47bcafe0daef} <Debug> executeQuery: Read 929 rows, 63.48 KiB in 0.002004 sec., 463572.8542914171 rows/sec., 30.94 MiB/sec.
14255 2024.12.14 03:44:12.675449 [ 255 ] {e8d6a945-e978-4af8-971c-47bcafe0daef} <Debug> TCPHandler: Processed in 0.002384668 sec.
14256 2024.12.14 03:44:12.675623 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14257 2024.12.14 03:44:12.675992 [ 258 ] {8d52cb1d-4465-4471-9eff-7498bdca23de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14258 2024.12.14 03:44:12.676170 [ 258 ] {8d52cb1d-4465-4471-9eff-7498bdca23de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14259 2024.12.14 03:44:12.676947 [ 258 ] {8d52cb1d-4465-4471-9eff-7498bdca23de} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14260 2024.12.14 03:44:12.676989 [ 258 ] {8d52cb1d-4465-4471-9eff-7498bdca23de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14261 2024.12.14 03:44:12.677359 [ 258 ] {8d52cb1d-4465-4471-9eff-7498bdca23de} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
14262 2024.12.14 03:44:12.677632 [ 258 ] {8d52cb1d-4465-4471-9eff-7498bdca23de} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14263 2024.12.14 03:44:12.677843 [ 258 ] {8d52cb1d-4465-4471-9eff-7498bdca23de} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001991 sec., 502.260170768458 rows/sec., 33.84 KiB/sec.
14264 2024.12.14 03:44:12.677897 [ 258 ] {8d52cb1d-4465-4471-9eff-7498bdca23de} <Debug> TCPHandler: Processed in 0.002363057 sec.
14265 2024.12.14 03:44:12.678039 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14266 2024.12.14 03:44:12.678181 [ 255 ] {ecb23dd0-ded1-4441-a9a0-076c97760ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14267 2024.12.14 03:44:12.678275 [ 255 ] {ecb23dd0-ded1-4441-a9a0-076c97760ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14268 2024.12.14 03:44:12.679437 [ 255 ] {ecb23dd0-ded1-4441-a9a0-076c97760ff0} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14269 2024.12.14 03:44:12.679478 [ 255 ] {ecb23dd0-ded1-4441-a9a0-076c97760ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14270 2024.12.14 03:44:12.680116 [ 255 ] {ecb23dd0-ded1-4441-a9a0-076c97760ff0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14271 2024.12.14 03:44:12.680376 [ 255 ] {ecb23dd0-ded1-4441-a9a0-076c97760ff0} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14272 2024.12.14 03:44:12.680627 [ 255 ] {ecb23dd0-ded1-4441-a9a0-076c97760ff0} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002478 sec., 6456.82001614205 rows/sec., 11.57 MiB/sec.
14273 2024.12.14 03:44:12.680741 [ 255 ] {ecb23dd0-ded1-4441-a9a0-076c97760ff0} <Debug> TCPHandler: Processed in 0.002769755 sec.
14274 2024.12.14 03:44:12.680881 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14275 2024.12.14 03:44:12.681021 [ 258 ] {e891ed70-e46a-42cc-b652-13f78eb82084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14276 2024.12.14 03:44:12.681082 [ 258 ] {e891ed70-e46a-42cc-b652-13f78eb82084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14277 2024.12.14 03:44:12.681615 [ 258 ] {e891ed70-e46a-42cc-b652-13f78eb82084} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14278 2024.12.14 03:44:12.681669 [ 258 ] {e891ed70-e46a-42cc-b652-13f78eb82084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14279 2024.12.14 03:44:12.682729 [ 258 ] {e891ed70-e46a-42cc-b652-13f78eb82084} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14280 2024.12.14 03:44:12.682979 [ 258 ] {e891ed70-e46a-42cc-b652-13f78eb82084} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14281 2024.12.14 03:44:12.683152 [ 90 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14282 2024.12.14 03:44:12.683225 [ 258 ] {e891ed70-e46a-42cc-b652-13f78eb82084} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002232 sec., 31362.007168458782 rows/sec., 1.97 MiB/sec.
14283 2024.12.14 03:44:12.683232 [ 90 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14284 2024.12.14 03:44:12.683307 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14285 2024.12.14 03:44:12.683341 [ 258 ] {e891ed70-e46a-42cc-b652-13f78eb82084} <Debug> TCPHandler: Processed in 0.00252015 sec.
14286 2024.12.14 03:44:12.683522 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14287 2024.12.14 03:44:12.683657 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14288 2024.12.14 03:44:12.683695 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6552 rows starting from the beginning of the part
14289 2024.12.14 03:44:12.683772 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part
14290 2024.12.14 03:44:12.684044 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part
14291 2024.12.14 03:44:12.684206 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 82 rows starting from the beginning of the part
14292 2024.12.14 03:44:12.684364 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part
14293 2024.12.14 03:44:12.684505 [ 198 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 70 rows starting from the beginning of the part
14294 2024.12.14 03:44:12.686705 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6906 rows, containing 4 columns (4 merged, 0 gathered) in 0.003301956 sec., 2091487.5909915215 rows/sec., 137.79 MiB/sec.
14295 2024.12.14 03:44:12.687222 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14296 2024.12.14 03:44:12.687564 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14297 2024.12.14 03:44:12.687646 [ 190 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_121_24} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14298 2024.12.14 03:44:12.687727 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB.
14299 2024.12.14 03:44:13.329099 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1980
14300 2024.12.14 03:44:13.332981 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14301 2024.12.14 03:44:13.333023 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14302 2024.12.14 03:44:13.334544 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14303 2024.12.14 03:44:13.334874 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14304 2024.12.14 03:44:13.335505 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1980
14305 2024.12.14 03:44:13.886638 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14306 2024.12.14 03:44:13.886827 [ 255 ] {020e557d-12d1-4fae-98fb-7bf9e65ead5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14307 2024.12.14 03:44:13.886899 [ 255 ] {020e557d-12d1-4fae-98fb-7bf9e65ead5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14308 2024.12.14 03:44:13.887689 [ 255 ] {020e557d-12d1-4fae-98fb-7bf9e65ead5f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14309 2024.12.14 03:44:13.887738 [ 255 ] {020e557d-12d1-4fae-98fb-7bf9e65ead5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14310 2024.12.14 03:44:13.888180 [ 255 ] {020e557d-12d1-4fae-98fb-7bf9e65ead5f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14311 2024.12.14 03:44:13.888468 [ 255 ] {020e557d-12d1-4fae-98fb-7bf9e65ead5f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14312 2024.12.14 03:44:13.888730 [ 255 ] {020e557d-12d1-4fae-98fb-7bf9e65ead5f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.20 MiB/sec.
14313 2024.12.14 03:44:13.888791 [ 221 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0]
14314 2024.12.14 03:44:13.888807 [ 255 ] {020e557d-12d1-4fae-98fb-7bf9e65ead5f} <Debug> TCPHandler: Processed in 0.002295246 sec.
14315 2024.12.14 03:44:13.888833 [ 221 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0]
14316 2024.12.14 03:44:13.889074 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14317 2024.12.14 03:44:13.889366 [ 258 ] {e4351bf1-9d79-4201-bd77-321f82cb8a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14318 2024.12.14 03:44:13.889487 [ 258 ] {e4351bf1-9d79-4201-bd77-321f82cb8a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14319 2024.12.14 03:44:13.891008 [ 258 ] {e4351bf1-9d79-4201-bd77-321f82cb8a88} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14320 2024.12.14 03:44:13.891080 [ 258 ] {e4351bf1-9d79-4201-bd77-321f82cb8a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14321 2024.12.14 03:44:13.891914 [ 258 ] {e4351bf1-9d79-4201-bd77-321f82cb8a88} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14322 2024.12.14 03:44:13.892310 [ 221 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0]
14323 2024.12.14 03:44:13.892369 [ 258 ] {e4351bf1-9d79-4201-bd77-321f82cb8a88} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14324 2024.12.14 03:44:13.892981 [ 223 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0]
14325 2024.12.14 03:44:13.893061 [ 223 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0]
14326 2024.12.14 03:44:13.893086 [ 258 ] {e4351bf1-9d79-4201-bd77-321f82cb8a88} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003796 sec., 16859.852476290835 rows/sec., 1.32 MiB/sec.
14327 2024.12.14 03:44:13.893483 [ 258 ] {e4351bf1-9d79-4201-bd77-321f82cb8a88} <Debug> TCPHandler: Processed in 0.004550691 sec.
14328 2024.12.14 03:44:13.893760 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14329 2024.12.14 03:44:13.894091 [ 255 ] {2ad46f4f-1278-4aa5-a1e6-c7c8e9876008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14330 2024.12.14 03:44:13.894270 [ 255 ] {2ad46f4f-1278-4aa5-a1e6-c7c8e9876008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14331 2024.12.14 03:44:13.895465 [ 255 ] {2ad46f4f-1278-4aa5-a1e6-c7c8e9876008} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14332 2024.12.14 03:44:13.895532 [ 255 ] {2ad46f4f-1278-4aa5-a1e6-c7c8e9876008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14333 2024.12.14 03:44:13.896283 [ 255 ] {2ad46f4f-1278-4aa5-a1e6-c7c8e9876008} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14334 2024.12.14 03:44:13.896670 [ 255 ] {2ad46f4f-1278-4aa5-a1e6-c7c8e9876008} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14335 2024.12.14 03:44:13.897000 [ 255 ] {2ad46f4f-1278-4aa5-a1e6-c7c8e9876008} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.003032 sec., 10554.089709762533 rows/sec., 752.71 KiB/sec.
14336 2024.12.14 03:44:13.897082 [ 255 ] {2ad46f4f-1278-4aa5-a1e6-c7c8e9876008} <Debug> TCPHandler: Processed in 0.003467529 sec.
14337 2024.12.14 03:44:13.897257 [ 223 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0]
14338 2024.12.14 03:44:13.897259 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14339 2024.12.14 03:44:13.897469 [ 258 ] {abd1b60e-a54e-4a03-b64e-88d3eab728ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14340 2024.12.14 03:44:13.897561 [ 258 ] {abd1b60e-a54e-4a03-b64e-88d3eab728ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14341 2024.12.14 03:44:13.898398 [ 258 ] {abd1b60e-a54e-4a03-b64e-88d3eab728ec} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14342 2024.12.14 03:44:13.898441 [ 258 ] {abd1b60e-a54e-4a03-b64e-88d3eab728ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14343 2024.12.14 03:44:13.898825 [ 258 ] {abd1b60e-a54e-4a03-b64e-88d3eab728ec} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14344 2024.12.14 03:44:13.899095 [ 258 ] {abd1b60e-a54e-4a03-b64e-88d3eab728ec} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14345 2024.12.14 03:44:13.899302 [ 258 ] {abd1b60e-a54e-4a03-b64e-88d3eab728ec} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001872 sec., 6410.25641025641 rows/sec., 442.37 KiB/sec.
14346 2024.12.14 03:44:13.899355 [ 258 ] {abd1b60e-a54e-4a03-b64e-88d3eab728ec} <Debug> TCPHandler: Processed in 0.002170254 sec.
14347 2024.12.14 03:44:15.221686 [ 224 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14348 2024.12.14 03:44:15.221759 [ 224 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14349 2024.12.14 03:44:15.223648 [ 224 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14350 2024.12.14 03:44:15.473720 [ 218 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14351 2024.12.14 03:44:15.473776 [ 218 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14352 2024.12.14 03:44:15.475804 [ 218 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14353 2024.12.14 03:44:15.641827 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343
14354 2024.12.14 03:44:15.642489 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14355 2024.12.14 03:44:15.642541 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14356 2024.12.14 03:44:15.643108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14357 2024.12.14 03:44:15.643391 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14358 2024.12.14 03:44:15.643646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343
14359 2024.12.14 03:44:18.153757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
14360 2024.12.14 03:44:18.176556 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14361 2024.12.14 03:44:18.176623 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14362 2024.12.14 03:44:18.184141 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14363 2024.12.14 03:44:18.184965 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14364 2024.12.14 03:44:18.187947 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
14365 2024.12.14 03:44:18.894642 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14366 2024.12.14 03:44:18.894835 [ 255 ] {f6d14ed9-6633-4dde-9bd5-538451483407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14367 2024.12.14 03:44:18.894911 [ 255 ] {f6d14ed9-6633-4dde-9bd5-538451483407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14368 2024.12.14 03:44:18.895738 [ 255 ] {f6d14ed9-6633-4dde-9bd5-538451483407} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14369 2024.12.14 03:44:18.895793 [ 255 ] {f6d14ed9-6633-4dde-9bd5-538451483407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14370 2024.12.14 03:44:18.896248 [ 255 ] {f6d14ed9-6633-4dde-9bd5-538451483407} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14371 2024.12.14 03:44:18.896505 [ 255 ] {f6d14ed9-6633-4dde-9bd5-538451483407} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14372 2024.12.14 03:44:18.896740 [ 255 ] {f6d14ed9-6633-4dde-9bd5-538451483407} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.001956 sec., 54192.22903885481 rows/sec., 4.58 MiB/sec.
14373 2024.12.14 03:44:18.896807 [ 255 ] {f6d14ed9-6633-4dde-9bd5-538451483407} <Debug> TCPHandler: Processed in 0.002344177 sec.
14374 2024.12.14 03:44:18.897067 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14375 2024.12.14 03:44:18.897263 [ 258 ] {927a1686-736f-4d42-a326-58c99836e369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14376 2024.12.14 03:44:18.897336 [ 258 ] {927a1686-736f-4d42-a326-58c99836e369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14377 2024.12.14 03:44:18.898093 [ 258 ] {927a1686-736f-4d42-a326-58c99836e369} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14378 2024.12.14 03:44:18.898145 [ 258 ] {927a1686-736f-4d42-a326-58c99836e369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14379 2024.12.14 03:44:18.898600 [ 258 ] {927a1686-736f-4d42-a326-58c99836e369} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
14380 2024.12.14 03:44:18.898855 [ 258 ] {927a1686-736f-4d42-a326-58c99836e369} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14381 2024.12.14 03:44:18.899090 [ 258 ] {927a1686-736f-4d42-a326-58c99836e369} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001884 sec., 13269.63906581741 rows/sec., 997.81 KiB/sec.
14382 2024.12.14 03:44:18.899147 [ 258 ] {927a1686-736f-4d42-a326-58c99836e369} <Debug> TCPHandler: Processed in 0.002218915 sec.
14383 2024.12.14 03:44:18.899330 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14384 2024.12.14 03:44:18.899484 [ 255 ] {9c5041ed-d1ec-40cb-b2a5-961b95d7aa87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14385 2024.12.14 03:44:18.899546 [ 255 ] {9c5041ed-d1ec-40cb-b2a5-961b95d7aa87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14386 2024.12.14 03:44:18.900330 [ 255 ] {9c5041ed-d1ec-40cb-b2a5-961b95d7aa87} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14387 2024.12.14 03:44:18.900382 [ 255 ] {9c5041ed-d1ec-40cb-b2a5-961b95d7aa87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14388 2024.12.14 03:44:18.900800 [ 255 ] {9c5041ed-d1ec-40cb-b2a5-961b95d7aa87} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14389 2024.12.14 03:44:18.901049 [ 255 ] {9c5041ed-d1ec-40cb-b2a5-961b95d7aa87} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14390 2024.12.14 03:44:18.901272 [ 255 ] {9c5041ed-d1ec-40cb-b2a5-961b95d7aa87} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001823 sec., 48820.62534284147 rows/sec., 3.81 MiB/sec.
14391 2024.12.14 03:44:18.901392 [ 255 ] {9c5041ed-d1ec-40cb-b2a5-961b95d7aa87} <Debug> TCPHandler: Processed in 0.002133773 sec.
14392 2024.12.14 03:44:18.901620 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14393 2024.12.14 03:44:18.901891 [ 258 ] {78f00d7b-5c30-47b4-98f4-798c0b7f663c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14394 2024.12.14 03:44:18.901991 [ 258 ] {78f00d7b-5c30-47b4-98f4-798c0b7f663c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14395 2024.12.14 03:44:18.902840 [ 258 ] {78f00d7b-5c30-47b4-98f4-798c0b7f663c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14396 2024.12.14 03:44:18.902881 [ 258 ] {78f00d7b-5c30-47b4-98f4-798c0b7f663c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14397 2024.12.14 03:44:18.903293 [ 258 ] {78f00d7b-5c30-47b4-98f4-798c0b7f663c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14398 2024.12.14 03:44:18.903540 [ 258 ] {78f00d7b-5c30-47b4-98f4-798c0b7f663c} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14399 2024.12.14 03:44:18.903767 [ 258 ] {78f00d7b-5c30-47b4-98f4-798c0b7f663c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001933 sec., 82772.89187790998 rows/sec., 5.76 MiB/sec.
14400 2024.12.14 03:44:18.903821 [ 258 ] {78f00d7b-5c30-47b4-98f4-798c0b7f663c} <Debug> TCPHandler: Processed in 0.002336966 sec.
14401 2024.12.14 03:44:18.904023 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14402 2024.12.14 03:44:18.904248 [ 255 ] {23591a57-9324-40ad-a7d2-e6c7fcbb118d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14403 2024.12.14 03:44:18.904392 [ 255 ] {23591a57-9324-40ad-a7d2-e6c7fcbb118d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14404 2024.12.14 03:44:18.905660 [ 255 ] {23591a57-9324-40ad-a7d2-e6c7fcbb118d} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14405 2024.12.14 03:44:18.905702 [ 255 ] {23591a57-9324-40ad-a7d2-e6c7fcbb118d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14406 2024.12.14 03:44:18.906372 [ 255 ] {23591a57-9324-40ad-a7d2-e6c7fcbb118d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
14407 2024.12.14 03:44:18.906625 [ 255 ] {23591a57-9324-40ad-a7d2-e6c7fcbb118d} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14408 2024.12.14 03:44:18.906928 [ 255 ] {23591a57-9324-40ad-a7d2-e6c7fcbb118d} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002737 sec., 9134.088417975887 rows/sec., 16.37 MiB/sec.
14409 2024.12.14 03:44:18.907210 [ 255 ] {23591a57-9324-40ad-a7d2-e6c7fcbb118d} <Debug> TCPHandler: Processed in 0.003294556 sec.
14410 2024.12.14 03:44:18.907513 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14411 2024.12.14 03:44:18.907784 [ 258 ] {96aa9e5e-2b05-469a-b203-9d2274b0fdec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14412 2024.12.14 03:44:18.907881 [ 258 ] {96aa9e5e-2b05-469a-b203-9d2274b0fdec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14413 2024.12.14 03:44:18.908691 [ 258 ] {96aa9e5e-2b05-469a-b203-9d2274b0fdec} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14414 2024.12.14 03:44:18.908730 [ 258 ] {96aa9e5e-2b05-469a-b203-9d2274b0fdec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
14415 2024.12.14 03:44:18.909106 [ 258 ] {96aa9e5e-2b05-469a-b203-9d2274b0fdec} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14416 2024.12.14 03:44:18.909353 [ 258 ] {96aa9e5e-2b05-469a-b203-9d2274b0fdec} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14417 2024.12.14 03:44:18.909599 [ 258 ] {96aa9e5e-2b05-469a-b203-9d2274b0fdec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001868 sec., 32119.914346895075 rows/sec., 2.16 MiB/sec.
14418 2024.12.14 03:44:18.909697 [ 258 ] {96aa9e5e-2b05-469a-b203-9d2274b0fdec} <Debug> TCPHandler: Processed in 0.002372588 sec.
14419 2024.12.14 03:44:22.936104 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
14420 2024.12.14 03:44:22.936202 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
14421 2024.12.14 03:44:23.143805 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831
14422 2024.12.14 03:44:23.144514 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14423 2024.12.14 03:44:23.144561 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14424 2024.12.14 03:44:23.145112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14425 2024.12.14 03:44:23.145372 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14426 2024.12.14 03:44:23.145611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
14427 2024.12.14 03:44:23.145620 [ 71 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14428 2024.12.14 03:44:23.145695 [ 71 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14429 2024.12.14 03:44:23.145719 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14430 2024.12.14 03:44:23.145858 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
14431 2024.12.14 03:44:23.146011 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14432 2024.12.14 03:44:23.146053 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part
14433 2024.12.14 03:44:23.146130 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part
14434 2024.12.14 03:44:23.146327 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part
14435 2024.12.14 03:44:23.146592 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part
14436 2024.12.14 03:44:23.146726 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part
14437 2024.12.14 03:44:23.146911 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part
14438 2024.12.14 03:44:23.149835 [ 190 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004037321 sec., 8627255.548914738 rows/sec., 123.41 MiB/sec.
14439 2024.12.14 03:44:23.150055 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14440 2024.12.14 03:44:23.150333 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14441 2024.12.14 03:44:23.150416 [ 193 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_76_15} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14442 2024.12.14 03:44:23.150505 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
14443 2024.12.14 03:44:23.336105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2000
14444 2024.12.14 03:44:23.339368 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14445 2024.12.14 03:44:23.339429 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14446 2024.12.14 03:44:23.340955 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14447 2024.12.14 03:44:23.341279 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14448 2024.12.14 03:44:23.341520 [ 71 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
14449 2024.12.14 03:44:23.341630 [ 71 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14450 2024.12.14 03:44:23.341702 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14451 2024.12.14 03:44:23.342298 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::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
14452 2024.12.14 03:44:23.343056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2000
14453 2024.12.14 03:44:23.343557 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14454 2024.12.14 03:44:23.343761 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1808 rows starting from the beginning of the part
14455 2024.12.14 03:44:23.344306 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 58 rows starting from the beginning of the part
14456 2024.12.14 03:44:23.344809 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part
14457 2024.12.14 03:44:23.345315 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part
14458 2024.12.14 03:44:23.345810 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 58 rows starting from the beginning of the part
14459 2024.12.14 03:44:23.346587 [ 187 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part
14460 2024.12.14 03:44:23.356405 [ 193 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2000 rows, containing 72 columns (72 merged, 0 gathered) in 0.014519531 sec., 137745.49604942472 rows/sec., 104.77 MiB/sec.
14461 2024.12.14 03:44:23.358342 [ 186 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
14462 2024.12.14 03:44:23.359168 [ 186 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14463 2024.12.14 03:44:23.359254 [ 186 ] {0953926b-7f8b-4c3f-abb9-3eb52fec382e::all_1_56_11} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
14464 2024.12.14 03:44:23.359600 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.08 MiB.
14465 2024.12.14 03:44:23.564435 [ 218 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14466 2024.12.14 03:44:23.564493 [ 218 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14467 2024.12.14 03:44:23.566912 [ 218 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14468 2024.12.14 03:44:23.898000 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14469 2024.12.14 03:44:23.898189 [ 255 ] {8123f542-2c92-45a0-991c-2312f1e41782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14470 2024.12.14 03:44:23.898261 [ 255 ] {8123f542-2c92-45a0-991c-2312f1e41782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14471 2024.12.14 03:44:23.899031 [ 255 ] {8123f542-2c92-45a0-991c-2312f1e41782} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14472 2024.12.14 03:44:23.899082 [ 255 ] {8123f542-2c92-45a0-991c-2312f1e41782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14473 2024.12.14 03:44:23.899513 [ 255 ] {8123f542-2c92-45a0-991c-2312f1e41782} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
14474 2024.12.14 03:44:23.899766 [ 255 ] {8123f542-2c92-45a0-991c-2312f1e41782} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14475 2024.12.14 03:44:23.899949 [ 71 ] {} <Debug> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
14476 2024.12.14 03:44:23.900031 [ 71 ] {} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14477 2024.12.14 03:44:23.900030 [ 255 ] {8123f542-2c92-45a0-991c-2312f1e41782} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec.
14478 2024.12.14 03:44:23.900064 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14479 2024.12.14 03:44:23.900217 [ 255 ] {8123f542-2c92-45a0-991c-2312f1e41782} <Debug> TCPHandler: Processed in 0.002343487 sec.
14480 2024.12.14 03:44:23.900335 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
14481 2024.12.14 03:44:23.900498 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14482 2024.12.14 03:44:23.900542 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14483 2024.12.14 03:44:23.900598 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
14484 2024.12.14 03:44:23.900832 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
14485 2024.12.14 03:44:23.900867 [ 258 ] {3b85ed89-a382-48b8-bfa2-15326043d80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14486 2024.12.14 03:44:23.901130 [ 258 ] {3b85ed89-a382-48b8-bfa2-15326043d80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14487 2024.12.14 03:44:23.901185 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
14488 2024.12.14 03:44:23.901593 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
14489 2024.12.14 03:44:23.901892 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::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
14490 2024.12.14 03:44:23.903837 [ 258 ] {3b85ed89-a382-48b8-bfa2-15326043d80e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14491 2024.12.14 03:44:23.903915 [ 258 ] {3b85ed89-a382-48b8-bfa2-15326043d80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14492 2024.12.14 03:44:23.904465 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004248035 sec., 16478.20698275791 rows/sec., 1.22 MiB/sec.
14493 2024.12.14 03:44:23.904688 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
14494 2024.12.14 03:44:23.904943 [ 258 ] {3b85ed89-a382-48b8-bfa2-15326043d80e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14495 2024.12.14 03:44:23.905325 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_37_9} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14496 2024.12.14 03:44:23.905503 [ 258 ] {3b85ed89-a382-48b8-bfa2-15326043d80e} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14497 2024.12.14 03:44:23.905521 [ 196 ] {21f4ae94-c15e-4c0c-860e-48feee9de87b::all_1_37_9} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
14498 2024.12.14 03:44:23.905694 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14499 2024.12.14 03:44:23.905799 [ 71 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0
14500 2024.12.14 03:44:23.905846 [ 71 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14501 2024.12.14 03:44:23.905872 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14502 2024.12.14 03:44:23.905878 [ 258 ] {3b85ed89-a382-48b8-bfa2-15326043d80e} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.005195 sec., 45235.80365736285 rows/sec., 3.95 MiB/sec.
14503 2024.12.14 03:44:23.906178 [ 258 ] {3b85ed89-a382-48b8-bfa2-15326043d80e} <Debug> TCPHandler: Processed in 0.005821397 sec.
14504 2024.12.14 03:44:23.906239 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full
14505 2024.12.14 03:44:23.906473 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14506 2024.12.14 03:44:23.906890 [ 255 ] {c55abf40-9563-4e1a-ba88-44013580794a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14507 2024.12.14 03:44:23.907056 [ 255 ] {c55abf40-9563-4e1a-ba88-44013580794a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14508 2024.12.14 03:44:23.907040 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14509 2024.12.14 03:44:23.907384 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_119_24, total 1435 rows starting from the beginning of the part
14510 2024.12.14 03:44:23.908266 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 106 rows starting from the beginning of the part
14511 2024.12.14 03:44:23.908966 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1379 rows starting from the beginning of the part
14512 2024.12.14 03:44:23.909307 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part
14513 2024.12.14 03:44:23.909709 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 106 rows starting from the beginning of the part
14514 2024.12.14 03:44:23.910096 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 235 rows starting from the beginning of the part
14515 2024.12.14 03:44:23.910326 [ 255 ] {c55abf40-9563-4e1a-ba88-44013580794a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14516 2024.12.14 03:44:23.910456 [ 255 ] {c55abf40-9563-4e1a-ba88-44013580794a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14517 2024.12.14 03:44:23.911388 [ 255 ] {c55abf40-9563-4e1a-ba88-44013580794a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
14518 2024.12.14 03:44:23.911974 [ 255 ] {c55abf40-9563-4e1a-ba88-44013580794a} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14519 2024.12.14 03:44:23.912643 [ 255 ] {c55abf40-9563-4e1a-ba88-44013580794a} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.005872 sec., 3916.8937329700275 rows/sec., 282.56 KiB/sec.
14520 2024.12.14 03:44:23.913061 [ 255 ] {c55abf40-9563-4e1a-ba88-44013580794a} <Debug> TCPHandler: Processed in 0.006733275 sec.
14521 2024.12.14 03:44:23.913367 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14522 2024.12.14 03:44:23.913688 [ 258 ] {3103f44c-9edd-439c-9157-874a7304a38f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14523 2024.12.14 03:44:23.913819 [ 258 ] {3103f44c-9edd-439c-9157-874a7304a38f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14524 2024.12.14 03:44:23.914106 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.008159264 sec., 406531.76561023155 rows/sec., 35.63 MiB/sec.
14525 2024.12.14 03:44:23.914414 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary)
14526 2024.12.14 03:44:23.915012 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14527 2024.12.14 03:44:23.915203 [ 188 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_124_25} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25
14528 2024.12.14 03:44:23.915372 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
14529 2024.12.14 03:44:23.915398 [ 258 ] {3103f44c-9edd-439c-9157-874a7304a38f} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14530 2024.12.14 03:44:23.915461 [ 258 ] {3103f44c-9edd-439c-9157-874a7304a38f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14531 2024.12.14 03:44:23.915911 [ 258 ] {3103f44c-9edd-439c-9157-874a7304a38f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
14532 2024.12.14 03:44:23.916186 [ 258 ] {3103f44c-9edd-439c-9157-874a7304a38f} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14533 2024.12.14 03:44:23.916329 [ 71 ] {} <Debug> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0
14534 2024.12.14 03:44:23.916370 [ 71 ] {} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14535 2024.12.14 03:44:23.916380 [ 258 ] {3103f44c-9edd-439c-9157-874a7304a38f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002808 sec., 4985.754985754986 rows/sec., 349.17 KiB/sec.
14536 2024.12.14 03:44:23.916402 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14537 2024.12.14 03:44:23.916475 [ 258 ] {3103f44c-9edd-439c-9157-874a7304a38f} <Debug> TCPHandler: Processed in 0.003276016 sec.
14538 2024.12.14 03:44:23.916732 [ 191 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full
14539 2024.12.14 03:44:23.916807 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14540 2024.12.14 03:44:23.917290 [ 255 ] {ce2f9ba2-7dfb-4042-b4be-2f70cb1edbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14541 2024.12.14 03:44:23.917290 [ 191 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14542 2024.12.14 03:44:23.917453 [ 191 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 242 rows starting from the beginning of the part
14543 2024.12.14 03:44:23.917458 [ 255 ] {ce2f9ba2-7dfb-4042-b4be-2f70cb1edbfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14544 2024.12.14 03:44:23.917870 [ 191 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 242 rows starting from the beginning of the part
14545 2024.12.14 03:44:23.918225 [ 191 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
14546 2024.12.14 03:44:23.918537 [ 191 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
14547 2024.12.14 03:44:23.919025 [ 191 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 242 rows starting from the beginning of the part
14548 2024.12.14 03:44:23.919434 [ 191 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
14549 2024.12.14 03:44:23.920494 [ 255 ] {ce2f9ba2-7dfb-4042-b4be-2f70cb1edbfa} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14550 2024.12.14 03:44:23.920588 [ 255 ] {ce2f9ba2-7dfb-4042-b4be-2f70cb1edbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14551 2024.12.14 03:44:23.921835 [ 255 ] {ce2f9ba2-7dfb-4042-b4be-2f70cb1edbfa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
14552 2024.12.14 03:44:23.922428 [ 255 ] {ce2f9ba2-7dfb-4042-b4be-2f70cb1edbfa} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14553 2024.12.14 03:44:23.922801 [ 195 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.006315896 sec., 121597.94904792607 rows/sec., 8.71 MiB/sec.
14554 2024.12.14 03:44:23.922882 [ 71 ] {} <Debug> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
14555 2024.12.14 03:44:23.922961 [ 71 ] {} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14556 2024.12.14 03:44:23.923041 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14557 2024.12.14 03:44:23.923147 [ 195 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
14558 2024.12.14 03:44:23.923296 [ 255 ] {ce2f9ba2-7dfb-4042-b4be-2f70cb1edbfa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006123 sec., 2123.1422505307855 rows/sec., 132.38 KiB/sec.
14559 2024.12.14 03:44:23.923692 [ 199 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
14560 2024.12.14 03:44:23.923866 [ 255 ] {ce2f9ba2-7dfb-4042-b4be-2f70cb1edbfa} <Debug> TCPHandler: Processed in 0.007272546 sec.
14561 2024.12.14 03:44:23.924248 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14562 2024.12.14 03:44:23.924399 [ 199 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14563 2024.12.14 03:44:23.924582 [ 199 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
14564 2024.12.14 03:44:23.924815 [ 258 ] {a0518b95-d62e-4553-a384-0c5cb125c031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14565 2024.12.14 03:44:23.924843 [ 201 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14566 2024.12.14 03:44:23.925181 [ 258 ] {a0518b95-d62e-4553-a384-0c5cb125c031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14567 2024.12.14 03:44:23.925252 [ 201 ] {d3068690-e87a-41cc-b2de-c9b918e981ac::all_1_42_9} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9
14568 2024.12.14 03:44:23.925333 [ 199 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
14569 2024.12.14 03:44:23.925635 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
14570 2024.12.14 03:44:23.925789 [ 199 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
14571 2024.12.14 03:44:23.925990 [ 199 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
14572 2024.12.14 03:44:23.926333 [ 199 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::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
14573 2024.12.14 03:44:23.927680 [ 258 ] {a0518b95-d62e-4553-a384-0c5cb125c031} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14574 2024.12.14 03:44:23.927730 [ 258 ] {a0518b95-d62e-4553-a384-0c5cb125c031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14575 2024.12.14 03:44:23.927929 [ 192 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004760555 sec., 13653.870189505216 rows/sec., 904.65 KiB/sec.
14576 2024.12.14 03:44:23.928186 [ 192 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
14577 2024.12.14 03:44:23.928485 [ 258 ] {a0518b95-d62e-4553-a384-0c5cb125c031} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14578 2024.12.14 03:44:23.928717 [ 192 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_37_9} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14579 2024.12.14 03:44:23.928907 [ 192 ] {b71b72ec-69b2-4e5b-a226-d2a376bc2e2a::all_1_37_9} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
14580 2024.12.14 03:44:23.928947 [ 258 ] {a0518b95-d62e-4553-a384-0c5cb125c031} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14581 2024.12.14 03:44:23.929086 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
14582 2024.12.14 03:44:23.929212 [ 71 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0
14583 2024.12.14 03:44:23.929258 [ 71 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14584 2024.12.14 03:44:23.929260 [ 258 ] {a0518b95-d62e-4553-a384-0c5cb125c031} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.004632 sec., 85924.00690846286 rows/sec., 6.11 MiB/sec.
14585 2024.12.14 03:44:23.929282 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14586 2024.12.14 03:44:23.929447 [ 258 ] {a0518b95-d62e-4553-a384-0c5cb125c031} <Debug> TCPHandler: Processed in 0.005406618 sec.
14587 2024.12.14 03:44:23.929487 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full
14588 2024.12.14 03:44:23.929712 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14589 2024.12.14 03:44:23.929774 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14590 2024.12.14 03:44:23.929912 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_119_24, total 915 rows starting from the beginning of the part
14591 2024.12.14 03:44:23.930104 [ 255 ] {49519388-f0e5-4f10-8105-ff3988f9ebc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14592 2024.12.14 03:44:23.930366 [ 255 ] {49519388-f0e5-4f10-8105-ff3988f9ebc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14593 2024.12.14 03:44:23.930401 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 89 rows starting from the beginning of the part
14594 2024.12.14 03:44:23.930975 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 862 rows starting from the beginning of the part
14595 2024.12.14 03:44:23.931482 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part
14596 2024.12.14 03:44:23.932086 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 89 rows starting from the beginning of the part
14597 2024.12.14 03:44:23.932614 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 398 rows starting from the beginning of the part
14598 2024.12.14 03:44:23.934287 [ 255 ] {49519388-f0e5-4f10-8105-ff3988f9ebc1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14599 2024.12.14 03:44:23.934355 [ 255 ] {49519388-f0e5-4f10-8105-ff3988f9ebc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14600 2024.12.14 03:44:23.935462 [ 255 ] {49519388-f0e5-4f10-8105-ff3988f9ebc1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
14601 2024.12.14 03:44:23.935772 [ 255 ] {49519388-f0e5-4f10-8105-ff3988f9ebc1} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14602 2024.12.14 03:44:23.936461 [ 255 ] {49519388-f0e5-4f10-8105-ff3988f9ebc1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006523 sec., 919.8221677142419 rows/sec., 48.06 KiB/sec.
14603 2024.12.14 03:44:23.936458 [ 199 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.007143423 sec., 338353.19565983984 rows/sec., 25.95 MiB/sec.
14604 2024.12.14 03:44:23.936806 [ 255 ] {49519388-f0e5-4f10-8105-ff3988f9ebc1} <Debug> TCPHandler: Processed in 0.007225335 sec.
14605 2024.12.14 03:44:23.937095 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14606 2024.12.14 03:44:23.937109 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary)
14607 2024.12.14 03:44:23.937301 [ 258 ] {490a2794-e975-4377-8d58-28f838d937ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14608 2024.12.14 03:44:23.937416 [ 258 ] {490a2794-e975-4377-8d58-28f838d937ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14609 2024.12.14 03:44:23.937637 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14610 2024.12.14 03:44:23.937902 [ 192 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_124_25} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25
14611 2024.12.14 03:44:23.938077 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
14612 2024.12.14 03:44:23.938480 [ 258 ] {490a2794-e975-4377-8d58-28f838d937ba} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14613 2024.12.14 03:44:23.938524 [ 258 ] {490a2794-e975-4377-8d58-28f838d937ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14614 2024.12.14 03:44:23.938935 [ 258 ] {490a2794-e975-4377-8d58-28f838d937ba} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14615 2024.12.14 03:44:23.939182 [ 258 ] {490a2794-e975-4377-8d58-28f838d937ba} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14616 2024.12.14 03:44:23.939340 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0
14617 2024.12.14 03:44:23.939377 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14618 2024.12.14 03:44:23.939379 [ 258 ] {490a2794-e975-4377-8d58-28f838d937ba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002141 sec., 110695.93647828118 rows/sec., 7.42 MiB/sec.
14619 2024.12.14 03:44:23.939401 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14620 2024.12.14 03:44:23.939516 [ 258 ] {490a2794-e975-4377-8d58-28f838d937ba} <Debug> TCPHandler: Processed in 0.002584152 sec.
14621 2024.12.14 03:44:23.939663 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full
14622 2024.12.14 03:44:23.939742 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14623 2024.12.14 03:44:23.939959 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14624 2024.12.14 03:44:23.939976 [ 255 ] {c001b151-bece-49f7-85d8-8db593749b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14625 2024.12.14 03:44:23.940024 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_119_24, total 32501 rows starting from the beginning of the part
14626 2024.12.14 03:44:23.940066 [ 255 ] {c001b151-bece-49f7-85d8-8db593749b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14627 2024.12.14 03:44:23.940318 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part
14628 2024.12.14 03:44:23.940760 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 929 rows starting from the beginning of the part
14629 2024.12.14 03:44:23.941219 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 32 rows starting from the beginning of the part
14630 2024.12.14 03:44:23.941527 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part
14631 2024.12.14 03:44:23.941784 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part
14632 2024.12.14 03:44:23.942603 [ 255 ] {c001b151-bece-49f7-85d8-8db593749b0f} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14633 2024.12.14 03:44:23.942674 [ 255 ] {c001b151-bece-49f7-85d8-8db593749b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14634 2024.12.14 03:44:23.943325 [ 255 ] {c001b151-bece-49f7-85d8-8db593749b0f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
14635 2024.12.14 03:44:23.943682 [ 255 ] {c001b151-bece-49f7-85d8-8db593749b0f} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14636 2024.12.14 03:44:23.944261 [ 255 ] {c001b151-bece-49f7-85d8-8db593749b0f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004353 sec., 229.72662531587412 rows/sec., 15.48 KiB/sec.
14637 2024.12.14 03:44:23.944634 [ 255 ] {c001b151-bece-49f7-85d8-8db593749b0f} <Debug> TCPHandler: Processed in 0.00499492 sec.
14638 2024.12.14 03:44:23.944987 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14639 2024.12.14 03:44:23.945438 [ 258 ] {50cae8eb-09c3-4e3f-b969-8100b8b64461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14640 2024.12.14 03:44:23.945763 [ 258 ] {50cae8eb-09c3-4e3f-b969-8100b8b64461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14641 2024.12.14 03:44:23.947586 [ 258 ] {50cae8eb-09c3-4e3f-b969-8100b8b64461} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14642 2024.12.14 03:44:23.947671 [ 258 ] {50cae8eb-09c3-4e3f-b969-8100b8b64461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14643 2024.12.14 03:44:23.948532 [ 258 ] {50cae8eb-09c3-4e3f-b969-8100b8b64461} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
14644 2024.12.14 03:44:23.948811 [ 258 ] {50cae8eb-09c3-4e3f-b969-8100b8b64461} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14645 2024.12.14 03:44:23.949239 [ 258 ] {50cae8eb-09c3-4e3f-b969-8100b8b64461} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003953 sec., 4047.5588160890466 rows/sec., 7.25 MiB/sec.
14646 2024.12.14 03:44:23.949985 [ 258 ] {50cae8eb-09c3-4e3f-b969-8100b8b64461} <Debug> TCPHandler: Processed in 0.005203564 sec.
14647 2024.12.14 03:44:23.950275 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14648 2024.12.14 03:44:23.950451 [ 255 ] {8778dd54-d0e0-4aaa-9fd9-ae0003189567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14649 2024.12.14 03:44:23.950565 [ 255 ] {8778dd54-d0e0-4aaa-9fd9-ae0003189567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14650 2024.12.14 03:44:23.951274 [ 255 ] {8778dd54-d0e0-4aaa-9fd9-ae0003189567} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14651 2024.12.14 03:44:23.951314 [ 255 ] {8778dd54-d0e0-4aaa-9fd9-ae0003189567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14652 2024.12.14 03:44:23.951798 [ 255 ] {8778dd54-d0e0-4aaa-9fd9-ae0003189567} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14653 2024.12.14 03:44:23.952084 [ 255 ] {8778dd54-d0e0-4aaa-9fd9-ae0003189567} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14654 2024.12.14 03:44:23.952525 [ 255 ] {8778dd54-d0e0-4aaa-9fd9-ae0003189567} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002081 sec., 39404.13262854397 rows/sec., 2.50 MiB/sec.
14655 2024.12.14 03:44:23.952809 [ 255 ] {8778dd54-d0e0-4aaa-9fd9-ae0003189567} <Debug> TCPHandler: Processed in 0.002679544 sec.
14656 2024.12.14 03:44:23.952855 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34019 rows, containing 5 columns (5 merged, 0 gathered) in 0.013333898 sec., 2551316.951727094 rows/sec., 172.85 MiB/sec.
14657 2024.12.14 03:44:23.953150 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary)
14658 2024.12.14 03:44:23.953463 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14659 2024.12.14 03:44:23.953548 [ 192 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25
14660 2024.12.14 03:44:23.953646 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
14661 2024.12.14 03:44:24.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.56 MiB, peak 282.53 MiB, free memory in arenas 0.00 B, will set to 265.44 MiB (RSS), difference: -1.12 MiB
14662 2024.12.14 03:44:24.226628 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14663 2024.12.14 03:44:24.226670 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14664 2024.12.14 03:44:24.228689 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14665 2024.12.14 03:44:25.688062 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
14666 2024.12.14 03:44:25.710112 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14667 2024.12.14 03:44:25.710158 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14668 2024.12.14 03:44:25.717539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14669 2024.12.14 03:44:25.718360 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14670 2024.12.14 03:44:25.718810 [ 68 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14671 2024.12.14 03:44:25.718942 [ 68 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14672 2024.12.14 03:44:25.719010 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14673 2024.12.14 03:44:25.719558 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::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
14674 2024.12.14 03:44:25.734958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
14675 2024.12.14 03:44:25.736762 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14676 2024.12.14 03:44:25.738064 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part
14677 2024.12.14 03:44:25.743893 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part
14678 2024.12.14 03:44:25.750037 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
14679 2024.12.14 03:44:25.756073 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part
14680 2024.12.14 03:44:25.762415 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
14681 2024.12.14 03:44:25.768329 [ 190 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part
14682 2024.12.14 03:44:25.839168 [ 192 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.119979144 sec., 4775.8300392608235 rows/sec., 24.69 MiB/sec.
14683 2024.12.14 03:44:25.841901 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14684 2024.12.14 03:44:25.845283 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14685 2024.12.14 03:44:25.845422 [ 186 ] {93889ed1-2394-44d6-831c-1a45ceaeba3a::all_1_76_15} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14686 2024.12.14 03:44:25.847535 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
14687 2024.12.14 03:44:26.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.50 MiB, peak 283.93 MiB, free memory in arenas 0.00 B, will set to 265.44 MiB (RSS), difference: -1.06 MiB
14688 2024.12.14 03:44:28.894458 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14689 2024.12.14 03:44:28.894647 [ 255 ] {56b0e374-22e8-4968-9705-51a2db4cacaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14690 2024.12.14 03:44:28.894727 [ 255 ] {56b0e374-22e8-4968-9705-51a2db4cacaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14691 2024.12.14 03:44:28.895471 [ 255 ] {56b0e374-22e8-4968-9705-51a2db4cacaa} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14692 2024.12.14 03:44:28.895526 [ 255 ] {56b0e374-22e8-4968-9705-51a2db4cacaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14693 2024.12.14 03:44:28.895945 [ 255 ] {56b0e374-22e8-4968-9705-51a2db4cacaa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
14694 2024.12.14 03:44:28.896200 [ 255 ] {56b0e374-22e8-4968-9705-51a2db4cacaa} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14695 2024.12.14 03:44:28.896447 [ 255 ] {56b0e374-22e8-4968-9705-51a2db4cacaa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001849 sec., 1081.6657652785289 rows/sec., 88.20 KiB/sec.
14696 2024.12.14 03:44:28.896542 [ 255 ] {56b0e374-22e8-4968-9705-51a2db4cacaa} <Debug> TCPHandler: Processed in 0.002211535 sec.
14697 2024.12.14 03:44:28.896825 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14698 2024.12.14 03:44:28.897022 [ 258 ] {2831a1b4-5076-49bf-8d1d-f113ad6ebdfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14699 2024.12.14 03:44:28.897098 [ 258 ] {2831a1b4-5076-49bf-8d1d-f113ad6ebdfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14700 2024.12.14 03:44:28.897936 [ 258 ] {2831a1b4-5076-49bf-8d1d-f113ad6ebdfb} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14701 2024.12.14 03:44:28.897988 [ 258 ] {2831a1b4-5076-49bf-8d1d-f113ad6ebdfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14702 2024.12.14 03:44:28.898449 [ 258 ] {2831a1b4-5076-49bf-8d1d-f113ad6ebdfb} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14703 2024.12.14 03:44:28.898707 [ 258 ] {2831a1b4-5076-49bf-8d1d-f113ad6ebdfb} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14704 2024.12.14 03:44:28.898934 [ 258 ] {2831a1b4-5076-49bf-8d1d-f113ad6ebdfb} <Debug> executeQuery: Read 107 rows, 9.25 KiB in 0.001968 sec., 54369.91869918699 rows/sec., 4.59 MiB/sec.
14705 2024.12.14 03:44:28.898993 [ 258 ] {2831a1b4-5076-49bf-8d1d-f113ad6ebdfb} <Debug> TCPHandler: Processed in 0.002328987 sec.
14706 2024.12.14 03:44:28.899153 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14707 2024.12.14 03:44:28.899278 [ 255 ] {a3246a41-927d-4c6b-8be8-5ff777465a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14708 2024.12.14 03:44:28.899332 [ 255 ] {a3246a41-927d-4c6b-8be8-5ff777465a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14709 2024.12.14 03:44:28.899970 [ 255 ] {a3246a41-927d-4c6b-8be8-5ff777465a26} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14710 2024.12.14 03:44:28.900013 [ 255 ] {a3246a41-927d-4c6b-8be8-5ff777465a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14711 2024.12.14 03:44:28.900384 [ 255 ] {a3246a41-927d-4c6b-8be8-5ff777465a26} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
14712 2024.12.14 03:44:28.900632 [ 255 ] {a3246a41-927d-4c6b-8be8-5ff777465a26} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14713 2024.12.14 03:44:28.900821 [ 58 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
14714 2024.12.14 03:44:28.900882 [ 255 ] {a3246a41-927d-4c6b-8be8-5ff777465a26} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.00163 sec., 16564.41717791411 rows/sec., 1.21 MiB/sec.
14715 2024.12.14 03:44:28.900907 [ 58 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14716 2024.12.14 03:44:28.900973 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14717 2024.12.14 03:44:28.901008 [ 255 ] {a3246a41-927d-4c6b-8be8-5ff777465a26} <Debug> TCPHandler: Processed in 0.001911458 sec.
14718 2024.12.14 03:44:28.901169 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
14719 2024.12.14 03:44:28.901197 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14720 2024.12.14 03:44:28.901364 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14721 2024.12.14 03:44:28.901428 [ 258 ] {ffee5e28-c8a9-49c6-b1ab-2ae5f90e960e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14722 2024.12.14 03:44:28.901438 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 66 rows starting from the beginning of the part
14723 2024.12.14 03:44:28.901524 [ 258 ] {ffee5e28-c8a9-49c6-b1ab-2ae5f90e960e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14724 2024.12.14 03:44:28.901699 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 25 rows starting from the beginning of the part
14725 2024.12.14 03:44:28.902126 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 31 rows starting from the beginning of the part
14726 2024.12.14 03:44:28.902467 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 25 rows starting from the beginning of the part
14727 2024.12.14 03:44:28.902887 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 23 rows starting from the beginning of the part
14728 2024.12.14 03:44:28.903265 [ 193 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 27 rows starting from the beginning of the part
14729 2024.12.14 03:44:28.904388 [ 258 ] {ffee5e28-c8a9-49c6-b1ab-2ae5f90e960e} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14730 2024.12.14 03:44:28.904450 [ 258 ] {ffee5e28-c8a9-49c6-b1ab-2ae5f90e960e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14731 2024.12.14 03:44:28.905432 [ 258 ] {ffee5e28-c8a9-49c6-b1ab-2ae5f90e960e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14732 2024.12.14 03:44:28.905974 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.004898909 sec., 40213.035188038804 rows/sec., 3.03 MiB/sec.
14733 2024.12.14 03:44:28.905988 [ 258 ] {ffee5e28-c8a9-49c6-b1ab-2ae5f90e960e} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14734 2024.12.14 03:44:28.906265 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
14735 2024.12.14 03:44:28.906470 [ 258 ] {ffee5e28-c8a9-49c6-b1ab-2ae5f90e960e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00508 sec., 17913.385826771653 rows/sec., 1.40 MiB/sec.
14736 2024.12.14 03:44:28.906752 [ 258 ] {ffee5e28-c8a9-49c6-b1ab-2ae5f90e960e} <Debug> TCPHandler: Processed in 0.005642313 sec.
14737 2024.12.14 03:44:28.907011 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14738 2024.12.14 03:44:28.907200 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14739 2024.12.14 03:44:28.907368 [ 255 ] {2e5ca28d-fb93-4e15-90f9-6fe409a4a7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14740 2024.12.14 03:44:28.907543 [ 194 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_101_20} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
14741 2024.12.14 03:44:28.907564 [ 255 ] {2e5ca28d-fb93-4e15-90f9-6fe409a4a7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14742 2024.12.14 03:44:28.907868 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14743 2024.12.14 03:44:28.908783 [ 255 ] {2e5ca28d-fb93-4e15-90f9-6fe409a4a7e6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14744 2024.12.14 03:44:28.908827 [ 255 ] {2e5ca28d-fb93-4e15-90f9-6fe409a4a7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14745 2024.12.14 03:44:28.909222 [ 255 ] {2e5ca28d-fb93-4e15-90f9-6fe409a4a7e6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14746 2024.12.14 03:44:28.909458 [ 255 ] {2e5ca28d-fb93-4e15-90f9-6fe409a4a7e6} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14747 2024.12.14 03:44:28.909670 [ 255 ] {2e5ca28d-fb93-4e15-90f9-6fe409a4a7e6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002448 sec., 65767.97385620915 rows/sec., 4.58 MiB/sec.
14748 2024.12.14 03:44:28.909733 [ 255 ] {2e5ca28d-fb93-4e15-90f9-6fe409a4a7e6} <Debug> TCPHandler: Processed in 0.002863477 sec.
14749 2024.12.14 03:44:28.909888 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14750 2024.12.14 03:44:28.910030 [ 258 ] {0e5f12c0-351e-4762-88c2-e0578644756c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14751 2024.12.14 03:44:28.910127 [ 258 ] {0e5f12c0-351e-4762-88c2-e0578644756c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14752 2024.12.14 03:44:28.911418 [ 258 ] {0e5f12c0-351e-4762-88c2-e0578644756c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14753 2024.12.14 03:44:28.911457 [ 258 ] {0e5f12c0-351e-4762-88c2-e0578644756c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14754 2024.12.14 03:44:28.912131 [ 258 ] {0e5f12c0-351e-4762-88c2-e0578644756c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
14755 2024.12.14 03:44:28.912388 [ 258 ] {0e5f12c0-351e-4762-88c2-e0578644756c} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14756 2024.12.14 03:44:28.912636 [ 258 ] {0e5f12c0-351e-4762-88c2-e0578644756c} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002639 sec., 9473.285335354301 rows/sec., 16.98 MiB/sec.
14757 2024.12.14 03:44:28.912731 [ 258 ] {0e5f12c0-351e-4762-88c2-e0578644756c} <Debug> TCPHandler: Processed in 0.002909508 sec.
14758 2024.12.14 03:44:28.912882 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14759 2024.12.14 03:44:28.913021 [ 255 ] {6577f250-e0a0-49fb-8fc8-652394e46063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14760 2024.12.14 03:44:28.913083 [ 255 ] {6577f250-e0a0-49fb-8fc8-652394e46063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14761 2024.12.14 03:44:28.913670 [ 255 ] {6577f250-e0a0-49fb-8fc8-652394e46063} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14762 2024.12.14 03:44:28.913718 [ 255 ] {6577f250-e0a0-49fb-8fc8-652394e46063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14763 2024.12.14 03:44:28.914128 [ 255 ] {6577f250-e0a0-49fb-8fc8-652394e46063} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14764 2024.12.14 03:44:28.914357 [ 255 ] {6577f250-e0a0-49fb-8fc8-652394e46063} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14765 2024.12.14 03:44:28.914570 [ 255 ] {6577f250-e0a0-49fb-8fc8-652394e46063} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001579 sec., 37998.73337555415 rows/sec., 2.56 MiB/sec.
14766 2024.12.14 03:44:28.914625 [ 255 ] {6577f250-e0a0-49fb-8fc8-652394e46063} <Debug> TCPHandler: Processed in 0.001807476 sec.
14767 2024.12.14 03:44:30.645793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258
14768 2024.12.14 03:44:30.646548 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14769 2024.12.14 03:44:30.646602 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14770 2024.12.14 03:44:30.647155 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
14771 2024.12.14 03:44:30.647409 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14772 2024.12.14 03:44:30.647732 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258
14773 2024.12.14 03:44:33.036807 [ 221 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): 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]
14774 2024.12.14 03:44:33.036891 [ 221 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): 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]
14775 2024.12.14 03:44:33.038958 [ 221 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): 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]
14776 2024.12.14 03:44:33.235095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
14777 2024.12.14 03:44:33.257435 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14778 2024.12.14 03:44:33.257494 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14779 2024.12.14 03:44:33.264893 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
14780 2024.12.14 03:44:33.265693 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14781 2024.12.14 03:44:33.268572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
14782 2024.12.14 03:44:33.343305 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2036
14783 2024.12.14 03:44:33.347238 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14784 2024.12.14 03:44:33.347282 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14785 2024.12.14 03:44:33.348918 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14786 2024.12.14 03:44:33.349238 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14787 2024.12.14 03:44:33.349920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2036
14788 2024.12.14 03:44:33.898644 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14789 2024.12.14 03:44:33.898852 [ 255 ] {30be1e74-4951-4d44-a333-68453aa73072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14790 2024.12.14 03:44:33.898932 [ 255 ] {30be1e74-4951-4d44-a333-68453aa73072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14791 2024.12.14 03:44:33.899753 [ 255 ] {30be1e74-4951-4d44-a333-68453aa73072} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14792 2024.12.14 03:44:33.899797 [ 255 ] {30be1e74-4951-4d44-a333-68453aa73072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14793 2024.12.14 03:44:33.900226 [ 255 ] {30be1e74-4951-4d44-a333-68453aa73072} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
14794 2024.12.14 03:44:33.900501 [ 255 ] {30be1e74-4951-4d44-a333-68453aa73072} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14795 2024.12.14 03:44:33.900735 [ 255 ] {30be1e74-4951-4d44-a333-68453aa73072} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec.
14796 2024.12.14 03:44:33.900884 [ 255 ] {30be1e74-4951-4d44-a333-68453aa73072} <Debug> TCPHandler: Processed in 0.002369157 sec.
14797 2024.12.14 03:44:33.901271 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14798 2024.12.14 03:44:33.901580 [ 258 ] {2046e88d-4b16-4581-a469-15515313a6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14799 2024.12.14 03:44:33.901698 [ 258 ] {2046e88d-4b16-4581-a469-15515313a6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14800 2024.12.14 03:44:33.902775 [ 258 ] {2046e88d-4b16-4581-a469-15515313a6d1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14801 2024.12.14 03:44:33.902826 [ 258 ] {2046e88d-4b16-4581-a469-15515313a6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14802 2024.12.14 03:44:33.903300 [ 258 ] {2046e88d-4b16-4581-a469-15515313a6d1} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14803 2024.12.14 03:44:33.903553 [ 258 ] {2046e88d-4b16-4581-a469-15515313a6d1} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14804 2024.12.14 03:44:33.903788 [ 258 ] {2046e88d-4b16-4581-a469-15515313a6d1} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002297 sec., 102307.3574227253 rows/sec., 8.94 MiB/sec.
14805 2024.12.14 03:44:33.903858 [ 258 ] {2046e88d-4b16-4581-a469-15515313a6d1} <Debug> TCPHandler: Processed in 0.002818827 sec.
14806 2024.12.14 03:44:33.904016 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14807 2024.12.14 03:44:33.904146 [ 255 ] {679bfbd1-6e57-4a82-8b42-2e6a7dc0ced7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14808 2024.12.14 03:44:33.904198 [ 255 ] {679bfbd1-6e57-4a82-8b42-2e6a7dc0ced7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14809 2024.12.14 03:44:33.904803 [ 255 ] {679bfbd1-6e57-4a82-8b42-2e6a7dc0ced7} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14810 2024.12.14 03:44:33.904840 [ 255 ] {679bfbd1-6e57-4a82-8b42-2e6a7dc0ced7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14811 2024.12.14 03:44:33.905210 [ 255 ] {679bfbd1-6e57-4a82-8b42-2e6a7dc0ced7} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
14812 2024.12.14 03:44:33.905451 [ 255 ] {679bfbd1-6e57-4a82-8b42-2e6a7dc0ced7} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14813 2024.12.14 03:44:33.905629 [ 255 ] {679bfbd1-6e57-4a82-8b42-2e6a7dc0ced7} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001514 sec., 15191.545574636724 rows/sec., 1.07 MiB/sec.
14814 2024.12.14 03:44:33.905686 [ 255 ] {679bfbd1-6e57-4a82-8b42-2e6a7dc0ced7} <Debug> TCPHandler: Processed in 0.001726925 sec.
14815 2024.12.14 03:44:33.905838 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14816 2024.12.14 03:44:33.905957 [ 258 ] {780ca43e-97df-40bc-a175-f4db6f81198d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14817 2024.12.14 03:44:33.906010 [ 258 ] {780ca43e-97df-40bc-a175-f4db6f81198d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14818 2024.12.14 03:44:33.906611 [ 258 ] {780ca43e-97df-40bc-a175-f4db6f81198d} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14819 2024.12.14 03:44:33.906654 [ 258 ] {780ca43e-97df-40bc-a175-f4db6f81198d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14820 2024.12.14 03:44:33.907028 [ 258 ] {780ca43e-97df-40bc-a175-f4db6f81198d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
14821 2024.12.14 03:44:33.907273 [ 258 ] {780ca43e-97df-40bc-a175-f4db6f81198d} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14822 2024.12.14 03:44:33.907485 [ 258 ] {780ca43e-97df-40bc-a175-f4db6f81198d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001553 sec., 9014.810045074051 rows/sec., 631.34 KiB/sec.
14823 2024.12.14 03:44:33.907541 [ 258 ] {780ca43e-97df-40bc-a175-f4db6f81198d} <Debug> TCPHandler: Processed in 0.001762526 sec.
14824 2024.12.14 03:44:33.907697 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14825 2024.12.14 03:44:33.907831 [ 255 ] {21dc23f7-28c1-4871-a3a6-e6d4677d7e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14826 2024.12.14 03:44:33.907886 [ 255 ] {21dc23f7-28c1-4871-a3a6-e6d4677d7e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14827 2024.12.14 03:44:33.908466 [ 255 ] {21dc23f7-28c1-4871-a3a6-e6d4677d7e38} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14828 2024.12.14 03:44:33.908501 [ 255 ] {21dc23f7-28c1-4871-a3a6-e6d4677d7e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14829 2024.12.14 03:44:33.908906 [ 255 ] {21dc23f7-28c1-4871-a3a6-e6d4677d7e38} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
14830 2024.12.14 03:44:33.909140 [ 255 ] {21dc23f7-28c1-4871-a3a6-e6d4677d7e38} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14831 2024.12.14 03:44:33.909318 [ 255 ] {21dc23f7-28c1-4871-a3a6-e6d4677d7e38} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001512 sec., 8597.883597883598 rows/sec., 536.08 KiB/sec.
14832 2024.12.14 03:44:33.909372 [ 255 ] {21dc23f7-28c1-4871-a3a6-e6d4677d7e38} <Debug> TCPHandler: Processed in 0.001743115 sec.
14833 2024.12.14 03:44:33.909538 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14834 2024.12.14 03:44:33.909676 [ 258 ] {9301cc7b-9e71-442c-8d24-9be7ebfe6bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14835 2024.12.14 03:44:33.909737 [ 258 ] {9301cc7b-9e71-442c-8d24-9be7ebfe6bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14836 2024.12.14 03:44:33.910534 [ 258 ] {9301cc7b-9e71-442c-8d24-9be7ebfe6bbd} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14837 2024.12.14 03:44:33.910575 [ 258 ] {9301cc7b-9e71-442c-8d24-9be7ebfe6bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14838 2024.12.14 03:44:33.910990 [ 258 ] {9301cc7b-9e71-442c-8d24-9be7ebfe6bbd} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14839 2024.12.14 03:44:33.911231 [ 258 ] {9301cc7b-9e71-442c-8d24-9be7ebfe6bbd} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14840 2024.12.14 03:44:33.911448 [ 258 ] {9301cc7b-9e71-442c-8d24-9be7ebfe6bbd} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.0018 sec., 221111.11111111112 rows/sec., 15.71 MiB/sec.
14841 2024.12.14 03:44:33.911503 [ 258 ] {9301cc7b-9e71-442c-8d24-9be7ebfe6bbd} <Debug> TCPHandler: Processed in 0.002035381 sec.
14842 2024.12.14 03:44:33.911656 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14843 2024.12.14 03:44:33.911795 [ 255 ] {9ae68629-6a60-424a-b394-da8438e784ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14844 2024.12.14 03:44:33.911855 [ 255 ] {9ae68629-6a60-424a-b394-da8438e784ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14845 2024.12.14 03:44:33.912384 [ 255 ] {9ae68629-6a60-424a-b394-da8438e784ce} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14846 2024.12.14 03:44:33.912421 [ 255 ] {9ae68629-6a60-424a-b394-da8438e784ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14847 2024.12.14 03:44:33.912782 [ 255 ] {9ae68629-6a60-424a-b394-da8438e784ce} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
14848 2024.12.14 03:44:33.913039 [ 255 ] {9ae68629-6a60-424a-b394-da8438e784ce} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14849 2024.12.14 03:44:33.913271 [ 255 ] {9ae68629-6a60-424a-b394-da8438e784ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 209.12 KiB/sec.
14850 2024.12.14 03:44:33.913419 [ 255 ] {9ae68629-6a60-424a-b394-da8438e784ce} <Debug> TCPHandler: Processed in 0.001825426 sec.
14851 2024.12.14 03:44:33.913735 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14852 2024.12.14 03:44:33.913953 [ 258 ] {5076fc5f-71b5-468d-b177-a51236cc8276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14853 2024.12.14 03:44:33.914052 [ 258 ] {5076fc5f-71b5-468d-b177-a51236cc8276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14854 2024.12.14 03:44:33.914706 [ 258 ] {5076fc5f-71b5-468d-b177-a51236cc8276} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14855 2024.12.14 03:44:33.914746 [ 258 ] {5076fc5f-71b5-468d-b177-a51236cc8276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14856 2024.12.14 03:44:33.915159 [ 258 ] {5076fc5f-71b5-468d-b177-a51236cc8276} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14857 2024.12.14 03:44:33.915399 [ 258 ] {5076fc5f-71b5-468d-b177-a51236cc8276} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14858 2024.12.14 03:44:33.915617 [ 258 ] {5076fc5f-71b5-468d-b177-a51236cc8276} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec.
14859 2024.12.14 03:44:33.915672 [ 258 ] {5076fc5f-71b5-468d-b177-a51236cc8276} <Debug> TCPHandler: Processed in 0.002122192 sec.
14860 2024.12.14 03:44:33.915819 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14861 2024.12.14 03:44:33.915960 [ 255 ] {049d42cb-a178-47c1-89c9-ab06d9087fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14862 2024.12.14 03:44:33.916022 [ 255 ] {049d42cb-a178-47c1-89c9-ab06d9087fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14863 2024.12.14 03:44:33.916508 [ 255 ] {049d42cb-a178-47c1-89c9-ab06d9087fd3} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14864 2024.12.14 03:44:33.916545 [ 255 ] {049d42cb-a178-47c1-89c9-ab06d9087fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14865 2024.12.14 03:44:33.916903 [ 255 ] {049d42cb-a178-47c1-89c9-ab06d9087fd3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
14866 2024.12.14 03:44:33.917141 [ 255 ] {049d42cb-a178-47c1-89c9-ab06d9087fd3} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14867 2024.12.14 03:44:33.917339 [ 255 ] {049d42cb-a178-47c1-89c9-ab06d9087fd3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec.
14868 2024.12.14 03:44:33.917456 [ 255 ] {049d42cb-a178-47c1-89c9-ab06d9087fd3} <Debug> TCPHandler: Processed in 0.001702794 sec.
14869 2024.12.14 03:44:33.917693 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14870 2024.12.14 03:44:33.917918 [ 258 ] {68a50250-5af0-47e9-9075-27319e895e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14871 2024.12.14 03:44:33.918061 [ 258 ] {68a50250-5af0-47e9-9075-27319e895e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14872 2024.12.14 03:44:33.919262 [ 258 ] {68a50250-5af0-47e9-9075-27319e895e4a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14873 2024.12.14 03:44:33.919301 [ 258 ] {68a50250-5af0-47e9-9075-27319e895e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14874 2024.12.14 03:44:33.919940 [ 258 ] {68a50250-5af0-47e9-9075-27319e895e4a} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
14875 2024.12.14 03:44:33.920195 [ 258 ] {68a50250-5af0-47e9-9075-27319e895e4a} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14876 2024.12.14 03:44:33.920380 [ 53 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
14877 2024.12.14 03:44:33.920454 [ 53 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14878 2024.12.14 03:44:33.920500 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14879 2024.12.14 03:44:33.920504 [ 258 ] {68a50250-5af0-47e9-9075-27319e895e4a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002625 sec., 6095.2380952380945 rows/sec., 10.92 MiB/sec.
14880 2024.12.14 03:44:33.920930 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
14881 2024.12.14 03:44:33.920934 [ 258 ] {68a50250-5af0-47e9-9075-27319e895e4a} <Debug> TCPHandler: Processed in 0.003378178 sec.
14882 2024.12.14 03:44:33.921227 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14883 2024.12.14 03:44:33.921506 [ 255 ] {8e5ec643-1c54-4b36-8b55-9fc50fb0c03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14884 2024.12.14 03:44:33.921611 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14885 2024.12.14 03:44:33.921626 [ 255 ] {8e5ec643-1c54-4b36-8b55-9fc50fb0c03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14886 2024.12.14 03:44:33.921823 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1953 rows starting from the beginning of the part
14887 2024.12.14 03:44:33.922690 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 16 rows starting from the beginning of the part
14888 2024.12.14 03:44:33.923331 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 25 rows starting from the beginning of the part
14889 2024.12.14 03:44:33.924042 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 16 rows starting from the beginning of the part
14890 2024.12.14 03:44:33.924056 [ 255 ] {8e5ec643-1c54-4b36-8b55-9fc50fb0c03b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14891 2024.12.14 03:44:33.924124 [ 255 ] {8e5ec643-1c54-4b36-8b55-9fc50fb0c03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14892 2024.12.14 03:44:33.924637 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 25 rows starting from the beginning of the part
14893 2024.12.14 03:44:33.925293 [ 194 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 16 rows starting from the beginning of the part
14894 2024.12.14 03:44:33.925671 [ 255 ] {8e5ec643-1c54-4b36-8b55-9fc50fb0c03b} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14895 2024.12.14 03:44:33.926349 [ 255 ] {8e5ec643-1c54-4b36-8b55-9fc50fb0c03b} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14896 2024.12.14 03:44:33.926565 [ 53 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
14897 2024.12.14 03:44:33.926655 [ 53 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14898 2024.12.14 03:44:33.926733 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14899 2024.12.14 03:44:33.926860 [ 255 ] {8e5ec643-1c54-4b36-8b55-9fc50fb0c03b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005407 sec., 15165.526169779914 rows/sec., 986.32 KiB/sec.
14900 2024.12.14 03:44:33.927422 [ 255 ] {8e5ec643-1c54-4b36-8b55-9fc50fb0c03b} <Debug> TCPHandler: Processed in 0.006312767 sec.
14901 2024.12.14 03:44:33.927439 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
14902 2024.12.14 03:44:33.928069 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14903 2024.12.14 03:44:33.928183 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6906 rows starting from the beginning of the part
14904 2024.12.14 03:44:33.928599 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 12 rows starting from the beginning of the part
14905 2024.12.14 03:44:33.928952 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part
14906 2024.12.14 03:44:33.929275 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part
14907 2024.12.14 03:44:33.929664 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part
14908 2024.12.14 03:44:33.930017 [ 197 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part
14909 2024.12.14 03:44:33.934755 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7202 rows, containing 4 columns (4 merged, 0 gathered) in 0.007889478 sec., 912861.4085748132 rows/sec., 60.12 MiB/sec.
14910 2024.12.14 03:44:33.935739 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
14911 2024.12.14 03:44:33.936060 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14912 2024.12.14 03:44:33.936137 [ 187 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_126_25} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
14913 2024.12.14 03:44:33.936228 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB.
14914 2024.12.14 03:44:33.939271 [ 201 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2051 rows, containing 19 columns (19 merged, 0 gathered) in 0.018656284 sec., 109936.1480560652 rows/sec., 197.00 MiB/sec.
14915 2024.12.14 03:44:33.941408 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
14916 2024.12.14 03:44:33.941840 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14917 2024.12.14 03:44:33.941920 [ 187 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
14918 2024.12.14 03:44:33.942076 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.83 MiB.
14919 2024.12.14 03:44:37.936249 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
14920 2024.12.14 03:44:37.936313 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
14921 2024.12.14 03:44:38.147919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746
14922 2024.12.14 03:44:38.148720 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14923 2024.12.14 03:44:38.148775 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14924 2024.12.14 03:44:38.149330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
14925 2024.12.14 03:44:38.149602 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14926 2024.12.14 03:44:38.149871 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746
14927 2024.12.14 03:44:38.561741 [ 225 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Found 6 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
14928 2024.12.14 03:44:38.561821 [ 225 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Removing 6 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
14929 2024.12.14 03:44:38.563960 [ 225 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
14930 2024.12.14 03:44:38.834373 [ 225 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Found 6 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
14931 2024.12.14 03:44:38.834443 [ 225 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Removing 6 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
14932 2024.12.14 03:44:38.836902 [ 225 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
14933 2024.12.14 03:44:38.894199 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14934 2024.12.14 03:44:38.894438 [ 255 ] {f532be31-c29b-4cf3-bd2b-255cc7278e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14935 2024.12.14 03:44:38.894509 [ 255 ] {f532be31-c29b-4cf3-bd2b-255cc7278e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14936 2024.12.14 03:44:38.895316 [ 255 ] {f532be31-c29b-4cf3-bd2b-255cc7278e82} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14937 2024.12.14 03:44:38.895363 [ 255 ] {f532be31-c29b-4cf3-bd2b-255cc7278e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14938 2024.12.14 03:44:38.895791 [ 255 ] {f532be31-c29b-4cf3-bd2b-255cc7278e82} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14939 2024.12.14 03:44:38.896053 [ 255 ] {f532be31-c29b-4cf3-bd2b-255cc7278e82} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14940 2024.12.14 03:44:38.896307 [ 255 ] {f532be31-c29b-4cf3-bd2b-255cc7278e82} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.00192 sec., 55208.33333333333 rows/sec., 4.67 MiB/sec.
14941 2024.12.14 03:44:38.896373 [ 255 ] {f532be31-c29b-4cf3-bd2b-255cc7278e82} <Debug> TCPHandler: Processed in 0.002353747 sec.
14942 2024.12.14 03:44:38.896646 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14943 2024.12.14 03:44:38.896865 [ 258 ] {466ad732-8e9c-4a1c-8a91-f2da9488c3bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14944 2024.12.14 03:44:38.896947 [ 258 ] {466ad732-8e9c-4a1c-8a91-f2da9488c3bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14945 2024.12.14 03:44:38.897766 [ 258 ] {466ad732-8e9c-4a1c-8a91-f2da9488c3bb} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14946 2024.12.14 03:44:38.897809 [ 258 ] {466ad732-8e9c-4a1c-8a91-f2da9488c3bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14947 2024.12.14 03:44:38.898255 [ 258 ] {466ad732-8e9c-4a1c-8a91-f2da9488c3bb} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
14948 2024.12.14 03:44:38.898521 [ 258 ] {466ad732-8e9c-4a1c-8a91-f2da9488c3bb} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14949 2024.12.14 03:44:38.898734 [ 258 ] {466ad732-8e9c-4a1c-8a91-f2da9488c3bb} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001929 sec., 12960.082944530845 rows/sec., 974.54 KiB/sec.
14950 2024.12.14 03:44:38.898809 [ 258 ] {466ad732-8e9c-4a1c-8a91-f2da9488c3bb} <Debug> TCPHandler: Processed in 0.002308627 sec.
14951 2024.12.14 03:44:38.899022 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14952 2024.12.14 03:44:38.899252 [ 255 ] {079a92b4-3447-43f7-af6b-35e36c6879be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14953 2024.12.14 03:44:38.899316 [ 255 ] {079a92b4-3447-43f7-af6b-35e36c6879be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14954 2024.12.14 03:44:38.899962 [ 255 ] {079a92b4-3447-43f7-af6b-35e36c6879be} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14955 2024.12.14 03:44:38.900003 [ 255 ] {079a92b4-3447-43f7-af6b-35e36c6879be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14956 2024.12.14 03:44:38.900372 [ 255 ] {079a92b4-3447-43f7-af6b-35e36c6879be} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14957 2024.12.14 03:44:38.900612 [ 255 ] {079a92b4-3447-43f7-af6b-35e36c6879be} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14958 2024.12.14 03:44:38.900791 [ 255 ] {079a92b4-3447-43f7-af6b-35e36c6879be} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001583 sec., 56222.36260265319 rows/sec., 4.39 MiB/sec.
14959 2024.12.14 03:44:38.900848 [ 255 ] {079a92b4-3447-43f7-af6b-35e36c6879be} <Debug> TCPHandler: Processed in 0.00195443 sec.
14960 2024.12.14 03:44:38.901018 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14961 2024.12.14 03:44:38.901168 [ 258 ] {aad784b8-1008-411c-85f0-177c610e26e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14962 2024.12.14 03:44:38.901236 [ 258 ] {aad784b8-1008-411c-85f0-177c610e26e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14963 2024.12.14 03:44:38.901851 [ 258 ] {aad784b8-1008-411c-85f0-177c610e26e5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14964 2024.12.14 03:44:38.901891 [ 258 ] {aad784b8-1008-411c-85f0-177c610e26e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14965 2024.12.14 03:44:38.902303 [ 258 ] {aad784b8-1008-411c-85f0-177c610e26e5} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14966 2024.12.14 03:44:38.902553 [ 258 ] {aad784b8-1008-411c-85f0-177c610e26e5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14967 2024.12.14 03:44:38.902778 [ 258 ] {aad784b8-1008-411c-85f0-177c610e26e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001647 sec., 97146.32665452338 rows/sec., 6.77 MiB/sec.
14968 2024.12.14 03:44:38.902836 [ 258 ] {aad784b8-1008-411c-85f0-177c610e26e5} <Debug> TCPHandler: Processed in 0.001888208 sec.
14969 2024.12.14 03:44:38.902989 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14970 2024.12.14 03:44:38.903131 [ 255 ] {e85caaf3-c313-45e8-8953-a8decad874f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14971 2024.12.14 03:44:38.903226 [ 255 ] {e85caaf3-c313-45e8-8953-a8decad874f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14972 2024.12.14 03:44:38.904471 [ 255 ] {e85caaf3-c313-45e8-8953-a8decad874f2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14973 2024.12.14 03:44:38.904509 [ 255 ] {e85caaf3-c313-45e8-8953-a8decad874f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14974 2024.12.14 03:44:38.905188 [ 255 ] {e85caaf3-c313-45e8-8953-a8decad874f2} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
14975 2024.12.14 03:44:38.905452 [ 255 ] {e85caaf3-c313-45e8-8953-a8decad874f2} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14976 2024.12.14 03:44:38.905673 [ 255 ] {e85caaf3-c313-45e8-8953-a8decad874f2} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002574 sec., 9712.509712509713 rows/sec., 17.40 MiB/sec.
14977 2024.12.14 03:44:38.905743 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): 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]
14978 2024.12.14 03:44:38.905831 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): 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]
14979 2024.12.14 03:44:38.905889 [ 255 ] {e85caaf3-c313-45e8-8953-a8decad874f2} <Debug> TCPHandler: Processed in 0.00296469 sec.
14980 2024.12.14 03:44:38.906102 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14981 2024.12.14 03:44:38.906295 [ 258 ] {fb8e802b-7695-4fdc-bb8e-d2f0a3d8ac07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14982 2024.12.14 03:44:38.906399 [ 258 ] {fb8e802b-7695-4fdc-bb8e-d2f0a3d8ac07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14983 2024.12.14 03:44:38.907213 [ 258 ] {fb8e802b-7695-4fdc-bb8e-d2f0a3d8ac07} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14984 2024.12.14 03:44:38.907254 [ 258 ] {fb8e802b-7695-4fdc-bb8e-d2f0a3d8ac07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14985 2024.12.14 03:44:38.907969 [ 258 ] {fb8e802b-7695-4fdc-bb8e-d2f0a3d8ac07} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14986 2024.12.14 03:44:38.908397 [ 258 ] {fb8e802b-7695-4fdc-bb8e-d2f0a3d8ac07} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14987 2024.12.14 03:44:38.908731 [ 258 ] {fb8e802b-7695-4fdc-bb8e-d2f0a3d8ac07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002496 sec., 24038.46153846154 rows/sec., 1.62 MiB/sec.
14988 2024.12.14 03:44:38.908857 [ 258 ] {fb8e802b-7695-4fdc-bb8e-d2f0a3d8ac07} <Debug> TCPHandler: Processed in 0.002859927 sec.
14989 2024.12.14 03:44:38.909574 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): 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]
14990 2024.12.14 03:44:39.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.26 MiB, peak 284.61 MiB, free memory in arenas 0.00 B, will set to 266.81 MiB (RSS), difference: 3.55 MiB
14991 2024.12.14 03:44:40.768692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
14992 2024.12.14 03:44:40.791698 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14993 2024.12.14 03:44:40.791761 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
14994 2024.12.14 03:44:40.799193 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
14995 2024.12.14 03:44:40.800011 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14996 2024.12.14 03:44:40.804071 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
14997 2024.12.14 03:44:40.963358 [ 42 ] {} <Debug> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
14998 2024.12.14 03:44:40.963453 [ 42 ] {} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14999 2024.12.14 03:44:40.963493 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15000 2024.12.14 03:44:40.963823 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::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
15001 2024.12.14 03:44:40.964297 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15002 2024.12.14 03:44:40.964368 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part
15003 2024.12.14 03:44:40.964531 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part
15004 2024.12.14 03:44:40.964918 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
15005 2024.12.14 03:44:40.965117 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part
15006 2024.12.14 03:44:40.965258 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part
15007 2024.12.14 03:44:40.966343 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002750295 sec., 13089.504944015098 rows/sec., 1.09 MiB/sec.
15008 2024.12.14 03:44:40.966453 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
15009 2024.12.14 03:44:40.966722 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15010 2024.12.14 03:44:40.966805 [ 195 ] {728b3983-deb5-4ae2-9d63-0a3d6b133748::all_1_33_8} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
15011 2024.12.14 03:44:40.966880 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15012 2024.12.14 03:44:42.654275 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15013 2024.12.14 03:44:42.654485 [ 255 ] {cdbcd13e-85ec-4f1c-a125-6f32d93068ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15014 2024.12.14 03:44:42.654557 [ 255 ] {cdbcd13e-85ec-4f1c-a125-6f32d93068ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15015 2024.12.14 03:44:42.655315 [ 255 ] {cdbcd13e-85ec-4f1c-a125-6f32d93068ef} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15016 2024.12.14 03:44:42.655359 [ 255 ] {cdbcd13e-85ec-4f1c-a125-6f32d93068ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15017 2024.12.14 03:44:42.655793 [ 255 ] {cdbcd13e-85ec-4f1c-a125-6f32d93068ef} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
15018 2024.12.14 03:44:42.656049 [ 255 ] {cdbcd13e-85ec-4f1c-a125-6f32d93068ef} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15019 2024.12.14 03:44:42.656250 [ 255 ] {cdbcd13e-85ec-4f1c-a125-6f32d93068ef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001822 sec., 7683.863885839736 rows/sec., 553.14 KiB/sec.
15020 2024.12.14 03:44:42.656319 [ 255 ] {cdbcd13e-85ec-4f1c-a125-6f32d93068ef} <Debug> TCPHandler: Processed in 0.002179454 sec.
15021 2024.12.14 03:44:42.656616 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15022 2024.12.14 03:44:42.656845 [ 258 ] {e1b8b853-3e15-4c2b-b625-2818a2811b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15023 2024.12.14 03:44:42.656933 [ 258 ] {e1b8b853-3e15-4c2b-b625-2818a2811b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15024 2024.12.14 03:44:42.657741 [ 258 ] {e1b8b853-3e15-4c2b-b625-2818a2811b6c} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15025 2024.12.14 03:44:42.657795 [ 258 ] {e1b8b853-3e15-4c2b-b625-2818a2811b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15026 2024.12.14 03:44:42.658231 [ 258 ] {e1b8b853-3e15-4c2b-b625-2818a2811b6c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
15027 2024.12.14 03:44:42.658493 [ 258 ] {e1b8b853-3e15-4c2b-b625-2818a2811b6c} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15028 2024.12.14 03:44:42.658751 [ 258 ] {e1b8b853-3e15-4c2b-b625-2818a2811b6c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001966 sec., 1017.293997965412 rows/sec., 82.95 KiB/sec.
15029 2024.12.14 03:44:42.658843 [ 258 ] {e1b8b853-3e15-4c2b-b625-2818a2811b6c} <Debug> TCPHandler: Processed in 0.002375077 sec.
15030 2024.12.14 03:44:42.659091 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15031 2024.12.14 03:44:42.659244 [ 255 ] {bbb1bf83-3c72-4d5a-9117-1516d1adfb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15032 2024.12.14 03:44:42.659304 [ 255 ] {bbb1bf83-3c72-4d5a-9117-1516d1adfb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15033 2024.12.14 03:44:42.660496 [ 255 ] {bbb1bf83-3c72-4d5a-9117-1516d1adfb43} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15034 2024.12.14 03:44:42.660535 [ 255 ] {bbb1bf83-3c72-4d5a-9117-1516d1adfb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15035 2024.12.14 03:44:42.661005 [ 255 ] {bbb1bf83-3c72-4d5a-9117-1516d1adfb43} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15036 2024.12.14 03:44:42.661251 [ 255 ] {bbb1bf83-3c72-4d5a-9117-1516d1adfb43} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15037 2024.12.14 03:44:42.661491 [ 255 ] {bbb1bf83-3c72-4d5a-9117-1516d1adfb43} <Debug> executeQuery: Read 1376 rows, 117.65 KiB in 0.002284 sec., 602451.8388791594 rows/sec., 50.30 MiB/sec.
15038 2024.12.14 03:44:42.661551 [ 255 ] {bbb1bf83-3c72-4d5a-9117-1516d1adfb43} <Debug> TCPHandler: Processed in 0.002589462 sec.
15039 2024.12.14 03:44:42.661729 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15040 2024.12.14 03:44:42.661869 [ 258 ] {fa2326d1-bd9b-44a1-83f4-b68b2097d4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15041 2024.12.14 03:44:42.661927 [ 258 ] {fa2326d1-bd9b-44a1-83f4-b68b2097d4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15042 2024.12.14 03:44:42.662606 [ 258 ] {fa2326d1-bd9b-44a1-83f4-b68b2097d4af} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15043 2024.12.14 03:44:42.662646 [ 258 ] {fa2326d1-bd9b-44a1-83f4-b68b2097d4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15044 2024.12.14 03:44:42.663023 [ 258 ] {fa2326d1-bd9b-44a1-83f4-b68b2097d4af} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
15045 2024.12.14 03:44:42.663260 [ 258 ] {fa2326d1-bd9b-44a1-83f4-b68b2097d4af} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15046 2024.12.14 03:44:42.663472 [ 258 ] {fa2326d1-bd9b-44a1-83f4-b68b2097d4af} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.001634 sec., 15299.877600979193 rows/sec., 1.08 MiB/sec.
15047 2024.12.14 03:44:42.663524 [ 258 ] {fa2326d1-bd9b-44a1-83f4-b68b2097d4af} <Debug> TCPHandler: Processed in 0.001863997 sec.
15048 2024.12.14 03:44:42.663687 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15049 2024.12.14 03:44:42.663858 [ 255 ] {7bec95c8-1e99-44df-88a1-44df9230d611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15050 2024.12.14 03:44:42.663923 [ 255 ] {7bec95c8-1e99-44df-88a1-44df9230d611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15051 2024.12.14 03:44:42.664655 [ 255 ] {7bec95c8-1e99-44df-88a1-44df9230d611} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15052 2024.12.14 03:44:42.664695 [ 255 ] {7bec95c8-1e99-44df-88a1-44df9230d611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15053 2024.12.14 03:44:42.665066 [ 255 ] {7bec95c8-1e99-44df-88a1-44df9230d611} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
15054 2024.12.14 03:44:42.665303 [ 255 ] {7bec95c8-1e99-44df-88a1-44df9230d611} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15055 2024.12.14 03:44:42.665514 [ 255 ] {7bec95c8-1e99-44df-88a1-44df9230d611} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001718 sec., 140861.46682188593 rows/sec., 9.54 MiB/sec.
15056 2024.12.14 03:44:42.665569 [ 255 ] {7bec95c8-1e99-44df-88a1-44df9230d611} <Debug> TCPHandler: Processed in 0.001951329 sec.
15057 2024.12.14 03:44:42.665734 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15058 2024.12.14 03:44:42.665873 [ 258 ] {95ac73ea-26fd-4c03-885c-4d9defbb68f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15059 2024.12.14 03:44:42.665930 [ 258 ] {95ac73ea-26fd-4c03-885c-4d9defbb68f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15060 2024.12.14 03:44:42.666598 [ 258 ] {95ac73ea-26fd-4c03-885c-4d9defbb68f9} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15061 2024.12.14 03:44:42.666638 [ 258 ] {95ac73ea-26fd-4c03-885c-4d9defbb68f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15062 2024.12.14 03:44:42.667008 [ 258 ] {95ac73ea-26fd-4c03-885c-4d9defbb68f9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
15063 2024.12.14 03:44:42.667248 [ 258 ] {95ac73ea-26fd-4c03-885c-4d9defbb68f9} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15064 2024.12.14 03:44:42.667467 [ 258 ] {95ac73ea-26fd-4c03-885c-4d9defbb68f9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec.
15065 2024.12.14 03:44:42.667520 [ 258 ] {95ac73ea-26fd-4c03-885c-4d9defbb68f9} <Debug> TCPHandler: Processed in 0.001857017 sec.
15066 2024.12.14 03:44:42.667672 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15067 2024.12.14 03:44:42.667813 [ 255 ] {13b1c25b-80ad-4ec4-ac76-146805f579b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15068 2024.12.14 03:44:42.667871 [ 255 ] {13b1c25b-80ad-4ec4-ac76-146805f579b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15069 2024.12.14 03:44:42.668855 [ 255 ] {13b1c25b-80ad-4ec4-ac76-146805f579b1} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15070 2024.12.14 03:44:42.668893 [ 255 ] {13b1c25b-80ad-4ec4-ac76-146805f579b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15071 2024.12.14 03:44:42.669299 [ 255 ] {13b1c25b-80ad-4ec4-ac76-146805f579b1} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15072 2024.12.14 03:44:42.669535 [ 255 ] {13b1c25b-80ad-4ec4-ac76-146805f579b1} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15073 2024.12.14 03:44:42.669753 [ 255 ] {13b1c25b-80ad-4ec4-ac76-146805f579b1} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.001973 sec., 433857.0704510897 rows/sec., 31.39 MiB/sec.
15074 2024.12.14 03:44:42.669812 [ 255 ] {13b1c25b-80ad-4ec4-ac76-146805f579b1} <Debug> TCPHandler: Processed in 0.002204654 sec.
15075 2024.12.14 03:44:42.669963 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15076 2024.12.14 03:44:42.670103 [ 258 ] {5c543473-b97a-4b68-8f95-b2811fa38922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15077 2024.12.14 03:44:42.670165 [ 258 ] {5c543473-b97a-4b68-8f95-b2811fa38922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15078 2024.12.14 03:44:42.670708 [ 258 ] {5c543473-b97a-4b68-8f95-b2811fa38922} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15079 2024.12.14 03:44:42.670747 [ 258 ] {5c543473-b97a-4b68-8f95-b2811fa38922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15080 2024.12.14 03:44:42.671121 [ 258 ] {5c543473-b97a-4b68-8f95-b2811fa38922} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
15081 2024.12.14 03:44:42.671370 [ 258 ] {5c543473-b97a-4b68-8f95-b2811fa38922} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15082 2024.12.14 03:44:42.671590 [ 258 ] {5c543473-b97a-4b68-8f95-b2811fa38922} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001516 sec., 3957.78364116095 rows/sec., 206.78 KiB/sec.
15083 2024.12.14 03:44:42.671640 [ 258 ] {5c543473-b97a-4b68-8f95-b2811fa38922} <Debug> TCPHandler: Processed in 0.001747445 sec.
15084 2024.12.14 03:44:42.671794 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15085 2024.12.14 03:44:42.671914 [ 255 ] {48e68c88-8288-4c66-afec-9632c909d446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15086 2024.12.14 03:44:42.671969 [ 255 ] {48e68c88-8288-4c66-afec-9632c909d446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15087 2024.12.14 03:44:42.672777 [ 255 ] {48e68c88-8288-4c66-afec-9632c909d446} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15088 2024.12.14 03:44:42.672817 [ 255 ] {48e68c88-8288-4c66-afec-9632c909d446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15089 2024.12.14 03:44:42.673284 [ 255 ] {48e68c88-8288-4c66-afec-9632c909d446} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15090 2024.12.14 03:44:42.673532 [ 255 ] {48e68c88-8288-4c66-afec-9632c909d446} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15091 2024.12.14 03:44:42.673757 [ 255 ] {48e68c88-8288-4c66-afec-9632c909d446} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.00187 sec., 495187.1657754011 rows/sec., 33.04 MiB/sec.
15092 2024.12.14 03:44:42.673816 [ 255 ] {48e68c88-8288-4c66-afec-9632c909d446} <Debug> TCPHandler: Processed in 0.002080741 sec.
15093 2024.12.14 03:44:42.673965 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15094 2024.12.14 03:44:42.674084 [ 258 ] {dabe6910-8242-4556-9d39-2048e501cd39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15095 2024.12.14 03:44:42.674136 [ 258 ] {dabe6910-8242-4556-9d39-2048e501cd39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15096 2024.12.14 03:44:42.674622 [ 258 ] {dabe6910-8242-4556-9d39-2048e501cd39} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15097 2024.12.14 03:44:42.674662 [ 258 ] {dabe6910-8242-4556-9d39-2048e501cd39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15098 2024.12.14 03:44:42.675029 [ 258 ] {dabe6910-8242-4556-9d39-2048e501cd39} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
15099 2024.12.14 03:44:42.675266 [ 258 ] {dabe6910-8242-4556-9d39-2048e501cd39} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15100 2024.12.14 03:44:42.675513 [ 258 ] {dabe6910-8242-4556-9d39-2048e501cd39} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec.
15101 2024.12.14 03:44:42.675585 [ 258 ] {dabe6910-8242-4556-9d39-2048e501cd39} <Debug> TCPHandler: Processed in 0.001678704 sec.
15102 2024.12.14 03:44:42.675788 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15103 2024.12.14 03:44:42.675932 [ 255 ] {73fe513c-df2f-451e-86e3-ad8a5b53aad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15104 2024.12.14 03:44:42.676024 [ 255 ] {73fe513c-df2f-451e-86e3-ad8a5b53aad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15105 2024.12.14 03:44:42.677246 [ 255 ] {73fe513c-df2f-451e-86e3-ad8a5b53aad1} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15106 2024.12.14 03:44:42.677287 [ 255 ] {73fe513c-df2f-451e-86e3-ad8a5b53aad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15107 2024.12.14 03:44:42.677925 [ 255 ] {73fe513c-df2f-451e-86e3-ad8a5b53aad1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
15108 2024.12.14 03:44:42.678193 [ 255 ] {73fe513c-df2f-451e-86e3-ad8a5b53aad1} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15109 2024.12.14 03:44:42.678475 [ 255 ] {73fe513c-df2f-451e-86e3-ad8a5b53aad1} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002569 sec., 6228.104320747372 rows/sec., 11.16 MiB/sec.
15110 2024.12.14 03:44:42.678650 [ 255 ] {73fe513c-df2f-451e-86e3-ad8a5b53aad1} <Debug> TCPHandler: Processed in 0.002966019 sec.
15111 2024.12.14 03:44:42.678932 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15112 2024.12.14 03:44:42.679261 [ 258 ] {c09e1fb5-68b7-4b8b-8b3b-17b679da4260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15113 2024.12.14 03:44:42.679409 [ 258 ] {c09e1fb5-68b7-4b8b-8b3b-17b679da4260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15114 2024.12.14 03:44:42.679926 [ 258 ] {c09e1fb5-68b7-4b8b-8b3b-17b679da4260} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15115 2024.12.14 03:44:42.679965 [ 258 ] {c09e1fb5-68b7-4b8b-8b3b-17b679da4260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15116 2024.12.14 03:44:42.680335 [ 258 ] {c09e1fb5-68b7-4b8b-8b3b-17b679da4260} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15117 2024.12.14 03:44:42.680571 [ 258 ] {c09e1fb5-68b7-4b8b-8b3b-17b679da4260} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15118 2024.12.14 03:44:42.680794 [ 258 ] {c09e1fb5-68b7-4b8b-8b3b-17b679da4260} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001649 sec., 42449.96967859309 rows/sec., 2.67 MiB/sec.
15119 2024.12.14 03:44:42.680847 [ 258 ] {c09e1fb5-68b7-4b8b-8b3b-17b679da4260} <Debug> TCPHandler: Processed in 0.002100342 sec.
15120 2024.12.14 03:44:43.350174 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2094
15121 2024.12.14 03:44:43.353906 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15122 2024.12.14 03:44:43.353958 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15123 2024.12.14 03:44:43.355504 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15124 2024.12.14 03:44:43.355825 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15125 2024.12.14 03:44:43.356512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2094
15126 2024.12.14 03:44:43.887132 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15127 2024.12.14 03:44:43.887344 [ 255 ] {b3c874ef-624e-426b-af38-9156ac092731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15128 2024.12.14 03:44:43.887426 [ 255 ] {b3c874ef-624e-426b-af38-9156ac092731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15129 2024.12.14 03:44:43.888268 [ 255 ] {b3c874ef-624e-426b-af38-9156ac092731} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15130 2024.12.14 03:44:43.888315 [ 255 ] {b3c874ef-624e-426b-af38-9156ac092731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15131 2024.12.14 03:44:43.888741 [ 255 ] {b3c874ef-624e-426b-af38-9156ac092731} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15132 2024.12.14 03:44:43.888998 [ 255 ] {b3c874ef-624e-426b-af38-9156ac092731} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15133 2024.12.14 03:44:43.889230 [ 35 ] {} <Debug> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0
15134 2024.12.14 03:44:43.889236 [ 255 ] {b3c874ef-624e-426b-af38-9156ac092731} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.21 MiB/sec.
15135 2024.12.14 03:44:43.889363 [ 35 ] {} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15136 2024.12.14 03:44:43.889456 [ 255 ] {b3c874ef-624e-426b-af38-9156ac092731} <Debug> TCPHandler: Processed in 0.0024527 sec.
15137 2024.12.14 03:44:43.889463 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15138 2024.12.14 03:44:43.889693 [ 201 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full
15139 2024.12.14 03:44:43.889773 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15140 2024.12.14 03:44:43.889868 [ 201 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15141 2024.12.14 03:44:43.889947 [ 201 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_124_25, total 1435 rows starting from the beginning of the part
15142 2024.12.14 03:44:43.890050 [ 258 ] {b7a6f7a3-0192-475b-b63a-aa3f7b075177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15143 2024.12.14 03:44:43.890106 [ 201 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 107 rows starting from the beginning of the part
15144 2024.12.14 03:44:43.890253 [ 258 ] {b7a6f7a3-0192-475b-b63a-aa3f7b075177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15145 2024.12.14 03:44:43.890459 [ 201 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 235 rows starting from the beginning of the part
15146 2024.12.14 03:44:43.890780 [ 201 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 106 rows starting from the beginning of the part
15147 2024.12.14 03:44:43.891123 [ 201 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1376 rows starting from the beginning of the part
15148 2024.12.14 03:44:43.891471 [ 201 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part
15149 2024.12.14 03:44:43.893526 [ 258 ] {b7a6f7a3-0192-475b-b63a-aa3f7b075177} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15150 2024.12.14 03:44:43.893612 [ 258 ] {b7a6f7a3-0192-475b-b63a-aa3f7b075177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15151 2024.12.14 03:44:43.894384 [ 258 ] {b7a6f7a3-0192-475b-b63a-aa3f7b075177} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15152 2024.12.14 03:44:43.894848 [ 258 ] {b7a6f7a3-0192-475b-b63a-aa3f7b075177} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15153 2024.12.14 03:44:43.895029 [ 195 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.005424098 sec., 611161.5239990134 rows/sec., 53.57 MiB/sec.
15154 2024.12.14 03:44:43.895136 [ 35 ] {} <Debug> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0
15155 2024.12.14 03:44:43.895184 [ 35 ] {} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15156 2024.12.14 03:44:43.895196 [ 258 ] {b7a6f7a3-0192-475b-b63a-aa3f7b075177} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005238 sec., 12218.403970981291 rows/sec., 976.56 KiB/sec.
15157 2024.12.14 03:44:43.895216 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15158 2024.12.14 03:44:43.895417 [ 195 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary)
15159 2024.12.14 03:44:43.895459 [ 258 ] {b7a6f7a3-0192-475b-b63a-aa3f7b075177} <Debug> TCPHandler: Processed in 0.005837517 sec.
15160 2024.12.14 03:44:43.895799 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15161 2024.12.14 03:44:43.895874 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full
15162 2024.12.14 03:44:43.896154 [ 255 ] {8f21c776-ab7f-4142-998b-e93bf6d7628b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15163 2024.12.14 03:44:43.896369 [ 255 ] {8f21c776-ab7f-4142-998b-e93bf6d7628b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15164 2024.12.14 03:44:43.896394 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15165 2024.12.14 03:44:43.896468 [ 195 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15166 2024.12.14 03:44:43.896549 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_124_25, total 915 rows starting from the beginning of the part
15167 2024.12.14 03:44:43.897008 [ 195 ] {d605946c-de58-4815-a254-9dba59480e0d::all_1_129_26} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26
15168 2024.12.14 03:44:43.897392 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
15169 2024.12.14 03:44:43.897410 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 91 rows starting from the beginning of the part
15170 2024.12.14 03:44:43.897814 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 398 rows starting from the beginning of the part
15171 2024.12.14 03:44:43.897919 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 89 rows starting from the beginning of the part
15172 2024.12.14 03:44:43.898372 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 856 rows starting from the beginning of the part
15173 2024.12.14 03:44:43.898765 [ 200 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part
15174 2024.12.14 03:44:43.899447 [ 255 ] {8f21c776-ab7f-4142-998b-e93bf6d7628b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15175 2024.12.14 03:44:43.899508 [ 255 ] {8f21c776-ab7f-4142-998b-e93bf6d7628b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15176 2024.12.14 03:44:43.900537 [ 255 ] {8f21c776-ab7f-4142-998b-e93bf6d7628b} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15177 2024.12.14 03:44:43.901135 [ 255 ] {8f21c776-ab7f-4142-998b-e93bf6d7628b} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15178 2024.12.14 03:44:43.901481 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Selected 5 parts from all_1_124_25 to all_128_128_0
15179 2024.12.14 03:44:43.901567 [ 255 ] {8f21c776-ab7f-4142-998b-e93bf6d7628b} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005547 sec., 5768.8840814854875 rows/sec., 411.43 KiB/sec.
15180 2024.12.14 03:44:43.901575 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15181 2024.12.14 03:44:43.901656 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15182 2024.12.14 03:44:43.901889 [ 255 ] {8f21c776-ab7f-4142-998b-e93bf6d7628b} <Debug> TCPHandler: Processed in 0.006274945 sec.
15183 2024.12.14 03:44:43.902386 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_124_25 to all_128_128_0 into Compact with storage Full
15184 2024.12.14 03:44:43.902917 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15185 2024.12.14 03:44:43.903087 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15186 2024.12.14 03:44:43.903212 [ 191 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007808417 sec., 309025.5041450783 rows/sec., 23.70 MiB/sec.
15187 2024.12.14 03:44:43.903294 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 34019 rows starting from the beginning of the part
15188 2024.12.14 03:44:43.903737 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 161 rows starting from the beginning of the part
15189 2024.12.14 03:44:43.903845 [ 258 ] {6d8c1b94-529a-4775-a21e-1555b8267a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15190 2024.12.14 03:44:43.904241 [ 258 ] {6d8c1b94-529a-4775-a21e-1555b8267a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15191 2024.12.14 03:44:43.904255 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 237 rows starting from the beginning of the part
15192 2024.12.14 03:44:43.904756 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part
15193 2024.12.14 03:44:43.905403 [ 201 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 926 rows starting from the beginning of the part
15194 2024.12.14 03:44:43.906200 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary)
15195 2024.12.14 03:44:43.907715 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15196 2024.12.14 03:44:43.907995 [ 196 ] {7246fda6-af5d-48e6-afa1-d8846b751470::all_1_129_26} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26
15197 2024.12.14 03:44:43.908221 [ 258 ] {6d8c1b94-529a-4775-a21e-1555b8267a4f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15198 2024.12.14 03:44:43.908261 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
15199 2024.12.14 03:44:43.908332 [ 258 ] {6d8c1b94-529a-4775-a21e-1555b8267a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
15200 2024.12.14 03:44:43.908958 [ 258 ] {6d8c1b94-529a-4775-a21e-1555b8267a4f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15201 2024.12.14 03:44:43.909525 [ 258 ] {6d8c1b94-529a-4775-a21e-1555b8267a4f} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15202 2024.12.14 03:44:43.909832 [ 258 ] {6d8c1b94-529a-4775-a21e-1555b8267a4f} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.006541 sec., 1834.5818682158692 rows/sec., 126.61 KiB/sec.
15203 2024.12.14 03:44:43.909894 [ 258 ] {6d8c1b94-529a-4775-a21e-1555b8267a4f} <Debug> TCPHandler: Processed in 0.007827617 sec.
15204 2024.12.14 03:44:43.915009 [ 199 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35503 rows, containing 5 columns (5 merged, 0 gathered) in 0.013169233 sec., 2695904.917165639 rows/sec., 182.61 MiB/sec.
15205 2024.12.14 03:44:43.915373 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Trace> MergedBlockOutputStream: filled checksums all_1_128_26 (state Temporary)
15206 2024.12.14 03:44:43.915735 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_merge_all_1_128_26 to all_1_128_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15207 2024.12.14 03:44:43.915835 [ 198 ] {86b638b6-b9aa-4cbf-b365-d81d25583f72::all_1_128_26} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72) (MergerMutator): Merged 5 parts: [all_1_124_25, all_128_128_0] -> all_1_128_26
15208 2024.12.14 03:44:43.915947 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
15209 2024.12.14 03:44:45.650095 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173
15210 2024.12.14 03:44:45.651171 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15211 2024.12.14 03:44:45.651218 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15212 2024.12.14 03:44:45.651766 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15213 2024.12.14 03:44:45.652053 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15214 2024.12.14 03:44:45.652314 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173
15215 2024.12.14 03:44:48.280569 [ 225 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15216 2024.12.14 03:44:48.280651 [ 225 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15217 2024.12.14 03:44:48.282621 [ 225 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15218 2024.12.14 03:44:48.304180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
15219 2024.12.14 03:44:48.326672 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15220 2024.12.14 03:44:48.326722 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15221 2024.12.14 03:44:48.334152 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15222 2024.12.14 03:44:48.334946 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15223 2024.12.14 03:44:48.339113 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
15224 2024.12.14 03:44:48.895080 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15225 2024.12.14 03:44:48.895294 [ 255 ] {4fecee46-6932-4a16-abd4-56c65be231a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15226 2024.12.14 03:44:48.895378 [ 255 ] {4fecee46-6932-4a16-abd4-56c65be231a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15227 2024.12.14 03:44:48.896236 [ 255 ] {4fecee46-6932-4a16-abd4-56c65be231a7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15228 2024.12.14 03:44:48.896292 [ 255 ] {4fecee46-6932-4a16-abd4-56c65be231a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15229 2024.12.14 03:44:48.896741 [ 255 ] {4fecee46-6932-4a16-abd4-56c65be231a7} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15230 2024.12.14 03:44:48.896995 [ 255 ] {4fecee46-6932-4a16-abd4-56c65be231a7} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15231 2024.12.14 03:44:48.897235 [ 255 ] {4fecee46-6932-4a16-abd4-56c65be231a7} <Debug> executeQuery: Read 106 rows, 9.18 KiB in 0.002 sec., 53000 rows/sec., 4.48 MiB/sec.
15232 2024.12.14 03:44:48.897304 [ 255 ] {4fecee46-6932-4a16-abd4-56c65be231a7} <Debug> TCPHandler: Processed in 0.002363328 sec.
15233 2024.12.14 03:44:48.897576 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15234 2024.12.14 03:44:48.897798 [ 258 ] {fff77a43-c1f8-49c8-9f37-9229358aa962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15235 2024.12.14 03:44:48.897883 [ 258 ] {fff77a43-c1f8-49c8-9f37-9229358aa962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15236 2024.12.14 03:44:48.898760 [ 258 ] {fff77a43-c1f8-49c8-9f37-9229358aa962} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15237 2024.12.14 03:44:48.898815 [ 258 ] {fff77a43-c1f8-49c8-9f37-9229358aa962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15238 2024.12.14 03:44:48.899269 [ 258 ] {fff77a43-c1f8-49c8-9f37-9229358aa962} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
15239 2024.12.14 03:44:48.899528 [ 258 ] {fff77a43-c1f8-49c8-9f37-9229358aa962} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15240 2024.12.14 03:44:48.899777 [ 258 ] {fff77a43-c1f8-49c8-9f37-9229358aa962} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002039 sec., 12260.912211868563 rows/sec., 921.96 KiB/sec.
15241 2024.12.14 03:44:48.899846 [ 258 ] {fff77a43-c1f8-49c8-9f37-9229358aa962} <Debug> TCPHandler: Processed in 0.002418929 sec.
15242 2024.12.14 03:44:48.900072 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15243 2024.12.14 03:44:48.900311 [ 255 ] {bf8062b4-833a-420d-8880-f0e0bc900f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15244 2024.12.14 03:44:48.900416 [ 255 ] {bf8062b4-833a-420d-8880-f0e0bc900f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15245 2024.12.14 03:44:48.901184 [ 255 ] {bf8062b4-833a-420d-8880-f0e0bc900f3c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15246 2024.12.14 03:44:48.901225 [ 255 ] {bf8062b4-833a-420d-8880-f0e0bc900f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15247 2024.12.14 03:44:48.901601 [ 255 ] {bf8062b4-833a-420d-8880-f0e0bc900f3c} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15248 2024.12.14 03:44:48.901841 [ 255 ] {bf8062b4-833a-420d-8880-f0e0bc900f3c} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15249 2024.12.14 03:44:48.902048 [ 255 ] {bf8062b4-833a-420d-8880-f0e0bc900f3c} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001799 sec., 49471.92884936075 rows/sec., 3.86 MiB/sec.
15250 2024.12.14 03:44:48.902104 [ 255 ] {bf8062b4-833a-420d-8880-f0e0bc900f3c} <Debug> TCPHandler: Processed in 0.002145743 sec.
15251 2024.12.14 03:44:48.902259 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15252 2024.12.14 03:44:48.902410 [ 258 ] {d8df65ac-1958-4cc1-ac0e-6377ec5063b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15253 2024.12.14 03:44:48.902478 [ 258 ] {d8df65ac-1958-4cc1-ac0e-6377ec5063b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15254 2024.12.14 03:44:48.903096 [ 258 ] {d8df65ac-1958-4cc1-ac0e-6377ec5063b5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15255 2024.12.14 03:44:48.903139 [ 258 ] {d8df65ac-1958-4cc1-ac0e-6377ec5063b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15256 2024.12.14 03:44:48.903553 [ 258 ] {d8df65ac-1958-4cc1-ac0e-6377ec5063b5} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15257 2024.12.14 03:44:48.903801 [ 258 ] {d8df65ac-1958-4cc1-ac0e-6377ec5063b5} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15258 2024.12.14 03:44:48.904020 [ 258 ] {d8df65ac-1958-4cc1-ac0e-6377ec5063b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec.
15259 2024.12.14 03:44:48.904078 [ 258 ] {d8df65ac-1958-4cc1-ac0e-6377ec5063b5} <Debug> TCPHandler: Processed in 0.001892877 sec.
15260 2024.12.14 03:44:48.904274 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15261 2024.12.14 03:44:48.904502 [ 255 ] {d2f01abc-870e-4b96-ac36-f3e8a68aef03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15262 2024.12.14 03:44:48.904644 [ 255 ] {d2f01abc-870e-4b96-ac36-f3e8a68aef03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15263 2024.12.14 03:44:48.905879 [ 255 ] {d2f01abc-870e-4b96-ac36-f3e8a68aef03} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15264 2024.12.14 03:44:48.905919 [ 255 ] {d2f01abc-870e-4b96-ac36-f3e8a68aef03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15265 2024.12.14 03:44:48.906597 [ 255 ] {d2f01abc-870e-4b96-ac36-f3e8a68aef03} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
15266 2024.12.14 03:44:48.906862 [ 255 ] {d2f01abc-870e-4b96-ac36-f3e8a68aef03} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15267 2024.12.14 03:44:48.907111 [ 255 ] {d2f01abc-870e-4b96-ac36-f3e8a68aef03} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002667 sec., 9373.828271466067 rows/sec., 16.80 MiB/sec.
15268 2024.12.14 03:44:48.907241 [ 255 ] {d2f01abc-870e-4b96-ac36-f3e8a68aef03} <Debug> TCPHandler: Processed in 0.003075702 sec.
15269 2024.12.14 03:44:48.907381 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15270 2024.12.14 03:44:48.907503 [ 258 ] {cb56e91f-b119-490f-ba1b-eea15fb6cb87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15271 2024.12.14 03:44:48.907558 [ 258 ] {cb56e91f-b119-490f-ba1b-eea15fb6cb87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15272 2024.12.14 03:44:48.908063 [ 258 ] {cb56e91f-b119-490f-ba1b-eea15fb6cb87} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15273 2024.12.14 03:44:48.908104 [ 258 ] {cb56e91f-b119-490f-ba1b-eea15fb6cb87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15274 2024.12.14 03:44:48.908498 [ 258 ] {cb56e91f-b119-490f-ba1b-eea15fb6cb87} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15275 2024.12.14 03:44:48.908748 [ 258 ] {cb56e91f-b119-490f-ba1b-eea15fb6cb87} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15276 2024.12.14 03:44:48.908976 [ 258 ] {cb56e91f-b119-490f-ba1b-eea15fb6cb87} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec.
15277 2024.12.14 03:44:48.909033 [ 258 ] {cb56e91f-b119-490f-ba1b-eea15fb6cb87} <Debug> TCPHandler: Processed in 0.001712615 sec.
15278 2024.12.14 03:44:49.153192 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15279 2024.12.14 03:44:49.153270 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15280 2024.12.14 03:44:49.155506 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15281 2024.12.14 03:44:52.936354 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache
15282 2024.12.14 03:44:52.936419 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache
15283 2024.12.14 03:44:53.152504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661
15284 2024.12.14 03:44:53.153328 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15285 2024.12.14 03:44:53.153367 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15286 2024.12.14 03:44:53.153923 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
15287 2024.12.14 03:44:53.154200 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15288 2024.12.14 03:44:53.154392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661
15289 2024.12.14 03:44:53.356862 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2114
15290 2024.12.14 03:44:53.359755 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15291 2024.12.14 03:44:53.359817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15292 2024.12.14 03:44:53.361338 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15293 2024.12.14 03:44:53.361649 [ 242 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15294 2024.12.14 03:44:53.362331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2114
15295 2024.12.14 03:44:53.397931 [ 120 ] {} <Debug> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Selected 5 parts from all_1_35_7 to all_39_39_0
15296 2024.12.14 03:44:53.398004 [ 120 ] {} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15297 2024.12.14 03:44:53.398032 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15298 2024.12.14 03:44:53.398229 [ 196 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::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
15299 2024.12.14 03:44:53.398631 [ 196 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15300 2024.12.14 03:44:53.398748 [ 196 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part
15301 2024.12.14 03:44:53.398993 [ 196 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
15302 2024.12.14 03:44:53.399083 [ 196 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
15303 2024.12.14 03:44:53.399290 [ 196 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
15304 2024.12.14 03:44:53.399610 [ 196 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
15305 2024.12.14 03:44:53.400790 [ 199 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 4 columns (4 merged, 0 gathered) in 0.002675983 sec., 14574.08361712313 rows/sec., 982.04 KiB/sec.
15306 2024.12.14 03:44:53.400976 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
15307 2024.12.14 03:44:53.401337 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15308 2024.12.14 03:44:53.401437 [ 188 ] {0a6da6c3-523b-4379-b4f8-3a7e0da5d606::all_1_39_8} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606) (MergerMutator): Merged 5 parts: [all_1_35_7, all_39_39_0] -> all_1_39_8
15309 2024.12.14 03:44:53.401530 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15310 2024.12.14 03:44:53.897932 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15311 2024.12.14 03:44:53.898119 [ 255 ] {1c73aae8-732b-44e8-b4c6-955a4b825bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15312 2024.12.14 03:44:53.898191 [ 255 ] {1c73aae8-732b-44e8-b4c6-955a4b825bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15313 2024.12.14 03:44:53.898940 [ 255 ] {1c73aae8-732b-44e8-b4c6-955a4b825bb0} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15314 2024.12.14 03:44:53.898982 [ 255 ] {1c73aae8-732b-44e8-b4c6-955a4b825bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15315 2024.12.14 03:44:53.899423 [ 255 ] {1c73aae8-732b-44e8-b4c6-955a4b825bb0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
15316 2024.12.14 03:44:53.899687 [ 255 ] {1c73aae8-732b-44e8-b4c6-955a4b825bb0} <Trace> oximeter.fields_i16 (21f4ae94-c15e-4c0c-860e-48feee9de87b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15317 2024.12.14 03:44:53.899894 [ 255 ] {1c73aae8-732b-44e8-b4c6-955a4b825bb0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001829 sec., 7654.455986878076 rows/sec., 551.02 KiB/sec.
15318 2024.12.14 03:44:53.899963 [ 255 ] {1c73aae8-732b-44e8-b4c6-955a4b825bb0} <Debug> TCPHandler: Processed in 0.002161014 sec.
15319 2024.12.14 03:44:53.900220 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15320 2024.12.14 03:44:53.900405 [ 258 ] {e384a760-ffb1-4a0b-8144-c7f7820f549f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15321 2024.12.14 03:44:53.900477 [ 258 ] {e384a760-ffb1-4a0b-8144-c7f7820f549f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15322 2024.12.14 03:44:53.901492 [ 258 ] {e384a760-ffb1-4a0b-8144-c7f7820f549f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15323 2024.12.14 03:44:53.901544 [ 258 ] {e384a760-ffb1-4a0b-8144-c7f7820f549f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15324 2024.12.14 03:44:53.902008 [ 258 ] {e384a760-ffb1-4a0b-8144-c7f7820f549f} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15325 2024.12.14 03:44:53.902266 [ 258 ] {e384a760-ffb1-4a0b-8144-c7f7820f549f} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15326 2024.12.14 03:44:53.902526 [ 258 ] {e384a760-ffb1-4a0b-8144-c7f7820f549f} <Debug> executeQuery: Read 235 rows, 21.02 KiB in 0.002135 sec., 110070.2576112412 rows/sec., 9.61 MiB/sec.
15327 2024.12.14 03:44:53.902642 [ 258 ] {e384a760-ffb1-4a0b-8144-c7f7820f549f} <Debug> TCPHandler: Processed in 0.002540071 sec.
15328 2024.12.14 03:44:53.902825 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15329 2024.12.14 03:44:53.903027 [ 255 ] {21798f37-8fff-4c6b-86d3-8ee480a9d4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15330 2024.12.14 03:44:53.903087 [ 255 ] {21798f37-8fff-4c6b-86d3-8ee480a9d4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15331 2024.12.14 03:44:53.903792 [ 255 ] {21798f37-8fff-4c6b-86d3-8ee480a9d4a1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15332 2024.12.14 03:44:53.903838 [ 255 ] {21798f37-8fff-4c6b-86d3-8ee480a9d4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15333 2024.12.14 03:44:53.904212 [ 255 ] {21798f37-8fff-4c6b-86d3-8ee480a9d4a1} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
15334 2024.12.14 03:44:53.904451 [ 255 ] {21798f37-8fff-4c6b-86d3-8ee480a9d4a1} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15335 2024.12.14 03:44:53.904585 [ 141 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
15336 2024.12.14 03:44:53.904632 [ 141 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15337 2024.12.14 03:44:53.904636 [ 255 ] {21798f37-8fff-4c6b-86d3-8ee480a9d4a1} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001653 sec., 13914.095583787053 rows/sec., 1003.74 KiB/sec.
15338 2024.12.14 03:44:53.904660 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15339 2024.12.14 03:44:53.904719 [ 255 ] {21798f37-8fff-4c6b-86d3-8ee480a9d4a1} <Debug> TCPHandler: Processed in 0.00197788 sec.
15340 2024.12.14 03:44:53.904943 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::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
15341 2024.12.14 03:44:53.904986 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15342 2024.12.14 03:44:53.905236 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15343 2024.12.14 03:44:53.905342 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 66 rows starting from the beginning of the part
15344 2024.12.14 03:44:53.905361 [ 258 ] {f2f8d110-a4ef-4b88-adcb-1a4d3a12ee65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15345 2024.12.14 03:44:53.905584 [ 258 ] {f2f8d110-a4ef-4b88-adcb-1a4d3a12ee65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15346 2024.12.14 03:44:53.905610 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 23 rows starting from the beginning of the part
15347 2024.12.14 03:44:53.906215 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 25 rows starting from the beginning of the part
15348 2024.12.14 03:44:53.906569 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 25 rows starting from the beginning of the part
15349 2024.12.14 03:44:53.907051 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 25 rows starting from the beginning of the part
15350 2024.12.14 03:44:53.907455 [ 192 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 23 rows starting from the beginning of the part
15351 2024.12.14 03:44:53.908430 [ 258 ] {f2f8d110-a4ef-4b88-adcb-1a4d3a12ee65} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15352 2024.12.14 03:44:53.908507 [ 258 ] {f2f8d110-a4ef-4b88-adcb-1a4d3a12ee65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15353 2024.12.14 03:44:53.909516 [ 258 ] {f2f8d110-a4ef-4b88-adcb-1a4d3a12ee65} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
15354 2024.12.14 03:44:53.910123 [ 258 ] {f2f8d110-a4ef-4b88-adcb-1a4d3a12ee65} <Trace> oximeter.fields_u32 (d3068690-e87a-41cc-b2de-c9b918e981ac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15355 2024.12.14 03:44:53.910424 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005656264 sec., 33060.69165088475 rows/sec., 2.49 MiB/sec.
15356 2024.12.14 03:44:53.910647 [ 258 ] {f2f8d110-a4ef-4b88-adcb-1a4d3a12ee65} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005396 sec., 2594.5144551519647 rows/sec., 181.70 KiB/sec.
15357 2024.12.14 03:44:53.910721 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
15358 2024.12.14 03:44:53.910921 [ 258 ] {f2f8d110-a4ef-4b88-adcb-1a4d3a12ee65} <Debug> TCPHandler: Processed in 0.006083562 sec.
15359 2024.12.14 03:44:53.911219 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15360 2024.12.14 03:44:53.911606 [ 255 ] {ef6586cc-39fa-40c9-9004-2f96ecb1c081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15361 2024.12.14 03:44:53.911752 [ 255 ] {ef6586cc-39fa-40c9-9004-2f96ecb1c081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15362 2024.12.14 03:44:53.911872 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15363 2024.12.14 03:44:53.912063 [ 199 ] {54dd0748-ef50-4702-94a3-e5cf744ee64a::all_1_106_21} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
15364 2024.12.14 03:44:53.912258 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15365 2024.12.14 03:44:53.912697 [ 255 ] {ef6586cc-39fa-40c9-9004-2f96ecb1c081} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15366 2024.12.14 03:44:53.912741 [ 255 ] {ef6586cc-39fa-40c9-9004-2f96ecb1c081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15367 2024.12.14 03:44:53.913101 [ 255 ] {ef6586cc-39fa-40c9-9004-2f96ecb1c081} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
15368 2024.12.14 03:44:53.913357 [ 255 ] {ef6586cc-39fa-40c9-9004-2f96ecb1c081} <Trace> oximeter.fields_u8 (b71b72ec-69b2-4e5b-a226-d2a376bc2e2a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15369 2024.12.14 03:44:53.913545 [ 255 ] {ef6586cc-39fa-40c9-9004-2f96ecb1c081} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002059 sec., 6313.744536182613 rows/sec., 393.66 KiB/sec.
15370 2024.12.14 03:44:53.913685 [ 255 ] {ef6586cc-39fa-40c9-9004-2f96ecb1c081} <Debug> TCPHandler: Processed in 0.002624862 sec.
15371 2024.12.14 03:44:53.913842 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15372 2024.12.14 03:44:53.913992 [ 258 ] {9a9e476b-c7d0-4eb8-bcae-62ee46180280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15373 2024.12.14 03:44:53.914053 [ 258 ] {9a9e476b-c7d0-4eb8-bcae-62ee46180280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15374 2024.12.14 03:44:53.914951 [ 258 ] {9a9e476b-c7d0-4eb8-bcae-62ee46180280} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15375 2024.12.14 03:44:53.914995 [ 258 ] {9a9e476b-c7d0-4eb8-bcae-62ee46180280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15376 2024.12.14 03:44:53.915405 [ 258 ] {9a9e476b-c7d0-4eb8-bcae-62ee46180280} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15377 2024.12.14 03:44:53.915658 [ 258 ] {9a9e476b-c7d0-4eb8-bcae-62ee46180280} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15378 2024.12.14 03:44:53.915871 [ 258 ] {9a9e476b-c7d0-4eb8-bcae-62ee46180280} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001913 sec., 208050.1829587036 rows/sec., 14.79 MiB/sec.
15379 2024.12.14 03:44:53.915932 [ 258 ] {9a9e476b-c7d0-4eb8-bcae-62ee46180280} <Debug> TCPHandler: Processed in 0.002149523 sec.
15380 2024.12.14 03:44:53.916075 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15381 2024.12.14 03:44:53.916204 [ 255 ] {feb61b96-ecf1-4f7f-96c9-b9881b3ad4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15382 2024.12.14 03:44:53.916257 [ 255 ] {feb61b96-ecf1-4f7f-96c9-b9881b3ad4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15383 2024.12.14 03:44:53.916752 [ 255 ] {feb61b96-ecf1-4f7f-96c9-b9881b3ad4ca} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15384 2024.12.14 03:44:53.916789 [ 255 ] {feb61b96-ecf1-4f7f-96c9-b9881b3ad4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15385 2024.12.14 03:44:53.917152 [ 255 ] {feb61b96-ecf1-4f7f-96c9-b9881b3ad4ca} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
15386 2024.12.14 03:44:53.917391 [ 255 ] {feb61b96-ecf1-4f7f-96c9-b9881b3ad4ca} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15387 2024.12.14 03:44:53.917516 [ 141 ] {} <Debug> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
15388 2024.12.14 03:44:53.917555 [ 141 ] {} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15389 2024.12.14 03:44:53.917578 [ 255 ] {feb61b96-ecf1-4f7f-96c9-b9881b3ad4ca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec.
15390 2024.12.14 03:44:53.917579 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15391 2024.12.14 03:44:53.917682 [ 255 ] {feb61b96-ecf1-4f7f-96c9-b9881b3ad4ca} <Debug> TCPHandler: Processed in 0.001662904 sec.
15392 2024.12.14 03:44:53.917958 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15393 2024.12.14 03:44:53.917964 [ 186 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::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
15394 2024.12.14 03:44:53.918506 [ 258 ] {96d51280-d2ea-47e5-a79e-11900962ac11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15395 2024.12.14 03:44:53.918527 [ 186 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15396 2024.12.14 03:44:53.918647 [ 186 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part
15397 2024.12.14 03:44:53.918742 [ 258 ] {96d51280-d2ea-47e5-a79e-11900962ac11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15398 2024.12.14 03:44:53.919121 [ 186 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
15399 2024.12.14 03:44:53.919626 [ 186 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
15400 2024.12.14 03:44:53.920054 [ 186 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
15401 2024.12.14 03:44:53.920351 [ 186 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
15402 2024.12.14 03:44:53.920652 [ 186 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
15403 2024.12.14 03:44:53.921644 [ 258 ] {96d51280-d2ea-47e5-a79e-11900962ac11} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15404 2024.12.14 03:44:53.921708 [ 258 ] {96d51280-d2ea-47e5-a79e-11900962ac11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15405 2024.12.14 03:44:53.922843 [ 258 ] {96d51280-d2ea-47e5-a79e-11900962ac11} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15406 2024.12.14 03:44:53.923246 [ 199 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.005542981 sec., 43298.00156269704 rows/sec., 2.21 MiB/sec.
15407 2024.12.14 03:44:53.923391 [ 258 ] {96d51280-d2ea-47e5-a79e-11900962ac11} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15408 2024.12.14 03:44:53.923460 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
15409 2024.12.14 03:44:53.923864 [ 258 ] {96d51280-d2ea-47e5-a79e-11900962ac11} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005614 sec., 42215.88884930531 rows/sec., 2.83 MiB/sec.
15410 2024.12.14 03:44:53.924016 [ 258 ] {96d51280-d2ea-47e5-a79e-11900962ac11} <Debug> TCPHandler: Processed in 0.006187834 sec.
15411 2024.12.14 03:44:53.924094 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15412 2024.12.14 03:44:53.924217 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15413 2024.12.14 03:44:53.924259 [ 190 ] {0f7aecf1-2bce-4110-bc34-08de491dab17::all_1_40_8} <Trace> oximeter.measurements_bool (0f7aecf1-2bce-4110-bc34-08de491dab17) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
15414 2024.12.14 03:44:53.924419 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
15415 2024.12.14 03:44:53.924442 [ 255 ] {0857cc20-870f-4c18-bc6a-e470a73e5399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15416 2024.12.14 03:44:53.924507 [ 255 ] {0857cc20-870f-4c18-bc6a-e470a73e5399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15417 2024.12.14 03:44:53.924994 [ 255 ] {0857cc20-870f-4c18-bc6a-e470a73e5399} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15418 2024.12.14 03:44:53.925033 [ 255 ] {0857cc20-870f-4c18-bc6a-e470a73e5399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15419 2024.12.14 03:44:53.925397 [ 255 ] {0857cc20-870f-4c18-bc6a-e470a73e5399} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
15420 2024.12.14 03:44:53.925639 [ 255 ] {0857cc20-870f-4c18-bc6a-e470a73e5399} <Trace> oximeter.measurements_f64 (0a6da6c3-523b-4379-b4f8-3a7e0da5d606): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15421 2024.12.14 03:44:53.925826 [ 255 ] {0857cc20-870f-4c18-bc6a-e470a73e5399} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec.
15422 2024.12.14 03:44:53.925878 [ 255 ] {0857cc20-870f-4c18-bc6a-e470a73e5399} <Debug> TCPHandler: Processed in 0.001755565 sec.
15423 2024.12.14 03:44:53.926048 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15424 2024.12.14 03:44:53.926190 [ 258 ] {2a0ce768-18a2-4c1e-b069-c2ef2326ef32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15425 2024.12.14 03:44:53.926286 [ 258 ] {2a0ce768-18a2-4c1e-b069-c2ef2326ef32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15426 2024.12.14 03:44:53.927555 [ 258 ] {2a0ce768-18a2-4c1e-b069-c2ef2326ef32} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15427 2024.12.14 03:44:53.927597 [ 258 ] {2a0ce768-18a2-4c1e-b069-c2ef2326ef32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15428 2024.12.14 03:44:53.928252 [ 258 ] {2a0ce768-18a2-4c1e-b069-c2ef2326ef32} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
15429 2024.12.14 03:44:53.928525 [ 258 ] {2a0ce768-18a2-4c1e-b069-c2ef2326ef32} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15430 2024.12.14 03:44:53.928804 [ 258 ] {2a0ce768-18a2-4c1e-b069-c2ef2326ef32} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002637 sec., 6067.5009480470235 rows/sec., 10.87 MiB/sec.
15431 2024.12.14 03:44:53.928969 [ 258 ] {2a0ce768-18a2-4c1e-b069-c2ef2326ef32} <Debug> TCPHandler: Processed in 0.00298845 sec.
15432 2024.12.14 03:44:53.929317 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15433 2024.12.14 03:44:53.929832 [ 255 ] {5f1a146a-f4cd-4599-82f7-c2e3b43718ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15434 2024.12.14 03:44:53.930019 [ 255 ] {5f1a146a-f4cd-4599-82f7-c2e3b43718ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15435 2024.12.14 03:44:53.930547 [ 255 ] {5f1a146a-f4cd-4599-82f7-c2e3b43718ff} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15436 2024.12.14 03:44:53.930588 [ 255 ] {5f1a146a-f4cd-4599-82f7-c2e3b43718ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15437 2024.12.14 03:44:53.930965 [ 255 ] {5f1a146a-f4cd-4599-82f7-c2e3b43718ff} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15438 2024.12.14 03:44:53.931213 [ 255 ] {5f1a146a-f4cd-4599-82f7-c2e3b43718ff} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15439 2024.12.14 03:44:53.931410 [ 140 ] {} <Debug> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15440 2024.12.14 03:44:53.931468 [ 255 ] {5f1a146a-f4cd-4599-82f7-c2e3b43718ff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001818 sec., 45104.510451045106 rows/sec., 2.86 MiB/sec.
15441 2024.12.14 03:44:53.931478 [ 140 ] {} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15442 2024.12.14 03:44:53.931554 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15443 2024.12.14 03:44:53.931582 [ 255 ] {5f1a146a-f4cd-4599-82f7-c2e3b43718ff} <Debug> TCPHandler: Processed in 0.002514391 sec.
15444 2024.12.14 03:44:53.931746 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
15445 2024.12.14 03:44:53.931872 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15446 2024.12.14 03:44:53.931912 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7202 rows starting from the beginning of the part
15447 2024.12.14 03:44:53.932000 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part
15448 2024.12.14 03:44:53.932164 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 70 rows starting from the beginning of the part
15449 2024.12.14 03:44:53.932405 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 12 rows starting from the beginning of the part
15450 2024.12.14 03:44:53.932649 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part
15451 2024.12.14 03:44:53.932863 [ 189 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part
15452 2024.12.14 03:44:53.934961 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7486 rows, containing 4 columns (4 merged, 0 gathered) in 0.003295775 sec., 2271392.9197229785 rows/sec., 149.52 MiB/sec.
15453 2024.12.14 03:44:53.935419 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15454 2024.12.14 03:44:53.935756 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15455 2024.12.14 03:44:53.935848 [ 193 ] {01320fdd-8854-4e44-8477-ef45c7e8a179::all_1_131_26} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15456 2024.12.14 03:44:53.935930 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB.
15457 2024.12.14 03:44:54.001856 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001304816 sec.
15458 2024.12.14 03:44:54.395742 [ 221 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15459 2024.12.14 03:44:54.395797 [ 221 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15460 2024.12.14 03:44:54.397347 [ 220 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15461 2024.12.14 03:44:54.397415 [ 220 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15462 2024.12.14 03:44:54.398163 [ 221 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15463 2024.12.14 03:44:54.399935 [ 220 ] {} <Debug> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15464 2024.12.14 03:44:54.465234 [ 223 ] {} <Trace> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15465 2024.12.14 03:44:54.465287 [ 223 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15466 2024.12.14 03:44:54.467189 [ 223 ] {} <Debug> system.query_log (0953926b-7f8b-4c3f-abb9-3eb52fec382e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15467 2024.12.14 03:44:55.839234 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
15468 2024.12.14 03:44:55.862012 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15469 2024.12.14 03:44:55.862078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15470 2024.12.14 03:44:55.869721 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
15471 2024.12.14 03:44:55.870537 [ 243 ] {} <Trace> system.metric_log (93889ed1-2394-44d6-831c-1a45ceaeba3a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15472 2024.12.14 03:44:55.873806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
15473 2024.12.14 03:44:58.346543 [ 218 ] {} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15474 2024.12.14 03:44:58.346602 [ 218 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15475 2024.12.14 03:44:58.348920 [ 218 ] {} <Debug> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15476 2024.12.14 03:44:58.894735 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15477 2024.12.14 03:44:58.894950 [ 255 ] {72f0194e-08d3-4c7d-bad7-4a376352554f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15478 2024.12.14 03:44:58.895030 [ 255 ] {72f0194e-08d3-4c7d-bad7-4a376352554f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15479 2024.12.14 03:44:58.895784 [ 255 ] {72f0194e-08d3-4c7d-bad7-4a376352554f} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15480 2024.12.14 03:44:58.895831 [ 255 ] {72f0194e-08d3-4c7d-bad7-4a376352554f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15481 2024.12.14 03:44:58.896252 [ 255 ] {72f0194e-08d3-4c7d-bad7-4a376352554f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
15482 2024.12.14 03:44:58.896510 [ 255 ] {72f0194e-08d3-4c7d-bad7-4a376352554f} <Trace> oximeter.fields_ipaddr (728b3983-deb5-4ae2-9d63-0a3d6b133748): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15483 2024.12.14 03:44:58.896718 [ 255 ] {72f0194e-08d3-4c7d-bad7-4a376352554f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001822 sec., 3293.084522502744 rows/sec., 268.53 KiB/sec.
15484 2024.12.14 03:44:58.896801 [ 255 ] {72f0194e-08d3-4c7d-bad7-4a376352554f} <Debug> TCPHandler: Processed in 0.002201064 sec.
15485 2024.12.14 03:44:58.897122 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15486 2024.12.14 03:44:58.897324 [ 258 ] {74bf77de-49b4-46a7-9e46-77477b982605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15487 2024.12.14 03:44:58.897402 [ 258 ] {74bf77de-49b4-46a7-9e46-77477b982605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15488 2024.12.14 03:44:58.898239 [ 258 ] {74bf77de-49b4-46a7-9e46-77477b982605} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15489 2024.12.14 03:44:58.898291 [ 258 ] {74bf77de-49b4-46a7-9e46-77477b982605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15490 2024.12.14 03:44:58.898763 [ 258 ] {74bf77de-49b4-46a7-9e46-77477b982605} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15491 2024.12.14 03:44:58.899033 [ 258 ] {74bf77de-49b4-46a7-9e46-77477b982605} <Trace> oximeter.fields_string (d605946c-de58-4815-a254-9dba59480e0d): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15492 2024.12.14 03:44:58.899271 [ 258 ] {74bf77de-49b4-46a7-9e46-77477b982605} <Debug> executeQuery: Read 109 rows, 9.40 KiB in 0.002004 sec., 54391.217564870254 rows/sec., 4.58 MiB/sec.
15493 2024.12.14 03:44:58.899341 [ 258 ] {74bf77de-49b4-46a7-9e46-77477b982605} <Debug> TCPHandler: Processed in 0.002412938 sec.
15494 2024.12.14 03:44:58.899506 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15495 2024.12.14 03:44:58.899646 [ 255 ] {3f106218-b8f1-4910-917d-be1197f9fece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15496 2024.12.14 03:44:58.899704 [ 255 ] {3f106218-b8f1-4910-917d-be1197f9fece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15497 2024.12.14 03:44:58.900371 [ 255 ] {3f106218-b8f1-4910-917d-be1197f9fece} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15498 2024.12.14 03:44:58.900409 [ 255 ] {3f106218-b8f1-4910-917d-be1197f9fece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15499 2024.12.14 03:44:58.900775 [ 255 ] {3f106218-b8f1-4910-917d-be1197f9fece} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
15500 2024.12.14 03:44:58.901025 [ 255 ] {3f106218-b8f1-4910-917d-be1197f9fece} <Trace> oximeter.fields_u16 (54dd0748-ef50-4702-94a3-e5cf744ee64a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15501 2024.12.14 03:44:58.901196 [ 255 ] {3f106218-b8f1-4910-917d-be1197f9fece} <Debug> executeQuery: Read 31 rows, 2.30 KiB in 0.001582 sec., 19595.448798988622 rows/sec., 1.42 MiB/sec.
15502 2024.12.14 03:44:58.901248 [ 255 ] {3f106218-b8f1-4910-917d-be1197f9fece} <Debug> TCPHandler: Processed in 0.001808676 sec.
15503 2024.12.14 03:44:58.901406 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15504 2024.12.14 03:44:58.901556 [ 258 ] {ac3dea20-d41a-4385-aa9f-e3d0ed73d58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15505 2024.12.14 03:44:58.901618 [ 258 ] {ac3dea20-d41a-4385-aa9f-e3d0ed73d58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15506 2024.12.14 03:44:58.902333 [ 258 ] {ac3dea20-d41a-4385-aa9f-e3d0ed73d58f} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15507 2024.12.14 03:44:58.902377 [ 258 ] {ac3dea20-d41a-4385-aa9f-e3d0ed73d58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15508 2024.12.14 03:44:58.902766 [ 258 ] {ac3dea20-d41a-4385-aa9f-e3d0ed73d58f} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15509 2024.12.14 03:44:58.903014 [ 258 ] {ac3dea20-d41a-4385-aa9f-e3d0ed73d58f} <Trace> oximeter.fields_uuid (7246fda6-af5d-48e6-afa1-d8846b751470): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15510 2024.12.14 03:44:58.903243 [ 258 ] {ac3dea20-d41a-4385-aa9f-e3d0ed73d58f} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.001717 sec., 55329.062317996504 rows/sec., 4.33 MiB/sec.
15511 2024.12.14 03:44:58.903328 [ 258 ] {ac3dea20-d41a-4385-aa9f-e3d0ed73d58f} <Debug> TCPHandler: Processed in 0.00199061 sec.
15512 2024.12.14 03:44:58.903541 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15513 2024.12.14 03:44:58.903769 [ 255 ] {2f4dba03-9a13-4917-9cba-fb9672c44a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15514 2024.12.14 03:44:58.903833 [ 255 ] {2f4dba03-9a13-4917-9cba-fb9672c44a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15515 2024.12.14 03:44:58.904455 [ 255 ] {2f4dba03-9a13-4917-9cba-fb9672c44a90} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15516 2024.12.14 03:44:58.904494 [ 255 ] {2f4dba03-9a13-4917-9cba-fb9672c44a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15517 2024.12.14 03:44:58.904898 [ 255 ] {2f4dba03-9a13-4917-9cba-fb9672c44a90} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15518 2024.12.14 03:44:58.905161 [ 255 ] {2f4dba03-9a13-4917-9cba-fb9672c44a90} <Trace> oximeter.measurements_cumulativeu64 (86b638b6-b9aa-4cbf-b365-d81d25583f72): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15519 2024.12.14 03:44:58.905339 [ 255 ] {2f4dba03-9a13-4917-9cba-fb9672c44a90} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001617 sec., 100803.95794681509 rows/sec., 7.02 MiB/sec.
15520 2024.12.14 03:44:58.905391 [ 255 ] {2f4dba03-9a13-4917-9cba-fb9672c44a90} <Debug> TCPHandler: Processed in 0.001961769 sec.
15521 2024.12.14 03:44:58.905556 [ 258 ] {} <Trace> TCP-Session: d7302566-4e37-45e7-975f-58cd23853210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15522 2024.12.14 03:44:58.905699 [ 258 ] {4f034517-2883-4b0f-9ec1-c4ccadb73075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40019) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15523 2024.12.14 03:44:58.905796 [ 258 ] {4f034517-2883-4b0f-9ec1-c4ccadb73075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15524 2024.12.14 03:44:58.907063 [ 258 ] {4f034517-2883-4b0f-9ec1-c4ccadb73075} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15525 2024.12.14 03:44:58.907105 [ 258 ] {4f034517-2883-4b0f-9ec1-c4ccadb73075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15526 2024.12.14 03:44:58.907783 [ 258 ] {4f034517-2883-4b0f-9ec1-c4ccadb73075} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
15527 2024.12.14 03:44:58.908054 [ 258 ] {4f034517-2883-4b0f-9ec1-c4ccadb73075} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15528 2024.12.14 03:44:58.908248 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
15529 2024.12.14 03:44:58.908312 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15530 2024.12.14 03:44:58.908337 [ 258 ] {4f034517-2883-4b0f-9ec1-c4ccadb73075} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002668 sec., 9370.314842578711 rows/sec., 16.79 MiB/sec.
15531 2024.12.14 03:44:58.908353 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15532 2024.12.14 03:44:58.908734 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::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
15533 2024.12.14 03:44:58.908753 [ 258 ] {4f034517-2883-4b0f-9ec1-c4ccadb73075} <Debug> TCPHandler: Processed in 0.003262816 sec.
15534 2024.12.14 03:44:58.909022 [ 255 ] {} <Trace> TCP-Session: 58a7f98c-f850-4be1-8001-c22686c82708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15535 2024.12.14 03:44:58.909163 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15536 2024.12.14 03:44:58.909204 [ 255 ] {2a05bbef-46fc-4737-91d5-3d3e1a44458d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40320) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15537 2024.12.14 03:44:58.909251 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2051 rows starting from the beginning of the part
15538 2024.12.14 03:44:58.909282 [ 255 ] {2a05bbef-46fc-4737-91d5-3d3e1a44458d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15539 2024.12.14 03:44:58.909962 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 25 rows starting from the beginning of the part
15540 2024.12.14 03:44:58.910568 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 16 rows starting from the beginning of the part
15541 2024.12.14 03:44:58.911156 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 25 rows starting from the beginning of the part
15542 2024.12.14 03:44:58.911171 [ 255 ] {2a05bbef-46fc-4737-91d5-3d3e1a44458d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15543 2024.12.14 03:44:58.911223 [ 255 ] {2a05bbef-46fc-4737-91d5-3d3e1a44458d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15544 2024.12.14 03:44:58.911653 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 16 rows starting from the beginning of the part
15545 2024.12.14 03:44:58.912219 [ 193 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 25 rows starting from the beginning of the part
15546 2024.12.14 03:44:58.912355 [ 255 ] {2a05bbef-46fc-4737-91d5-3d3e1a44458d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15547 2024.12.14 03:44:58.912873 [ 255 ] {2a05bbef-46fc-4737-91d5-3d3e1a44458d} <Trace> oximeter.measurements_u64 (01320fdd-8854-4e44-8477-ef45c7e8a179): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15548 2024.12.14 03:44:58.913132 [ 255 ] {2a05bbef-46fc-4737-91d5-3d3e1a44458d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003966 sec., 15128.593040847201 rows/sec., 1.02 MiB/sec.
15549 2024.12.14 03:44:58.913221 [ 255 ] {2a05bbef-46fc-4737-91d5-3d3e1a44458d} <Debug> TCPHandler: Processed in 0.004276745 sec.
15550 2024.12.14 03:44:58.919874 [ 190 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2158 rows, containing 19 columns (19 merged, 0 gathered) in 0.011377258 sec., 189676.63386028516 rows/sec., 339.89 MiB/sec.
15551 2024.12.14 03:44:58.921871 [ 190 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
15552 2024.12.14 03:44:58.922333 [ 190 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15553 2024.12.14 03:44:58.922420 [ 190 ] {cf265e1b-f819-4632-89cc-afd1cdd7dd8d::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (cf265e1b-f819-4632-89cc-afd1cdd7dd8d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
15554 2024.12.14 03:44:58.922586 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.32 MiB.
15555 2024.12.14 03:45:00.654586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088
15556 2024.12.14 03:45:00.655270 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15557 2024.12.14 03:45:00.655325 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15558 2024.12.14 03:45:00.655886 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
15559 2024.12.14 03:45:00.656155 [ 244 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15560 2024.12.14 03:45:00.656396 [ 95 ] {} <Debug> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
15561 2024.12.14 03:45:00.656417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088
15562 2024.12.14 03:45:00.656477 [ 95 ] {} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15563 2024.12.14 03:45:00.656505 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
15564 2024.12.14 03:45:00.656755 [ 194 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::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
15565 2024.12.14 03:45:00.657197 [ 194 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15566 2024.12.14 03:45:00.657296 [ 194 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part
15567 2024.12.14 03:45:00.657437 [ 194 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part
15568 2024.12.14 03:45:00.657624 [ 194 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part
15569 2024.12.14 03:45:00.657744 [ 194 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part
15570 2024.12.14 03:45:00.657978 [ 194 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part
15571 2024.12.14 03:45:00.658096 [ 194 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part
15572 2024.12.14 03:45:00.661323 [ 197 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.004727595 sec., 7845003.6435016105 rows/sec., 112.22 MiB/sec.
15573 2024.12.14 03:45:00.661773 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
15574 2024.12.14 03:45:00.662214 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15575 2024.12.14 03:45:00.662335 [ 187 ] {9fef8eb7-22f5-4b41-ba8d-599b7632b716::all_1_81_16} <Trace> system.asynchronous_metric_log (9fef8eb7-22f5-4b41-ba8d-599b7632b716) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
15576 2024.12.14 03:45:00.662489 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.