Max level shown:
1 [ Nov 28 04:53:46 Enabled. ]
2 [ Nov 28 04:53:46 Rereading configuration. ]
3 [ Nov 28 04:53:47 Rereading configuration. ]
4 [ Nov 28 04:53:49 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 [ Nov 28 04:53:49 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.11.28 04:53:50.006859 [ 1 ] {} <Information> Application: Will watch for the process with pid 24729
29 2024.11.28 04:53:50.007396 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.11.28 04:53:50.257152 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24729
31 2024.11.28 04:53:50.257990 [ 1 ] {} <Information> Application: starting up
32 2024.11.28 04:53:50.258824 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.11.28 04:53:50.354430 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.11.28 04:53:50.400493 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.11.28 04:53:50.400564 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.11.28 04:53:50.400578 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.11.28 04:53:50.400666 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.11.28 04:53:50.401088 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.11.28 04:53:50.402694 [ 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.11.28 04:53:50.403424 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.11.28 04:53:50.404267 [ 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.11.28 04:53:50.404294 [ 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.11.28 04:53:50.404315 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.11.28 04:53:50.404505 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.11.28 04:53:50.405493 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.11.28 04:53:50.410799 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.11.28 04:53:50.411441 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.11.28 04:53:50.412784 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.11.28 04:53:50.412849 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.11.28 04:53:50.414425 [ 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.11.28 04:53:50.414915 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.11.28 04:53:50.419148 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.11.28 04:53:50.419774 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.11.28 04:53:50.421808 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.11.28 04:53:50.422273 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.11.28 04:53:50.422707 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.11.28 04:53:50.423157 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.11.28 04:53:50.424654 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.11.28 04:53:50.424687 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.11.28 04:53:50.424736 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.11.28 04:53:50.424813 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.11.28 04:53:50.441004 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.11.28 04:53:50.441033 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000172614 sec
68 2024.11.28 04:53:50.441085 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.11.28 04:53:50.441103 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.11.28 04:53:50.442363 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.11.28 04:53:50.443403 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.11.28 04:53:50.455621 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.11.28 04:53:50.455667 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.11.28 04:53:50.455691 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.11.28 04:53:50.455704 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.11.28 04:53:50.455734 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.11.28 04:53:50.455754 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.11.28 04:53:50.458323 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.11.28 04:53:50.458366 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.11.28 04:53:50.458388 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.11.28 04:53:50.458570 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.11.28 04:53:50.458589 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.11.28 04:53:50.458622 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.11.28 04:53:50.458642 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.11.28 04:53:50.458654 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.11.28 04:53:50.458682 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.11.28 04:53:50.458700 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.11.28 04:53:50.484760 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.11.28 04:53:50.491255 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.11.28 04:53:50.491298 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.8452e-05 sec
91 2024.11.28 04:53:50.491316 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.11.28 04:53:50.491330 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.11.28 04:53:50.491365 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.11.28 04:53:50.491603 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.11.28 04:53:50.491654 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.11.28 04:53:50.491671 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.11.28 04:53:50.491685 [ 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.11.28 04:53:50.491700 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.11.28 04:53:50.496149 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.11.28 04:53:50.496369 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2024.11.28 04:53:50.497781 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.655e-05 sec.
102 2024.11.28 04:53:50.498835 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.11.28 04:53:50.498928 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.11.28 04:53:50.498952 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.11.28 04:53:50.573206 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55550
106 2024.11.28 04:53:50.574324 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.11.28 04:53:50.574392 [ 3 ] {} <Debug> TCP-Session: 8f13fc99-8b2f-48a5-957a-96e302c3be27 Authenticating user 'default' from [fd00:1122:3344:101::a]:55550
108 2024.11.28 04:53:50.574423 [ 3 ] {} <Debug> TCP-Session: 8f13fc99-8b2f-48a5-957a-96e302c3be27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.11.28 04:53:50.574447 [ 3 ] {} <Debug> TCP-Session: 8f13fc99-8b2f-48a5-957a-96e302c3be27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.11.28 04:53:50.574531 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.11.28 04:53:50.574561 [ 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.11.28 04:53:50.574584 [ 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.11.28 04:53:50.577901 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60742
114 2024.11.28 04:53:50.577909 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48391
115 2024.11.28 04:53:50.578026 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61098
116 2024.11.28 04:53:50.578065 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
117 2024.11.28 04:53:50.578032 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47580
118 2024.11.28 04:53:50.578177 [ 5 ] {} <Debug> TCP-Session: b69d233d-578e-4cd1-af2a-47927f19068a Authenticating user 'default' from [fd00:1122:3344:101::a]:60742
119 2024.11.28 04:53:50.578230 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60409
120 2024.11.28 04:53:50.578395 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2024.11.28 04:53:50.578436 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2024.11.28 04:53:50.578335 [ 5 ] {} <Debug> TCP-Session: b69d233d-578e-4cd1-af2a-47927f19068a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
123 2024.11.28 04:53:50.578478 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58566
124 2024.11.28 04:53:50.578543 [ 254 ] {} <Debug> TCP-Session: 02532c7c-01bc-49e8-9187-8e45e03ddc27 Authenticating user 'default' from [fd00:1122:3344:101::a]:47580
125 2024.11.28 04:53:50.578554 [ 5 ] {} <Debug> TCP-Session: b69d233d-578e-4cd1-af2a-47927f19068a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
126 2024.11.28 04:53:50.578528 [ 4 ] {} <Debug> TCP-Session: 70df03be-a81f-4c64-9b37-208340f5e710 Authenticating user 'default' from [fd00:1122:3344:101::a]:61098
127 2024.11.28 04:53:50.578504 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
128 2024.11.28 04:53:50.578598 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51859
129 2024.11.28 04:53:50.578673 [ 254 ] {} <Debug> TCP-Session: 02532c7c-01bc-49e8-9187-8e45e03ddc27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2024.11.28 04:53:50.578839 [ 4 ] {} <Debug> TCP-Session: 70df03be-a81f-4c64-9b37-208340f5e710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
131 2024.11.28 04:53:50.578811 [ 255 ] {} <Debug> TCP-Session: ec298579-2b2f-4cd5-b783-96a8e0bcdd3b Authenticating user 'default' from [fd00:1122:3344:101::a]:60409
132 2024.11.28 04:53:50.578914 [ 254 ] {} <Debug> TCP-Session: 02532c7c-01bc-49e8-9187-8e45e03ddc27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
133 2024.11.28 04:53:50.578936 [ 4 ] {} <Debug> TCP-Session: 70df03be-a81f-4c64-9b37-208340f5e710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
134 2024.11.28 04:53:50.578984 [ 255 ] {} <Debug> TCP-Session: ec298579-2b2f-4cd5-b783-96a8e0bcdd3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2024.11.28 04:53:50.579042 [ 255 ] {} <Debug> TCP-Session: ec298579-2b2f-4cd5-b783-96a8e0bcdd3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2024.11.28 04:53:50.580020 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2024.11.28 04:53:50.580072 [ 256 ] {} <Debug> TCP-Session: b1b85bad-3788-43e6-ade6-39e8293a2d36 Authenticating user 'default' from [fd00:1122:3344:101::a]:58566
138 2024.11.28 04:53:50.580095 [ 256 ] {} <Debug> TCP-Session: b1b85bad-3788-43e6-ade6-39e8293a2d36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2024.11.28 04:53:50.580108 [ 256 ] {} <Debug> TCP-Session: b1b85bad-3788-43e6-ade6-39e8293a2d36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2024.11.28 04:53:50.586570 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2024.11.28 04:53:50.586614 [ 257 ] {} <Debug> TCP-Session: 3dd67197-08c8-4198-8328-2b2cc7013a97 Authenticating user 'default' from [fd00:1122:3344:101::a]:51859
142 2024.11.28 04:53:50.586638 [ 257 ] {} <Debug> TCP-Session: 3dd67197-08c8-4198-8328-2b2cc7013a97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2024.11.28 04:53:50.586665 [ 257 ] {} <Debug> TCP-Session: 3dd67197-08c8-4198-8328-2b2cc7013a97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2024.11.28 04:53:50.587082 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2024.11.28 04:53:50.587347 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51066
146 2024.11.28 04:53:50.587478 [ 253 ] {} <Debug> TCP-Session: c8966a54-65a0-41a9-84a9-8ac95ed0f0df Authenticating user 'default' from [fd00:1122:3344:101::a]:48391
147 2024.11.28 04:53:50.587580 [ 253 ] {} <Debug> TCP-Session: c8966a54-65a0-41a9-84a9-8ac95ed0f0df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
148 2024.11.28 04:53:50.587612 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
149 2024.11.28 04:53:50.587630 [ 253 ] {} <Debug> TCP-Session: c8966a54-65a0-41a9-84a9-8ac95ed0f0df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
150 2024.11.28 04:53:50.587667 [ 258 ] {} <Debug> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Authenticating user 'default' from [fd00:1122:3344:101::d]:51066
151 2024.11.28 04:53:50.587707 [ 258 ] {} <Debug> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.11.28 04:53:50.587732 [ 258 ] {} <Debug> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2024.11.28 04:53:50.587817 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2024.11.28 04:53:50.587851 [ 258 ] {} <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
155 2024.11.28 04:53:50.587881 [ 258 ] {} <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
156 2024.11.28 04:53:50.590228 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64715
157 2024.11.28 04:53:50.590342 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52726
158 2024.11.28 04:53:50.590486 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2024.11.28 04:53:50.590508 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42417
160 2024.11.28 04:53:50.590645 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
161 2024.11.28 04:53:50.590670 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65508
162 2024.11.28 04:53:50.590829 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
163 2024.11.28 04:53:50.590830 [ 259 ] {} <Debug> TCP-Session: d897804a-a195-43ef-90f1-d390be96839c Authenticating user 'default' from [fd00:1122:3344:101::d]:64715
164 2024.11.28 04:53:50.590976 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65478
165 2024.11.28 04:53:50.591004 [ 259 ] {} <Debug> TCP-Session: d897804a-a195-43ef-90f1-d390be96839c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
166 2024.11.28 04:53:50.591010 [ 261 ] {} <Debug> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Authenticating user 'default' from [fd00:1122:3344:101::d]:42417
167 2024.11.28 04:53:50.590995 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
168 2024.11.28 04:53:50.591077 [ 259 ] {} <Debug> TCP-Session: d897804a-a195-43ef-90f1-d390be96839c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
169 2024.11.28 04:53:50.591061 [ 260 ] {} <Debug> TCP-Session: af0255f1-7d16-494a-9e61-53ed200e2fc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52726
170 2024.11.28 04:53:50.591231 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50100
171 2024.11.28 04:53:50.591245 [ 260 ] {} <Debug> TCP-Session: af0255f1-7d16-494a-9e61-53ed200e2fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2024.11.28 04:53:50.591249 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2024.11.28 04:53:50.591092 [ 261 ] {} <Debug> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
174 2024.11.28 04:53:50.591318 [ 260 ] {} <Debug> TCP-Session: af0255f1-7d16-494a-9e61-53ed200e2fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
175 2024.11.28 04:53:50.591251 [ 262 ] {} <Debug> TCP-Session: a5b1ddab-4a41-4fd5-a89e-6683d019e61a Authenticating user 'default' from [fd00:1122:3344:101::d]:65508
176 2024.11.28 04:53:50.591497 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37741
177 2024.11.28 04:53:50.591534 [ 263 ] {} <Debug> TCP-Session: e7ce347b-e2e4-43d6-8a45-80186d43d08b Authenticating user 'default' from [fd00:1122:3344:101::d]:65478
178 2024.11.28 04:53:50.591508 [ 261 ] {} <Debug> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
179 2024.11.28 04:53:50.591795 [ 263 ] {} <Debug> TCP-Session: e7ce347b-e2e4-43d6-8a45-80186d43d08b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
180 2024.11.28 04:53:50.591561 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
181 2024.11.28 04:53:50.591826 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
182 2024.11.28 04:53:50.591862 [ 263 ] {} <Debug> TCP-Session: e7ce347b-e2e4-43d6-8a45-80186d43d08b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2024.11.28 04:53:50.591836 [ 262 ] {} <Debug> TCP-Session: a5b1ddab-4a41-4fd5-a89e-6683d019e61a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
184 2024.11.28 04:53:50.591806 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63215
185 2024.11.28 04:53:50.591922 [ 264 ] {} <Debug> TCP-Session: c10dd672-76d9-48b5-b04a-c0840ff53e28 Authenticating user 'default' from [fd00:1122:3344:101::d]:50100
186 2024.11.28 04:53:50.591980 [ 265 ] {} <Debug> TCP-Session: 8e226abd-f7b2-4ee2-a399-4c54cb2c6b1c Authenticating user 'default' from [fd00:1122:3344:101::d]:37741
187 2024.11.28 04:53:50.592018 [ 264 ] {} <Debug> TCP-Session: c10dd672-76d9-48b5-b04a-c0840ff53e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
188 2024.11.28 04:53:50.592039 [ 262 ] {} <Debug> TCP-Session: a5b1ddab-4a41-4fd5-a89e-6683d019e61a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
189 2024.11.28 04:53:50.592216 [ 265 ] {} <Debug> TCP-Session: 8e226abd-f7b2-4ee2-a399-4c54cb2c6b1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2024.11.28 04:53:50.592229 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
191 2024.11.28 04:53:50.592271 [ 265 ] {} <Debug> TCP-Session: 8e226abd-f7b2-4ee2-a399-4c54cb2c6b1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2024.11.28 04:53:50.592243 [ 264 ] {} <Debug> TCP-Session: c10dd672-76d9-48b5-b04a-c0840ff53e28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
193 2024.11.28 04:53:50.592316 [ 266 ] {} <Debug> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63215
194 2024.11.28 04:53:50.592423 [ 266 ] {} <Debug> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2024.11.28 04:53:50.592456 [ 266 ] {} <Debug> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2024.11.28 04:53:50.595236 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
197 2024.11.28 04:53:50.598488 [ 258 ] {1e1141b0-e348-41ce-8c33-78056d38b0bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
198 2024.11.28 04:53:50.656410 [ 258 ] {1e1141b0-e348-41ce-8c33-78056d38b0bf} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51066) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
199 
200 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
201 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
202 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
203 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
204 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
205 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
206 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
207 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
208 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
209 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
210 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
211 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
212 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
213 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
214 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
215 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
216 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
217 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
218 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
219 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
220 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
221 
222 2024.11.28 04:53:50.657744 [ 258 ] {1e1141b0-e348-41ce-8c33-78056d38b0bf} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
223 
224 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
225 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
226 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
227 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
228 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
229 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
230 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
231 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
232 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
233 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
234 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
235 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
236 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
237 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
238 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
239 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
240 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
241 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
242 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
243 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
244 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
245 
246 2024.11.28 04:53:50.657853 [ 258 ] {1e1141b0-e348-41ce-8c33-78056d38b0bf} <Debug> TCPHandler: Processed in 0.065479703 sec.
247 2024.11.28 04:53:50.658235 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
248 2024.11.28 04:53:50.658455 [ 261 ] {7c5fb04c-b727-4b0c-99bb-ed01df5c91f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
249 2024.11.28 04:53:50.658814 [ 261 ] {7c5fb04c-b727-4b0c-99bb-ed01df5c91f8} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42417) (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.11.28 04:53:50.658985 [ 261 ] {7c5fb04c-b727-4b0c-99bb-ed01df5c91f8} <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.11.28 04:53:50.659090 [ 261 ] {7c5fb04c-b727-4b0c-99bb-ed01df5c91f8} <Debug> TCPHandler: Processed in 0.001019742 sec.
298 2024.11.28 04:53:50.659360 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
299 2024.11.28 04:53:50.660650 [ 258 ] {8fe7e033-e3ae-42a1-bd29-bc790fec8445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) DROP DATABASE IF EXISTS oximeter (stage: Complete)
300 2024.11.28 04:53:50.661288 [ 258 ] {8fe7e033-e3ae-42a1-bd29-bc790fec8445} <Debug> TCPHandler: Processed in 0.002050325 sec.
301 2024.11.28 04:53:50.661495 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
302 2024.11.28 04:53:50.661632 [ 261 ] {88563de4-efed-492d-860d-d4e18b33389d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
303 2024.11.28 04:53:50.661738 [ 261 ] {88563de4-efed-492d-860d-d4e18b33389d} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
304 2024.11.28 04:53:50.664397 [ 261 ] {88563de4-efed-492d-860d-d4e18b33389d} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
305 2024.11.28 04:53:50.664435 [ 261 ] {88563de4-efed-492d-860d-d4e18b33389d} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.8462e-05 sec
306 2024.11.28 04:53:50.664451 [ 261 ] {88563de4-efed-492d-860d-d4e18b33389d} <Trace> ReferentialDeps: No tables
307 2024.11.28 04:53:50.664463 [ 261 ] {88563de4-efed-492d-860d-d4e18b33389d} <Trace> LoadingDeps: No tables
308 2024.11.28 04:53:50.664498 [ 261 ] {88563de4-efed-492d-860d-d4e18b33389d} <Information> DatabaseAtomic (oximeter): Starting up tables.
309 2024.11.28 04:53:50.664567 [ 261 ] {88563de4-efed-492d-860d-d4e18b33389d} <Debug> TCPHandler: Processed in 0.003130049 sec.
310 2024.11.28 04:53:50.664770 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
311 2024.11.28 04:53:50.664977 [ 258 ] {01f1b7ad-1d3b-4d3c-86d0-2f9383d376d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) /* 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.11.28 04:53:50.665042 [ 258 ] {01f1b7ad-1d3b-4d3c-86d0-2f9383d376d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
314 2024.11.28 04:53:50.667507 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41370
315 2024.11.28 04:53:50.668102 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
316 2024.11.28 04:53:50.668130 [ 267 ] {} <Debug> TCP-Session: a1acecff-d291-4724-90e1-0655235f271b Authenticating user 'default' from [fd00:1122:3344:101::e]:41370
317 2024.11.28 04:53:50.668155 [ 267 ] {} <Debug> TCP-Session: a1acecff-d291-4724-90e1-0655235f271b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
318 2024.11.28 04:53:50.668184 [ 267 ] {} <Debug> TCP-Session: a1acecff-d291-4724-90e1-0655235f271b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
319 2024.11.28 04:53:50.668659 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
320 2024.11.28 04:53:50.668687 [ 267 ] {} <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
321 2024.11.28 04:53:50.668721 [ 267 ] {} <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
322 2024.11.28 04:53:50.670414 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43351
323 2024.11.28 04:53:50.670423 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42669
324 2024.11.28 04:53:50.671092 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
325 2024.11.28 04:53:50.671135 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45179
326 2024.11.28 04:53:50.671107 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
327 2024.11.28 04:53:50.671170 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50659
328 2024.11.28 04:53:50.671226 [ 268 ] {} <Debug> TCP-Session: dca7fd16-e09a-4626-91fb-be3145dbcc85 Authenticating user 'default' from [fd00:1122:3344:101::e]:42669
329 2024.11.28 04:53:50.671411 [ 269 ] {} <Debug> TCP-Session: 56f0b6a3-5836-4b6b-8ec4-2926b47f02c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:43351
330 2024.11.28 04:53:50.671412 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58175
331 2024.11.28 04:53:50.671436 [ 268 ] {} <Debug> TCP-Session: dca7fd16-e09a-4626-91fb-be3145dbcc85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
332 2024.11.28 04:53:50.671521 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
333 2024.11.28 04:53:50.671731 [ 269 ] {} <Debug> TCP-Session: 56f0b6a3-5836-4b6b-8ec4-2926b47f02c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
334 2024.11.28 04:53:50.671767 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65239
335 2024.11.28 04:53:50.671570 [ 268 ] {} <Debug> TCP-Session: dca7fd16-e09a-4626-91fb-be3145dbcc85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
336 2024.11.28 04:53:50.671840 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
337 2024.11.28 04:53:50.671866 [ 269 ] {} <Debug> TCP-Session: 56f0b6a3-5836-4b6b-8ec4-2926b47f02c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
338 2024.11.28 04:53:50.672488 [ 270 ] {} <Debug> TCP-Session: a29acfe0-8dc8-4f0c-92fa-d46b31be25dd Authenticating user 'default' from [fd00:1122:3344:101::e]:45179
339 2024.11.28 04:53:50.672564 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
340 2024.11.28 04:53:50.672711 [ 273 ] {} <Debug> TCP-Session: 2a70395a-9fcf-42fc-9a33-3f153f07e3a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:65239
341 2024.11.28 04:53:50.672712 [ 270 ] {} <Debug> TCP-Session: a29acfe0-8dc8-4f0c-92fa-d46b31be25dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
342 2024.11.28 04:53:50.672728 [ 271 ] {} <Debug> TCP-Session: 10b1f698-3eed-4d40-88e2-2cf3e21f2255 Authenticating user 'default' from [fd00:1122:3344:101::e]:50659
343 2024.11.28 04:53:50.672850 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38693
344 2024.11.28 04:53:50.672855 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
345 2024.11.28 04:53:50.672890 [ 270 ] {} <Debug> TCP-Session: a29acfe0-8dc8-4f0c-92fa-d46b31be25dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
346 2024.11.28 04:53:50.672921 [ 271 ] {} <Debug> TCP-Session: 10b1f698-3eed-4d40-88e2-2cf3e21f2255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
347 2024.11.28 04:53:50.673149 [ 272 ] {} <Debug> TCP-Session: aa95d296-775d-45d2-81d8-1c6877fabe0c Authenticating user 'default' from [fd00:1122:3344:101::e]:58175
348 2024.11.28 04:53:50.673173 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
349 2024.11.28 04:53:50.673195 [ 271 ] {} <Debug> TCP-Session: 10b1f698-3eed-4d40-88e2-2cf3e21f2255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
350 2024.11.28 04:53:50.673776 [ 273 ] {} <Debug> TCP-Session: 2a70395a-9fcf-42fc-9a33-3f153f07e3a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
351 2024.11.28 04:53:50.673791 [ 272 ] {} <Debug> TCP-Session: aa95d296-775d-45d2-81d8-1c6877fabe0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
352 2024.11.28 04:53:50.673871 [ 273 ] {} <Debug> TCP-Session: 2a70395a-9fcf-42fc-9a33-3f153f07e3a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
353 2024.11.28 04:53:50.673884 [ 274 ] {} <Debug> TCP-Session: 3ea88f68-6078-447c-8949-e5ed12f2917a Authenticating user 'default' from [fd00:1122:3344:101::e]:38693
354 2024.11.28 04:53:50.673892 [ 272 ] {} <Debug> TCP-Session: aa95d296-775d-45d2-81d8-1c6877fabe0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
355 2024.11.28 04:53:50.674087 [ 274 ] {} <Debug> TCP-Session: 3ea88f68-6078-447c-8949-e5ed12f2917a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
356 2024.11.28 04:53:50.674149 [ 274 ] {} <Debug> TCP-Session: 3ea88f68-6078-447c-8949-e5ed12f2917a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
357 2024.11.28 04:53:50.675072 [ 258 ] {01f1b7ad-1d3b-4d3c-86d0-2f9383d376d8} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
358 2024.11.28 04:53:50.682882 [ 258 ] {01f1b7ad-1d3b-4d3c-86d0-2f9383d376d8} <Debug> oximeter.version (e5ba59f3-98f2-4809-a7eb-34cf998fbefd): Loading data parts
359 2024.11.28 04:53:50.683308 [ 258 ] {01f1b7ad-1d3b-4d3c-86d0-2f9383d376d8} <Debug> oximeter.version (e5ba59f3-98f2-4809-a7eb-34cf998fbefd): There are no data parts
360 2024.11.28 04:53:50.689392 [ 258 ] {01f1b7ad-1d3b-4d3c-86d0-2f9383d376d8} <Debug> TCPHandler: Processed in 0.024690978 sec.
361 2024.11.28 04:53:50.689630 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
362 2024.11.28 04:53:50.689883 [ 261 ] {79f50fff-4139-44e9-8bf0-6988bdd1ffb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) /* The measurement tables contain all individual samples from each timeseries.
363 *
364 * Each table stores a single datum type, and otherwise contains nearly the same
365 * structure. The primary sorting key is on the timeseries name, key, and then
366 * timestamp, so that all timeseries from the same schema are grouped, followed
367 * by all samples from the same timeseries.
368 *
369 * This reflects that one usually looks up the _key_ in one or more field table,
370 * and then uses that to index quickly into the measurements tables.
371 */
372 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)
373 2024.11.28 04:53:50.689974 [ 261 ] {79f50fff-4139-44e9-8bf0-6988bdd1ffb4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
374 2024.11.28 04:53:50.706952 [ 261 ] {79f50fff-4139-44e9-8bf0-6988bdd1ffb4} <Debug> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Loading data parts
375 2024.11.28 04:53:50.707227 [ 261 ] {79f50fff-4139-44e9-8bf0-6988bdd1ffb4} <Debug> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): There are no data parts
376 2024.11.28 04:53:50.711493 [ 261 ] {79f50fff-4139-44e9-8bf0-6988bdd1ffb4} <Debug> TCPHandler: Processed in 0.021929766 sec.
377 2024.11.28 04:53:50.711741 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2024.11.28 04:53:50.712015 [ 258 ] {20e45b2e-4715-4e22-a942-547920c356b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
379 2024.11.28 04:53:50.712107 [ 258 ] {20e45b2e-4715-4e22-a942-547920c356b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
380 2024.11.28 04:53:50.715554 [ 258 ] {20e45b2e-4715-4e22-a942-547920c356b4} <Debug> oximeter.measurements_i8 (b6fbeccf-8007-4321-ad7e-1088779825e0): Loading data parts
381 2024.11.28 04:53:50.715675 [ 258 ] {20e45b2e-4715-4e22-a942-547920c356b4} <Debug> oximeter.measurements_i8 (b6fbeccf-8007-4321-ad7e-1088779825e0): There are no data parts
382 2024.11.28 04:53:50.717559 [ 258 ] {20e45b2e-4715-4e22-a942-547920c356b4} <Debug> TCPHandler: Processed in 0.005907111 sec.
383 2024.11.28 04:53:50.717872 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
384 2024.11.28 04:53:50.718232 [ 261 ] {ee8db449-abda-4e9f-85c5-2dfef4b2d5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
385 2024.11.28 04:53:50.718339 [ 261 ] {ee8db449-abda-4e9f-85c5-2dfef4b2d5d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
386 2024.11.28 04:53:50.724586 [ 261 ] {ee8db449-abda-4e9f-85c5-2dfef4b2d5d4} <Debug> oximeter.measurements_u8 (346fabc1-e53e-4335-bd87-54f6b03e5ba5): Loading data parts
387 2024.11.28 04:53:50.724747 [ 261 ] {ee8db449-abda-4e9f-85c5-2dfef4b2d5d4} <Debug> oximeter.measurements_u8 (346fabc1-e53e-4335-bd87-54f6b03e5ba5): There are no data parts
388 2024.11.28 04:53:50.727476 [ 261 ] {ee8db449-abda-4e9f-85c5-2dfef4b2d5d4} <Debug> TCPHandler: Processed in 0.009759267 sec.
389 2024.11.28 04:53:50.727698 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
390 2024.11.28 04:53:50.727954 [ 258 ] {32e7ea06-c547-41bf-987b-b281ee1ba731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
391 2024.11.28 04:53:50.728039 [ 258 ] {32e7ea06-c547-41bf-987b-b281ee1ba731} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
392 2024.11.28 04:53:50.736507 [ 258 ] {32e7ea06-c547-41bf-987b-b281ee1ba731} <Debug> oximeter.measurements_i16 (f5f9bef0-7660-4351-ab02-8bfb2f06c8fd): Loading data parts
393 2024.11.28 04:53:50.736648 [ 258 ] {32e7ea06-c547-41bf-987b-b281ee1ba731} <Debug> oximeter.measurements_i16 (f5f9bef0-7660-4351-ab02-8bfb2f06c8fd): There are no data parts
394 2024.11.28 04:53:50.739525 [ 258 ] {32e7ea06-c547-41bf-987b-b281ee1ba731} <Debug> TCPHandler: Processed in 0.011899854 sec.
395 2024.11.28 04:53:50.739757 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
396 2024.11.28 04:53:50.740055 [ 261 ] {b64f7a7f-ed08-4fba-8b9f-7932e0e9869b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
397 2024.11.28 04:53:50.740142 [ 261 ] {b64f7a7f-ed08-4fba-8b9f-7932e0e9869b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
398 2024.11.28 04:53:50.748383 [ 261 ] {b64f7a7f-ed08-4fba-8b9f-7932e0e9869b} <Debug> oximeter.measurements_u16 (f936f642-9efe-4486-a4fb-4c89f89e1357): Loading data parts
399 2024.11.28 04:53:50.748558 [ 261 ] {b64f7a7f-ed08-4fba-8b9f-7932e0e9869b} <Debug> oximeter.measurements_u16 (f936f642-9efe-4486-a4fb-4c89f89e1357): There are no data parts
400 2024.11.28 04:53:50.756985 [ 261 ] {b64f7a7f-ed08-4fba-8b9f-7932e0e9869b} <Debug> TCPHandler: Processed in 0.017304984 sec.
401 2024.11.28 04:53:50.757208 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
402 2024.11.28 04:53:50.757420 [ 258 ] {6b430361-45c6-450a-89be-6cdd54b0461e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
403 2024.11.28 04:53:50.757498 [ 258 ] {6b430361-45c6-450a-89be-6cdd54b0461e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
404 2024.11.28 04:53:50.761032 [ 258 ] {6b430361-45c6-450a-89be-6cdd54b0461e} <Debug> oximeter.measurements_i32 (6bcc2762-2ade-48ab-b11e-bb5df40d61a4): Loading data parts
405 2024.11.28 04:53:50.761209 [ 258 ] {6b430361-45c6-450a-89be-6cdd54b0461e} <Debug> oximeter.measurements_i32 (6bcc2762-2ade-48ab-b11e-bb5df40d61a4): There are no data parts
406 2024.11.28 04:53:50.770263 [ 258 ] {6b430361-45c6-450a-89be-6cdd54b0461e} <Debug> TCPHandler: Processed in 0.013116681 sec.
407 2024.11.28 04:53:50.770531 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
408 2024.11.28 04:53:50.770826 [ 261 ] {13a81efb-5b13-4411-98ef-3a72861703bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
409 2024.11.28 04:53:50.770910 [ 261 ] {13a81efb-5b13-4411-98ef-3a72861703bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
410 2024.11.28 04:53:50.774147 [ 261 ] {13a81efb-5b13-4411-98ef-3a72861703bd} <Debug> oximeter.measurements_u32 (a00d7a4b-d54d-4135-a627-dac12cfa9bd1): Loading data parts
411 2024.11.28 04:53:50.774317 [ 261 ] {13a81efb-5b13-4411-98ef-3a72861703bd} <Debug> oximeter.measurements_u32 (a00d7a4b-d54d-4135-a627-dac12cfa9bd1): There are no data parts
412 2024.11.28 04:53:50.782373 [ 261 ] {13a81efb-5b13-4411-98ef-3a72861703bd} <Debug> TCPHandler: Processed in 0.011950325 sec.
413 2024.11.28 04:53:50.782583 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2024.11.28 04:53:50.782798 [ 258 ] {11306873-f796-4366-97f4-debfafa95805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
415 2024.11.28 04:53:50.782878 [ 258 ] {11306873-f796-4366-97f4-debfafa95805} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
416 2024.11.28 04:53:50.786284 [ 258 ] {11306873-f796-4366-97f4-debfafa95805} <Debug> oximeter.measurements_i64 (0c14a7c2-9d04-4fdd-a38d-d6fd5fea5d87): Loading data parts
417 2024.11.28 04:53:50.786434 [ 258 ] {11306873-f796-4366-97f4-debfafa95805} <Debug> oximeter.measurements_i64 (0c14a7c2-9d04-4fdd-a38d-d6fd5fea5d87): There are no data parts
418 2024.11.28 04:53:50.788318 [ 258 ] {11306873-f796-4366-97f4-debfafa95805} <Debug> TCPHandler: Processed in 0.005795909 sec.
419 2024.11.28 04:53:50.788538 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2024.11.28 04:53:50.788810 [ 261 ] {8599dd48-8f45-47fc-90b0-7acf674242bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
421 2024.11.28 04:53:50.788897 [ 261 ] {8599dd48-8f45-47fc-90b0-7acf674242bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
422 2024.11.28 04:53:50.795020 [ 261 ] {8599dd48-8f45-47fc-90b0-7acf674242bd} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Loading data parts
423 2024.11.28 04:53:50.795241 [ 261 ] {8599dd48-8f45-47fc-90b0-7acf674242bd} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): There are no data parts
424 2024.11.28 04:53:50.806006 [ 261 ] {8599dd48-8f45-47fc-90b0-7acf674242bd} <Debug> TCPHandler: Processed in 0.017544069 sec.
425 2024.11.28 04:53:50.806218 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2024.11.28 04:53:50.806426 [ 258 ] {d5a25f4b-3d7c-4eac-9fbd-ece732f5828e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
427 2024.11.28 04:53:50.806506 [ 258 ] {d5a25f4b-3d7c-4eac-9fbd-ece732f5828e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
428 2024.11.28 04:53:50.816160 [ 258 ] {d5a25f4b-3d7c-4eac-9fbd-ece732f5828e} <Debug> oximeter.measurements_f32 (db3fe140-a6e9-48fb-aa19-3898a7970af0): Loading data parts
429 2024.11.28 04:53:50.816342 [ 258 ] {d5a25f4b-3d7c-4eac-9fbd-ece732f5828e} <Debug> oximeter.measurements_f32 (db3fe140-a6e9-48fb-aa19-3898a7970af0): There are no data parts
430 2024.11.28 04:53:50.819343 [ 258 ] {d5a25f4b-3d7c-4eac-9fbd-ece732f5828e} <Debug> TCPHandler: Processed in 0.013186053 sec.
431 2024.11.28 04:53:50.819659 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2024.11.28 04:53:50.820003 [ 261 ] {d3e182d4-e352-46ae-a91d-3b9250679c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
433 2024.11.28 04:53:50.820105 [ 261 ] {d3e182d4-e352-46ae-a91d-3b9250679c23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
434 2024.11.28 04:53:50.828829 [ 261 ] {d3e182d4-e352-46ae-a91d-3b9250679c23} <Debug> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Loading data parts
435 2024.11.28 04:53:50.829015 [ 261 ] {d3e182d4-e352-46ae-a91d-3b9250679c23} <Debug> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): There are no data parts
436 2024.11.28 04:53:50.832129 [ 261 ] {d3e182d4-e352-46ae-a91d-3b9250679c23} <Debug> TCPHandler: Processed in 0.01261549 sec.
437 2024.11.28 04:53:50.832372 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
438 2024.11.28 04:53:50.832588 [ 258 ] {060f97de-6f8a-4427-92d1-278689a5cd66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
439 2024.11.28 04:53:50.832672 [ 258 ] {060f97de-6f8a-4427-92d1-278689a5cd66} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
440 2024.11.28 04:53:50.841450 [ 258 ] {060f97de-6f8a-4427-92d1-278689a5cd66} <Debug> oximeter.measurements_string (e7ba0610-02dc-40fa-a820-0941b9aa2ace): Loading data parts
441 2024.11.28 04:53:50.841653 [ 258 ] {060f97de-6f8a-4427-92d1-278689a5cd66} <Debug> oximeter.measurements_string (e7ba0610-02dc-40fa-a820-0941b9aa2ace): There are no data parts
442 2024.11.28 04:53:50.845290 [ 258 ] {060f97de-6f8a-4427-92d1-278689a5cd66} <Debug> TCPHandler: Processed in 0.012987468 sec.
443 2024.11.28 04:53:50.845575 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
444 2024.11.28 04:53:50.845855 [ 261 ] {601fc37b-f1ee-4c75-ac1f-b7b904c76e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
445 * NOTE: Right now we can't unambiguously record a nullable byte array.
446 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
447 * a string isn't palatable for a few reasons.
448 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
449 * details.
450 */
451 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
452 2024.11.28 04:53:50.845933 [ 261 ] {601fc37b-f1ee-4c75-ac1f-b7b904c76e12} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
453 2024.11.28 04:53:50.847085 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64011
454 2024.11.28 04:53:50.848336 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
455 2024.11.28 04:53:50.848373 [ 277 ] {} <Debug> TCP-Session: a26eac66-ba97-41fb-9969-b0e0ff411a9f Authenticating user 'default' from [fd00:1122:3344:101::b]:64011
456 2024.11.28 04:53:50.848398 [ 277 ] {} <Debug> TCP-Session: a26eac66-ba97-41fb-9969-b0e0ff411a9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
457 2024.11.28 04:53:50.848442 [ 277 ] {} <Debug> TCP-Session: a26eac66-ba97-41fb-9969-b0e0ff411a9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
458 2024.11.28 04:53:50.848505 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
459 2024.11.28 04:53:50.848530 [ 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
460 2024.11.28 04:53:50.848565 [ 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
461 2024.11.28 04:53:50.850171 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53216
462 2024.11.28 04:53:50.850296 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59841
463 2024.11.28 04:53:50.850348 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
464 2024.11.28 04:53:50.850542 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
465 2024.11.28 04:53:50.850544 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33061
466 2024.11.28 04:53:50.850585 [ 279 ] {} <Debug> TCP-Session: 28a2615d-5f8d-4aa7-95de-0d758d6a6800 Authenticating user 'default' from [fd00:1122:3344:101::b]:59841
467 2024.11.28 04:53:50.850608 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49257
468 2024.11.28 04:53:50.850556 [ 278 ] {} <Debug> TCP-Session: 3a6b46d6-6e96-40f9-8b69-27979aee8dc4 Authenticating user 'default' from [fd00:1122:3344:101::b]:53216
469 2024.11.28 04:53:50.850648 [ 279 ] {} <Debug> TCP-Session: 28a2615d-5f8d-4aa7-95de-0d758d6a6800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
470 2024.11.28 04:53:50.850932 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51464
471 2024.11.28 04:53:50.850979 [ 278 ] {} <Debug> TCP-Session: 3a6b46d6-6e96-40f9-8b69-27979aee8dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
472 2024.11.28 04:53:50.850973 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
473 2024.11.28 04:53:50.850992 [ 279 ] {} <Debug> TCP-Session: 28a2615d-5f8d-4aa7-95de-0d758d6a6800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
474 2024.11.28 04:53:50.851040 [ 278 ] {} <Debug> TCP-Session: 3a6b46d6-6e96-40f9-8b69-27979aee8dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
475 2024.11.28 04:53:50.850943 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
476 2024.11.28 04:53:50.851140 [ 281 ] {} <Debug> TCP-Session: 8e14dd08-0f21-4b91-8f95-725e222f26d1 Authenticating user 'default' from [fd00:1122:3344:101::b]:49257
477 2024.11.28 04:53:50.851406 [ 281 ] {} <Debug> TCP-Session: 8e14dd08-0f21-4b91-8f95-725e222f26d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
478 2024.11.28 04:53:50.851443 [ 280 ] {} <Debug> TCP-Session: 6a7f5f0e-08a1-48a2-9805-8796a223eab7 Authenticating user 'default' from [fd00:1122:3344:101::b]:33061
479 2024.11.28 04:53:50.851447 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41964
480 2024.11.28 04:53:50.851501 [ 281 ] {} <Debug> TCP-Session: 8e14dd08-0f21-4b91-8f95-725e222f26d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
481 2024.11.28 04:53:50.851520 [ 280 ] {} <Debug> TCP-Session: 6a7f5f0e-08a1-48a2-9805-8796a223eab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
482 2024.11.28 04:53:50.851415 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63291
483 2024.11.28 04:53:50.851756 [ 280 ] {} <Debug> TCP-Session: 6a7f5f0e-08a1-48a2-9805-8796a223eab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
484 2024.11.28 04:53:50.853528 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
485 2024.11.28 04:53:50.853567 [ 282 ] {} <Debug> TCP-Session: 68b09edc-9eb2-4cc8-95b8-fe9e1fde7079 Authenticating user 'default' from [fd00:1122:3344:101::b]:51464
486 2024.11.28 04:53:50.853588 [ 282 ] {} <Debug> TCP-Session: 68b09edc-9eb2-4cc8-95b8-fe9e1fde7079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
487 2024.11.28 04:53:50.853622 [ 282 ] {} <Debug> TCP-Session: 68b09edc-9eb2-4cc8-95b8-fe9e1fde7079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
488 2024.11.28 04:53:50.853741 [ 261 ] {601fc37b-f1ee-4c75-ac1f-b7b904c76e12} <Debug> oximeter.measurements_bytes (159c0d1c-1be4-40c7-8596-67a9a60da205): Loading data parts
489 2024.11.28 04:53:50.853948 [ 261 ] {601fc37b-f1ee-4c75-ac1f-b7b904c76e12} <Debug> oximeter.measurements_bytes (159c0d1c-1be4-40c7-8596-67a9a60da205): There are no data parts
490 2024.11.28 04:53:50.856467 [ 261 ] {601fc37b-f1ee-4c75-ac1f-b7b904c76e12} <Debug> TCPHandler: Processed in 0.010993064 sec.
491 2024.11.28 04:53:50.856707 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
492 2024.11.28 04:53:50.856925 [ 258 ] {9491383f-1602-4a68-b88b-e5752e5f6618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
493 2024.11.28 04:53:50.857004 [ 258 ] {9491383f-1602-4a68-b88b-e5752e5f6618} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
494 2024.11.28 04:53:50.860039 [ 258 ] {9491383f-1602-4a68-b88b-e5752e5f6618} <Debug> oximeter.measurements_cumulativei64 (5b57436c-c867-450b-bd18-07d856688a1e): Loading data parts
495 2024.11.28 04:53:50.860296 [ 258 ] {9491383f-1602-4a68-b88b-e5752e5f6618} <Debug> oximeter.measurements_cumulativei64 (5b57436c-c867-450b-bd18-07d856688a1e): There are no data parts
496 2024.11.28 04:53:50.861887 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
497 2024.11.28 04:53:50.861903 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
498 2024.11.28 04:53:50.861939 [ 283 ] {} <Debug> TCP-Session: af00f284-c94b-4e45-bf5f-22ad7c8b0206 Authenticating user 'default' from [fd00:1122:3344:101::b]:63291
499 2024.11.28 04:53:50.862013 [ 284 ] {} <Debug> TCP-Session: b880cfe2-a1d6-4233-a91e-80be0b5ca119 Authenticating user 'default' from [fd00:1122:3344:101::b]:41964
500 2024.11.28 04:53:50.862022 [ 283 ] {} <Debug> TCP-Session: af00f284-c94b-4e45-bf5f-22ad7c8b0206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
501 2024.11.28 04:53:50.862054 [ 284 ] {} <Debug> TCP-Session: b880cfe2-a1d6-4233-a91e-80be0b5ca119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
502 2024.11.28 04:53:50.862108 [ 283 ] {} <Debug> TCP-Session: af00f284-c94b-4e45-bf5f-22ad7c8b0206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
503 2024.11.28 04:53:50.862113 [ 284 ] {} <Debug> TCP-Session: b880cfe2-a1d6-4233-a91e-80be0b5ca119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
504 2024.11.28 04:53:50.863705 [ 258 ] {9491383f-1602-4a68-b88b-e5752e5f6618} <Debug> TCPHandler: Processed in 0.007059026 sec.
505 2024.11.28 04:53:50.863948 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
506 2024.11.28 04:53:50.864209 [ 261 ] {0e6992e7-65ce-4fad-a7e9-56bd95c9aac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
507 2024.11.28 04:53:50.864305 [ 261 ] {0e6992e7-65ce-4fad-a7e9-56bd95c9aac1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
508 2024.11.28 04:53:50.869598 [ 261 ] {0e6992e7-65ce-4fad-a7e9-56bd95c9aac1} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Loading data parts
509 2024.11.28 04:53:50.869825 [ 261 ] {0e6992e7-65ce-4fad-a7e9-56bd95c9aac1} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): There are no data parts
510 2024.11.28 04:53:50.872008 [ 261 ] {0e6992e7-65ce-4fad-a7e9-56bd95c9aac1} <Debug> TCPHandler: Processed in 0.008154751 sec.
511 2024.11.28 04:53:50.872225 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
512 2024.11.28 04:53:50.872466 [ 258 ] {e68e6dce-65f8-49a5-926a-92cc60ab73ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
513 2024.11.28 04:53:50.872548 [ 258 ] {e68e6dce-65f8-49a5-926a-92cc60ab73ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
514 2024.11.28 04:53:50.875592 [ 258 ] {e68e6dce-65f8-49a5-926a-92cc60ab73ba} <Debug> oximeter.measurements_cumulativef32 (0d60b103-3072-47ff-bb57-56f8437966f6): Loading data parts
515 2024.11.28 04:53:50.875756 [ 258 ] {e68e6dce-65f8-49a5-926a-92cc60ab73ba} <Debug> oximeter.measurements_cumulativef32 (0d60b103-3072-47ff-bb57-56f8437966f6): There are no data parts
516 2024.11.28 04:53:50.879431 [ 258 ] {e68e6dce-65f8-49a5-926a-92cc60ab73ba} <Debug> TCPHandler: Processed in 0.007269411 sec.
517 2024.11.28 04:53:50.879658 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
518 2024.11.28 04:53:50.879987 [ 261 ] {b70e0c04-255e-4dab-9ec9-88af74688913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
519 2024.11.28 04:53:50.880084 [ 261 ] {b70e0c04-255e-4dab-9ec9-88af74688913} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
520 2024.11.28 04:53:50.885245 [ 261 ] {b70e0c04-255e-4dab-9ec9-88af74688913} <Debug> oximeter.measurements_cumulativef64 (a74961c2-5988-4211-8084-baa2f674077d): Loading data parts
521 2024.11.28 04:53:50.885467 [ 261 ] {b70e0c04-255e-4dab-9ec9-88af74688913} <Debug> oximeter.measurements_cumulativef64 (a74961c2-5988-4211-8084-baa2f674077d): There are no data parts
522 2024.11.28 04:53:50.889988 [ 261 ] {b70e0c04-255e-4dab-9ec9-88af74688913} <Debug> TCPHandler: Processed in 0.010414321 sec.
523 2024.11.28 04:53:50.890222 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
524 2024.11.28 04:53:50.890583 [ 258 ] {2c7027fc-66f7-41c1-95f7-59c5a99a4aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
525 * NOTE: Array types cannot be Nullable, see
526 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
527 * for more details.
528 *
529 * This means we need to use empty arrays to indicate a missing value. This
530 * is unfortunate, and at this point relies on the fact that an
531 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
532 * to figure out another way to represent missing samples here.
533 */
534 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)
535 2024.11.28 04:53:50.890690 [ 258 ] {2c7027fc-66f7-41c1-95f7-59c5a99a4aba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
536 2024.11.28 04:53:50.897879 [ 258 ] {2c7027fc-66f7-41c1-95f7-59c5a99a4aba} <Debug> oximeter.measurements_histogrami8 (2fb5e62e-6395-4d02-840c-c4dbfab775fc): Loading data parts
537 2024.11.28 04:53:50.898081 [ 258 ] {2c7027fc-66f7-41c1-95f7-59c5a99a4aba} <Debug> oximeter.measurements_histogrami8 (2fb5e62e-6395-4d02-840c-c4dbfab775fc): There are no data parts
538 2024.11.28 04:53:50.901007 [ 258 ] {2c7027fc-66f7-41c1-95f7-59c5a99a4aba} <Debug> TCPHandler: Processed in 0.010857451 sec.
539 2024.11.28 04:53:50.901293 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2024.11.28 04:53:50.901779 [ 261 ] {c5357a29-516c-472a-b263-04d1d2aefba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
541 2024.11.28 04:53:50.901913 [ 261 ] {c5357a29-516c-472a-b263-04d1d2aefba5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
542 2024.11.28 04:53:50.910772 [ 261 ] {c5357a29-516c-472a-b263-04d1d2aefba5} <Debug> oximeter.measurements_histogramu8 (982687a6-82b2-4762-a397-68ee57f695d5): Loading data parts
543 2024.11.28 04:53:50.910953 [ 261 ] {c5357a29-516c-472a-b263-04d1d2aefba5} <Debug> oximeter.measurements_histogramu8 (982687a6-82b2-4762-a397-68ee57f695d5): There are no data parts
544 2024.11.28 04:53:50.915107 [ 261 ] {c5357a29-516c-472a-b263-04d1d2aefba5} <Debug> TCPHandler: Processed in 0.01393704 sec.
545 2024.11.28 04:53:50.915361 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2024.11.28 04:53:50.915663 [ 258 ] {b1580bd2-f466-4d89-8d67-3e7a5deee3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
547 2024.11.28 04:53:50.915769 [ 258 ] {b1580bd2-f466-4d89-8d67-3e7a5deee3be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
548 2024.11.28 04:53:50.924929 [ 258 ] {b1580bd2-f466-4d89-8d67-3e7a5deee3be} <Debug> oximeter.measurements_histogrami16 (c9eae279-3fb5-41ce-b6f5-8474d6a0057f): Loading data parts
549 2024.11.28 04:53:50.925158 [ 258 ] {b1580bd2-f466-4d89-8d67-3e7a5deee3be} <Debug> oximeter.measurements_histogrami16 (c9eae279-3fb5-41ce-b6f5-8474d6a0057f): There are no data parts
550 2024.11.28 04:53:50.928047 [ 258 ] {b1580bd2-f466-4d89-8d67-3e7a5deee3be} <Debug> TCPHandler: Processed in 0.012746673 sec.
551 2024.11.28 04:53:50.928399 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2024.11.28 04:53:50.928900 [ 261 ] {2953c433-2543-4bcf-b4ad-4ded0f65fc07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
553 2024.11.28 04:53:50.929029 [ 261 ] {2953c433-2543-4bcf-b4ad-4ded0f65fc07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
554 2024.11.28 04:53:50.938425 [ 261 ] {2953c433-2543-4bcf-b4ad-4ded0f65fc07} <Debug> oximeter.measurements_histogramu16 (62e4298f-5d3a-493c-817c-5c91750e9b9b): Loading data parts
555 2024.11.28 04:53:50.938622 [ 261 ] {2953c433-2543-4bcf-b4ad-4ded0f65fc07} <Debug> oximeter.measurements_histogramu16 (62e4298f-5d3a-493c-817c-5c91750e9b9b): There are no data parts
556 2024.11.28 04:53:50.942087 [ 261 ] {2953c433-2543-4bcf-b4ad-4ded0f65fc07} <Debug> TCPHandler: Processed in 0.013851977 sec.
557 2024.11.28 04:53:50.942359 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
558 2024.11.28 04:53:50.942722 [ 258 ] {3fa8292b-54d7-4572-be06-b452a4d4ff7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
559 2024.11.28 04:53:50.942837 [ 258 ] {3fa8292b-54d7-4572-be06-b452a4d4ff7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
560 2024.11.28 04:53:50.945655 [ 258 ] {3fa8292b-54d7-4572-be06-b452a4d4ff7b} <Debug> oximeter.measurements_histogrami32 (cb31c417-c97a-458f-9dc2-bc0ff9d6a0e5): Loading data parts
561 2024.11.28 04:53:50.945905 [ 258 ] {3fa8292b-54d7-4572-be06-b452a4d4ff7b} <Debug> oximeter.measurements_histogrami32 (cb31c417-c97a-458f-9dc2-bc0ff9d6a0e5): There are no data parts
562 2024.11.28 04:53:50.953378 [ 258 ] {3fa8292b-54d7-4572-be06-b452a4d4ff7b} <Debug> TCPHandler: Processed in 0.011091836 sec.
563 2024.11.28 04:53:50.953698 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
564 2024.11.28 04:53:50.954110 [ 261 ] {651df2a9-cb69-4269-a056-3b7fe833be4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
565 2024.11.28 04:53:50.954219 [ 261 ] {651df2a9-cb69-4269-a056-3b7fe833be4d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
566 2024.11.28 04:53:50.959193 [ 261 ] {651df2a9-cb69-4269-a056-3b7fe833be4d} <Debug> oximeter.measurements_histogramu32 (e50735cf-042e-42b2-b81c-4e19e435e675): Loading data parts
567 2024.11.28 04:53:50.959411 [ 261 ] {651df2a9-cb69-4269-a056-3b7fe833be4d} <Debug> oximeter.measurements_histogramu32 (e50735cf-042e-42b2-b81c-4e19e435e675): There are no data parts
568 2024.11.28 04:53:50.962249 [ 261 ] {651df2a9-cb69-4269-a056-3b7fe833be4d} <Debug> TCPHandler: Processed in 0.008701863 sec.
569 2024.11.28 04:53:50.962501 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
570 2024.11.28 04:53:50.962814 [ 258 ] {90b858b0-58d4-47e9-8e09-4305328a0020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
571 2024.11.28 04:53:50.962917 [ 258 ] {90b858b0-58d4-47e9-8e09-4305328a0020} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
572 2024.11.28 04:53:50.975094 [ 258 ] {90b858b0-58d4-47e9-8e09-4305328a0020} <Debug> oximeter.measurements_histogrami64 (1bf2ccea-6abf-4067-aeb7-5fe1b1952b46): Loading data parts
573 2024.11.28 04:53:50.975349 [ 258 ] {90b858b0-58d4-47e9-8e09-4305328a0020} <Debug> oximeter.measurements_histogrami64 (1bf2ccea-6abf-4067-aeb7-5fe1b1952b46): There are no data parts
574 2024.11.28 04:53:50.986696 [ 258 ] {90b858b0-58d4-47e9-8e09-4305328a0020} <Debug> TCPHandler: Processed in 0.024264078 sec.
575 2024.11.28 04:53:50.987096 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
576 2024.11.28 04:53:50.987594 [ 261 ] {f6c71a74-77ac-49a4-80f3-9fe0d31c4409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
577 2024.11.28 04:53:50.987701 [ 261 ] {f6c71a74-77ac-49a4-80f3-9fe0d31c4409} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
578 2024.11.28 04:53:51.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.34 MiB, peak 123.34 MiB, free memory in arenas 0.00 B, will set to 135.99 MiB (RSS), difference: 12.65 MiB
579 2024.11.28 04:53:51.000868 [ 261 ] {f6c71a74-77ac-49a4-80f3-9fe0d31c4409} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Loading data parts
580 2024.11.28 04:53:51.001149 [ 261 ] {f6c71a74-77ac-49a4-80f3-9fe0d31c4409} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): There are no data parts
581 2024.11.28 04:53:51.004791 [ 261 ] {f6c71a74-77ac-49a4-80f3-9fe0d31c4409} <Debug> TCPHandler: Processed in 0.017887407 sec.
582 2024.11.28 04:53:51.005026 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2024.11.28 04:53:51.005397 [ 258 ] {e30cc606-3c50-4e95-bfba-c1ca4ade291e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
584 2024.11.28 04:53:51.005495 [ 258 ] {e30cc606-3c50-4e95-bfba-c1ca4ade291e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
585 2024.11.28 04:53:51.010108 [ 258 ] {e30cc606-3c50-4e95-bfba-c1ca4ade291e} <Debug> oximeter.measurements_histogramf32 (3d0579b3-39ae-4c1e-8b88-1253283ba843): Loading data parts
586 2024.11.28 04:53:51.010288 [ 258 ] {e30cc606-3c50-4e95-bfba-c1ca4ade291e} <Debug> oximeter.measurements_histogramf32 (3d0579b3-39ae-4c1e-8b88-1253283ba843): There are no data parts
587 2024.11.28 04:53:51.016131 [ 258 ] {e30cc606-3c50-4e95-bfba-c1ca4ade291e} <Debug> TCPHandler: Processed in 0.011168698 sec.
588 2024.11.28 04:53:51.016555 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
589 2024.11.28 04:53:51.017065 [ 261 ] {eba025a3-2d60-4f86-9e0a-f0e87bc4e038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
590 2024.11.28 04:53:51.017224 [ 261 ] {eba025a3-2d60-4f86-9e0a-f0e87bc4e038} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
591 2024.11.28 04:53:51.022340 [ 261 ] {eba025a3-2d60-4f86-9e0a-f0e87bc4e038} <Debug> oximeter.measurements_histogramf64 (2f3272dd-5d44-4041-80fe-07093b47a95c): Loading data parts
592 2024.11.28 04:53:51.022570 [ 261 ] {eba025a3-2d60-4f86-9e0a-f0e87bc4e038} <Debug> oximeter.measurements_histogramf64 (2f3272dd-5d44-4041-80fe-07093b47a95c): There are no data parts
593 2024.11.28 04:53:51.030804 [ 261 ] {eba025a3-2d60-4f86-9e0a-f0e87bc4e038} <Debug> TCPHandler: Processed in 0.014440791 sec.
594 2024.11.28 04:53:51.031053 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2024.11.28 04:53:51.031326 [ 258 ] {a0e7f5b1-dffa-4e5a-bca1-5eddca49883a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) /* The field tables store named dimensions of each timeseries.
596 *
597 * As with the measurement tables, there is one field table for each field data
598 * type. Fields are deduplicated by using the "replacing merge tree", though
599 * this behavior **must not** be relied upon for query correctness.
600 *
601 * The index for the fields differs from the measurements, however. Rows are
602 * sorted by timeseries name, then field name, field value, and finally
603 * timeseries key. This reflects the most common pattern for looking them up:
604 * by field name and possibly value, within a timeseries. The resulting keys are
605 * usually then used to look up measurements.
606 *
607 * NOTE: We may want to consider a secondary index on these tables, sorting by
608 * timeseries name and then key, since it would improve lookups where one
609 * already has the key. Realistically though, these tables are quite small and
610 * so performance benefits will be low in absolute terms.
611 *
612 * TTL: We use a materialized column to expire old field table records. This
613 * column is generated automatically by the database whenever a new row is
614 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
615 * query. Since these tables are `ReplacingMergeTree`s, that means the last
616 * record will remain during a deduplication, which will have the last
617 * timestamp. ClickHouse will then expire old data for us, similar to the
618 * measurement tables.
619 */
620 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)
621 2024.11.28 04:53:51.031412 [ 258 ] {a0e7f5b1-dffa-4e5a-bca1-5eddca49883a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
622 2024.11.28 04:53:51.036148 [ 258 ] {a0e7f5b1-dffa-4e5a-bca1-5eddca49883a} <Debug> oximeter.fields_bool (a8d48e9a-b492-4771-89d4-6f25cb1126ba): Loading data parts
623 2024.11.28 04:53:51.036406 [ 258 ] {a0e7f5b1-dffa-4e5a-bca1-5eddca49883a} <Debug> oximeter.fields_bool (a8d48e9a-b492-4771-89d4-6f25cb1126ba): There are no data parts
624 2024.11.28 04:53:51.038433 [ 258 ] {a0e7f5b1-dffa-4e5a-bca1-5eddca49883a} <Debug> TCPHandler: Processed in 0.007455505 sec.
625 2024.11.28 04:53:51.038670 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
626 2024.11.28 04:53:51.038941 [ 261 ] {facbcc2a-a5e7-488d-b16b-797087bf0e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
627 2024.11.28 04:53:51.039033 [ 261 ] {facbcc2a-a5e7-488d-b16b-797087bf0e6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
628 2024.11.28 04:53:51.048956 [ 261 ] {facbcc2a-a5e7-488d-b16b-797087bf0e6b} <Debug> oximeter.fields_i8 (f073d1b8-0ca1-40a1-9a20-409d23b6f30c): Loading data parts
629 2024.11.28 04:53:51.049172 [ 261 ] {facbcc2a-a5e7-488d-b16b-797087bf0e6b} <Debug> oximeter.fields_i8 (f073d1b8-0ca1-40a1-9a20-409d23b6f30c): There are no data parts
630 2024.11.28 04:53:51.052450 [ 261 ] {facbcc2a-a5e7-488d-b16b-797087bf0e6b} <Debug> TCPHandler: Processed in 0.013843727 sec.
631 2024.11.28 04:53:51.052679 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
632 2024.11.28 04:53:51.052931 [ 258 ] {c5fee506-7f51-4543-a02d-e741c7ea69a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
633 2024.11.28 04:53:51.053035 [ 258 ] {c5fee506-7f51-4543-a02d-e741c7ea69a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
634 2024.11.28 04:53:51.063822 [ 258 ] {c5fee506-7f51-4543-a02d-e741c7ea69a7} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Loading data parts
635 2024.11.28 04:53:51.064038 [ 258 ] {c5fee506-7f51-4543-a02d-e741c7ea69a7} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): There are no data parts
636 2024.11.28 04:53:51.067218 [ 258 ] {c5fee506-7f51-4543-a02d-e741c7ea69a7} <Debug> TCPHandler: Processed in 0.014606764 sec.
637 2024.11.28 04:53:51.067473 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
638 2024.11.28 04:53:51.067772 [ 261 ] {48924bdb-74ea-4948-947b-2078b8e4f1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
639 2024.11.28 04:53:51.067864 [ 261 ] {48924bdb-74ea-4948-947b-2078b8e4f1dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
640 2024.11.28 04:53:51.078268 [ 261 ] {48924bdb-74ea-4948-947b-2078b8e4f1dd} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Loading data parts
641 2024.11.28 04:53:51.078470 [ 261 ] {48924bdb-74ea-4948-947b-2078b8e4f1dd} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): There are no data parts
642 2024.11.28 04:53:51.082431 [ 261 ] {48924bdb-74ea-4948-947b-2078b8e4f1dd} <Debug> TCPHandler: Processed in 0.015048024 sec.
643 2024.11.28 04:53:51.082644 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
644 2024.11.28 04:53:51.082859 [ 258 ] {dd26b583-a9af-4a8e-bb6e-0bacde5a56d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
645 2024.11.28 04:53:51.082949 [ 258 ] {dd26b583-a9af-4a8e-bb6e-0bacde5a56d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
646 2024.11.28 04:53:51.093295 [ 258 ] {dd26b583-a9af-4a8e-bb6e-0bacde5a56d5} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Loading data parts
647 2024.11.28 04:53:51.093492 [ 258 ] {dd26b583-a9af-4a8e-bb6e-0bacde5a56d5} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): There are no data parts
648 2024.11.28 04:53:51.096200 [ 258 ] {dd26b583-a9af-4a8e-bb6e-0bacde5a56d5} <Debug> TCPHandler: Processed in 0.013615972 sec.
649 2024.11.28 04:53:51.096465 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
650 2024.11.28 04:53:51.096731 [ 261 ] {e8f331ab-aa0a-4927-a35f-d424408c0797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
651 2024.11.28 04:53:51.096843 [ 261 ] {e8f331ab-aa0a-4927-a35f-d424408c0797} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
652 2024.11.28 04:53:51.108444 [ 261 ] {e8f331ab-aa0a-4927-a35f-d424408c0797} <Debug> oximeter.fields_i32 (24dd1704-0dca-45c1-9a0b-3cb6bfbe0382): Loading data parts
653 2024.11.28 04:53:51.108687 [ 261 ] {e8f331ab-aa0a-4927-a35f-d424408c0797} <Debug> oximeter.fields_i32 (24dd1704-0dca-45c1-9a0b-3cb6bfbe0382): There are no data parts
654 2024.11.28 04:53:51.112643 [ 261 ] {e8f331ab-aa0a-4927-a35f-d424408c0797} <Debug> TCPHandler: Processed in 0.016249401 sec.
655 2024.11.28 04:53:51.112899 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
656 2024.11.28 04:53:51.113190 [ 258 ] {60b4dbcf-5e72-43ab-806d-1167c4c4f154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
657 2024.11.28 04:53:51.113273 [ 258 ] {60b4dbcf-5e72-43ab-806d-1167c4c4f154} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
658 2024.11.28 04:53:51.126871 [ 258 ] {60b4dbcf-5e72-43ab-806d-1167c4c4f154} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Loading data parts
659 2024.11.28 04:53:51.127172 [ 258 ] {60b4dbcf-5e72-43ab-806d-1167c4c4f154} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): There are no data parts
660 2024.11.28 04:53:51.130134 [ 258 ] {60b4dbcf-5e72-43ab-806d-1167c4c4f154} <Debug> TCPHandler: Processed in 0.017320635 sec.
661 2024.11.28 04:53:51.130403 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
662 2024.11.28 04:53:51.130667 [ 261 ] {c87c22da-d719-4ac6-ba35-9f2a5f623c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
663 2024.11.28 04:53:51.130762 [ 261 ] {c87c22da-d719-4ac6-ba35-9f2a5f623c07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
664 2024.11.28 04:53:51.144242 [ 261 ] {c87c22da-d719-4ac6-ba35-9f2a5f623c07} <Debug> oximeter.fields_i64 (08dd1a06-3512-4844-868c-28963ca55ec4): Loading data parts
665 2024.11.28 04:53:51.144478 [ 261 ] {c87c22da-d719-4ac6-ba35-9f2a5f623c07} <Debug> oximeter.fields_i64 (08dd1a06-3512-4844-868c-28963ca55ec4): There are no data parts
666 2024.11.28 04:53:51.147819 [ 261 ] {c87c22da-d719-4ac6-ba35-9f2a5f623c07} <Debug> TCPHandler: Processed in 0.017486028 sec.
667 2024.11.28 04:53:51.148031 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
668 2024.11.28 04:53:51.148284 [ 258 ] {4c715315-4698-44f3-8356-4bf75bbeedfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
669 2024.11.28 04:53:51.148334 [ 258 ] {4c715315-4698-44f3-8356-4bf75bbeedfa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
670 2024.11.28 04:53:51.158672 [ 258 ] {4c715315-4698-44f3-8356-4bf75bbeedfa} <Debug> oximeter.fields_u64 (1d6894cf-de44-4587-b2e5-4a98fbaf76f7): Loading data parts
671 2024.11.28 04:53:51.158829 [ 258 ] {4c715315-4698-44f3-8356-4bf75bbeedfa} <Debug> oximeter.fields_u64 (1d6894cf-de44-4587-b2e5-4a98fbaf76f7): There are no data parts
672 2024.11.28 04:53:51.162306 [ 258 ] {4c715315-4698-44f3-8356-4bf75bbeedfa} <Debug> TCPHandler: Processed in 0.014329678 sec.
673 2024.11.28 04:53:51.162595 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
674 2024.11.28 04:53:51.162823 [ 261 ] {56c4212e-fe42-4446-809d-9582fb3cba73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
675 2024.11.28 04:53:51.162918 [ 261 ] {56c4212e-fe42-4446-809d-9582fb3cba73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
676 2024.11.28 04:53:51.173164 [ 261 ] {56c4212e-fe42-4446-809d-9582fb3cba73} <Debug> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Loading data parts
677 2024.11.28 04:53:51.173412 [ 261 ] {56c4212e-fe42-4446-809d-9582fb3cba73} <Debug> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): There are no data parts
678 2024.11.28 04:53:51.176063 [ 261 ] {56c4212e-fe42-4446-809d-9582fb3cba73} <Debug> TCPHandler: Processed in 0.013539301 sec.
679 2024.11.28 04:53:51.176283 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
680 2024.11.28 04:53:51.176543 [ 258 ] {76c25854-8270-4453-8f8e-42e94c8e2e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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)
681 2024.11.28 04:53:51.176619 [ 258 ] {76c25854-8270-4453-8f8e-42e94c8e2e04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
682 2024.11.28 04:53:51.187929 [ 258 ] {76c25854-8270-4453-8f8e-42e94c8e2e04} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Loading data parts
683 2024.11.28 04:53:51.188085 [ 258 ] {76c25854-8270-4453-8f8e-42e94c8e2e04} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): There are no data parts
684 2024.11.28 04:53:51.191371 [ 258 ] {76c25854-8270-4453-8f8e-42e94c8e2e04} <Debug> TCPHandler: Processed in 0.015151896 sec.
685 2024.11.28 04:53:51.191627 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
686 2024.11.28 04:53:51.191876 [ 261 ] {2e3dd08e-a502-4a4b-83ff-7bcd8e215a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) 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)
687 2024.11.28 04:53:51.191989 [ 261 ] {2e3dd08e-a502-4a4b-83ff-7bcd8e215a00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
688 2024.11.28 04:53:51.202472 [ 261 ] {2e3dd08e-a502-4a4b-83ff-7bcd8e215a00} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Loading data parts
689 2024.11.28 04:53:51.202682 [ 261 ] {2e3dd08e-a502-4a4b-83ff-7bcd8e215a00} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): There are no data parts
690 2024.11.28 04:53:51.206867 [ 261 ] {2e3dd08e-a502-4a4b-83ff-7bcd8e215a00} <Debug> TCPHandler: Processed in 0.01531119 sec.
691 2024.11.28 04:53:51.207102 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
692 2024.11.28 04:53:51.207452 [ 258 ] {2b953ce5-e80b-43a5-bc19-fe826228c8d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) /* The timeseries schema table stores the extracted schema for the samples
693 * oximeter collects.
694 */
695 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)
696 2024.11.28 04:53:51.207555 [ 258 ] {2b953ce5-e80b-43a5-bc19-fe826228c8d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
697 2024.11.28 04:53:51.214675 [ 258 ] {2b953ce5-e80b-43a5-bc19-fe826228c8d6} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Loading data parts
698 2024.11.28 04:53:51.214861 [ 258 ] {2b953ce5-e80b-43a5-bc19-fe826228c8d6} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): There are no data parts
699 2024.11.28 04:53:51.225097 [ 258 ] {2b953ce5-e80b-43a5-bc19-fe826228c8d6} <Debug> TCPHandler: Processed in 0.018062271 sec.
700 2024.11.28 04:53:51.225329 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
701 2024.11.28 04:53:51.225592 [ 261 ] {50ca7d36-2dc2-4b0b-b6eb-0fa5751ade53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
702 2024.11.28 04:53:51.226799 [ 261 ] {50ca7d36-2dc2-4b0b-b6eb-0fa5751ade53} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
703 2024.11.28 04:53:51.234945 [ 275 ] {50ca7d36-2dc2-4b0b-b6eb-0fa5751ade53} <Trace> oximeter.version (e5ba59f3-98f2-4809-a7eb-34cf998fbefd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
704 2024.11.28 04:53:51.235030 [ 275 ] {50ca7d36-2dc2-4b0b-b6eb-0fa5751ade53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
705 2024.11.28 04:53:51.239743 [ 275 ] {50ca7d36-2dc2-4b0b-b6eb-0fa5751ade53} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
706 2024.11.28 04:53:51.240132 [ 275 ] {50ca7d36-2dc2-4b0b-b6eb-0fa5751ade53} <Trace> oximeter.version (e5ba59f3-98f2-4809-a7eb-34cf998fbefd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
707 2024.11.28 04:53:51.240496 [ 261 ] {50ca7d36-2dc2-4b0b-b6eb-0fa5751ade53} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014977 sec., 66.76904587033451 rows/sec., 1.04 KiB/sec.
708 2024.11.28 04:53:51.240819 [ 261 ] {50ca7d36-2dc2-4b0b-b6eb-0fa5751ade53} <Debug> TCPHandler: Processed in 0.015555225 sec.
709 2024.11.28 04:53:51.261964 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42116
710 2024.11.28 04:53:51.263018 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
711 2024.11.28 04:53:51.263065 [ 285 ] {} <Debug> TCP-Session: 6e0b4668-d312-4d6f-b9b1-4d7271613775 Authenticating user 'default' from [fd00:1122:3344:101::c]:42116
712 2024.11.28 04:53:51.263101 [ 285 ] {} <Debug> TCP-Session: 6e0b4668-d312-4d6f-b9b1-4d7271613775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
713 2024.11.28 04:53:51.263163 [ 285 ] {} <Debug> TCP-Session: 6e0b4668-d312-4d6f-b9b1-4d7271613775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
714 2024.11.28 04:53:51.263236 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
715 2024.11.28 04:53:51.263274 [ 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.11.28 04:53:51.263333 [ 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.11.28 04:53:51.264997 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43265
718 2024.11.28 04:53:51.265085 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41939
719 2024.11.28 04:53:51.265210 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59167
720 2024.11.28 04:53:51.265214 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
721 2024.11.28 04:53:51.265396 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
722 2024.11.28 04:53:51.265407 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42386
723 2024.11.28 04:53:51.265543 [ 286 ] {} <Debug> TCP-Session: e37aee27-a952-4c8c-83e3-d1b91fea001b Authenticating user 'default' from [fd00:1122:3344:101::c]:43265
724 2024.11.28 04:53:51.265580 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
725 2024.11.28 04:53:51.265729 [ 286 ] {} <Debug> TCP-Session: e37aee27-a952-4c8c-83e3-d1b91fea001b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
726 2024.11.28 04:53:51.265755 [ 288 ] {} <Debug> TCP-Session: f335fd5d-6522-43a7-9f6d-55919da624d0 Authenticating user 'default' from [fd00:1122:3344:101::c]:59167
727 2024.11.28 04:53:51.265765 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64639
728 2024.11.28 04:53:51.265817 [ 288 ] {} <Debug> TCP-Session: f335fd5d-6522-43a7-9f6d-55919da624d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
729 2024.11.28 04:53:51.265798 [ 286 ] {} <Debug> TCP-Session: e37aee27-a952-4c8c-83e3-d1b91fea001b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
730 2024.11.28 04:53:51.265779 [ 287 ] {} <Debug> TCP-Session: 3e9fe6b6-c74b-4127-9751-a0b952b2524c Authenticating user 'default' from [fd00:1122:3344:101::c]:41939
731 2024.11.28 04:53:51.265900 [ 288 ] {} <Debug> TCP-Session: f335fd5d-6522-43a7-9f6d-55919da624d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
732 2024.11.28 04:53:51.265868 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57032
733 2024.11.28 04:53:51.266040 [ 287 ] {} <Debug> TCP-Session: 3e9fe6b6-c74b-4127-9751-a0b952b2524c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
734 2024.11.28 04:53:51.266042 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54278
735 2024.11.28 04:53:51.266104 [ 287 ] {} <Debug> TCP-Session: 3e9fe6b6-c74b-4127-9751-a0b952b2524c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
736 2024.11.28 04:53:51.272643 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
737 2024.11.28 04:53:51.272683 [ 289 ] {} <Debug> TCP-Session: a64bf079-c70a-455e-b999-c326990a031c Authenticating user 'default' from [fd00:1122:3344:101::c]:42386
738 2024.11.28 04:53:51.272750 [ 289 ] {} <Debug> TCP-Session: a64bf079-c70a-455e-b999-c326990a031c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
739 2024.11.28 04:53:51.272764 [ 289 ] {} <Debug> TCP-Session: a64bf079-c70a-455e-b999-c326990a031c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
740 2024.11.28 04:53:51.273206 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
741 2024.11.28 04:53:51.273299 [ 292 ] {} <Debug> TCP-Session: 9588dfa7-89a6-42b9-8014-12bb934bf933 Authenticating user 'default' from [fd00:1122:3344:101::c]:54278
742 2024.11.28 04:53:51.273320 [ 292 ] {} <Debug> TCP-Session: 9588dfa7-89a6-42b9-8014-12bb934bf933 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
743 2024.11.28 04:53:51.273334 [ 292 ] {} <Debug> TCP-Session: 9588dfa7-89a6-42b9-8014-12bb934bf933 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
744 2024.11.28 04:53:51.276587 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
745 2024.11.28 04:53:51.276630 [ 290 ] {} <Debug> TCP-Session: f2c4ac0b-feb0-4fc2-a984-bcf1d992d7d7 Authenticating user 'default' from [fd00:1122:3344:101::c]:64639
746 2024.11.28 04:53:51.276637 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
747 2024.11.28 04:53:51.276659 [ 290 ] {} <Debug> TCP-Session: f2c4ac0b-feb0-4fc2-a984-bcf1d992d7d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
748 2024.11.28 04:53:51.276704 [ 291 ] {} <Debug> TCP-Session: 22f645a2-70af-4acc-a400-8c1f0c21e22e Authenticating user 'default' from [fd00:1122:3344:101::c]:57032
749 2024.11.28 04:53:51.276715 [ 290 ] {} <Debug> TCP-Session: f2c4ac0b-feb0-4fc2-a984-bcf1d992d7d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
750 2024.11.28 04:53:51.276787 [ 291 ] {} <Debug> TCP-Session: 22f645a2-70af-4acc-a400-8c1f0c21e22e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.11.28 04:53:51.276864 [ 291 ] {} <Debug> TCP-Session: 22f645a2-70af-4acc-a400-8c1f0c21e22e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.11.28 04:53:52.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.33 MiB, peak 137.33 MiB, free memory in arenas 0.00 B, will set to 141.30 MiB (RSS), difference: 3.97 MiB
753 2024.11.28 04:53:57.958982 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2024.11.28 04:53:57.959003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
755 2024.11.28 04:53:57.959096 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2024.11.28 04:53:57.959162 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2024.11.28 04:53:57.966256 [ 244 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Loading data parts
758 2024.11.28 04:53:57.966649 [ 244 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): There are no data parts
759 2024.11.28 04:53:57.973708 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2024.11.28 04:53:57.973804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
761 2024.11.28 04:53:57.977170 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
762 2024.11.28 04:53:57.978143 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): 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.11.28 04:53:57.979020 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
764 2024.11.28 04:53:57.986318 [ 243 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Loading data parts
765 2024.11.28 04:53:57.986513 [ 243 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): There are no data parts
766 2024.11.28 04:53:58.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.60 MiB, peak 145.73 MiB, free memory in arenas 0.00 B, will set to 148.29 MiB (RSS), difference: 2.69 MiB
767 2024.11.28 04:53:58.010295 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
768 2024.11.28 04:53:58.010343 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
769 2024.11.28 04:53:58.018587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
770 2024.11.28 04:53:58.019802 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
771 2024.11.28 04:53:58.022351 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
772 2024.11.28 04:53:59.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.98 MiB, peak 152.98 MiB, free memory in arenas 0.00 B, will set to 151.12 MiB (RSS), difference: 2.14 MiB
773 2024.11.28 04:54:00.458910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
774 2024.11.28 04:54:00.459011 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
775 2024.11.28 04:54:00.463914 [ 242 ] {} <Debug> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Loading data parts
776 2024.11.28 04:54:00.464149 [ 242 ] {} <Debug> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): There are no data parts
777 2024.11.28 04:54:00.469768 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
778 2024.11.28 04:54:00.469810 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.31 GiB.
779 2024.11.28 04:54:00.471624 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
780 2024.11.28 04:54:00.471942 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
781 2024.11.28 04:54:00.472463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
782 2024.11.28 04:54:01.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.30 MiB, peak 155.30 MiB, free memory in arenas 0.00 B, will set to 151.58 MiB (RSS), difference: -3.72 MiB
783 2024.11.28 04:54:05.425666 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
784 2024.11.28 04:54:05.425725 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
785 2024.11.28 04:54:05.479115 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
786 2024.11.28 04:54:05.484547 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
787 2024.11.28 04:54:05.484610 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
788 2024.11.28 04:54:05.485393 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
789 2024.11.28 04:54:05.486113 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
790 2024.11.28 04:54:05.486432 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
791 2024.11.28 04:54:05.522406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
792 2024.11.28 04:54:05.546424 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
793 2024.11.28 04:54:05.546492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
794 2024.11.28 04:54:05.553730 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
795 2024.11.28 04:54:05.555365 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
796 2024.11.28 04:54:05.558964 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
797 2024.11.28 04:54:06.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.26 MiB, peak 156.26 MiB, free memory in arenas 0.00 B, will set to 154.53 MiB (RSS), difference: 2.27 MiB
798 2024.11.28 04:54:11.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.55 MiB, peak 156.26 MiB, free memory in arenas 0.00 B, will set to 154.56 MiB (RSS), difference: 4.01 MiB
799 2024.11.28 04:54:11.258078 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
800 2024.11.28 04:54:11.258287 [ 258 ] {3a7eecb1-476f-4ffb-84b6-a44d090100e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
801 2024.11.28 04:54:11.264849 [ 258 ] {3a7eecb1-476f-4ffb-84b6-a44d090100e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
802 2024.11.28 04:54:11.269126 [ 258 ] {3a7eecb1-476f-4ffb-84b6-a44d090100e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
803 2024.11.28 04:54:11.285453 [ 258 ] {3a7eecb1-476f-4ffb-84b6-a44d090100e5} <Debug> TCPHandler: Processed in 0.027504271 sec.
804 2024.11.28 04:54:11.305327 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
805 2024.11.28 04:54:11.305558 [ 261 ] {e0928bb7-eb02-4b74-bb01-ed361efb87f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
806 2024.11.28 04:54:11.316879 [ 261 ] {e0928bb7-eb02-4b74-bb01-ed361efb87f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
807 2024.11.28 04:54:11.316953 [ 261 ] {e0928bb7-eb02-4b74-bb01-ed361efb87f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
808 2024.11.28 04:54:11.317602 [ 261 ] {e0928bb7-eb02-4b74-bb01-ed361efb87f1} <Debug> TCPHandler: Processed in 0.012407675 sec.
809 2024.11.28 04:54:11.317917 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
810 2024.11.28 04:54:11.318086 [ 258 ] {a30110d2-d3ee-4b87-bd26-bf7f4633db8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
811 2024.11.28 04:54:11.320373 [ 258 ] {a30110d2-d3ee-4b87-bd26-bf7f4633db8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
812 2024.11.28 04:54:11.320435 [ 258 ] {a30110d2-d3ee-4b87-bd26-bf7f4633db8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
813 2024.11.28 04:54:11.321046 [ 258 ] {a30110d2-d3ee-4b87-bd26-bf7f4633db8d} <Debug> TCPHandler: Processed in 0.00319324 sec.
814 2024.11.28 04:54:11.321311 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
815 2024.11.28 04:54:11.321471 [ 261 ] {2fedd365-b667-4309-801d-8c7e54a011e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
816 2024.11.28 04:54:11.321833 [ 261 ] {2fedd365-b667-4309-801d-8c7e54a011e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
817 2024.11.28 04:54:11.321890 [ 261 ] {2fedd365-b667-4309-801d-8c7e54a011e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
818 2024.11.28 04:54:11.322390 [ 261 ] {2fedd365-b667-4309-801d-8c7e54a011e5} <Debug> TCPHandler: Processed in 0.001140355 sec.
819 2024.11.28 04:54:11.323609 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
820 2024.11.28 04:54:11.323762 [ 258 ] {6df02878-4374-4542-b4fc-7000a379da36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
821 2024.11.28 04:54:11.323823 [ 258 ] {6df02878-4374-4542-b4fc-7000a379da36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
822 2024.11.28 04:54:11.324681 [ 258 ] {6df02878-4374-4542-b4fc-7000a379da36} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
823 2024.11.28 04:54:11.324726 [ 258 ] {6df02878-4374-4542-b4fc-7000a379da36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
824 2024.11.28 04:54:11.327277 [ 258 ] {6df02878-4374-4542-b4fc-7000a379da36} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
825 2024.11.28 04:54:11.327543 [ 258 ] {6df02878-4374-4542-b4fc-7000a379da36} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
826 2024.11.28 04:54:11.327759 [ 258 ] {6df02878-4374-4542-b4fc-7000a379da36} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.004041 sec., 989.853996535511 rows/sec., 104.64 KiB/sec.
827 2024.11.28 04:54:11.327814 [ 258 ] {6df02878-4374-4542-b4fc-7000a379da36} <Debug> TCPHandler: Processed in 0.004273765 sec.
828 2024.11.28 04:54:11.327970 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2024.11.28 04:54:11.328106 [ 261 ] {fc4a84e4-1a9f-40d7-9ced-6baddffd2135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
830 2024.11.28 04:54:11.328156 [ 261 ] {fc4a84e4-1a9f-40d7-9ced-6baddffd2135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
831 2024.11.28 04:54:11.333822 [ 261 ] {fc4a84e4-1a9f-40d7-9ced-6baddffd2135} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
832 2024.11.28 04:54:11.333865 [ 261 ] {fc4a84e4-1a9f-40d7-9ced-6baddffd2135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
833 2024.11.28 04:54:11.336508 [ 261 ] {fc4a84e4-1a9f-40d7-9ced-6baddffd2135} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
834 2024.11.28 04:54:11.336762 [ 261 ] {fc4a84e4-1a9f-40d7-9ced-6baddffd2135} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
835 2024.11.28 04:54:11.336994 [ 261 ] {fc4a84e4-1a9f-40d7-9ced-6baddffd2135} <Debug> executeQuery: Read 48 rows, 4.48 KiB in 0.008925 sec., 5378.151260504202 rows/sec., 501.90 KiB/sec.
836 2024.11.28 04:54:11.337060 [ 261 ] {fc4a84e4-1a9f-40d7-9ced-6baddffd2135} <Debug> TCPHandler: Processed in 0.009149313 sec.
837 2024.11.28 04:54:11.337232 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
838 2024.11.28 04:54:11.337377 [ 258 ] {18e174d2-328d-49a9-a436-223f1aa322a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
839 2024.11.28 04:54:11.337435 [ 258 ] {18e174d2-328d-49a9-a436-223f1aa322a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
840 2024.11.28 04:54:11.338089 [ 258 ] {18e174d2-328d-49a9-a436-223f1aa322a4} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
841 2024.11.28 04:54:11.338126 [ 258 ] {18e174d2-328d-49a9-a436-223f1aa322a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
842 2024.11.28 04:54:11.338500 [ 258 ] {18e174d2-328d-49a9-a436-223f1aa322a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
843 2024.11.28 04:54:11.338740 [ 258 ] {18e174d2-328d-49a9-a436-223f1aa322a4} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
844 2024.11.28 04:54:11.338966 [ 258 ] {18e174d2-328d-49a9-a436-223f1aa322a4} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001617 sec., 14842.300556586271 rows/sec., 1.09 MiB/sec.
845 2024.11.28 04:54:11.339086 [ 258 ] {18e174d2-328d-49a9-a436-223f1aa322a4} <Debug> TCPHandler: Processed in 0.001923843 sec.
846 2024.11.28 04:54:11.339236 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
847 2024.11.28 04:54:11.339374 [ 261 ] {5097b92d-e2ef-4be3-88a8-afb7b9f12c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
848 2024.11.28 04:54:11.339423 [ 261 ] {5097b92d-e2ef-4be3-88a8-afb7b9f12c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
849 2024.11.28 04:54:11.340019 [ 261 ] {5097b92d-e2ef-4be3-88a8-afb7b9f12c57} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
850 2024.11.28 04:54:11.340060 [ 261 ] {5097b92d-e2ef-4be3-88a8-afb7b9f12c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
851 2024.11.28 04:54:11.340452 [ 261 ] {5097b92d-e2ef-4be3-88a8-afb7b9f12c57} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
852 2024.11.28 04:54:11.340690 [ 261 ] {5097b92d-e2ef-4be3-88a8-afb7b9f12c57} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
853 2024.11.28 04:54:11.340911 [ 261 ] {5097b92d-e2ef-4be3-88a8-afb7b9f12c57} <Debug> executeQuery: Read 42 rows, 3.37 KiB in 0.001561 sec., 26905.829596412554 rows/sec., 2.11 MiB/sec.
854 2024.11.28 04:54:11.340971 [ 261 ] {5097b92d-e2ef-4be3-88a8-afb7b9f12c57} <Debug> TCPHandler: Processed in 0.0017934 sec.
855 2024.11.28 04:54:11.341126 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
856 2024.11.28 04:54:11.341266 [ 258 ] {dfb603f7-bbbc-48d7-a89d-3e312d2cf11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
857 2024.11.28 04:54:11.341356 [ 258 ] {dfb603f7-bbbc-48d7-a89d-3e312d2cf11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
858 2024.11.28 04:54:11.342522 [ 258 ] {dfb603f7-bbbc-48d7-a89d-3e312d2cf11e} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
859 2024.11.28 04:54:11.342562 [ 258 ] {dfb603f7-bbbc-48d7-a89d-3e312d2cf11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
860 2024.11.28 04:54:11.347093 [ 258 ] {dfb603f7-bbbc-48d7-a89d-3e312d2cf11e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
861 2024.11.28 04:54:11.347367 [ 258 ] {dfb603f7-bbbc-48d7-a89d-3e312d2cf11e} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
862 2024.11.28 04:54:11.347586 [ 258 ] {dfb603f7-bbbc-48d7-a89d-3e312d2cf11e} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.006351 sec., 3778.9324515824283 rows/sec., 6.77 MiB/sec.
863 2024.11.28 04:54:11.347675 [ 258 ] {dfb603f7-bbbc-48d7-a89d-3e312d2cf11e} <Debug> TCPHandler: Processed in 0.006617367 sec.
864 2024.11.28 04:54:11.347817 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
865 2024.11.28 04:54:11.347938 [ 261 ] {f86e04b7-08a1-450d-9467-33fb25f32159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
866 2024.11.28 04:54:11.347988 [ 261 ] {f86e04b7-08a1-450d-9467-33fb25f32159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
867 2024.11.28 04:54:11.350349 [ 261 ] {f86e04b7-08a1-450d-9467-33fb25f32159} <Trace> oximeter.measurements_i64 (0c14a7c2-9d04-4fdd-a38d-d6fd5fea5d87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
868 2024.11.28 04:54:11.350386 [ 261 ] {f86e04b7-08a1-450d-9467-33fb25f32159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
869 2024.11.28 04:54:11.350769 [ 261 ] {f86e04b7-08a1-450d-9467-33fb25f32159} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
870 2024.11.28 04:54:11.351016 [ 261 ] {f86e04b7-08a1-450d-9467-33fb25f32159} <Trace> oximeter.measurements_i64 (0c14a7c2-9d04-4fdd-a38d-d6fd5fea5d87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
871 2024.11.28 04:54:11.351223 [ 261 ] {f86e04b7-08a1-450d-9467-33fb25f32159} <Debug> executeQuery: Read 27 rows, 1.99 KiB in 0.003312 sec., 8152.173913043479 rows/sec., 601.51 KiB/sec.
872 2024.11.28 04:54:11.351288 [ 261 ] {f86e04b7-08a1-450d-9467-33fb25f32159} <Debug> TCPHandler: Processed in 0.003527279 sec.
873 2024.11.28 04:54:12.986543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
874 2024.11.28 04:54:12.987549 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
875 2024.11.28 04:54:12.987630 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
876 2024.11.28 04:54:12.988377 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
877 2024.11.28 04:54:12.988644 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
878 2024.11.28 04:54:12.988884 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
879 2024.11.28 04:54:13.059037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
880 2024.11.28 04:54:13.078461 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
881 2024.11.28 04:54:13.078521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
882 2024.11.28 04:54:13.084663 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
883 2024.11.28 04:54:13.085424 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
884 2024.11.28 04:54:13.088479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
885 2024.11.28 04:54:20.425765 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache
886 2024.11.28 04:54:20.425839 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache
887 2024.11.28 04:54:20.472835 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 110
888 2024.11.28 04:54:20.476338 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
889 2024.11.28 04:54:20.476397 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
890 2024.11.28 04:54:20.477847 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
891 2024.11.28 04:54:20.478159 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
892 2024.11.28 04:54:20.478952 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 110
893 2024.11.28 04:54:20.488985 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
894 2024.11.28 04:54:20.489740 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
895 2024.11.28 04:54:20.489787 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
896 2024.11.28 04:54:20.490331 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
897 2024.11.28 04:54:20.490604 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
898 2024.11.28 04:54:20.490779 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
899 2024.11.28 04:54:20.588531 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
900 2024.11.28 04:54:20.608810 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
901 2024.11.28 04:54:20.608874 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
902 2024.11.28 04:54:20.615540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
903 2024.11.28 04:54:20.616319 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
904 2024.11.28 04:54:20.619121 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
905 2024.11.28 04:54:21.249761 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
906 2024.11.28 04:54:21.249980 [ 258 ] {9cc05147-9ada-4854-8efe-c648e4412d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
907 2024.11.28 04:54:21.250063 [ 258 ] {9cc05147-9ada-4854-8efe-c648e4412d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
908 2024.11.28 04:54:21.250928 [ 258 ] {9cc05147-9ada-4854-8efe-c648e4412d0c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
909 2024.11.28 04:54:21.250978 [ 258 ] {9cc05147-9ada-4854-8efe-c648e4412d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
910 2024.11.28 04:54:21.251415 [ 258 ] {9cc05147-9ada-4854-8efe-c648e4412d0c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
911 2024.11.28 04:54:21.251677 [ 258 ] {9cc05147-9ada-4854-8efe-c648e4412d0c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
912 2024.11.28 04:54:21.251967 [ 258 ] {9cc05147-9ada-4854-8efe-c648e4412d0c} <Debug> executeQuery: Read 48 rows, 4.48 KiB in 0.002028 sec., 23668.63905325444 rows/sec., 2.16 MiB/sec.
913 2024.11.28 04:54:21.252076 [ 258 ] {9cc05147-9ada-4854-8efe-c648e4412d0c} <Debug> TCPHandler: Processed in 0.002455754 sec.
914 2024.11.28 04:54:21.252338 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
915 2024.11.28 04:54:21.252528 [ 261 ] {af9a9655-5ed3-4a6c-85f8-189baea32a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
916 2024.11.28 04:54:21.252599 [ 261 ] {af9a9655-5ed3-4a6c-85f8-189baea32a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
917 2024.11.28 04:54:21.253348 [ 261 ] {af9a9655-5ed3-4a6c-85f8-189baea32a4a} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
918 2024.11.28 04:54:21.253397 [ 261 ] {af9a9655-5ed3-4a6c-85f8-189baea32a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
919 2024.11.28 04:54:21.253812 [ 261 ] {af9a9655-5ed3-4a6c-85f8-189baea32a4a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
920 2024.11.28 04:54:21.254063 [ 261 ] {af9a9655-5ed3-4a6c-85f8-189baea32a4a} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
921 2024.11.28 04:54:21.254301 [ 261 ] {af9a9655-5ed3-4a6c-85f8-189baea32a4a} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.00183 sec., 13114.754098360656 rows/sec., 986.17 KiB/sec.
922 2024.11.28 04:54:21.254358 [ 261 ] {af9a9655-5ed3-4a6c-85f8-189baea32a4a} <Debug> TCPHandler: Processed in 0.002162428 sec.
923 2024.11.28 04:54:21.254511 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
924 2024.11.28 04:54:21.254641 [ 258 ] {83217b4e-147f-406a-af24-d9de159c9308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
925 2024.11.28 04:54:21.254695 [ 258 ] {83217b4e-147f-406a-af24-d9de159c9308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
926 2024.11.28 04:54:21.255304 [ 258 ] {83217b4e-147f-406a-af24-d9de159c9308} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
927 2024.11.28 04:54:21.255345 [ 258 ] {83217b4e-147f-406a-af24-d9de159c9308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
928 2024.11.28 04:54:21.255711 [ 258 ] {83217b4e-147f-406a-af24-d9de159c9308} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
929 2024.11.28 04:54:21.255963 [ 258 ] {83217b4e-147f-406a-af24-d9de159c9308} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
930 2024.11.28 04:54:21.256207 [ 258 ] {83217b4e-147f-406a-af24-d9de159c9308} <Debug> executeQuery: Read 24 rows, 1.92 KiB in 0.001594 sec., 15056.4617314931 rows/sec., 1.18 MiB/sec.
931 2024.11.28 04:54:21.256278 [ 258 ] {83217b4e-147f-406a-af24-d9de159c9308} <Debug> TCPHandler: Processed in 0.001828791 sec.
932 2024.11.28 04:54:21.256419 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
933 2024.11.28 04:54:21.256535 [ 261 ] {efea0752-1ad1-453c-b75b-c1228093d48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
934 2024.11.28 04:54:21.256614 [ 261 ] {efea0752-1ad1-453c-b75b-c1228093d48d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
935 2024.11.28 04:54:21.257825 [ 261 ] {efea0752-1ad1-453c-b75b-c1228093d48d} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
936 2024.11.28 04:54:21.257865 [ 261 ] {efea0752-1ad1-453c-b75b-c1228093d48d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
937 2024.11.28 04:54:21.258539 [ 261 ] {efea0752-1ad1-453c-b75b-c1228093d48d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
938 2024.11.28 04:54:21.258798 [ 261 ] {efea0752-1ad1-453c-b75b-c1228093d48d} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
939 2024.11.28 04:54:21.259127 [ 261 ] {efea0752-1ad1-453c-b75b-c1228093d48d} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002598 sec., 9237.875288683603 rows/sec., 16.55 MiB/sec.
940 2024.11.28 04:54:21.259263 [ 261 ] {efea0752-1ad1-453c-b75b-c1228093d48d} <Debug> TCPHandler: Processed in 0.002900504 sec.
941 2024.11.28 04:54:26.248847 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
942 2024.11.28 04:54:26.249092 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
943 2024.11.28 04:54:26.251389 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
944 2024.11.28 04:54:26.255190 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE
945 2024.11.28 04:54:26.255464 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
946 2024.11.28 04:54:26.257522 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
947 2024.11.28 04:54:26.259713 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
948 2024.11.28 04:54:26.264436 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
949 2024.11.28 04:54:26.266314 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
950 2024.11.28 04:54:26.266343 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
951 2024.11.28 04:54:26.266474 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))"
952 2024.11.28 04:54:26.266505 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
953 2024.11.28 04:54:26.287043 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.038041 sec., 105.14970689519204 rows/sec., 4.85 KiB/sec.
954 2024.11.28 04:54:26.287190 [ 258 ] {fbf7bb32-5f94-4be3-9c9e-47f260b52ec8} <Debug> TCPHandler: Processed in 0.038478054 sec.
955 2024.11.28 04:54:26.287661 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
956 2024.11.28 04:54:26.287895 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
957 2024.11.28 04:54:26.288269 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
958 2024.11.28 04:54:26.288303 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
959 2024.11.28 04:54:26.288548 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
960 2024.11.28 04:54:26.288626 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
961 2024.11.28 04:54:26.288806 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
962 2024.11.28 04:54:26.288844 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
963 2024.11.28 04:54:26.288869 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
964 2024.11.28 04:54:26.288887 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
965 2024.11.28 04:54:26.288934 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
966 2024.11.28 04:54:26.288957 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
967 2024.11.28 04:54:26.289600 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.0018 sec., 2222.222222222222 rows/sec., 102.54 KiB/sec.
968 2024.11.28 04:54:26.289722 [ 261 ] {56ad9e1a-e93b-472f-8a91-e2598d32ffa9} <Debug> TCPHandler: Processed in 0.002195019 sec.
969 2024.11.28 04:54:26.290377 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
970 2024.11.28 04:54:26.290550 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
971 2024.11.28 04:54:26.290838 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
972 2024.11.28 04:54:26.290873 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
973 2024.11.28 04:54:26.291103 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
974 2024.11.28 04:54:26.291171 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
975 2024.11.28 04:54:26.291331 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
976 2024.11.28 04:54:26.291364 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
977 2024.11.28 04:54:26.291388 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
978 2024.11.28 04:54:26.291405 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
979 2024.11.28 04:54:26.291449 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
980 2024.11.28 04:54:26.291472 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
981 2024.11.28 04:54:26.292079 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001599 sec., 2501.5634771732334 rows/sec., 115.43 KiB/sec.
982 2024.11.28 04:54:26.292196 [ 258 ] {2c052e2b-0ed8-4414-9dd0-a9dce90896f4} <Debug> TCPHandler: Processed in 0.001885281 sec.
983 2024.11.28 04:54:26.292438 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
984 2024.11.28 04:54:26.292592 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
985 2024.11.28 04:54:26.292864 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
986 2024.11.28 04:54:26.292897 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
987 2024.11.28 04:54:26.293108 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
988 2024.11.28 04:54:26.293172 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
989 2024.11.28 04:54:26.293332 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
990 2024.11.28 04:54:26.293364 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
991 2024.11.28 04:54:26.293386 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
992 2024.11.28 04:54:26.293402 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
993 2024.11.28 04:54:26.293444 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
994 2024.11.28 04:54:26.293465 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
995 2024.11.28 04:54:26.294002 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001468 sec., 2724.7956403269754 rows/sec., 125.73 KiB/sec.
996 2024.11.28 04:54:26.294114 [ 261 ] {76dcad6e-c2e6-40f2-84a8-38cee866b456} <Debug> TCPHandler: Processed in 0.001735988 sec.
997 2024.11.28 04:54:26.294356 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
998 2024.11.28 04:54:26.294540 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
999 2024.11.28 04:54:26.294868 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1000 2024.11.28 04:54:26.294909 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1001 2024.11.28 04:54:26.295141 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1002 2024.11.28 04:54:26.295206 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1003 2024.11.28 04:54:26.295354 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
1004 2024.11.28 04:54:26.295387 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1005 2024.11.28 04:54:26.295408 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1006 2024.11.28 04:54:26.295425 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1007 2024.11.28 04:54:26.295467 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1008 2024.11.28 04:54:26.295488 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1009 2024.11.28 04:54:26.296137 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001671 sec., 2393.77618192699 rows/sec., 110.46 KiB/sec.
1010 2024.11.28 04:54:26.296255 [ 258 ] {b56f9ba4-336a-4701-b677-7a51973436b5} <Debug> TCPHandler: Processed in 0.001967383 sec.
1011 2024.11.28 04:54:26.296492 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1012 2024.11.28 04:54:26.296648 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1013 2024.11.28 04:54:26.296921 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1014 2024.11.28 04:54:26.296957 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1015 2024.11.28 04:54:26.297174 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1016 2024.11.28 04:54:26.297237 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1017 2024.11.28 04:54:26.297395 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
1018 2024.11.28 04:54:26.297425 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1019 2024.11.28 04:54:26.297447 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1020 2024.11.28 04:54:26.297464 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1021 2024.11.28 04:54:26.297505 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1022 2024.11.28 04:54:26.297526 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1023 2024.11.28 04:54:26.298070 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001483 sec., 2697.2353337828727 rows/sec., 124.46 KiB/sec.
1024 2024.11.28 04:54:26.298182 [ 261 ] {63106c79-3fdf-459c-bd44-3dacccbcd36b} <Debug> TCPHandler: Processed in 0.001746428 sec.
1025 2024.11.28 04:54:26.298442 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1026 2024.11.28 04:54:26.298629 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1027 2024.11.28 04:54:26.298956 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1028 2024.11.28 04:54:26.298999 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1029 2024.11.28 04:54:26.299217 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1030 2024.11.28 04:54:26.299287 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1031 2024.11.28 04:54:26.299437 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
1032 2024.11.28 04:54:26.299470 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1033 2024.11.28 04:54:26.299492 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1034 2024.11.28 04:54:26.299510 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1035 2024.11.28 04:54:26.299552 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1036 2024.11.28 04:54:26.299575 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1037 2024.11.28 04:54:26.300127 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001576 sec., 2538.0710659898477 rows/sec., 117.11 KiB/sec.
1038 2024.11.28 04:54:26.300243 [ 258 ] {f237a4bd-6eb0-4598-a390-95bfa9385983} <Debug> TCPHandler: Processed in 0.001869832 sec.
1039 2024.11.28 04:54:26.300526 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1040 2024.11.28 04:54:26.300685 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1041 2024.11.28 04:54:26.300964 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1042 2024.11.28 04:54:26.300999 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1043 2024.11.28 04:54:26.301220 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1044 2024.11.28 04:54:26.301291 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1045 2024.11.28 04:54:26.301440 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
1046 2024.11.28 04:54:26.301471 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1047 2024.11.28 04:54:26.301493 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1048 2024.11.28 04:54:26.301509 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1049 2024.11.28 04:54:26.301549 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1050 2024.11.28 04:54:26.301571 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1051 2024.11.28 04:54:26.302097 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001477 sec., 2708.1922816519973 rows/sec., 124.96 KiB/sec.
1052 2024.11.28 04:54:26.302209 [ 261 ] {af976b8d-7e70-4302-9ae1-07bcabe580b8} <Debug> TCPHandler: Processed in 0.001739179 sec.
1053 2024.11.28 04:54:26.302475 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1054 2024.11.28 04:54:26.302664 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1055 2024.11.28 04:54:26.302997 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1056 2024.11.28 04:54:26.303035 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1057 2024.11.28 04:54:26.303261 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1058 2024.11.28 04:54:26.303326 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1059 2024.11.28 04:54:26.303474 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1060 2024.11.28 04:54:26.303505 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1061 2024.11.28 04:54:26.303526 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1062 2024.11.28 04:54:26.303543 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1063 2024.11.28 04:54:26.303585 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1064 2024.11.28 04:54:26.303606 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1065 2024.11.28 04:54:26.304149 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001565 sec., 2555.9105431309904 rows/sec., 117.94 KiB/sec.
1066 2024.11.28 04:54:26.304263 [ 258 ] {454ff035-e8a1-4fb5-a67d-59f33fbaecf0} <Debug> TCPHandler: Processed in 0.001857171 sec.
1067 2024.11.28 04:54:26.304512 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1068 2024.11.28 04:54:26.304671 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1069 2024.11.28 04:54:26.304949 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1070 2024.11.28 04:54:26.304984 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1071 2024.11.28 04:54:26.305212 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1072 2024.11.28 04:54:26.305288 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1073 2024.11.28 04:54:26.305438 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1074 2024.11.28 04:54:26.305470 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1075 2024.11.28 04:54:26.305491 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1076 2024.11.28 04:54:26.305508 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1077 2024.11.28 04:54:26.305550 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1078 2024.11.28 04:54:26.305572 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1079 2024.11.28 04:54:26.306107 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001504 sec., 2659.5744680851067 rows/sec., 122.72 KiB/sec.
1080 2024.11.28 04:54:26.306219 [ 261 ] {231785a9-3e73-4c8c-9232-43fc46212363} <Debug> TCPHandler: Processed in 0.00176356 sec.
1081 2024.11.28 04:54:26.306462 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1082 2024.11.28 04:54:26.306655 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1083 2024.11.28 04:54:26.306992 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1084 2024.11.28 04:54:26.307031 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1085 2024.11.28 04:54:26.307260 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1086 2024.11.28 04:54:26.307325 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1087 2024.11.28 04:54:26.307472 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1088 2024.11.28 04:54:26.307505 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1089 2024.11.28 04:54:26.307528 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1090 2024.11.28 04:54:26.307544 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1091 2024.11.28 04:54:26.307586 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1092 2024.11.28 04:54:26.307608 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1093 2024.11.28 04:54:26.308155 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001582 sec., 2528.4450063211125 rows/sec., 116.67 KiB/sec.
1094 2024.11.28 04:54:26.308269 [ 258 ] {9dc56fc0-8dee-4d38-a979-16b8e4ee7d17} <Debug> TCPHandler: Processed in 0.001876141 sec.
1095 2024.11.28 04:54:26.312576 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1096 2024.11.28 04:54:26.312740 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1097 2024.11.28 04:54:26.313029 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1098 2024.11.28 04:54:26.313068 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1099 2024.11.28 04:54:26.313311 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1100 2024.11.28 04:54:26.313375 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1101 2024.11.28 04:54:26.313522 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1102 2024.11.28 04:54:26.313554 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1103 2024.11.28 04:54:26.313576 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1104 2024.11.28 04:54:26.313593 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1105 2024.11.28 04:54:26.313635 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1106 2024.11.28 04:54:26.313657 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1107 2024.11.28 04:54:26.314203 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001531 sec., 2612.671456564337 rows/sec., 120.56 KiB/sec.
1108 2024.11.28 04:54:26.314323 [ 261 ] {042fa75c-6bd9-4549-927c-b1eb26c5411f} <Debug> TCPHandler: Processed in 0.001804391 sec.
1109 2024.11.28 04:54:26.314614 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1110 2024.11.28 04:54:26.314764 [ 258 ] {5697e502-ab9a-488c-9664-e5584203d3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1111 2024.11.28 04:54:26.314826 [ 258 ] {5697e502-ab9a-488c-9664-e5584203d3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1112 2024.11.28 04:54:26.315736 [ 258 ] {5697e502-ab9a-488c-9664-e5584203d3b0} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1113 2024.11.28 04:54:26.315776 [ 258 ] {5697e502-ab9a-488c-9664-e5584203d3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1114 2024.11.28 04:54:26.316276 [ 258 ] {5697e502-ab9a-488c-9664-e5584203d3b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1115 2024.11.28 04:54:26.316492 [ 258 ] {5697e502-ab9a-488c-9664-e5584203d3b0} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1116 2024.11.28 04:54:26.316725 [ 258 ] {5697e502-ab9a-488c-9664-e5584203d3b0} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001996 sec., 6012.024048096193 rows/sec., 1.22 MiB/sec.
1117 2024.11.28 04:54:26.316869 [ 258 ] {5697e502-ab9a-488c-9664-e5584203d3b0} <Debug> TCPHandler: Processed in 0.002324552 sec.
1118 2024.11.28 04:54:26.317009 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1119 2024.11.28 04:54:26.317139 [ 261 ] {09aa7309-95ba-40d5-ada1-53cc4984aff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1120 2024.11.28 04:54:26.317186 [ 261 ] {09aa7309-95ba-40d5-ada1-53cc4984aff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1121 2024.11.28 04:54:26.318343 [ 261 ] {09aa7309-95ba-40d5-ada1-53cc4984aff4} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1122 2024.11.28 04:54:26.318388 [ 261 ] {09aa7309-95ba-40d5-ada1-53cc4984aff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1123 2024.11.28 04:54:26.318795 [ 261 ] {09aa7309-95ba-40d5-ada1-53cc4984aff4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1124 2024.11.28 04:54:26.319045 [ 261 ] {09aa7309-95ba-40d5-ada1-53cc4984aff4} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1125 2024.11.28 04:54:26.319273 [ 261 ] {09aa7309-95ba-40d5-ada1-53cc4984aff4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002172 sec., 6445.672191528545 rows/sec., 464.00 KiB/sec.
1126 2024.11.28 04:54:26.319324 [ 261 ] {09aa7309-95ba-40d5-ada1-53cc4984aff4} <Debug> TCPHandler: Processed in 0.002372933 sec.
1127 2024.11.28 04:54:26.319515 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1128 2024.11.28 04:54:26.319652 [ 258 ] {9b9f36ce-18bd-41b9-a2f7-a0be6e5d0f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1129 2024.11.28 04:54:26.319709 [ 258 ] {9b9f36ce-18bd-41b9-a2f7-a0be6e5d0f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1130 2024.11.28 04:54:26.320389 [ 258 ] {9b9f36ce-18bd-41b9-a2f7-a0be6e5d0f6f} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1131 2024.11.28 04:54:26.320427 [ 258 ] {9b9f36ce-18bd-41b9-a2f7-a0be6e5d0f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1132 2024.11.28 04:54:26.320788 [ 258 ] {9b9f36ce-18bd-41b9-a2f7-a0be6e5d0f6f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1133 2024.11.28 04:54:26.321024 [ 258 ] {9b9f36ce-18bd-41b9-a2f7-a0be6e5d0f6f} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1134 2024.11.28 04:54:26.321198 [ 258 ] {9b9f36ce-18bd-41b9-a2f7-a0be6e5d0f6f} <Debug> executeQuery: Read 147 rows, 13.57 KiB in 0.001576 sec., 93274.11167512691 rows/sec., 8.41 MiB/sec.
1135 2024.11.28 04:54:26.321249 [ 258 ] {9b9f36ce-18bd-41b9-a2f7-a0be6e5d0f6f} <Debug> TCPHandler: Processed in 0.00180326 sec.
1136 2024.11.28 04:54:26.321384 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1137 2024.11.28 04:54:26.321499 [ 261 ] {6e60579e-55e4-40c6-bb39-9f0fc7bcc6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1138 2024.11.28 04:54:26.321547 [ 261 ] {6e60579e-55e4-40c6-bb39-9f0fc7bcc6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1139 2024.11.28 04:54:26.322104 [ 261 ] {6e60579e-55e4-40c6-bb39-9f0fc7bcc6c6} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1140 2024.11.28 04:54:26.322142 [ 261 ] {6e60579e-55e4-40c6-bb39-9f0fc7bcc6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1141 2024.11.28 04:54:26.322491 [ 261 ] {6e60579e-55e4-40c6-bb39-9f0fc7bcc6c6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1142 2024.11.28 04:54:26.322719 [ 261 ] {6e60579e-55e4-40c6-bb39-9f0fc7bcc6c6} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1143 2024.11.28 04:54:26.322921 [ 261 ] {6e60579e-55e4-40c6-bb39-9f0fc7bcc6c6} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001445 sec., 4844.290657439446 rows/sec., 315.61 KiB/sec.
1144 2024.11.28 04:54:26.322972 [ 261 ] {6e60579e-55e4-40c6-bb39-9f0fc7bcc6c6} <Debug> TCPHandler: Processed in 0.001645256 sec.
1145 2024.11.28 04:54:26.323123 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1146 2024.11.28 04:54:26.323261 [ 258 ] {cd276a97-3667-407a-8a89-279d9f2c9add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1147 2024.11.28 04:54:26.323316 [ 258 ] {cd276a97-3667-407a-8a89-279d9f2c9add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1148 2024.11.28 04:54:26.323980 [ 258 ] {cd276a97-3667-407a-8a89-279d9f2c9add} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1149 2024.11.28 04:54:26.324023 [ 258 ] {cd276a97-3667-407a-8a89-279d9f2c9add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1150 2024.11.28 04:54:26.324387 [ 258 ] {cd276a97-3667-407a-8a89-279d9f2c9add} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1151 2024.11.28 04:54:26.324633 [ 258 ] {cd276a97-3667-407a-8a89-279d9f2c9add} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1152 2024.11.28 04:54:26.324820 [ 258 ] {cd276a97-3667-407a-8a89-279d9f2c9add} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001585 sec., 8832.807570977919 rows/sec., 618.59 KiB/sec.
1153 2024.11.28 04:54:26.324870 [ 258 ] {cd276a97-3667-407a-8a89-279d9f2c9add} <Debug> TCPHandler: Processed in 0.00181759 sec.
1154 2024.11.28 04:54:26.324999 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1155 2024.11.28 04:54:26.325116 [ 261 ] {465e926f-5331-4c10-b452-9de384e833da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1156 2024.11.28 04:54:26.325162 [ 261 ] {465e926f-5331-4c10-b452-9de384e833da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1157 2024.11.28 04:54:26.325724 [ 261 ] {465e926f-5331-4c10-b452-9de384e833da} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1158 2024.11.28 04:54:26.325761 [ 261 ] {465e926f-5331-4c10-b452-9de384e833da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1159 2024.11.28 04:54:26.326108 [ 261 ] {465e926f-5331-4c10-b452-9de384e833da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1160 2024.11.28 04:54:26.326351 [ 261 ] {465e926f-5331-4c10-b452-9de384e833da} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1161 2024.11.28 04:54:26.326560 [ 261 ] {465e926f-5331-4c10-b452-9de384e833da} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001464 sec., 8879.781420765028 rows/sec., 553.65 KiB/sec.
1162 2024.11.28 04:54:26.326614 [ 261 ] {465e926f-5331-4c10-b452-9de384e833da} <Debug> TCPHandler: Processed in 0.001669797 sec.
1163 2024.11.28 04:54:26.326752 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1164 2024.11.28 04:54:26.326868 [ 258 ] {ad8683e2-6037-4ece-a906-ad7a334ad32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1165 2024.11.28 04:54:26.326916 [ 258 ] {ad8683e2-6037-4ece-a906-ad7a334ad32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1166 2024.11.28 04:54:26.327583 [ 258 ] {ad8683e2-6037-4ece-a906-ad7a334ad32f} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1167 2024.11.28 04:54:26.327622 [ 258 ] {ad8683e2-6037-4ece-a906-ad7a334ad32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1168 2024.11.28 04:54:26.327984 [ 258 ] {ad8683e2-6037-4ece-a906-ad7a334ad32f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1169 2024.11.28 04:54:26.328217 [ 258 ] {ad8683e2-6037-4ece-a906-ad7a334ad32f} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1170 2024.11.28 04:54:26.328391 [ 258 ] {ad8683e2-6037-4ece-a906-ad7a334ad32f} <Debug> executeQuery: Read 318 rows, 22.57 KiB in 0.001546 sec., 205692.1086675291 rows/sec., 14.25 MiB/sec.
1171 2024.11.28 04:54:26.328440 [ 258 ] {ad8683e2-6037-4ece-a906-ad7a334ad32f} <Debug> TCPHandler: Processed in 0.001747849 sec.
1172 2024.11.28 04:54:26.328581 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1173 2024.11.28 04:54:26.328695 [ 261 ] {746cadef-1795-4857-86a0-3a98b8c01bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1174 2024.11.28 04:54:26.328744 [ 261 ] {746cadef-1795-4857-86a0-3a98b8c01bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1175 2024.11.28 04:54:26.329213 [ 261 ] {746cadef-1795-4857-86a0-3a98b8c01bc6} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1176 2024.11.28 04:54:26.329260 [ 261 ] {746cadef-1795-4857-86a0-3a98b8c01bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1177 2024.11.28 04:54:26.329620 [ 261 ] {746cadef-1795-4857-86a0-3a98b8c01bc6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1178 2024.11.28 04:54:26.329849 [ 261 ] {746cadef-1795-4857-86a0-3a98b8c01bc6} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1179 2024.11.28 04:54:26.330040 [ 261 ] {746cadef-1795-4857-86a0-3a98b8c01bc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 228.98 KiB/sec.
1180 2024.11.28 04:54:26.330087 [ 261 ] {746cadef-1795-4857-86a0-3a98b8c01bc6} <Debug> TCPHandler: Processed in 0.001565425 sec.
1181 2024.11.28 04:54:26.330234 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1182 2024.11.28 04:54:26.330373 [ 258 ] {3732c5fe-d23e-494f-8a4c-88593541f614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1183 2024.11.28 04:54:26.330433 [ 258 ] {3732c5fe-d23e-494f-8a4c-88593541f614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1184 2024.11.28 04:54:26.331042 [ 258 ] {3732c5fe-d23e-494f-8a4c-88593541f614} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1185 2024.11.28 04:54:26.331080 [ 258 ] {3732c5fe-d23e-494f-8a4c-88593541f614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1186 2024.11.28 04:54:26.331493 [ 258 ] {3732c5fe-d23e-494f-8a4c-88593541f614} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1187 2024.11.28 04:54:26.331729 [ 258 ] {3732c5fe-d23e-494f-8a4c-88593541f614} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1188 2024.11.28 04:54:26.331948 [ 258 ] {3732c5fe-d23e-494f-8a4c-88593541f614} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001603 sec., 48034.93449781659 rows/sec., 2.96 MiB/sec.
1189 2024.11.28 04:54:26.332002 [ 258 ] {3732c5fe-d23e-494f-8a4c-88593541f614} <Debug> TCPHandler: Processed in 0.001837241 sec.
1190 2024.11.28 04:54:26.332149 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1191 2024.11.28 04:54:26.332275 [ 261 ] {cce9dc50-d45a-4bae-ac0c-a9009fde0594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1192 2024.11.28 04:54:26.332324 [ 261 ] {cce9dc50-d45a-4bae-ac0c-a9009fde0594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1193 2024.11.28 04:54:26.332782 [ 261 ] {cce9dc50-d45a-4bae-ac0c-a9009fde0594} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1194 2024.11.28 04:54:26.332818 [ 261 ] {cce9dc50-d45a-4bae-ac0c-a9009fde0594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1195 2024.11.28 04:54:26.333176 [ 261 ] {cce9dc50-d45a-4bae-ac0c-a9009fde0594} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1196 2024.11.28 04:54:26.333411 [ 261 ] {cce9dc50-d45a-4bae-ac0c-a9009fde0594} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1197 2024.11.28 04:54:26.333593 [ 261 ] {cce9dc50-d45a-4bae-ac0c-a9009fde0594} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001349 sec., 741.2898443291327 rows/sec., 49.95 KiB/sec.
1198 2024.11.28 04:54:26.333642 [ 261 ] {cce9dc50-d45a-4bae-ac0c-a9009fde0594} <Debug> TCPHandler: Processed in 0.001551174 sec.
1199 2024.11.28 04:54:26.333779 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1200 2024.11.28 04:54:26.333894 [ 258 ] {1852007a-75ff-4e2f-ad07-8b8423c1e2f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1201 2024.11.28 04:54:26.333942 [ 258 ] {1852007a-75ff-4e2f-ad07-8b8423c1e2f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1202 2024.11.28 04:54:26.334481 [ 258 ] {1852007a-75ff-4e2f-ad07-8b8423c1e2f5} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1203 2024.11.28 04:54:26.334527 [ 258 ] {1852007a-75ff-4e2f-ad07-8b8423c1e2f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1204 2024.11.28 04:54:26.334955 [ 258 ] {1852007a-75ff-4e2f-ad07-8b8423c1e2f5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1205 2024.11.28 04:54:26.335205 [ 258 ] {1852007a-75ff-4e2f-ad07-8b8423c1e2f5} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1206 2024.11.28 04:54:26.335438 [ 258 ] {1852007a-75ff-4e2f-ad07-8b8423c1e2f5} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001565 sec., 14057.507987220448 rows/sec., 761.91 KiB/sec.
1207 2024.11.28 04:54:26.335486 [ 258 ] {1852007a-75ff-4e2f-ad07-8b8423c1e2f5} <Debug> TCPHandler: Processed in 0.001767689 sec.
1208 2024.11.28 04:54:27.990873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1209 2024.11.28 04:54:27.991595 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1210 2024.11.28 04:54:27.991649 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1211 2024.11.28 04:54:27.992270 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1212 2024.11.28 04:54:27.992530 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1213 2024.11.28 04:54:27.992764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1214 2024.11.28 04:54:28.119194 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1215 2024.11.28 04:54:28.139343 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1216 2024.11.28 04:54:28.139411 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1217 2024.11.28 04:54:28.146501 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1218 2024.11.28 04:54:28.147292 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1219 2024.11.28 04:54:28.150395 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1220 2024.11.28 04:54:30.479079 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 164
1221 2024.11.28 04:54:30.482659 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1222 2024.11.28 04:54:30.482708 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1223 2024.11.28 04:54:30.484217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1224 2024.11.28 04:54:30.484533 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1225 2024.11.28 04:54:30.485039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 164
1226 2024.11.28 04:54:31.250050 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1227 2024.11.28 04:54:31.250251 [ 258 ] {02fe20b9-6d82-41b0-bf01-8bbf78141921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1228 2024.11.28 04:54:31.250323 [ 258 ] {02fe20b9-6d82-41b0-bf01-8bbf78141921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1229 2024.11.28 04:54:31.251115 [ 258 ] {02fe20b9-6d82-41b0-bf01-8bbf78141921} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1230 2024.11.28 04:54:31.251167 [ 258 ] {02fe20b9-6d82-41b0-bf01-8bbf78141921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1231 2024.11.28 04:54:31.251613 [ 258 ] {02fe20b9-6d82-41b0-bf01-8bbf78141921} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1232 2024.11.28 04:54:31.251881 [ 258 ] {02fe20b9-6d82-41b0-bf01-8bbf78141921} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1233 2024.11.28 04:54:31.252087 [ 258 ] {02fe20b9-6d82-41b0-bf01-8bbf78141921} <Debug> executeQuery: Read 50 rows, 4.68 KiB in 0.001889 sec., 26469.031233456855 rows/sec., 2.42 MiB/sec.
1234 2024.11.28 04:54:31.252152 [ 258 ] {02fe20b9-6d82-41b0-bf01-8bbf78141921} <Debug> TCPHandler: Processed in 0.002239539 sec.
1235 2024.11.28 04:54:31.252419 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1236 2024.11.28 04:54:31.252619 [ 261 ] {8f2e5cf0-e72d-4e64-9eca-4ddb8b0427d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1237 2024.11.28 04:54:31.252696 [ 261 ] {8f2e5cf0-e72d-4e64-9eca-4ddb8b0427d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1238 2024.11.28 04:54:31.253463 [ 261 ] {8f2e5cf0-e72d-4e64-9eca-4ddb8b0427d0} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1239 2024.11.28 04:54:31.253517 [ 261 ] {8f2e5cf0-e72d-4e64-9eca-4ddb8b0427d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1240 2024.11.28 04:54:31.254014 [ 261 ] {8f2e5cf0-e72d-4e64-9eca-4ddb8b0427d0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1241 2024.11.28 04:54:31.254286 [ 261 ] {8f2e5cf0-e72d-4e64-9eca-4ddb8b0427d0} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1242 2024.11.28 04:54:31.254522 [ 261 ] {8f2e5cf0-e72d-4e64-9eca-4ddb8b0427d0} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001959 sec., 12761.613067891783 rows/sec., 959.61 KiB/sec.
1243 2024.11.28 04:54:31.254589 [ 261 ] {8f2e5cf0-e72d-4e64-9eca-4ddb8b0427d0} <Debug> TCPHandler: Processed in 0.002310631 sec.
1244 2024.11.28 04:54:31.254756 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1245 2024.11.28 04:54:31.254907 [ 258 ] {402615f8-bedb-4f64-ae49-8098bf3be4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1246 2024.11.28 04:54:31.254971 [ 258 ] {402615f8-bedb-4f64-ae49-8098bf3be4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1247 2024.11.28 04:54:31.255604 [ 258 ] {402615f8-bedb-4f64-ae49-8098bf3be4dd} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1248 2024.11.28 04:54:31.255642 [ 258 ] {402615f8-bedb-4f64-ae49-8098bf3be4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1249 2024.11.28 04:54:31.256009 [ 258 ] {402615f8-bedb-4f64-ae49-8098bf3be4dd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1250 2024.11.28 04:54:31.256257 [ 258 ] {402615f8-bedb-4f64-ae49-8098bf3be4dd} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1251 2024.11.28 04:54:31.256434 [ 258 ] {402615f8-bedb-4f64-ae49-8098bf3be4dd} <Debug> executeQuery: Read 25 rows, 2.00 KiB in 0.001565 sec., 15974.44089456869 rows/sec., 1.25 MiB/sec.
1252 2024.11.28 04:54:31.256488 [ 258 ] {402615f8-bedb-4f64-ae49-8098bf3be4dd} <Debug> TCPHandler: Processed in 0.00180711 sec.
1253 2024.11.28 04:54:31.256644 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1254 2024.11.28 04:54:31.256794 [ 261 ] {c58f3759-e768-4bcf-b3d3-5b648b26ec51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1255 2024.11.28 04:54:31.256895 [ 261 ] {c58f3759-e768-4bcf-b3d3-5b648b26ec51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1256 2024.11.28 04:54:31.258100 [ 261 ] {c58f3759-e768-4bcf-b3d3-5b648b26ec51} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1257 2024.11.28 04:54:31.258142 [ 261 ] {c58f3759-e768-4bcf-b3d3-5b648b26ec51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1258 2024.11.28 04:54:31.258816 [ 261 ] {c58f3759-e768-4bcf-b3d3-5b648b26ec51} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1259 2024.11.28 04:54:31.259083 [ 261 ] {c58f3759-e768-4bcf-b3d3-5b648b26ec51} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1260 2024.11.28 04:54:31.259401 [ 261 ] {c58f3759-e768-4bcf-b3d3-5b648b26ec51} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002626 sec., 9520.18278750952 rows/sec., 17.06 MiB/sec.
1261 2024.11.28 04:54:31.259595 [ 261 ] {c58f3759-e768-4bcf-b3d3-5b648b26ec51} <Debug> TCPHandler: Processed in 0.003020577 sec.
1262 2024.11.28 04:54:35.425905 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
1263 2024.11.28 04:54:35.426027 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
1264 2024.11.28 04:54:35.492866 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1265 2024.11.28 04:54:35.493864 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1266 2024.11.28 04:54:35.493912 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1267 2024.11.28 04:54:35.494519 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1268 2024.11.28 04:54:35.494784 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1269 2024.11.28 04:54:35.495014 [ 73 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1270 2024.11.28 04:54:35.495067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1271 2024.11.28 04:54:35.495145 [ 73 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1272 2024.11.28 04:54:35.495196 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1273 2024.11.28 04:54:35.499165 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
1274 2024.11.28 04:54:35.499308 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1275 2024.11.28 04:54:35.499398 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
1276 2024.11.28 04:54:35.499520 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1277 2024.11.28 04:54:35.499714 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1278 2024.11.28 04:54:35.499909 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1279 2024.11.28 04:54:35.500103 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1280 2024.11.28 04:54:35.500237 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1281 2024.11.28 04:54:35.516394 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.021094488 sec., 133020.53124019885 rows/sec., 1.90 MiB/sec.
1282 2024.11.28 04:54:35.517283 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1283 2024.11.28 04:54:35.517570 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1284 2024.11.28 04:54:35.517646 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_6_1} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1285 2024.11.28 04:54:35.517745 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1286 2024.11.28 04:54:35.650456 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1287 2024.11.28 04:54:35.670973 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1288 2024.11.28 04:54:35.671036 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1289 2024.11.28 04:54:35.677956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1290 2024.11.28 04:54:35.678742 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1291 2024.11.28 04:54:35.679137 [ 70 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1292 2024.11.28 04:54:35.679313 [ 70 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1293 2024.11.28 04:54:35.679398 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1294 2024.11.28 04:54:35.679772 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
1295 2024.11.28 04:54:35.695914 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1296 2024.11.28 04:54:35.697074 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1297 2024.11.28 04:54:35.698234 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
1298 2024.11.28 04:54:35.702988 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
1299 2024.11.28 04:54:35.707776 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
1300 2024.11.28 04:54:35.712437 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
1301 2024.11.28 04:54:35.721173 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
1302 2024.11.28 04:54:35.725559 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
1303 2024.11.28 04:54:35.785367 [ 189 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.105815928 sec., 434.7171628074745 rows/sec., 2.25 MiB/sec.
1304 2024.11.28 04:54:35.788142 [ 189 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1305 2024.11.28 04:54:35.791148 [ 189 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_6_1} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1306 2024.11.28 04:54:35.791245 [ 189 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_6_1} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1307 2024.11.28 04:54:35.793550 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1308 2024.11.28 04:54:36.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.33 MiB, peak 169.87 MiB, free memory in arenas 0.00 B, will set to 163.85 MiB (RSS), difference: 3.52 MiB
1309 2024.11.28 04:54:36.253382 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1310 2024.11.28 04:54:36.253578 [ 258 ] {0c5ff70f-070b-4733-b371-3f4623ab9e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1311 2024.11.28 04:54:36.253655 [ 258 ] {0c5ff70f-070b-4733-b371-3f4623ab9e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1312 2024.11.28 04:54:36.254415 [ 258 ] {0c5ff70f-070b-4733-b371-3f4623ab9e85} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1313 2024.11.28 04:54:36.254469 [ 258 ] {0c5ff70f-070b-4733-b371-3f4623ab9e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1314 2024.11.28 04:54:36.254950 [ 258 ] {0c5ff70f-070b-4733-b371-3f4623ab9e85} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1315 2024.11.28 04:54:36.255239 [ 258 ] {0c5ff70f-070b-4733-b371-3f4623ab9e85} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1316 2024.11.28 04:54:36.255556 [ 258 ] {0c5ff70f-070b-4733-b371-3f4623ab9e85} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002016 sec., 6944.444444444444 rows/sec., 499.91 KiB/sec.
1317 2024.11.28 04:54:36.255704 [ 258 ] {0c5ff70f-070b-4733-b371-3f4623ab9e85} <Debug> TCPHandler: Processed in 0.002461625 sec.
1318 2024.11.28 04:54:36.255957 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1319 2024.11.28 04:54:36.256154 [ 261 ] {f6d0e85e-5306-489f-8648-999472f30d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1320 2024.11.28 04:54:36.256228 [ 261 ] {f6d0e85e-5306-489f-8648-999472f30d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1321 2024.11.28 04:54:36.257029 [ 261 ] {f6d0e85e-5306-489f-8648-999472f30d43} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1322 2024.11.28 04:54:36.257079 [ 261 ] {f6d0e85e-5306-489f-8648-999472f30d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1323 2024.11.28 04:54:36.257541 [ 261 ] {f6d0e85e-5306-489f-8648-999472f30d43} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1324 2024.11.28 04:54:36.257829 [ 261 ] {f6d0e85e-5306-489f-8648-999472f30d43} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1325 2024.11.28 04:54:36.258085 [ 261 ] {f6d0e85e-5306-489f-8648-999472f30d43} <Debug> executeQuery: Read 147 rows, 13.57 KiB in 0.001985 sec., 74055.41561712847 rows/sec., 6.68 MiB/sec.
1326 2024.11.28 04:54:36.258154 [ 261 ] {f6d0e85e-5306-489f-8648-999472f30d43} <Debug> TCPHandler: Processed in 0.002332501 sec.
1327 2024.11.28 04:54:36.258304 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1328 2024.11.28 04:54:36.258436 [ 258 ] {94d19bd6-59ab-41e7-ad97-6ff05930b5dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1329 2024.11.28 04:54:36.258491 [ 258 ] {94d19bd6-59ab-41e7-ad97-6ff05930b5dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1330 2024.11.28 04:54:36.259127 [ 258 ] {94d19bd6-59ab-41e7-ad97-6ff05930b5dd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1331 2024.11.28 04:54:36.259168 [ 258 ] {94d19bd6-59ab-41e7-ad97-6ff05930b5dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1332 2024.11.28 04:54:36.259541 [ 258 ] {94d19bd6-59ab-41e7-ad97-6ff05930b5dd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1333 2024.11.28 04:54:36.259795 [ 258 ] {94d19bd6-59ab-41e7-ad97-6ff05930b5dd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1334 2024.11.28 04:54:36.260024 [ 258 ] {94d19bd6-59ab-41e7-ad97-6ff05930b5dd} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001613 sec., 4339.7396156230625 rows/sec., 282.74 KiB/sec.
1335 2024.11.28 04:54:36.260180 [ 258 ] {94d19bd6-59ab-41e7-ad97-6ff05930b5dd} <Debug> TCPHandler: Processed in 0.001932473 sec.
1336 2024.11.28 04:54:36.260336 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1337 2024.11.28 04:54:36.260464 [ 261 ] {3cb25d88-e51f-466e-a1d9-b46b96dce58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1338 2024.11.28 04:54:36.260519 [ 261 ] {3cb25d88-e51f-466e-a1d9-b46b96dce58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1339 2024.11.28 04:54:36.261175 [ 261 ] {3cb25d88-e51f-466e-a1d9-b46b96dce58a} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1340 2024.11.28 04:54:36.261220 [ 261 ] {3cb25d88-e51f-466e-a1d9-b46b96dce58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1341 2024.11.28 04:54:36.261620 [ 261 ] {3cb25d88-e51f-466e-a1d9-b46b96dce58a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1342 2024.11.28 04:54:36.261880 [ 261 ] {3cb25d88-e51f-466e-a1d9-b46b96dce58a} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1343 2024.11.28 04:54:36.262097 [ 261 ] {3cb25d88-e51f-466e-a1d9-b46b96dce58a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001664 sec., 8413.461538461539 rows/sec., 589.22 KiB/sec.
1344 2024.11.28 04:54:36.262155 [ 261 ] {3cb25d88-e51f-466e-a1d9-b46b96dce58a} <Debug> TCPHandler: Processed in 0.001882432 sec.
1345 2024.11.28 04:54:36.262304 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1346 2024.11.28 04:54:36.262426 [ 258 ] {a77e418b-4f81-4a86-b794-efd7ae9662cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1347 2024.11.28 04:54:36.262479 [ 258 ] {a77e418b-4f81-4a86-b794-efd7ae9662cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1348 2024.11.28 04:54:36.263064 [ 258 ] {a77e418b-4f81-4a86-b794-efd7ae9662cf} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1349 2024.11.28 04:54:36.263103 [ 258 ] {a77e418b-4f81-4a86-b794-efd7ae9662cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1350 2024.11.28 04:54:36.263456 [ 258 ] {a77e418b-4f81-4a86-b794-efd7ae9662cf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1351 2024.11.28 04:54:36.263699 [ 258 ] {a77e418b-4f81-4a86-b794-efd7ae9662cf} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1352 2024.11.28 04:54:36.263874 [ 258 ] {a77e418b-4f81-4a86-b794-efd7ae9662cf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001475 sec., 8813.559322033898 rows/sec., 549.52 KiB/sec.
1353 2024.11.28 04:54:36.263929 [ 258 ] {a77e418b-4f81-4a86-b794-efd7ae9662cf} <Debug> TCPHandler: Processed in 0.001687157 sec.
1354 2024.11.28 04:54:36.264071 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1355 2024.11.28 04:54:36.264195 [ 261 ] {eeee6346-b67d-4121-82ec-ecc77fa58feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1356 2024.11.28 04:54:36.264246 [ 261 ] {eeee6346-b67d-4121-82ec-ecc77fa58feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1357 2024.11.28 04:54:36.264948 [ 261 ] {eeee6346-b67d-4121-82ec-ecc77fa58feb} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1358 2024.11.28 04:54:36.264990 [ 261 ] {eeee6346-b67d-4121-82ec-ecc77fa58feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1359 2024.11.28 04:54:36.265402 [ 261 ] {eeee6346-b67d-4121-82ec-ecc77fa58feb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1360 2024.11.28 04:54:36.265663 [ 261 ] {eeee6346-b67d-4121-82ec-ecc77fa58feb} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1361 2024.11.28 04:54:36.265914 [ 261 ] {eeee6346-b67d-4121-82ec-ecc77fa58feb} <Debug> executeQuery: Read 318 rows, 22.57 KiB in 0.001741 sec., 182653.64732912122 rows/sec., 12.66 MiB/sec.
1362 2024.11.28 04:54:36.265985 [ 261 ] {eeee6346-b67d-4121-82ec-ecc77fa58feb} <Debug> TCPHandler: Processed in 0.001972114 sec.
1363 2024.11.28 04:54:36.266132 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1364 2024.11.28 04:54:36.266255 [ 258 ] {2341312a-9888-4df2-9e31-9b5e8b274849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1365 2024.11.28 04:54:36.266308 [ 258 ] {2341312a-9888-4df2-9e31-9b5e8b274849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1366 2024.11.28 04:54:36.266807 [ 258 ] {2341312a-9888-4df2-9e31-9b5e8b274849} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1367 2024.11.28 04:54:36.266846 [ 258 ] {2341312a-9888-4df2-9e31-9b5e8b274849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1368 2024.11.28 04:54:36.267211 [ 258 ] {2341312a-9888-4df2-9e31-9b5e8b274849} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1369 2024.11.28 04:54:36.267459 [ 258 ] {2341312a-9888-4df2-9e31-9b5e8b274849} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1370 2024.11.28 04:54:36.267713 [ 258 ] {2341312a-9888-4df2-9e31-9b5e8b274849} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 212.53 KiB/sec.
1371 2024.11.28 04:54:36.267783 [ 258 ] {2341312a-9888-4df2-9e31-9b5e8b274849} <Debug> TCPHandler: Processed in 0.001711658 sec.
1372 2024.11.28 04:54:36.267928 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1373 2024.11.28 04:54:36.268048 [ 261 ] {e5504f0d-413d-4d82-a6c6-892ef801890c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1374 2024.11.28 04:54:36.268104 [ 261 ] {e5504f0d-413d-4d82-a6c6-892ef801890c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1375 2024.11.28 04:54:36.268659 [ 261 ] {e5504f0d-413d-4d82-a6c6-892ef801890c} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1376 2024.11.28 04:54:36.268698 [ 261 ] {e5504f0d-413d-4d82-a6c6-892ef801890c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1377 2024.11.28 04:54:36.269084 [ 261 ] {e5504f0d-413d-4d82-a6c6-892ef801890c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1378 2024.11.28 04:54:36.269369 [ 261 ] {e5504f0d-413d-4d82-a6c6-892ef801890c} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1379 2024.11.28 04:54:36.269588 [ 261 ] {e5504f0d-413d-4d82-a6c6-892ef801890c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001568 sec., 49107.14285714286 rows/sec., 3.02 MiB/sec.
1380 2024.11.28 04:54:36.269646 [ 261 ] {e5504f0d-413d-4d82-a6c6-892ef801890c} <Debug> TCPHandler: Processed in 0.001775269 sec.
1381 2024.11.28 04:54:36.269799 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1382 2024.11.28 04:54:36.269943 [ 258 ] {3ca7fdc4-a0a1-41e7-a1ef-556f8bb0be5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1383 2024.11.28 04:54:36.270005 [ 258 ] {3ca7fdc4-a0a1-41e7-a1ef-556f8bb0be5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1384 2024.11.28 04:54:36.270522 [ 258 ] {3ca7fdc4-a0a1-41e7-a1ef-556f8bb0be5d} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1385 2024.11.28 04:54:36.270586 [ 258 ] {3ca7fdc4-a0a1-41e7-a1ef-556f8bb0be5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1386 2024.11.28 04:54:36.270940 [ 258 ] {3ca7fdc4-a0a1-41e7-a1ef-556f8bb0be5d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1387 2024.11.28 04:54:36.271189 [ 258 ] {3ca7fdc4-a0a1-41e7-a1ef-556f8bb0be5d} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1388 2024.11.28 04:54:36.271435 [ 258 ] {3ca7fdc4-a0a1-41e7-a1ef-556f8bb0be5d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001507 sec., 663.5700066357 rows/sec., 44.71 KiB/sec.
1389 2024.11.28 04:54:36.271512 [ 258 ] {3ca7fdc4-a0a1-41e7-a1ef-556f8bb0be5d} <Debug> TCPHandler: Processed in 0.00178127 sec.
1390 2024.11.28 04:54:36.271666 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1391 2024.11.28 04:54:36.271808 [ 261 ] {a5a948dd-b8d5-4d6b-bd57-52f24eb84d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1392 2024.11.28 04:54:36.271871 [ 261 ] {a5a948dd-b8d5-4d6b-bd57-52f24eb84d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1393 2024.11.28 04:54:36.272414 [ 261 ] {a5a948dd-b8d5-4d6b-bd57-52f24eb84d58} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1394 2024.11.28 04:54:36.272453 [ 261 ] {a5a948dd-b8d5-4d6b-bd57-52f24eb84d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1395 2024.11.28 04:54:36.272824 [ 261 ] {a5a948dd-b8d5-4d6b-bd57-52f24eb84d58} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1396 2024.11.28 04:54:36.273067 [ 261 ] {a5a948dd-b8d5-4d6b-bd57-52f24eb84d58} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1397 2024.11.28 04:54:36.273346 [ 261 ] {a5a948dd-b8d5-4d6b-bd57-52f24eb84d58} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001554 sec., 14157.014157014157 rows/sec., 767.30 KiB/sec.
1398 2024.11.28 04:54:36.273408 [ 261 ] {a5a948dd-b8d5-4d6b-bd57-52f24eb84d58} <Debug> TCPHandler: Processed in 0.00180965 sec.
1399 2024.11.28 04:54:36.909324 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1400 2024.11.28 04:54:36.909605 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1401 2024.11.28 04:54:36.910047 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1402 2024.11.28 04:54:36.910097 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1403 2024.11.28 04:54:36.910428 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1404 2024.11.28 04:54:36.910514 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1405 2024.11.28 04:54:36.910695 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1406 2024.11.28 04:54:36.910942 [ 295 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1407 2024.11.28 04:54:36.910963 [ 294 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1408 2024.11.28 04:54:36.911092 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1409 2024.11.28 04:54:36.911124 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1410 2024.11.28 04:54:36.915226 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1411 2024.11.28 04:54:36.915258 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1412 2024.11.28 04:54:36.915318 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1413 2024.11.28 04:54:36.915387 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1414 2024.11.28 04:54:36.917195 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.007713 sec., 2074.419810709192 rows/sec., 74.19 KiB/sec.
1415 2024.11.28 04:54:36.917361 [ 258 ] {34cf5e8b-ae6b-46bd-ad93-cda7e15755be} <Debug> TCPHandler: Processed in 0.008179631 sec.
1416 2024.11.28 04:54:36.917722 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1417 2024.11.28 04:54:36.917953 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1418 2024.11.28 04:54:36.918335 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1419 2024.11.28 04:54:36.918377 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1420 2024.11.28 04:54:36.918662 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1421 2024.11.28 04:54:36.918745 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1422 2024.11.28 04:54:36.918929 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1423 2024.11.28 04:54:36.919035 [ 294 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1424 2024.11.28 04:54:36.919044 [ 296 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1425 2024.11.28 04:54:36.919164 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1426 2024.11.28 04:54:36.919194 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1427 2024.11.28 04:54:36.919282 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1428 2024.11.28 04:54:36.919305 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1429 2024.11.28 04:54:36.919349 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1430 2024.11.28 04:54:36.919399 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1431 2024.11.28 04:54:36.920593 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002741 sec., 5837.285662167093 rows/sec., 208.78 KiB/sec.
1432 2024.11.28 04:54:36.920754 [ 261 ] {b02d58b8-bfc4-412b-b614-d3d7eece0086} <Debug> TCPHandler: Processed in 0.00316081 sec.
1433 2024.11.28 04:54:36.921014 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1434 2024.11.28 04:54:36.921231 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1435 2024.11.28 04:54:36.921561 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1436 2024.11.28 04:54:36.921602 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1437 2024.11.28 04:54:36.921869 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1438 2024.11.28 04:54:36.921938 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1439 2024.11.28 04:54:36.922089 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1440 2024.11.28 04:54:36.922162 [ 295 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1441 2024.11.28 04:54:36.922185 [ 296 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1442 2024.11.28 04:54:36.922282 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1443 2024.11.28 04:54:36.922312 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1444 2024.11.28 04:54:36.922394 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1445 2024.11.28 04:54:36.922416 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1446 2024.11.28 04:54:36.922458 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1447 2024.11.28 04:54:36.922506 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1448 2024.11.28 04:54:36.923563 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002429 sec., 6587.072869493618 rows/sec., 235.60 KiB/sec.
1449 2024.11.28 04:54:36.923695 [ 258 ] {36919b18-40a1-426f-856c-745d765d8c2b} <Debug> TCPHandler: Processed in 0.002752651 sec.
1450 2024.11.28 04:54:36.924030 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1451 2024.11.28 04:54:36.924243 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1452 2024.11.28 04:54:36.924571 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1453 2024.11.28 04:54:36.924612 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1454 2024.11.28 04:54:36.924875 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1455 2024.11.28 04:54:36.924945 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1456 2024.11.28 04:54:36.925098 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1457 2024.11.28 04:54:36.925194 [ 295 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1458 2024.11.28 04:54:36.925208 [ 296 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1459 2024.11.28 04:54:36.925304 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1460 2024.11.28 04:54:36.925332 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1461 2024.11.28 04:54:36.925417 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1462 2024.11.28 04:54:36.925438 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1463 2024.11.28 04:54:36.925478 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1464 2024.11.28 04:54:36.925527 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1465 2024.11.28 04:54:36.926611 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002468 sec., 6482.982171799027 rows/sec., 231.87 KiB/sec.
1466 2024.11.28 04:54:36.926746 [ 261 ] {e8de73c7-b502-4b54-9729-10822de3e9ce} <Debug> TCPHandler: Processed in 0.002784722 sec.
1467 2024.11.28 04:54:36.927045 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1468 2024.11.28 04:54:36.927257 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1469 2024.11.28 04:54:36.927584 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1470 2024.11.28 04:54:36.927623 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1471 2024.11.28 04:54:36.927888 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1472 2024.11.28 04:54:36.927955 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1473 2024.11.28 04:54:36.928106 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1474 2024.11.28 04:54:36.928201 [ 296 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1475 2024.11.28 04:54:36.928216 [ 294 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1476 2024.11.28 04:54:36.928324 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1477 2024.11.28 04:54:36.928352 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1478 2024.11.28 04:54:36.928434 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1479 2024.11.28 04:54:36.928454 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1480 2024.11.28 04:54:36.928496 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1481 2024.11.28 04:54:36.928543 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1482 2024.11.28 04:54:36.929519 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002363 sec., 6771.053745239103 rows/sec., 242.18 KiB/sec.
1483 2024.11.28 04:54:36.929650 [ 258 ] {c54e1aa7-3d1f-4ee6-871b-9aff5a2f792d} <Debug> TCPHandler: Processed in 0.002673959 sec.
1484 2024.11.28 04:54:36.929897 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1485 2024.11.28 04:54:36.930109 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1486 2024.11.28 04:54:36.930460 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1487 2024.11.28 04:54:36.930501 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1488 2024.11.28 04:54:36.930769 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1489 2024.11.28 04:54:36.930835 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1490 2024.11.28 04:54:36.930983 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1491 2024.11.28 04:54:36.931079 [ 295 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1492 2024.11.28 04:54:36.931093 [ 294 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1493 2024.11.28 04:54:36.931180 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1494 2024.11.28 04:54:36.931203 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1495 2024.11.28 04:54:36.931282 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1496 2024.11.28 04:54:36.931303 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1497 2024.11.28 04:54:36.931344 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1498 2024.11.28 04:54:36.931391 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1499 2024.11.28 04:54:36.932489 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.00248 sec., 6451.612903225807 rows/sec., 230.75 KiB/sec.
1500 2024.11.28 04:54:36.932625 [ 261 ] {c17e701e-e915-4e59-97c0-394a675fe807} <Debug> TCPHandler: Processed in 0.002795502 sec.
1501 2024.11.28 04:54:36.932874 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1502 2024.11.28 04:54:36.933082 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1503 2024.11.28 04:54:36.933435 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1504 2024.11.28 04:54:36.933477 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1505 2024.11.28 04:54:36.933743 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1506 2024.11.28 04:54:36.933810 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1507 2024.11.28 04:54:36.933957 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1508 2024.11.28 04:54:36.934060 [ 296 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1509 2024.11.28 04:54:36.934064 [ 294 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1510 2024.11.28 04:54:36.934171 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1511 2024.11.28 04:54:36.934200 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1512 2024.11.28 04:54:36.934280 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1513 2024.11.28 04:54:36.934301 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1514 2024.11.28 04:54:36.934341 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1515 2024.11.28 04:54:36.934388 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1516 2024.11.28 04:54:36.935392 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002407 sec., 6647.278770253428 rows/sec., 237.75 KiB/sec.
1517 2024.11.28 04:54:36.935520 [ 258 ] {1b8ba835-19e2-4b79-b35e-d9fd353be990} <Debug> TCPHandler: Processed in 0.00271141 sec.
1518 2024.11.28 04:54:36.935790 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1519 2024.11.28 04:54:36.936001 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1520 2024.11.28 04:54:36.936402 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1521 2024.11.28 04:54:36.936465 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1522 2024.11.28 04:54:36.936812 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1523 2024.11.28 04:54:36.936899 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1524 2024.11.28 04:54:36.937087 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1525 2024.11.28 04:54:36.937199 [ 294 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1526 2024.11.28 04:54:36.937201 [ 296 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1527 2024.11.28 04:54:36.937312 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1528 2024.11.28 04:54:36.937346 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1529 2024.11.28 04:54:36.937428 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1530 2024.11.28 04:54:36.937450 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1531 2024.11.28 04:54:36.937492 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1532 2024.11.28 04:54:36.937540 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1533 2024.11.28 04:54:36.938525 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002623 sec., 6099.885627144491 rows/sec., 218.17 KiB/sec.
1534 2024.11.28 04:54:36.938679 [ 261 ] {721d1340-29d0-4b2d-b271-e833d816c0cb} <Debug> TCPHandler: Processed in 0.002954805 sec.
1535 2024.11.28 04:54:36.938923 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1536 2024.11.28 04:54:36.939130 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1537 2024.11.28 04:54:36.939475 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1538 2024.11.28 04:54:36.939517 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1539 2024.11.28 04:54:36.939788 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1540 2024.11.28 04:54:36.939853 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1541 2024.11.28 04:54:36.940002 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1542 2024.11.28 04:54:36.940082 [ 295 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1543 2024.11.28 04:54:36.940099 [ 294 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1544 2024.11.28 04:54:36.940185 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1545 2024.11.28 04:54:36.940212 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1546 2024.11.28 04:54:36.940292 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1547 2024.11.28 04:54:36.940311 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1548 2024.11.28 04:54:36.940352 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1549 2024.11.28 04:54:36.940399 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1550 2024.11.28 04:54:36.941474 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002443 sec., 6549.3246009005325 rows/sec., 234.25 KiB/sec.
1551 2024.11.28 04:54:36.941609 [ 258 ] {7c852e42-507a-4a45-8fd8-9b317a357f0e} <Debug> TCPHandler: Processed in 0.002750961 sec.
1552 2024.11.28 04:54:36.941928 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1553 2024.11.28 04:54:36.942142 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1554 2024.11.28 04:54:36.942505 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1555 2024.11.28 04:54:36.942549 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1556 2024.11.28 04:54:36.942835 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1557 2024.11.28 04:54:36.942905 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1558 2024.11.28 04:54:36.943056 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1559 2024.11.28 04:54:36.943158 [ 294 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1560 2024.11.28 04:54:36.943166 [ 295 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1561 2024.11.28 04:54:36.943273 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1562 2024.11.28 04:54:36.943302 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1563 2024.11.28 04:54:36.943383 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1564 2024.11.28 04:54:36.943404 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1565 2024.11.28 04:54:36.943446 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1566 2024.11.28 04:54:36.943495 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1567 2024.11.28 04:54:36.944476 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002438 sec., 6562.756357670221 rows/sec., 234.73 KiB/sec.
1568 2024.11.28 04:54:36.944628 [ 261 ] {f52c4742-53fc-4e08-9b0a-af710b700ada} <Debug> TCPHandler: Processed in 0.002768221 sec.
1569 2024.11.28 04:54:36.944869 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1570 2024.11.28 04:54:36.945054 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1571 2024.11.28 04:54:36.945377 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1572 2024.11.28 04:54:36.945423 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1573 2024.11.28 04:54:36.945715 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1574 2024.11.28 04:54:36.945784 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1575 2024.11.28 04:54:36.945934 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1576 2024.11.28 04:54:36.946017 [ 295 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1577 2024.11.28 04:54:36.946034 [ 294 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1578 2024.11.28 04:54:36.946123 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1579 2024.11.28 04:54:36.946150 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1580 2024.11.28 04:54:36.946230 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1581 2024.11.28 04:54:36.946252 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1582 2024.11.28 04:54:36.946291 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1583 2024.11.28 04:54:36.946339 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1584 2024.11.28 04:54:36.947439 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002468 sec., 6482.982171799027 rows/sec., 231.87 KiB/sec.
1585 2024.11.28 04:54:36.947585 [ 258 ] {dec21f33-16c5-4867-b5af-4d02cbb94c01} <Debug> TCPHandler: Processed in 0.002778382 sec.
1586 2024.11.28 04:54:36.947848 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1587 2024.11.28 04:54:36.948065 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1588 2024.11.28 04:54:36.948431 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1589 2024.11.28 04:54:36.948476 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1590 2024.11.28 04:54:36.948776 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1591 2024.11.28 04:54:36.948846 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1592 2024.11.28 04:54:36.948997 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1593 2024.11.28 04:54:36.949070 [ 294 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1594 2024.11.28 04:54:36.949092 [ 295 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1595 2024.11.28 04:54:36.949185 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1596 2024.11.28 04:54:36.949214 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1597 2024.11.28 04:54:36.949297 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1598 2024.11.28 04:54:36.949316 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1599 2024.11.28 04:54:36.949356 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1600 2024.11.28 04:54:36.949405 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1601 2024.11.28 04:54:36.950411 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002452 sec., 6525.285481239804 rows/sec., 233.39 KiB/sec.
1602 2024.11.28 04:54:36.950567 [ 261 ] {93355cba-b571-4de1-ad62-de7bc17a9daa} <Debug> TCPHandler: Processed in 0.002782542 sec.
1603 2024.11.28 04:54:36.950815 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1604 2024.11.28 04:54:36.951031 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1605 2024.11.28 04:54:36.951405 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1606 2024.11.28 04:54:36.951450 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1607 2024.11.28 04:54:36.951741 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1608 2024.11.28 04:54:36.951808 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1609 2024.11.28 04:54:36.951960 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1610 2024.11.28 04:54:36.952064 [ 294 ] {286e771a-8241-4a78-9af3-40350f65056b} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1611 2024.11.28 04:54:36.952079 [ 296 ] {286e771a-8241-4a78-9af3-40350f65056b} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1612 2024.11.28 04:54:36.952180 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1613 2024.11.28 04:54:36.952208 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1614 2024.11.28 04:54:36.952290 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1615 2024.11.28 04:54:36.952310 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1616 2024.11.28 04:54:36.952350 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1617 2024.11.28 04:54:36.952397 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1618 2024.11.28 04:54:36.953394 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002466 sec., 6488.240064882401 rows/sec., 232.06 KiB/sec.
1619 2024.11.28 04:54:36.953525 [ 258 ] {286e771a-8241-4a78-9af3-40350f65056b} <Debug> TCPHandler: Processed in 0.002777712 sec.
1620 2024.11.28 04:54:36.953823 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1621 2024.11.28 04:54:36.954039 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1622 2024.11.28 04:54:36.954413 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1623 2024.11.28 04:54:36.954459 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1624 2024.11.28 04:54:36.954754 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1625 2024.11.28 04:54:36.954821 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1626 2024.11.28 04:54:36.954973 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1627 2024.11.28 04:54:36.955044 [ 294 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1628 2024.11.28 04:54:36.955068 [ 295 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1629 2024.11.28 04:54:36.955156 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1630 2024.11.28 04:54:36.955185 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1631 2024.11.28 04:54:36.955266 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1632 2024.11.28 04:54:36.955287 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1633 2024.11.28 04:54:36.955328 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1634 2024.11.28 04:54:36.955378 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1635 2024.11.28 04:54:36.956620 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002688 sec., 5952.380952380952 rows/sec., 212.90 KiB/sec.
1636 2024.11.28 04:54:36.956772 [ 261 ] {6f0f6a59-d565-4d25-9255-128f24b1688a} <Debug> TCPHandler: Processed in 0.003015187 sec.
1637 2024.11.28 04:54:36.957034 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1638 2024.11.28 04:54:36.957251 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1639 2024.11.28 04:54:36.957595 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1640 2024.11.28 04:54:36.957640 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1641 2024.11.28 04:54:36.957936 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1642 2024.11.28 04:54:36.958002 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1643 2024.11.28 04:54:36.958156 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1644 2024.11.28 04:54:36.958264 [ 296 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1645 2024.11.28 04:54:36.958267 [ 294 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1646 2024.11.28 04:54:36.958382 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1647 2024.11.28 04:54:36.958409 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1648 2024.11.28 04:54:36.958493 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1649 2024.11.28 04:54:36.958515 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1650 2024.11.28 04:54:36.958556 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1651 2024.11.28 04:54:36.958603 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1652 2024.11.28 04:54:36.959606 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002461 sec., 6501.42218610321 rows/sec., 232.53 KiB/sec.
1653 2024.11.28 04:54:36.959735 [ 258 ] {066ecc0a-1b60-4e00-9af7-56d208655ea0} <Debug> TCPHandler: Processed in 0.002766671 sec.
1654 2024.11.28 04:54:36.959990 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1655 2024.11.28 04:54:36.960207 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1656 2024.11.28 04:54:36.960556 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1657 2024.11.28 04:54:36.960603 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1658 2024.11.28 04:54:36.960905 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1659 2024.11.28 04:54:36.960972 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1660 2024.11.28 04:54:36.961122 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1661 2024.11.28 04:54:36.961202 [ 294 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1662 2024.11.28 04:54:36.961219 [ 296 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1663 2024.11.28 04:54:36.961308 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1664 2024.11.28 04:54:36.961337 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1665 2024.11.28 04:54:36.961418 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1666 2024.11.28 04:54:36.961438 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1667 2024.11.28 04:54:36.961479 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1668 2024.11.28 04:54:36.961529 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1669 2024.11.28 04:54:36.962593 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002492 sec., 6420.545746388443 rows/sec., 229.64 KiB/sec.
1670 2024.11.28 04:54:36.962729 [ 261 ] {3b73341a-76b1-4e5a-ba7c-2bc12c42aab5} <Debug> TCPHandler: Processed in 0.002806823 sec.
1671 2024.11.28 04:54:36.962983 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1672 2024.11.28 04:54:36.963201 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1673 2024.11.28 04:54:36.963554 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1674 2024.11.28 04:54:36.963601 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1675 2024.11.28 04:54:36.963905 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1676 2024.11.28 04:54:36.963971 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1677 2024.11.28 04:54:36.964124 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1678 2024.11.28 04:54:36.964196 [ 295 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1679 2024.11.28 04:54:36.964215 [ 294 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1680 2024.11.28 04:54:36.964319 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1681 2024.11.28 04:54:36.964346 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1682 2024.11.28 04:54:36.964424 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1683 2024.11.28 04:54:36.964444 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1684 2024.11.28 04:54:36.964484 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1685 2024.11.28 04:54:36.964531 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1686 2024.11.28 04:54:36.965542 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002447 sec., 6538.618716796077 rows/sec., 233.86 KiB/sec.
1687 2024.11.28 04:54:36.965680 [ 258 ] {0079bbd9-2adc-4261-add3-f239b1c9a872} <Debug> TCPHandler: Processed in 0.002765011 sec.
1688 2024.11.28 04:54:36.965920 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1689 2024.11.28 04:54:36.966107 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1690 2024.11.28 04:54:36.966450 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1691 2024.11.28 04:54:36.966500 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1692 2024.11.28 04:54:36.966813 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1693 2024.11.28 04:54:36.966879 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1694 2024.11.28 04:54:36.967032 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1695 2024.11.28 04:54:36.967138 [ 295 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1696 2024.11.28 04:54:36.967141 [ 296 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1697 2024.11.28 04:54:36.967252 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1698 2024.11.28 04:54:36.967279 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1699 2024.11.28 04:54:36.967361 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1700 2024.11.28 04:54:36.967381 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1701 2024.11.28 04:54:36.967423 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1702 2024.11.28 04:54:36.967470 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1703 2024.11.28 04:54:36.968536 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002521 sec., 6346.687822292742 rows/sec., 227.00 KiB/sec.
1704 2024.11.28 04:54:36.968672 [ 261 ] {c7c29d67-9fc2-402c-b8b7-a307f79549e3} <Debug> TCPHandler: Processed in 0.002808133 sec.
1705 2024.11.28 04:54:36.968921 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1706 2024.11.28 04:54:36.969146 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1707 2024.11.28 04:54:36.969511 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1708 2024.11.28 04:54:36.969560 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1709 2024.11.28 04:54:36.969868 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1710 2024.11.28 04:54:36.969934 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1711 2024.11.28 04:54:36.970084 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1712 2024.11.28 04:54:36.970186 [ 294 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1713 2024.11.28 04:54:36.970200 [ 296 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1714 2024.11.28 04:54:36.970302 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1715 2024.11.28 04:54:36.970330 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1716 2024.11.28 04:54:36.970412 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1717 2024.11.28 04:54:36.970432 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1718 2024.11.28 04:54:36.970473 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1719 2024.11.28 04:54:36.970520 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1720 2024.11.28 04:54:36.971626 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002594 sec., 6168.080185042406 rows/sec., 220.61 KiB/sec.
1721 2024.11.28 04:54:36.971762 [ 258 ] {858cbd9c-f4ce-446d-8e68-59ed5b8a3c61} <Debug> TCPHandler: Processed in 0.002911154 sec.
1722 2024.11.28 04:54:36.972057 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1723 2024.11.28 04:54:36.972322 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1724 2024.11.28 04:54:36.972666 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1725 2024.11.28 04:54:36.972714 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1726 2024.11.28 04:54:36.973032 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1727 2024.11.28 04:54:36.973099 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1728 2024.11.28 04:54:36.973251 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1729 2024.11.28 04:54:36.973362 [ 295 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1730 2024.11.28 04:54:36.973364 [ 294 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1731 2024.11.28 04:54:36.973480 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1732 2024.11.28 04:54:36.973505 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1733 2024.11.28 04:54:36.973586 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1734 2024.11.28 04:54:36.973607 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1735 2024.11.28 04:54:36.973648 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1736 2024.11.28 04:54:36.973697 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1737 2024.11.28 04:54:36.974667 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002465 sec., 6490.872210953346 rows/sec., 232.16 KiB/sec.
1738 2024.11.28 04:54:36.974802 [ 261 ] {db0536ef-f1da-4027-9411-b2e0e6764571} <Debug> TCPHandler: Processed in 0.002812063 sec.
1739 2024.11.28 04:54:37.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.55 MiB, peak 169.87 MiB, free memory in arenas 0.00 B, will set to 164.15 MiB (RSS), difference: -1.40 MiB
1740 2024.11.28 04:54:37.041258 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1741 2024.11.28 04:54:37.041508 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1742 2024.11.28 04:54:37.041943 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1743 2024.11.28 04:54:37.042005 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1744 2024.11.28 04:54:37.042403 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1745 2024.11.28 04:54:37.042476 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1746 2024.11.28 04:54:37.042641 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1747 2024.11.28 04:54:37.042770 [ 295 ] {646386a6-8288-410b-94b6-77850738a0dc} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1748 2024.11.28 04:54:37.042785 [ 294 ] {646386a6-8288-410b-94b6-77850738a0dc} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1749 2024.11.28 04:54:37.042915 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
1750 2024.11.28 04:54:37.042943 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
1751 2024.11.28 04:54:37.043028 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1752 2024.11.28 04:54:37.043049 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 16 rows with 2 streams
1753 2024.11.28 04:54:37.043090 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1754 2024.11.28 04:54:37.043140 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1755 2024.11.28 04:54:37.044195 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002808 sec., 5698.005698005698 rows/sec., 203.80 KiB/sec.
1756 2024.11.28 04:54:37.044354 [ 258 ] {646386a6-8288-410b-94b6-77850738a0dc} <Debug> TCPHandler: Processed in 0.003189441 sec.
1757 2024.11.28 04:54:37.044988 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1758 2024.11.28 04:54:37.045155 [ 261 ] {08239c3a-d988-4f8d-b68d-8ff65f3c589e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1759 2024.11.28 04:54:37.045229 [ 261 ] {08239c3a-d988-4f8d-b68d-8ff65f3c589e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1760 2024.11.28 04:54:37.046058 [ 261 ] {08239c3a-d988-4f8d-b68d-8ff65f3c589e} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1761 2024.11.28 04:54:37.046103 [ 261 ] {08239c3a-d988-4f8d-b68d-8ff65f3c589e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1762 2024.11.28 04:54:37.046748 [ 261 ] {08239c3a-d988-4f8d-b68d-8ff65f3c589e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1763 2024.11.28 04:54:37.047086 [ 261 ] {08239c3a-d988-4f8d-b68d-8ff65f3c589e} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1764 2024.11.28 04:54:37.047379 [ 261 ] {08239c3a-d988-4f8d-b68d-8ff65f3c589e} <Debug> executeQuery: Read 21 rows, 3.43 KiB in 0.002263 sec., 9279.717189571365 rows/sec., 1.48 MiB/sec.
1765 2024.11.28 04:54:37.047455 [ 261 ] {08239c3a-d988-4f8d-b68d-8ff65f3c589e} <Debug> TCPHandler: Processed in 0.002554187 sec.
1766 2024.11.28 04:54:37.047611 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1767 2024.11.28 04:54:37.047742 [ 258 ] {41853c37-72b4-4540-8630-eb43e35895f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1768 2024.11.28 04:54:37.047795 [ 258 ] {41853c37-72b4-4540-8630-eb43e35895f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1769 2024.11.28 04:54:37.049009 [ 258 ] {41853c37-72b4-4540-8630-eb43e35895f1} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1770 2024.11.28 04:54:37.049053 [ 258 ] {41853c37-72b4-4540-8630-eb43e35895f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1771 2024.11.28 04:54:37.049622 [ 258 ] {41853c37-72b4-4540-8630-eb43e35895f1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1772 2024.11.28 04:54:37.049898 [ 258 ] {41853c37-72b4-4540-8630-eb43e35895f1} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1773 2024.11.28 04:54:37.050082 [ 75 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1774 2024.11.28 04:54:37.050158 [ 75 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1775 2024.11.28 04:54:37.050166 [ 258 ] {41853c37-72b4-4540-8630-eb43e35895f1} <Debug> executeQuery: Read 1217 rows, 102.93 KiB in 0.002453 sec., 496127.1911944558 rows/sec., 40.98 MiB/sec.
1776 2024.11.28 04:54:37.050190 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1777 2024.11.28 04:54:37.050317 [ 258 ] {41853c37-72b4-4540-8630-eb43e35895f1} <Debug> TCPHandler: Processed in 0.002764081 sec.
1778 2024.11.28 04:54:37.050456 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
1779 2024.11.28 04:54:37.050531 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1780 2024.11.28 04:54:37.050719 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1781 2024.11.28 04:54:37.050751 [ 261 ] {9444ffef-7181-4b34-9398-e885ac983efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1782 2024.11.28 04:54:37.050778 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part
1783 2024.11.28 04:54:37.050834 [ 261 ] {9444ffef-7181-4b34-9398-e885ac983efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1784 2024.11.28 04:54:37.051239 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 48 rows starting from the beginning of the part
1785 2024.11.28 04:54:37.051535 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 147 rows starting from the beginning of the part
1786 2024.11.28 04:54:37.051948 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part
1787 2024.11.28 04:54:37.052293 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 147 rows starting from the beginning of the part
1788 2024.11.28 04:54:37.052687 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1217 rows starting from the beginning of the part
1789 2024.11.28 04:54:37.053786 [ 261 ] {9444ffef-7181-4b34-9398-e885ac983efd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1790 2024.11.28 04:54:37.053856 [ 261 ] {9444ffef-7181-4b34-9398-e885ac983efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1791 2024.11.28 04:54:37.054980 [ 261 ] {9444ffef-7181-4b34-9398-e885ac983efd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1792 2024.11.28 04:54:37.055405 [ 261 ] {9444ffef-7181-4b34-9398-e885ac983efd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1793 2024.11.28 04:54:37.055640 [ 75 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1794 2024.11.28 04:54:37.055759 [ 75 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1795 2024.11.28 04:54:37.055836 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1796 2024.11.28 04:54:37.055961 [ 261 ] {9444ffef-7181-4b34-9398-e885ac983efd} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.005238 sec., 4772.814051164567 rows/sec., 358.89 KiB/sec.
1797 2024.11.28 04:54:37.056217 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
1798 2024.11.28 04:54:37.056317 [ 261 ] {9444ffef-7181-4b34-9398-e885ac983efd} <Debug> TCPHandler: Processed in 0.00587431 sec.
1799 2024.11.28 04:54:37.056662 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1800 2024.11.28 04:54:37.056846 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1801 2024.11.28 04:54:37.056958 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1657 rows, containing 5 columns (5 merged, 0 gathered) in 0.006624367 sec., 250137.1074398505 rows/sec., 22.14 MiB/sec.
1802 2024.11.28 04:54:37.056979 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part
1803 2024.11.28 04:54:37.056993 [ 258 ] {11a0d6ec-25c8-42d7-92af-66a742417e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1804 2024.11.28 04:54:37.057092 [ 258 ] {11a0d6ec-25c8-42d7-92af-66a742417e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1805 2024.11.28 04:54:37.057400 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
1806 2024.11.28 04:54:37.057534 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1807 2024.11.28 04:54:37.057875 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
1808 2024.11.28 04:54:37.058308 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part
1809 2024.11.28 04:54:37.058756 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
1810 2024.11.28 04:54:37.059025 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1811 2024.11.28 04:54:37.059278 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
1812 2024.11.28 04:54:37.059479 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_6_1} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1813 2024.11.28 04:54:37.059967 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
1814 2024.11.28 04:54:37.061427 [ 258 ] {11a0d6ec-25c8-42d7-92af-66a742417e21} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1815 2024.11.28 04:54:37.061486 [ 258 ] {11a0d6ec-25c8-42d7-92af-66a742417e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1816 2024.11.28 04:54:37.062505 [ 258 ] {11a0d6ec-25c8-42d7-92af-66a742417e21} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1817 2024.11.28 04:54:37.062992 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 5 columns (5 merged, 0 gathered) in 0.007039096 sec., 15911.134043348748 rows/sec., 1.21 MiB/sec.
1818 2024.11.28 04:54:37.063078 [ 258 ] {11a0d6ec-25c8-42d7-92af-66a742417e21} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1819 2024.11.28 04:54:37.063221 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1820 2024.11.28 04:54:37.063537 [ 258 ] {11a0d6ec-25c8-42d7-92af-66a742417e21} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006623 sec., 34425.48693945342 rows/sec., 2.33 MiB/sec.
1821 2024.11.28 04:54:37.063712 [ 258 ] {11a0d6ec-25c8-42d7-92af-66a742417e21} <Debug> TCPHandler: Processed in 0.007266471 sec.
1822 2024.11.28 04:54:37.063901 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_6_1} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1823 2024.11.28 04:54:37.063913 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1824 2024.11.28 04:54:37.064027 [ 190 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_6_1} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1825 2024.11.28 04:54:37.064151 [ 261 ] {9059ebce-60c4-409d-b608-435d2886815c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1826 2024.11.28 04:54:37.064187 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1827 2024.11.28 04:54:37.064240 [ 261 ] {9059ebce-60c4-409d-b608-435d2886815c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1828 2024.11.28 04:54:37.065060 [ 261 ] {9059ebce-60c4-409d-b608-435d2886815c} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1829 2024.11.28 04:54:37.065103 [ 261 ] {9059ebce-60c4-409d-b608-435d2886815c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1830 2024.11.28 04:54:37.065511 [ 261 ] {9059ebce-60c4-409d-b608-435d2886815c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1831 2024.11.28 04:54:37.065763 [ 261 ] {9059ebce-60c4-409d-b608-435d2886815c} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1832 2024.11.28 04:54:37.065921 [ 75 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1833 2024.11.28 04:54:37.065991 [ 75 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1834 2024.11.28 04:54:37.066015 [ 261 ] {9059ebce-60c4-409d-b608-435d2886815c} <Debug> executeQuery: Read 509 rows, 38.53 KiB in 0.001948 sec., 261293.6344969199 rows/sec., 19.31 MiB/sec.
1835 2024.11.28 04:54:37.066029 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1836 2024.11.28 04:54:37.066164 [ 261 ] {9059ebce-60c4-409d-b608-435d2886815c} <Debug> TCPHandler: Processed in 0.002342892 sec.
1837 2024.11.28 04:54:37.066282 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
1838 2024.11.28 04:54:37.066343 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1839 2024.11.28 04:54:37.066421 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1840 2024.11.28 04:54:37.066466 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 42 rows starting from the beginning of the part
1841 2024.11.28 04:54:37.066485 [ 258 ] {b2dd176b-beb9-4c64-87fb-a10e15214b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1842 2024.11.28 04:54:37.066560 [ 258 ] {b2dd176b-beb9-4c64-87fb-a10e15214b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1843 2024.11.28 04:54:37.066687 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
1844 2024.11.28 04:54:37.067193 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 318 rows starting from the beginning of the part
1845 2024.11.28 04:54:37.067536 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part
1846 2024.11.28 04:54:37.067918 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 318 rows starting from the beginning of the part
1847 2024.11.28 04:54:37.068317 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 509 rows starting from the beginning of the part
1848 2024.11.28 04:54:37.070088 [ 258 ] {b2dd176b-beb9-4c64-87fb-a10e15214b1b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1849 2024.11.28 04:54:37.070159 [ 258 ] {b2dd176b-beb9-4c64-87fb-a10e15214b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1850 2024.11.28 04:54:37.070879 [ 190 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1236 rows, containing 5 columns (5 merged, 0 gathered) in 0.004703454 sec., 262785.60394127376 rows/sec., 19.89 MiB/sec.
1851 2024.11.28 04:54:37.071107 [ 190 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1852 2024.11.28 04:54:37.071281 [ 258 ] {b2dd176b-beb9-4c64-87fb-a10e15214b1b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1853 2024.11.28 04:54:37.071565 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1854 2024.11.28 04:54:37.071764 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_6_1} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1855 2024.11.28 04:54:37.071777 [ 258 ] {b2dd176b-beb9-4c64-87fb-a10e15214b1b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1856 2024.11.28 04:54:37.071938 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1857 2024.11.28 04:54:37.072212 [ 258 ] {b2dd176b-beb9-4c64-87fb-a10e15214b1b} <Debug> executeQuery: Read 1739 rows, 118.91 KiB in 0.00575 sec., 302434.7826086957 rows/sec., 20.20 MiB/sec.
1858 2024.11.28 04:54:37.072302 [ 258 ] {b2dd176b-beb9-4c64-87fb-a10e15214b1b} <Debug> TCPHandler: Processed in 0.006029774 sec.
1859 2024.11.28 04:54:37.072470 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1860 2024.11.28 04:54:37.072589 [ 261 ] {cf899e8c-85d9-4ca0-aa81-0de521692c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1861 2024.11.28 04:54:37.072675 [ 261 ] {cf899e8c-85d9-4ca0-aa81-0de521692c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1862 2024.11.28 04:54:37.073860 [ 261 ] {cf899e8c-85d9-4ca0-aa81-0de521692c36} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1863 2024.11.28 04:54:37.073898 [ 261 ] {cf899e8c-85d9-4ca0-aa81-0de521692c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1864 2024.11.28 04:54:37.074568 [ 261 ] {cf899e8c-85d9-4ca0-aa81-0de521692c36} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1865 2024.11.28 04:54:37.074832 [ 261 ] {cf899e8c-85d9-4ca0-aa81-0de521692c36} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1866 2024.11.28 04:54:37.075071 [ 261 ] {cf899e8c-85d9-4ca0-aa81-0de521692c36} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002506 sec., 9976.057462090981 rows/sec., 17.88 MiB/sec.
1867 2024.11.28 04:54:37.075176 [ 261 ] {cf899e8c-85d9-4ca0-aa81-0de521692c36} <Debug> TCPHandler: Processed in 0.002767412 sec.
1868 2024.11.28 04:54:37.075332 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1869 2024.11.28 04:54:37.075477 [ 258 ] {ddc7e852-1fc7-48b9-9edf-80a17d346fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1870 2024.11.28 04:54:37.075539 [ 258 ] {ddc7e852-1fc7-48b9-9edf-80a17d346fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1871 2024.11.28 04:54:37.076097 [ 258 ] {ddc7e852-1fc7-48b9-9edf-80a17d346fdb} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1872 2024.11.28 04:54:37.076145 [ 258 ] {ddc7e852-1fc7-48b9-9edf-80a17d346fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1873 2024.11.28 04:54:37.076558 [ 258 ] {ddc7e852-1fc7-48b9-9edf-80a17d346fdb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1874 2024.11.28 04:54:37.076802 [ 258 ] {ddc7e852-1fc7-48b9-9edf-80a17d346fdb} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1875 2024.11.28 04:54:37.077020 [ 258 ] {ddc7e852-1fc7-48b9-9edf-80a17d346fdb} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001578 sec., 2534.854245880862 rows/sec., 178.23 KiB/sec.
1876 2024.11.28 04:54:37.077075 [ 258 ] {ddc7e852-1fc7-48b9-9edf-80a17d346fdb} <Debug> TCPHandler: Processed in 0.00181005 sec.
1877 2024.11.28 04:54:40.485291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 250
1878 2024.11.28 04:54:40.489531 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1879 2024.11.28 04:54:40.489584 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1880 2024.11.28 04:54:40.491234 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1881 2024.11.28 04:54:40.491560 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1882 2024.11.28 04:54:40.492425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 250
1883 2024.11.28 04:54:41.250443 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1884 2024.11.28 04:54:41.250640 [ 258 ] {d4f7b285-b482-440d-8e9d-461e7dc74836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1885 2024.11.28 04:54:41.250711 [ 258 ] {d4f7b285-b482-440d-8e9d-461e7dc74836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1886 2024.11.28 04:54:41.251474 [ 258 ] {d4f7b285-b482-440d-8e9d-461e7dc74836} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1887 2024.11.28 04:54:41.251520 [ 258 ] {d4f7b285-b482-440d-8e9d-461e7dc74836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1888 2024.11.28 04:54:41.251956 [ 258 ] {d4f7b285-b482-440d-8e9d-461e7dc74836} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1889 2024.11.28 04:54:41.252215 [ 258 ] {d4f7b285-b482-440d-8e9d-461e7dc74836} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1890 2024.11.28 04:54:41.252437 [ 258 ] {d4f7b285-b482-440d-8e9d-461e7dc74836} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001852 sec., 14038.876889848812 rows/sec., 1.09 MiB/sec.
1891 2024.11.28 04:54:41.252502 [ 258 ] {d4f7b285-b482-440d-8e9d-461e7dc74836} <Debug> TCPHandler: Processed in 0.002199749 sec.
1892 2024.11.28 04:54:41.252769 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1893 2024.11.28 04:54:41.252958 [ 261 ] {34618168-6ea5-4c9f-a268-d7ad1e3ef8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1894 2024.11.28 04:54:41.253028 [ 261 ] {34618168-6ea5-4c9f-a268-d7ad1e3ef8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1895 2024.11.28 04:54:41.253770 [ 261 ] {34618168-6ea5-4c9f-a268-d7ad1e3ef8d9} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1896 2024.11.28 04:54:41.253812 [ 261 ] {34618168-6ea5-4c9f-a268-d7ad1e3ef8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1897 2024.11.28 04:54:41.254239 [ 261 ] {34618168-6ea5-4c9f-a268-d7ad1e3ef8d9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1898 2024.11.28 04:54:41.254491 [ 261 ] {34618168-6ea5-4c9f-a268-d7ad1e3ef8d9} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1899 2024.11.28 04:54:41.254678 [ 261 ] {34618168-6ea5-4c9f-a268-d7ad1e3ef8d9} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001774 sec., 15783.540022547915 rows/sec., 1.23 MiB/sec.
1900 2024.11.28 04:54:41.254732 [ 261 ] {34618168-6ea5-4c9f-a268-d7ad1e3ef8d9} <Debug> TCPHandler: Processed in 0.002101687 sec.
1901 2024.11.28 04:54:41.254906 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1902 2024.11.28 04:54:41.255060 [ 258 ] {44eea934-af6d-487a-b833-9a3f26807f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1903 2024.11.28 04:54:41.255128 [ 258 ] {44eea934-af6d-487a-b833-9a3f26807f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1904 2024.11.28 04:54:41.255729 [ 258 ] {44eea934-af6d-487a-b833-9a3f26807f28} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1905 2024.11.28 04:54:41.255769 [ 258 ] {44eea934-af6d-487a-b833-9a3f26807f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1906 2024.11.28 04:54:41.256171 [ 258 ] {44eea934-af6d-487a-b833-9a3f26807f28} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1907 2024.11.28 04:54:41.256419 [ 258 ] {44eea934-af6d-487a-b833-9a3f26807f28} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1908 2024.11.28 04:54:41.256662 [ 258 ] {44eea934-af6d-487a-b833-9a3f26807f28} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.001634 sec., 24479.804161566706 rows/sec., 1.70 MiB/sec.
1909 2024.11.28 04:54:41.256741 [ 258 ] {44eea934-af6d-487a-b833-9a3f26807f28} <Debug> TCPHandler: Processed in 0.001907702 sec.
1910 2024.11.28 04:54:41.256888 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1911 2024.11.28 04:54:41.257010 [ 261 ] {5a3551d2-76c8-4e13-8922-a3f0af35b8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1912 2024.11.28 04:54:41.257063 [ 261 ] {5a3551d2-76c8-4e13-8922-a3f0af35b8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1913 2024.11.28 04:54:41.257546 [ 261 ] {5a3551d2-76c8-4e13-8922-a3f0af35b8d8} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1914 2024.11.28 04:54:41.257584 [ 261 ] {5a3551d2-76c8-4e13-8922-a3f0af35b8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1915 2024.11.28 04:54:41.257961 [ 261 ] {5a3551d2-76c8-4e13-8922-a3f0af35b8d8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1916 2024.11.28 04:54:41.258198 [ 261 ] {5a3551d2-76c8-4e13-8922-a3f0af35b8d8} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1917 2024.11.28 04:54:41.258371 [ 261 ] {5a3551d2-76c8-4e13-8922-a3f0af35b8d8} <Debug> executeQuery: Read 16 rows, 1.13 KiB in 0.001388 sec., 11527.377521613833 rows/sec., 810.52 KiB/sec.
1918 2024.11.28 04:54:41.258419 [ 261 ] {5a3551d2-76c8-4e13-8922-a3f0af35b8d8} <Debug> TCPHandler: Processed in 0.001585575 sec.
1919 2024.11.28 04:54:42.995208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1920 2024.11.28 04:54:42.996142 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1921 2024.11.28 04:54:42.996183 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1922 2024.11.28 04:54:42.996736 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1923 2024.11.28 04:54:42.997024 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1924 2024.11.28 04:54:42.997214 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1925 2024.11.28 04:54:43.195981 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1926 2024.11.28 04:54:43.214880 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1927 2024.11.28 04:54:43.214944 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1928 2024.11.28 04:54:43.222375 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1929 2024.11.28 04:54:43.223142 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1930 2024.11.28 04:54:43.225925 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1931 2024.11.28 04:54:44.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.14 MiB, peak 169.87 MiB, free memory in arenas 0.00 B, will set to 166.41 MiB (RSS), difference: 1.28 MiB
1932 2024.11.28 04:54:46.255498 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1933 2024.11.28 04:54:46.255693 [ 258 ] {ed28897c-4ba8-4104-9198-a7b756c728cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1934 2024.11.28 04:54:46.255770 [ 258 ] {ed28897c-4ba8-4104-9198-a7b756c728cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1935 2024.11.28 04:54:46.256542 [ 258 ] {ed28897c-4ba8-4104-9198-a7b756c728cf} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1936 2024.11.28 04:54:46.256595 [ 258 ] {ed28897c-4ba8-4104-9198-a7b756c728cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1937 2024.11.28 04:54:46.257029 [ 258 ] {ed28897c-4ba8-4104-9198-a7b756c728cf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1938 2024.11.28 04:54:46.257283 [ 258 ] {ed28897c-4ba8-4104-9198-a7b756c728cf} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1939 2024.11.28 04:54:46.257533 [ 258 ] {ed28897c-4ba8-4104-9198-a7b756c728cf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec.
1940 2024.11.28 04:54:46.257609 [ 258 ] {ed28897c-4ba8-4104-9198-a7b756c728cf} <Debug> TCPHandler: Processed in 0.00223941 sec.
1941 2024.11.28 04:54:46.257897 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1942 2024.11.28 04:54:46.258092 [ 261 ] {6886e48b-0de3-455a-ae6a-ac1eafc468b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1943 2024.11.28 04:54:46.258166 [ 261 ] {6886e48b-0de3-455a-ae6a-ac1eafc468b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1944 2024.11.28 04:54:46.259133 [ 261 ] {6886e48b-0de3-455a-ae6a-ac1eafc468b4} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1945 2024.11.28 04:54:46.259183 [ 261 ] {6886e48b-0de3-455a-ae6a-ac1eafc468b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1946 2024.11.28 04:54:46.259720 [ 261 ] {6886e48b-0de3-455a-ae6a-ac1eafc468b4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1947 2024.11.28 04:54:46.259984 [ 261 ] {6886e48b-0de3-455a-ae6a-ac1eafc468b4} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1948 2024.11.28 04:54:46.260252 [ 261 ] {6886e48b-0de3-455a-ae6a-ac1eafc468b4} <Debug> executeQuery: Read 173 rows, 15.63 KiB in 0.002212 sec., 78209.76491862567 rows/sec., 6.90 MiB/sec.
1949 2024.11.28 04:54:46.260400 [ 261 ] {6886e48b-0de3-455a-ae6a-ac1eafc468b4} <Debug> TCPHandler: Processed in 0.002640279 sec.
1950 2024.11.28 04:54:46.260569 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1951 2024.11.28 04:54:46.260704 [ 258 ] {dd544052-dcce-4274-927d-9e3fe2c3c66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1952 2024.11.28 04:54:46.260761 [ 258 ] {dd544052-dcce-4274-927d-9e3fe2c3c66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1953 2024.11.28 04:54:46.261420 [ 258 ] {dd544052-dcce-4274-927d-9e3fe2c3c66b} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1954 2024.11.28 04:54:46.261464 [ 258 ] {dd544052-dcce-4274-927d-9e3fe2c3c66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1955 2024.11.28 04:54:46.261856 [ 258 ] {dd544052-dcce-4274-927d-9e3fe2c3c66b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1956 2024.11.28 04:54:46.262112 [ 258 ] {dd544052-dcce-4274-927d-9e3fe2c3c66b} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1957 2024.11.28 04:54:46.262346 [ 258 ] {dd544052-dcce-4274-927d-9e3fe2c3c66b} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001673 sec., 4184.100418410042 rows/sec., 272.60 KiB/sec.
1958 2024.11.28 04:54:46.262409 [ 258 ] {dd544052-dcce-4274-927d-9e3fe2c3c66b} <Debug> TCPHandler: Processed in 0.001901112 sec.
1959 2024.11.28 04:54:46.262573 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1960 2024.11.28 04:54:46.262696 [ 261 ] {a8e5cf2a-5e40-4f00-b7a5-9134dd2cd2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1961 2024.11.28 04:54:46.262747 [ 261 ] {a8e5cf2a-5e40-4f00-b7a5-9134dd2cd2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1962 2024.11.28 04:54:46.263365 [ 261 ] {a8e5cf2a-5e40-4f00-b7a5-9134dd2cd2c0} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1963 2024.11.28 04:54:46.263409 [ 261 ] {a8e5cf2a-5e40-4f00-b7a5-9134dd2cd2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1964 2024.11.28 04:54:46.263801 [ 261 ] {a8e5cf2a-5e40-4f00-b7a5-9134dd2cd2c0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1965 2024.11.28 04:54:46.264110 [ 261 ] {a8e5cf2a-5e40-4f00-b7a5-9134dd2cd2c0} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1966 2024.11.28 04:54:46.264377 [ 261 ] {a8e5cf2a-5e40-4f00-b7a5-9134dd2cd2c0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001701 sec., 8230.452674897118 rows/sec., 576.41 KiB/sec.
1967 2024.11.28 04:54:46.264511 [ 261 ] {a8e5cf2a-5e40-4f00-b7a5-9134dd2cd2c0} <Debug> TCPHandler: Processed in 0.001997444 sec.
1968 2024.11.28 04:54:46.264722 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1969 2024.11.28 04:54:46.264848 [ 258 ] {971be2d8-c106-4396-adbe-6f359e7debb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1970 2024.11.28 04:54:46.264903 [ 258 ] {971be2d8-c106-4396-adbe-6f359e7debb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1971 2024.11.28 04:54:46.265507 [ 258 ] {971be2d8-c106-4396-adbe-6f359e7debb5} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1972 2024.11.28 04:54:46.265548 [ 258 ] {971be2d8-c106-4396-adbe-6f359e7debb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1973 2024.11.28 04:54:46.265921 [ 258 ] {971be2d8-c106-4396-adbe-6f359e7debb5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1974 2024.11.28 04:54:46.266177 [ 258 ] {971be2d8-c106-4396-adbe-6f359e7debb5} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1975 2024.11.28 04:54:46.266394 [ 258 ] {971be2d8-c106-4396-adbe-6f359e7debb5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec.
1976 2024.11.28 04:54:46.266453 [ 258 ] {971be2d8-c106-4396-adbe-6f359e7debb5} <Debug> TCPHandler: Processed in 0.00179279 sec.
1977 2024.11.28 04:54:46.266607 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1978 2024.11.28 04:54:46.266744 [ 261 ] {c3badf56-0df4-44c5-bf24-72afcbfb3545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1979 2024.11.28 04:54:46.266802 [ 261 ] {c3badf56-0df4-44c5-bf24-72afcbfb3545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1980 2024.11.28 04:54:46.267631 [ 261 ] {c3badf56-0df4-44c5-bf24-72afcbfb3545} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1981 2024.11.28 04:54:46.267680 [ 261 ] {c3badf56-0df4-44c5-bf24-72afcbfb3545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1982 2024.11.28 04:54:46.268095 [ 261 ] {c3badf56-0df4-44c5-bf24-72afcbfb3545} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1983 2024.11.28 04:54:46.268357 [ 261 ] {c3badf56-0df4-44c5-bf24-72afcbfb3545} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1984 2024.11.28 04:54:46.268575 [ 261 ] {c3badf56-0df4-44c5-bf24-72afcbfb3545} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.001862 sec., 185821.6970998926 rows/sec., 13.01 MiB/sec.
1985 2024.11.28 04:54:46.268638 [ 261 ] {c3badf56-0df4-44c5-bf24-72afcbfb3545} <Debug> TCPHandler: Processed in 0.002087276 sec.
1986 2024.11.28 04:54:46.268801 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1987 2024.11.28 04:54:46.268932 [ 258 ] {7f7ab9c5-cbe9-4d69-b0f2-ed456e1e1bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1988 2024.11.28 04:54:46.268987 [ 258 ] {7f7ab9c5-cbe9-4d69-b0f2-ed456e1e1bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1989 2024.11.28 04:54:46.269486 [ 258 ] {7f7ab9c5-cbe9-4d69-b0f2-ed456e1e1bae} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1990 2024.11.28 04:54:46.269527 [ 258 ] {7f7ab9c5-cbe9-4d69-b0f2-ed456e1e1bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1991 2024.11.28 04:54:46.269914 [ 258 ] {7f7ab9c5-cbe9-4d69-b0f2-ed456e1e1bae} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1992 2024.11.28 04:54:46.270175 [ 258 ] {7f7ab9c5-cbe9-4d69-b0f2-ed456e1e1bae} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1993 2024.11.28 04:54:46.270400 [ 258 ] {7f7ab9c5-cbe9-4d69-b0f2-ed456e1e1bae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec.
1994 2024.11.28 04:54:46.270452 [ 258 ] {7f7ab9c5-cbe9-4d69-b0f2-ed456e1e1bae} <Debug> TCPHandler: Processed in 0.001714288 sec.
1995 2024.11.28 04:54:46.270617 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1996 2024.11.28 04:54:46.270738 [ 261 ] {d2df4dea-f26a-4481-9b30-050a62b00f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1997 2024.11.28 04:54:46.270793 [ 261 ] {d2df4dea-f26a-4481-9b30-050a62b00f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1998 2024.11.28 04:54:46.271379 [ 261 ] {d2df4dea-f26a-4481-9b30-050a62b00f80} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1999 2024.11.28 04:54:46.271422 [ 261 ] {d2df4dea-f26a-4481-9b30-050a62b00f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2000 2024.11.28 04:54:46.271850 [ 261 ] {d2df4dea-f26a-4481-9b30-050a62b00f80} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2001 2024.11.28 04:54:46.272099 [ 261 ] {d2df4dea-f26a-4481-9b30-050a62b00f80} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2002 2024.11.28 04:54:46.272326 [ 261 ] {d2df4dea-f26a-4481-9b30-050a62b00f80} <Debug> executeQuery: Read 127 rows, 8.41 KiB in 0.001612 sec., 78784.11910669976 rows/sec., 5.09 MiB/sec.
2003 2024.11.28 04:54:46.272407 [ 261 ] {d2df4dea-f26a-4481-9b30-050a62b00f80} <Debug> TCPHandler: Processed in 0.001849491 sec.
2004 2024.11.28 04:54:46.272579 [ 258 ] {} <Trace> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2005 2024.11.28 04:54:46.272720 [ 258 ] {e190b5ef-dade-476b-84f8-6c1b9450d1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51066) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2006 2024.11.28 04:54:46.272789 [ 258 ] {e190b5ef-dade-476b-84f8-6c1b9450d1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2007 2024.11.28 04:54:46.273308 [ 258 ] {e190b5ef-dade-476b-84f8-6c1b9450d1d3} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2008 2024.11.28 04:54:46.273349 [ 258 ] {e190b5ef-dade-476b-84f8-6c1b9450d1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2009 2024.11.28 04:54:46.273736 [ 258 ] {e190b5ef-dade-476b-84f8-6c1b9450d1d3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2010 2024.11.28 04:54:46.273983 [ 258 ] {e190b5ef-dade-476b-84f8-6c1b9450d1d3} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2011 2024.11.28 04:54:46.274185 [ 258 ] {e190b5ef-dade-476b-84f8-6c1b9450d1d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec.
2012 2024.11.28 04:54:46.274236 [ 258 ] {e190b5ef-dade-476b-84f8-6c1b9450d1d3} <Debug> TCPHandler: Processed in 0.001715687 sec.
2013 2024.11.28 04:54:46.274391 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2014 2024.11.28 04:54:46.274513 [ 261 ] {7c718155-29f9-4b26-9dc1-98222d1e6270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2015 2024.11.28 04:54:46.274566 [ 261 ] {7c718155-29f9-4b26-9dc1-98222d1e6270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2016 2024.11.28 04:54:46.275059 [ 261 ] {7c718155-29f9-4b26-9dc1-98222d1e6270} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2017 2024.11.28 04:54:46.275099 [ 261 ] {7c718155-29f9-4b26-9dc1-98222d1e6270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2018 2024.11.28 04:54:46.275472 [ 261 ] {7c718155-29f9-4b26-9dc1-98222d1e6270} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2019 2024.11.28 04:54:46.275727 [ 261 ] {7c718155-29f9-4b26-9dc1-98222d1e6270} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2020 2024.11.28 04:54:46.275949 [ 261 ] {7c718155-29f9-4b26-9dc1-98222d1e6270} <Debug> executeQuery: Read 42 rows, 2.60 KiB in 0.001462 sec., 28727.770177838578 rows/sec., 1.74 MiB/sec.
2021 2024.11.28 04:54:46.276005 [ 261 ] {7c718155-29f9-4b26-9dc1-98222d1e6270} <Debug> TCPHandler: Processed in 0.001670397 sec.
2022 2024.11.28 04:54:50.426102 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache
2023 2024.11.28 04:54:50.426203 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache
2024 2024.11.28 04:54:50.493800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 278
2025 2024.11.28 04:54:50.496738 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2026 2024.11.28 04:54:50.496793 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2027 2024.11.28 04:54:50.498352 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2028 2024.11.28 04:54:50.498356 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
2029 2024.11.28 04:54:50.499475 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2030 2024.11.28 04:54:50.501489 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2031 2024.11.28 04:54:50.501587 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2032 2024.11.28 04:54:50.502079 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 278
2033 2024.11.28 04:54:50.502586 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2034 2024.11.28 04:54:50.502850 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2035 2024.11.28 04:54:50.503197 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
2036 2024.11.28 04:54:50.593235 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
2037 2024.11.28 04:54:50.593331 [ 258 ] {} <Debug> TCP-Session: ea24a975-397c-4a83-9a4b-8e88c779f005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2038 2024.11.28 04:54:50.725976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
2039 2024.11.28 04:54:50.746401 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2040 2024.11.28 04:54:50.746464 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2041 2024.11.28 04:54:50.753694 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2042 2024.11.28 04:54:50.754541 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2043 2024.11.28 04:54:50.757467 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
2044 2024.11.28 04:54:51.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.94 MiB, peak 170.60 MiB, free memory in arenas 0.00 B, will set to 167.04 MiB (RSS), difference: 2.10 MiB
2045 2024.11.28 04:54:51.252225 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2046 2024.11.28 04:54:51.252446 [ 261 ] {883a3cac-bdb6-4d13-b94f-b10bda7761e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2047 2024.11.28 04:54:51.252532 [ 261 ] {883a3cac-bdb6-4d13-b94f-b10bda7761e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2048 2024.11.28 04:54:51.253459 [ 261 ] {883a3cac-bdb6-4d13-b94f-b10bda7761e9} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2049 2024.11.28 04:54:51.253505 [ 261 ] {883a3cac-bdb6-4d13-b94f-b10bda7761e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2050 2024.11.28 04:54:51.253959 [ 261 ] {883a3cac-bdb6-4d13-b94f-b10bda7761e9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2051 2024.11.28 04:54:51.254231 [ 261 ] {883a3cac-bdb6-4d13-b94f-b10bda7761e9} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2052 2024.11.28 04:54:51.254505 [ 261 ] {883a3cac-bdb6-4d13-b94f-b10bda7761e9} <Debug> executeQuery: Read 76 rows, 6.74 KiB in 0.002103 sec., 36138.84926295768 rows/sec., 3.13 MiB/sec.
2053 2024.11.28 04:54:51.254689 [ 261 ] {883a3cac-bdb6-4d13-b94f-b10bda7761e9} <Debug> TCPHandler: Processed in 0.002606358 sec.
2054 2024.11.28 04:54:51.254965 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2055 2024.11.28 04:54:51.255160 [ 266 ] {14139783-8aef-4bf8-adfa-1af8dc37057d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2056 2024.11.28 04:54:51.255255 [ 266 ] {14139783-8aef-4bf8-adfa-1af8dc37057d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2057 2024.11.28 04:54:51.256030 [ 266 ] {14139783-8aef-4bf8-adfa-1af8dc37057d} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2058 2024.11.28 04:54:51.256073 [ 266 ] {14139783-8aef-4bf8-adfa-1af8dc37057d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2059 2024.11.28 04:54:51.256517 [ 266 ] {14139783-8aef-4bf8-adfa-1af8dc37057d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2060 2024.11.28 04:54:51.256776 [ 266 ] {14139783-8aef-4bf8-adfa-1af8dc37057d} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2061 2024.11.28 04:54:51.257104 [ 266 ] {14139783-8aef-4bf8-adfa-1af8dc37057d} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001965 sec., 12722.646310432568 rows/sec., 956.68 KiB/sec.
2062 2024.11.28 04:54:51.257420 [ 266 ] {14139783-8aef-4bf8-adfa-1af8dc37057d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2063 2024.11.28 04:54:51.257442 [ 266 ] {14139783-8aef-4bf8-adfa-1af8dc37057d} <Debug> TCPHandler: Processed in 0.002629608 sec.
2064 2024.11.28 04:54:51.257587 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2065 2024.11.28 04:54:51.257722 [ 261 ] {446dfcfa-49d6-423f-9a1d-a1a188c5bfc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2066 2024.11.28 04:54:51.257777 [ 261 ] {446dfcfa-49d6-423f-9a1d-a1a188c5bfc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2067 2024.11.28 04:54:51.258411 [ 261 ] {446dfcfa-49d6-423f-9a1d-a1a188c5bfc5} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2068 2024.11.28 04:54:51.258449 [ 261 ] {446dfcfa-49d6-423f-9a1d-a1a188c5bfc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2069 2024.11.28 04:54:51.258830 [ 261 ] {446dfcfa-49d6-423f-9a1d-a1a188c5bfc5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2070 2024.11.28 04:54:51.259084 [ 261 ] {446dfcfa-49d6-423f-9a1d-a1a188c5bfc5} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2071 2024.11.28 04:54:51.259283 [ 261 ] {446dfcfa-49d6-423f-9a1d-a1a188c5bfc5} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001589 sec., 33354.31088735053 rows/sec., 2.60 MiB/sec.
2072 2024.11.28 04:54:51.259341 [ 261 ] {446dfcfa-49d6-423f-9a1d-a1a188c5bfc5} <Debug> TCPHandler: Processed in 0.00181227 sec.
2073 2024.11.28 04:54:51.259501 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2074 2024.11.28 04:54:51.259628 [ 266 ] {e80242f0-6d61-44af-9725-983fe162ece8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2075 2024.11.28 04:54:51.259682 [ 266 ] {e80242f0-6d61-44af-9725-983fe162ece8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2076 2024.11.28 04:54:51.260227 [ 266 ] {e80242f0-6d61-44af-9725-983fe162ece8} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2077 2024.11.28 04:54:51.260267 [ 266 ] {e80242f0-6d61-44af-9725-983fe162ece8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2078 2024.11.28 04:54:51.260653 [ 266 ] {e80242f0-6d61-44af-9725-983fe162ece8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2079 2024.11.28 04:54:51.260909 [ 266 ] {e80242f0-6d61-44af-9725-983fe162ece8} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2080 2024.11.28 04:54:51.261059 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2081 2024.11.28 04:54:51.261124 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2082 2024.11.28 04:54:51.261159 [ 266 ] {e80242f0-6d61-44af-9725-983fe162ece8} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001555 sec., 32154.340836012863 rows/sec., 2.23 MiB/sec.
2083 2024.11.28 04:54:51.261164 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2084 2024.11.28 04:54:51.261302 [ 266 ] {e80242f0-6d61-44af-9725-983fe162ece8} <Debug> TCPHandler: Processed in 0.001853441 sec.
2085 2024.11.28 04:54:51.261494 [ 190 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
2086 2024.11.28 04:54:51.261529 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2087 2024.11.28 04:54:51.261824 [ 261 ] {cdee7694-e361-4fb7-a6f6-71983ad35c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2088 2024.11.28 04:54:51.261844 [ 190 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2089 2024.11.28 04:54:51.261939 [ 190 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part
2090 2024.11.28 04:54:51.262020 [ 261 ] {cdee7694-e361-4fb7-a6f6-71983ad35c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2091 2024.11.28 04:54:51.262236 [ 190 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part
2092 2024.11.28 04:54:51.262696 [ 190 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1739 rows starting from the beginning of the part
2093 2024.11.28 04:54:51.263101 [ 190 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part
2094 2024.11.28 04:54:51.263517 [ 190 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 127 rows starting from the beginning of the part
2095 2024.11.28 04:54:51.263888 [ 190 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part
2096 2024.11.28 04:54:51.267465 [ 261 ] {cdee7694-e361-4fb7-a6f6-71983ad35c1c} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2097 2024.11.28 04:54:51.267523 [ 261 ] {cdee7694-e361-4fb7-a6f6-71983ad35c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2098 2024.11.28 04:54:51.268224 [ 190 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2110 rows, containing 5 columns (5 merged, 0 gathered) in 0.006901043 sec., 305750.884322848 rows/sec., 20.29 MiB/sec.
2099 2024.11.28 04:54:51.268520 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2100 2024.11.28 04:54:51.268940 [ 261 ] {cdee7694-e361-4fb7-a6f6-71983ad35c1c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2101 2024.11.28 04:54:51.268958 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2102 2024.11.28 04:54:51.269061 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2103 2024.11.28 04:54:51.269171 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
2104 2024.11.28 04:54:51.269288 [ 261 ] {cdee7694-e361-4fb7-a6f6-71983ad35c1c} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2105 2024.11.28 04:54:51.269590 [ 261 ] {cdee7694-e361-4fb7-a6f6-71983ad35c1c} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007839 sec., 3189.1822936599056 rows/sec., 5.71 MiB/sec.
2106 2024.11.28 04:54:51.269775 [ 261 ] {cdee7694-e361-4fb7-a6f6-71983ad35c1c} <Debug> TCPHandler: Processed in 0.008357796 sec.
2107 2024.11.28 04:54:51.269956 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2108 2024.11.28 04:54:51.270096 [ 266 ] {98296d0d-4c4b-4c47-b25d-8be49284d88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2109 2024.11.28 04:54:51.270156 [ 266 ] {98296d0d-4c4b-4c47-b25d-8be49284d88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2110 2024.11.28 04:54:51.270718 [ 266 ] {98296d0d-4c4b-4c47-b25d-8be49284d88e} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2111 2024.11.28 04:54:51.270766 [ 266 ] {98296d0d-4c4b-4c47-b25d-8be49284d88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2112 2024.11.28 04:54:51.271146 [ 266 ] {98296d0d-4c4b-4c47-b25d-8be49284d88e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2113 2024.11.28 04:54:51.271396 [ 266 ] {98296d0d-4c4b-4c47-b25d-8be49284d88e} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2114 2024.11.28 04:54:51.271557 [ 56 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2115 2024.11.28 04:54:51.271616 [ 56 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2116 2024.11.28 04:54:51.271647 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2117 2024.11.28 04:54:51.271653 [ 266 ] {98296d0d-4c4b-4c47-b25d-8be49284d88e} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001578 sec., 12674.271229404309 rows/sec., 891.16 KiB/sec.
2118 2024.11.28 04:54:51.271815 [ 266 ] {98296d0d-4c4b-4c47-b25d-8be49284d88e} <Debug> TCPHandler: Processed in 0.001926233 sec.
2119 2024.11.28 04:54:51.271997 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
2120 2024.11.28 04:54:51.272232 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2121 2024.11.28 04:54:51.272305 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part
2122 2024.11.28 04:54:51.272508 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part
2123 2024.11.28 04:54:51.272747 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
2124 2024.11.28 04:54:51.272904 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
2125 2024.11.28 04:54:51.272992 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part
2126 2024.11.28 04:54:51.273145 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part
2127 2024.11.28 04:54:51.274167 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002413504 sec., 52206.252817480316 rows/sec., 3.15 MiB/sec.
2128 2024.11.28 04:54:51.274370 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2129 2024.11.28 04:54:51.274742 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2130 2024.11.28 04:54:51.274836 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_6_1} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2131 2024.11.28 04:54:51.274927 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2132 2024.11.28 04:54:52.000240 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.58 MiB, peak 172.92 MiB, free memory in arenas 0.00 B, will set to 167.19 MiB (RSS), difference: -2.39 MiB
2133 2024.11.28 04:54:56.256287 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2134 2024.11.28 04:54:56.256498 [ 261 ] {550d7cff-fd60-4334-8ba4-7f271a7cfde0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2135 2024.11.28 04:54:56.256573 [ 261 ] {550d7cff-fd60-4334-8ba4-7f271a7cfde0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2136 2024.11.28 04:54:56.257341 [ 261 ] {550d7cff-fd60-4334-8ba4-7f271a7cfde0} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2137 2024.11.28 04:54:56.257386 [ 261 ] {550d7cff-fd60-4334-8ba4-7f271a7cfde0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2138 2024.11.28 04:54:56.257837 [ 261 ] {550d7cff-fd60-4334-8ba4-7f271a7cfde0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2139 2024.11.28 04:54:56.258129 [ 261 ] {550d7cff-fd60-4334-8ba4-7f271a7cfde0} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2140 2024.11.28 04:54:56.258334 [ 261 ] {550d7cff-fd60-4334-8ba4-7f271a7cfde0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec.
2141 2024.11.28 04:54:56.258401 [ 261 ] {550d7cff-fd60-4334-8ba4-7f271a7cfde0} <Debug> TCPHandler: Processed in 0.0022496 sec.
2142 2024.11.28 04:54:56.258657 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2143 2024.11.28 04:54:56.258855 [ 266 ] {b1100547-c32e-4d90-9c96-7b6a0649dc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2144 2024.11.28 04:54:56.258933 [ 266 ] {b1100547-c32e-4d90-9c96-7b6a0649dc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2145 2024.11.28 04:54:56.259815 [ 266 ] {b1100547-c32e-4d90-9c96-7b6a0649dc4c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2146 2024.11.28 04:54:56.259870 [ 266 ] {b1100547-c32e-4d90-9c96-7b6a0649dc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2147 2024.11.28 04:54:56.260329 [ 266 ] {b1100547-c32e-4d90-9c96-7b6a0649dc4c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2148 2024.11.28 04:54:56.260601 [ 266 ] {b1100547-c32e-4d90-9c96-7b6a0649dc4c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2149 2024.11.28 04:54:56.260850 [ 266 ] {b1100547-c32e-4d90-9c96-7b6a0649dc4c} <Debug> executeQuery: Read 189 rows, 17.22 KiB in 0.002054 sec., 92015.57935735151 rows/sec., 8.19 MiB/sec.
2150 2024.11.28 04:54:56.260921 [ 266 ] {b1100547-c32e-4d90-9c96-7b6a0649dc4c} <Debug> TCPHandler: Processed in 0.002399543 sec.
2151 2024.11.28 04:54:56.261079 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2152 2024.11.28 04:54:56.261206 [ 261 ] {b176279c-a44f-49af-81a3-be85aae50440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2153 2024.11.28 04:54:56.261262 [ 261 ] {b176279c-a44f-49af-81a3-be85aae50440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2154 2024.11.28 04:54:56.261868 [ 261 ] {b176279c-a44f-49af-81a3-be85aae50440} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2155 2024.11.28 04:54:56.261909 [ 261 ] {b176279c-a44f-49af-81a3-be85aae50440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2156 2024.11.28 04:54:56.262297 [ 261 ] {b176279c-a44f-49af-81a3-be85aae50440} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2157 2024.11.28 04:54:56.262564 [ 261 ] {b176279c-a44f-49af-81a3-be85aae50440} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2158 2024.11.28 04:54:56.262762 [ 261 ] {b176279c-a44f-49af-81a3-be85aae50440} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001585 sec., 9463.72239747634 rows/sec., 667.27 KiB/sec.
2159 2024.11.28 04:54:56.262866 [ 261 ] {b176279c-a44f-49af-81a3-be85aae50440} <Debug> TCPHandler: Processed in 0.001845871 sec.
2160 2024.11.28 04:54:56.263023 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2161 2024.11.28 04:54:56.263158 [ 266 ] {c795ffbf-2a30-42f7-b21b-e69ab1b27999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2162 2024.11.28 04:54:56.263214 [ 266 ] {c795ffbf-2a30-42f7-b21b-e69ab1b27999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2163 2024.11.28 04:54:56.263835 [ 266 ] {c795ffbf-2a30-42f7-b21b-e69ab1b27999} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2164 2024.11.28 04:54:56.263879 [ 266 ] {c795ffbf-2a30-42f7-b21b-e69ab1b27999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2165 2024.11.28 04:54:56.264280 [ 266 ] {c795ffbf-2a30-42f7-b21b-e69ab1b27999} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2166 2024.11.28 04:54:56.264545 [ 266 ] {c795ffbf-2a30-42f7-b21b-e69ab1b27999} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2167 2024.11.28 04:54:56.264787 [ 266 ] {c795ffbf-2a30-42f7-b21b-e69ab1b27999} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001662 sec., 8423.58604091456 rows/sec., 589.93 KiB/sec.
2168 2024.11.28 04:54:56.264856 [ 266 ] {c795ffbf-2a30-42f7-b21b-e69ab1b27999} <Debug> TCPHandler: Processed in 0.001897082 sec.
2169 2024.11.28 04:54:56.265018 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2170 2024.11.28 04:54:56.265161 [ 261 ] {4d2ea339-1e8e-4f32-af16-da3adb68199b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2171 2024.11.28 04:54:56.265223 [ 261 ] {4d2ea339-1e8e-4f32-af16-da3adb68199b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2172 2024.11.28 04:54:56.265907 [ 261 ] {4d2ea339-1e8e-4f32-af16-da3adb68199b} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2173 2024.11.28 04:54:56.265953 [ 261 ] {4d2ea339-1e8e-4f32-af16-da3adb68199b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2174 2024.11.28 04:54:56.266315 [ 261 ] {4d2ea339-1e8e-4f32-af16-da3adb68199b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2175 2024.11.28 04:54:56.266571 [ 261 ] {4d2ea339-1e8e-4f32-af16-da3adb68199b} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2176 2024.11.28 04:54:56.266782 [ 261 ] {4d2ea339-1e8e-4f32-af16-da3adb68199b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001654 sec., 7859.7339782345825 rows/sec., 490.05 KiB/sec.
2177 2024.11.28 04:54:56.266837 [ 261 ] {4d2ea339-1e8e-4f32-af16-da3adb68199b} <Debug> TCPHandler: Processed in 0.001888621 sec.
2178 2024.11.28 04:54:56.266995 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2179 2024.11.28 04:54:56.267143 [ 266 ] {bdc901d8-4c54-466c-8287-f19adc773ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2180 2024.11.28 04:54:56.267207 [ 266 ] {bdc901d8-4c54-466c-8287-f19adc773ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2181 2024.11.28 04:54:56.268057 [ 266 ] {bdc901d8-4c54-466c-8287-f19adc773ddb} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2182 2024.11.28 04:54:56.268102 [ 266 ] {bdc901d8-4c54-466c-8287-f19adc773ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2183 2024.11.28 04:54:56.268495 [ 266 ] {bdc901d8-4c54-466c-8287-f19adc773ddb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2184 2024.11.28 04:54:56.268760 [ 266 ] {bdc901d8-4c54-466c-8287-f19adc773ddb} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2185 2024.11.28 04:54:56.268995 [ 266 ] {bdc901d8-4c54-466c-8287-f19adc773ddb} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001888 sec., 187500 rows/sec., 13.16 MiB/sec.
2186 2024.11.28 04:54:56.269057 [ 266 ] {bdc901d8-4c54-466c-8287-f19adc773ddb} <Debug> TCPHandler: Processed in 0.002131448 sec.
2187 2024.11.28 04:54:56.269211 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2188 2024.11.28 04:54:56.269352 [ 261 ] {99175b49-34e8-4da6-814b-3424b44b6ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2189 2024.11.28 04:54:56.269412 [ 261 ] {99175b49-34e8-4da6-814b-3424b44b6ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2190 2024.11.28 04:54:56.269969 [ 261 ] {99175b49-34e8-4da6-814b-3424b44b6ae2} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2191 2024.11.28 04:54:56.270009 [ 261 ] {99175b49-34e8-4da6-814b-3424b44b6ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2192 2024.11.28 04:54:56.270383 [ 261 ] {99175b49-34e8-4da6-814b-3424b44b6ae2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2193 2024.11.28 04:54:56.270628 [ 261 ] {99175b49-34e8-4da6-814b-3424b44b6ae2} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2194 2024.11.28 04:54:56.270839 [ 261 ] {99175b49-34e8-4da6-814b-3424b44b6ae2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec.
2195 2024.11.28 04:54:56.270894 [ 261 ] {99175b49-34e8-4da6-814b-3424b44b6ae2} <Debug> TCPHandler: Processed in 0.001749368 sec.
2196 2024.11.28 04:54:56.271051 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2197 2024.11.28 04:54:56.271196 [ 266 ] {90a66d38-df86-4ede-beae-d32350f7aca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2198 2024.11.28 04:54:56.271262 [ 266 ] {90a66d38-df86-4ede-beae-d32350f7aca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2199 2024.11.28 04:54:56.271916 [ 266 ] {90a66d38-df86-4ede-beae-d32350f7aca8} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2200 2024.11.28 04:54:56.271962 [ 266 ] {90a66d38-df86-4ede-beae-d32350f7aca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2201 2024.11.28 04:54:56.272362 [ 266 ] {90a66d38-df86-4ede-beae-d32350f7aca8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2202 2024.11.28 04:54:56.272615 [ 266 ] {90a66d38-df86-4ede-beae-d32350f7aca8} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2203 2024.11.28 04:54:56.272827 [ 266 ] {90a66d38-df86-4ede-beae-d32350f7aca8} <Debug> executeQuery: Read 127 rows, 8.41 KiB in 0.001668 sec., 76139.08872901679 rows/sec., 4.92 MiB/sec.
2204 2024.11.28 04:54:56.272890 [ 266 ] {90a66d38-df86-4ede-beae-d32350f7aca8} <Debug> TCPHandler: Processed in 0.001908723 sec.
2205 2024.11.28 04:54:56.273043 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2206 2024.11.28 04:54:56.273182 [ 261 ] {12af08ef-2e2f-4f4d-8893-6a3d3c9af82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2207 2024.11.28 04:54:56.273243 [ 261 ] {12af08ef-2e2f-4f4d-8893-6a3d3c9af82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2208 2024.11.28 04:54:56.273789 [ 261 ] {12af08ef-2e2f-4f4d-8893-6a3d3c9af82e} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2209 2024.11.28 04:54:56.273835 [ 261 ] {12af08ef-2e2f-4f4d-8893-6a3d3c9af82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2210 2024.11.28 04:54:56.274216 [ 261 ] {12af08ef-2e2f-4f4d-8893-6a3d3c9af82e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2211 2024.11.28 04:54:56.274479 [ 261 ] {12af08ef-2e2f-4f4d-8893-6a3d3c9af82e} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2212 2024.11.28 04:54:56.274684 [ 261 ] {12af08ef-2e2f-4f4d-8893-6a3d3c9af82e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001533 sec., 652.3157208088714 rows/sec., 43.95 KiB/sec.
2213 2024.11.28 04:54:56.274736 [ 261 ] {12af08ef-2e2f-4f4d-8893-6a3d3c9af82e} <Debug> TCPHandler: Processed in 0.001760999 sec.
2214 2024.11.28 04:54:56.274880 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2215 2024.11.28 04:54:56.275018 [ 266 ] {cbebb8a5-ce7c-4fb4-8b4e-7be8b55d7d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2216 2024.11.28 04:54:56.275112 [ 266 ] {cbebb8a5-ce7c-4fb4-8b4e-7be8b55d7d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2217 2024.11.28 04:54:56.276320 [ 266 ] {cbebb8a5-ce7c-4fb4-8b4e-7be8b55d7d0e} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2218 2024.11.28 04:54:56.276361 [ 266 ] {cbebb8a5-ce7c-4fb4-8b4e-7be8b55d7d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2219 2024.11.28 04:54:56.276977 [ 266 ] {cbebb8a5-ce7c-4fb4-8b4e-7be8b55d7d0e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2220 2024.11.28 04:54:56.277253 [ 266 ] {cbebb8a5-ce7c-4fb4-8b4e-7be8b55d7d0e} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2221 2024.11.28 04:54:56.277431 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2222 2024.11.28 04:54:56.277524 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2223 2024.11.28 04:54:56.277538 [ 266 ] {cbebb8a5-ce7c-4fb4-8b4e-7be8b55d7d0e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002544 sec., 3144.654088050315 rows/sec., 5.64 MiB/sec.
2224 2024.11.28 04:54:56.277569 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2225 2024.11.28 04:54:56.277950 [ 266 ] {cbebb8a5-ce7c-4fb4-8b4e-7be8b55d7d0e} <Debug> TCPHandler: Processed in 0.003126579 sec.
2226 2024.11.28 04:54:56.277961 [ 190 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
2227 2024.11.28 04:54:56.278147 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2228 2024.11.28 04:54:56.278414 [ 261 ] {a62c3441-ddf0-4c74-85b8-f14084171cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2229 2024.11.28 04:54:56.278541 [ 261 ] {a62c3441-ddf0-4c74-85b8-f14084171cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2230 2024.11.28 04:54:56.278785 [ 190 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2231 2024.11.28 04:54:56.279084 [ 190 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part
2232 2024.11.28 04:54:56.279840 [ 190 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
2233 2024.11.28 04:54:56.280522 [ 190 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 25 rows starting from the beginning of the part
2234 2024.11.28 04:54:56.280643 [ 261 ] {a62c3441-ddf0-4c74-85b8-f14084171cb8} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2235 2024.11.28 04:54:56.280770 [ 261 ] {a62c3441-ddf0-4c74-85b8-f14084171cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2236 2024.11.28 04:54:56.281113 [ 190 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part
2237 2024.11.28 04:54:56.281626 [ 190 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part
2238 2024.11.28 04:54:56.282139 [ 190 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
2239 2024.11.28 04:54:56.282545 [ 261 ] {a62c3441-ddf0-4c74-85b8-f14084171cb8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2240 2024.11.28 04:54:56.283274 [ 261 ] {a62c3441-ddf0-4c74-85b8-f14084171cb8} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2241 2024.11.28 04:54:56.283947 [ 261 ] {a62c3441-ddf0-4c74-85b8-f14084171cb8} <Debug> executeQuery: Read 42 rows, 2.60 KiB in 0.005603 sec., 7495.984294128145 rows/sec., 463.79 KiB/sec.
2242 2024.11.28 04:54:56.284185 [ 261 ] {a62c3441-ddf0-4c74-85b8-f14084171cb8} <Debug> TCPHandler: Processed in 0.006127396 sec.
2243 2024.11.28 04:54:56.287039 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 19 columns (19 merged, 0 gathered) in 0.009328467 sec., 14043.036224494335 rows/sec., 25.16 MiB/sec.
2244 2024.11.28 04:54:56.287401 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2245 2024.11.28 04:54:56.287879 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2246 2024.11.28 04:54:56.287971 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2247 2024.11.28 04:54:56.288140 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB.
2248 2024.11.28 04:54:58.004326 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2249 2024.11.28 04:54:58.005047 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2250 2024.11.28 04:54:58.005110 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2251 2024.11.28 04:54:58.005710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2252 2024.11.28 04:54:58.006004 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2253 2024.11.28 04:54:58.006363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2254 2024.11.28 04:54:58.258515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2255 2024.11.28 04:54:58.277602 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2256 2024.11.28 04:54:58.277655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2257 2024.11.28 04:54:58.285024 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2258 2024.11.28 04:54:58.285781 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2259 2024.11.28 04:54:58.288225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2260 2024.11.28 04:55:00.503241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 312
2261 2024.11.28 04:55:00.506362 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2262 2024.11.28 04:55:00.506424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2263 2024.11.28 04:55:00.507920 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2264 2024.11.28 04:55:00.508245 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2265 2024.11.28 04:55:00.508448 [ 40 ] {} <Debug> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2266 2024.11.28 04:55:00.508557 [ 40 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2267 2024.11.28 04:55:00.508618 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2268 2024.11.28 04:55:00.509205 [ 195 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
2269 2024.11.28 04:55:00.510092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 312
2270 2024.11.28 04:55:00.510507 [ 195 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2271 2024.11.28 04:55:00.510694 [ 195 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
2272 2024.11.28 04:55:00.511378 [ 195 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part
2273 2024.11.28 04:55:00.511871 [ 195 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part
2274 2024.11.28 04:55:00.512346 [ 195 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 86 rows starting from the beginning of the part
2275 2024.11.28 04:55:00.512809 [ 195 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part
2276 2024.11.28 04:55:00.513259 [ 195 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2277 2024.11.28 04:55:00.521371 [ 196 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 72 columns (72 merged, 0 gathered) in 0.01261845 sec., 24725.699273682585 rows/sec., 24.67 MiB/sec.
2278 2024.11.28 04:55:00.522307 [ 190 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2279 2024.11.28 04:55:00.523105 [ 190 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2280 2024.11.28 04:55:00.523190 [ 190 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_6_1} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2281 2024.11.28 04:55:00.523497 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.66 MiB.
2282 2024.11.28 04:55:01.252774 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2283 2024.11.28 04:55:01.252990 [ 261 ] {d2e58501-6d7d-4f3b-b060-db3a56ec81e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2284 2024.11.28 04:55:01.253073 [ 261 ] {d2e58501-6d7d-4f3b-b060-db3a56ec81e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2285 2024.11.28 04:55:01.254127 [ 261 ] {d2e58501-6d7d-4f3b-b060-db3a56ec81e6} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2286 2024.11.28 04:55:01.254184 [ 261 ] {d2e58501-6d7d-4f3b-b060-db3a56ec81e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2287 2024.11.28 04:55:01.254639 [ 261 ] {d2e58501-6d7d-4f3b-b060-db3a56ec81e6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2288 2024.11.28 04:55:01.254903 [ 261 ] {d2e58501-6d7d-4f3b-b060-db3a56ec81e6} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2289 2024.11.28 04:55:01.255075 [ 39 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2290 2024.11.28 04:55:01.255172 [ 39 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2291 2024.11.28 04:55:01.255175 [ 261 ] {d2e58501-6d7d-4f3b-b060-db3a56ec81e6} <Debug> executeQuery: Read 76 rows, 6.74 KiB in 0.002237 sec., 33974.07241841753 rows/sec., 2.94 MiB/sec.
2292 2024.11.28 04:55:01.255216 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2293 2024.11.28 04:55:01.255344 [ 261 ] {d2e58501-6d7d-4f3b-b060-db3a56ec81e6} <Debug> TCPHandler: Processed in 0.002715341 sec.
2294 2024.11.28 04:55:01.255441 [ 195 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
2295 2024.11.28 04:55:01.255576 [ 195 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2296 2024.11.28 04:55:01.255623 [ 195 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1364 rows starting from the beginning of the part
2297 2024.11.28 04:55:01.255639 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2298 2024.11.28 04:55:01.255750 [ 195 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part
2299 2024.11.28 04:55:01.256040 [ 195 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 173 rows starting from the beginning of the part
2300 2024.11.28 04:55:01.256139 [ 266 ] {6685cb2c-68c3-43d0-b4e8-ea0fe2912dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2301 2024.11.28 04:55:01.256327 [ 195 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part
2302 2024.11.28 04:55:01.256369 [ 266 ] {6685cb2c-68c3-43d0-b4e8-ea0fe2912dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2303 2024.11.28 04:55:01.256707 [ 195 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 189 rows starting from the beginning of the part
2304 2024.11.28 04:55:01.256979 [ 195 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part
2305 2024.11.28 04:55:01.258923 [ 266 ] {6685cb2c-68c3-43d0-b4e8-ea0fe2912dfd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2306 2024.11.28 04:55:01.259020 [ 266 ] {6685cb2c-68c3-43d0-b4e8-ea0fe2912dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2307 2024.11.28 04:55:01.259893 [ 266 ] {6685cb2c-68c3-43d0-b4e8-ea0fe2912dfd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2308 2024.11.28 04:55:01.260295 [ 196 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1904 rows, containing 5 columns (5 merged, 0 gathered) in 0.00495741 sec., 384071.5212177327 rows/sec., 33.95 MiB/sec.
2309 2024.11.28 04:55:01.260412 [ 266 ] {6685cb2c-68c3-43d0-b4e8-ea0fe2912dfd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2310 2024.11.28 04:55:01.260668 [ 200 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2311 2024.11.28 04:55:01.260806 [ 266 ] {6685cb2c-68c3-43d0-b4e8-ea0fe2912dfd} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.004904 sec., 5097.879282218597 rows/sec., 383.34 KiB/sec.
2312 2024.11.28 04:55:01.260971 [ 266 ] {6685cb2c-68c3-43d0-b4e8-ea0fe2912dfd} <Debug> TCPHandler: Processed in 0.005474811 sec.
2313 2024.11.28 04:55:01.261173 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2314 2024.11.28 04:55:01.261216 [ 200 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2315 2024.11.28 04:55:01.261322 [ 200 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_11_2} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2316 2024.11.28 04:55:01.261345 [ 261 ] {980888c8-cec1-470b-a4e1-703eb5df3fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2317 2024.11.28 04:55:01.261428 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
2318 2024.11.28 04:55:01.261432 [ 261 ] {980888c8-cec1-470b-a4e1-703eb5df3fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2319 2024.11.28 04:55:01.262155 [ 261 ] {980888c8-cec1-470b-a4e1-703eb5df3fca} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2320 2024.11.28 04:55:01.262197 [ 261 ] {980888c8-cec1-470b-a4e1-703eb5df3fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2321 2024.11.28 04:55:01.262570 [ 261 ] {980888c8-cec1-470b-a4e1-703eb5df3fca} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2322 2024.11.28 04:55:01.262826 [ 261 ] {980888c8-cec1-470b-a4e1-703eb5df3fca} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2323 2024.11.28 04:55:01.262984 [ 39 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2324 2024.11.28 04:55:01.263042 [ 39 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2325 2024.11.28 04:55:01.263076 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2326 2024.11.28 04:55:01.263082 [ 261 ] {980888c8-cec1-470b-a4e1-703eb5df3fca} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001772 sec., 29909.706546275396 rows/sec., 2.34 MiB/sec.
2327 2024.11.28 04:55:01.263236 [ 261 ] {980888c8-cec1-470b-a4e1-703eb5df3fca} <Debug> TCPHandler: Processed in 0.002155628 sec.
2328 2024.11.28 04:55:01.263271 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
2329 2024.11.28 04:55:01.263432 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2330 2024.11.28 04:55:01.263437 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2331 2024.11.28 04:55:01.263488 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 845 rows starting from the beginning of the part
2332 2024.11.28 04:55:01.263718 [ 266 ] {253da8f6-a54f-432c-b261-a9089555723a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2333 2024.11.28 04:55:01.263829 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
2334 2024.11.28 04:55:01.263905 [ 266 ] {253da8f6-a54f-432c-b261-a9089555723a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2335 2024.11.28 04:55:01.264144 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 346 rows starting from the beginning of the part
2336 2024.11.28 04:55:01.264432 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part
2337 2024.11.28 04:55:01.264773 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 354 rows starting from the beginning of the part
2338 2024.11.28 04:55:01.265077 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 53 rows starting from the beginning of the part
2339 2024.11.28 04:55:01.266557 [ 266 ] {253da8f6-a54f-432c-b261-a9089555723a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2340 2024.11.28 04:55:01.266626 [ 266 ] {253da8f6-a54f-432c-b261-a9089555723a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2341 2024.11.28 04:55:01.267717 [ 266 ] {253da8f6-a54f-432c-b261-a9089555723a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2342 2024.11.28 04:55:01.268214 [ 266 ] {253da8f6-a54f-432c-b261-a9089555723a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2343 2024.11.28 04:55:01.268246 [ 200 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1679 rows, containing 5 columns (5 merged, 0 gathered) in 0.005092253 sec., 329716.5321518786 rows/sec., 24.94 MiB/sec.
2344 2024.11.28 04:55:01.268525 [ 200 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2345 2024.11.28 04:55:01.268603 [ 266 ] {253da8f6-a54f-432c-b261-a9089555723a} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.005018 sec., 9964.129135113591 rows/sec., 707.41 KiB/sec.
2346 2024.11.28 04:55:01.268749 [ 266 ] {253da8f6-a54f-432c-b261-a9089555723a} <Debug> TCPHandler: Processed in 0.00541003 sec.
2347 2024.11.28 04:55:01.268945 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2348 2024.11.28 04:55:01.268995 [ 200 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2349 2024.11.28 04:55:01.269088 [ 200 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_11_2} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2350 2024.11.28 04:55:01.269112 [ 261 ] {a26242cd-1cc6-4b85-b8a0-ad2258c9d582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2351 2024.11.28 04:55:01.269198 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
2352 2024.11.28 04:55:01.269220 [ 261 ] {a26242cd-1cc6-4b85-b8a0-ad2258c9d582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2353 2024.11.28 04:55:01.270391 [ 261 ] {a26242cd-1cc6-4b85-b8a0-ad2258c9d582} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2354 2024.11.28 04:55:01.270432 [ 261 ] {a26242cd-1cc6-4b85-b8a0-ad2258c9d582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2355 2024.11.28 04:55:01.271077 [ 261 ] {a26242cd-1cc6-4b85-b8a0-ad2258c9d582} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2356 2024.11.28 04:55:01.271356 [ 261 ] {a26242cd-1cc6-4b85-b8a0-ad2258c9d582} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2357 2024.11.28 04:55:01.271660 [ 261 ] {a26242cd-1cc6-4b85-b8a0-ad2258c9d582} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002573 sec., 9716.28449280995 rows/sec., 17.41 MiB/sec.
2358 2024.11.28 04:55:01.271781 [ 261 ] {a26242cd-1cc6-4b85-b8a0-ad2258c9d582} <Debug> TCPHandler: Processed in 0.002916984 sec.
2359 2024.11.28 04:55:01.271940 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2360 2024.11.28 04:55:01.272066 [ 266 ] {d6c673ba-c019-4221-af80-8c508d44b93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2361 2024.11.28 04:55:01.272122 [ 266 ] {d6c673ba-c019-4221-af80-8c508d44b93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2362 2024.11.28 04:55:01.272698 [ 266 ] {d6c673ba-c019-4221-af80-8c508d44b93c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2363 2024.11.28 04:55:01.272747 [ 266 ] {d6c673ba-c019-4221-af80-8c508d44b93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2364 2024.11.28 04:55:01.273173 [ 266 ] {d6c673ba-c019-4221-af80-8c508d44b93c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2365 2024.11.28 04:55:01.273409 [ 266 ] {d6c673ba-c019-4221-af80-8c508d44b93c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2366 2024.11.28 04:55:01.273667 [ 266 ] {d6c673ba-c019-4221-af80-8c508d44b93c} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001622 sec., 12330.456226880395 rows/sec., 866.99 KiB/sec.
2367 2024.11.28 04:55:01.273868 [ 266 ] {d6c673ba-c019-4221-af80-8c508d44b93c} <Debug> TCPHandler: Processed in 0.001983675 sec.
2368 2024.11.28 04:55:05.426267 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
2369 2024.11.28 04:55:05.426353 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
2370 2024.11.28 04:55:05.506528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2371 2024.11.28 04:55:05.507269 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2372 2024.11.28 04:55:05.507320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2373 2024.11.28 04:55:05.507875 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2374 2024.11.28 04:55:05.508162 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2375 2024.11.28 04:55:05.508427 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2376 2024.11.28 04:55:05.788321 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2377 2024.11.28 04:55:05.809296 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2378 2024.11.28 04:55:05.809345 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2379 2024.11.28 04:55:05.816962 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2380 2024.11.28 04:55:05.817778 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2381 2024.11.28 04:55:05.820823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2382 2024.11.28 04:55:06.256529 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2383 2024.11.28 04:55:06.256727 [ 261 ] {f47c9186-8580-4054-be64-93522cde0df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2384 2024.11.28 04:55:06.256802 [ 261 ] {f47c9186-8580-4054-be64-93522cde0df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2385 2024.11.28 04:55:06.257566 [ 261 ] {f47c9186-8580-4054-be64-93522cde0df7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2386 2024.11.28 04:55:06.257622 [ 261 ] {f47c9186-8580-4054-be64-93522cde0df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2387 2024.11.28 04:55:06.258071 [ 261 ] {f47c9186-8580-4054-be64-93522cde0df7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2388 2024.11.28 04:55:06.258343 [ 261 ] {f47c9186-8580-4054-be64-93522cde0df7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2389 2024.11.28 04:55:06.258544 [ 30 ] {} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2390 2024.11.28 04:55:06.258608 [ 261 ] {f47c9186-8580-4054-be64-93522cde0df7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec.
2391 2024.11.28 04:55:06.258637 [ 30 ] {} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2392 2024.11.28 04:55:06.258710 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2393 2024.11.28 04:55:06.258738 [ 261 ] {f47c9186-8580-4054-be64-93522cde0df7} <Debug> TCPHandler: Processed in 0.002346683 sec.
2394 2024.11.28 04:55:06.259129 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
2395 2024.11.28 04:55:06.259182 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2396 2024.11.28 04:55:06.259328 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2397 2024.11.28 04:55:06.259405 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
2398 2024.11.28 04:55:06.259547 [ 266 ] {5f342c81-2c17-4df9-be87-157311bfc82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2399 2024.11.28 04:55:06.259643 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
2400 2024.11.28 04:55:06.259913 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
2401 2024.11.28 04:55:06.259910 [ 266 ] {5f342c81-2c17-4df9-be87-157311bfc82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2402 2024.11.28 04:55:06.260220 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
2403 2024.11.28 04:55:06.260497 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
2404 2024.11.28 04:55:06.262674 [ 266 ] {5f342c81-2c17-4df9-be87-157311bfc82a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2405 2024.11.28 04:55:06.262769 [ 266 ] {5f342c81-2c17-4df9-be87-157311bfc82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2406 2024.11.28 04:55:06.263160 [ 197 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004319576 sec., 16205.294223321918 rows/sec., 1.20 MiB/sec.
2407 2024.11.28 04:55:06.263362 [ 197 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2408 2024.11.28 04:55:06.263520 [ 266 ] {5f342c81-2c17-4df9-be87-157311bfc82a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2409 2024.11.28 04:55:06.263776 [ 197 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_5_1} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2410 2024.11.28 04:55:06.263840 [ 266 ] {5f342c81-2c17-4df9-be87-157311bfc82a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2411 2024.11.28 04:55:06.263897 [ 197 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_5_1} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2412 2024.11.28 04:55:06.264132 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2413 2024.11.28 04:55:06.264326 [ 266 ] {5f342c81-2c17-4df9-be87-157311bfc82a} <Debug> executeQuery: Read 189 rows, 17.22 KiB in 0.004881 sec., 38721.57344806392 rows/sec., 3.45 MiB/sec.
2414 2024.11.28 04:55:06.264495 [ 266 ] {5f342c81-2c17-4df9-be87-157311bfc82a} <Debug> TCPHandler: Processed in 0.005605894 sec.
2415 2024.11.28 04:55:06.264689 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2416 2024.11.28 04:55:06.264841 [ 261 ] {a793a828-5f8e-41b7-89c3-6063118bcb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2417 2024.11.28 04:55:06.264905 [ 261 ] {a793a828-5f8e-41b7-89c3-6063118bcb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2418 2024.11.28 04:55:06.265577 [ 261 ] {a793a828-5f8e-41b7-89c3-6063118bcb83} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2419 2024.11.28 04:55:06.265621 [ 261 ] {a793a828-5f8e-41b7-89c3-6063118bcb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2420 2024.11.28 04:55:06.266013 [ 261 ] {a793a828-5f8e-41b7-89c3-6063118bcb83} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2421 2024.11.28 04:55:06.266260 [ 261 ] {a793a828-5f8e-41b7-89c3-6063118bcb83} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2422 2024.11.28 04:55:06.266456 [ 27 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2423 2024.11.28 04:55:06.266474 [ 261 ] {a793a828-5f8e-41b7-89c3-6063118bcb83} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00167 sec., 8982.035928143712 rows/sec., 633.30 KiB/sec.
2424 2024.11.28 04:55:06.266525 [ 27 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2425 2024.11.28 04:55:06.266596 [ 261 ] {a793a828-5f8e-41b7-89c3-6063118bcb83} <Debug> TCPHandler: Processed in 0.001976214 sec.
2426 2024.11.28 04:55:06.266602 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2427 2024.11.28 04:55:06.266888 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
2428 2024.11.28 04:55:06.266945 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2429 2024.11.28 04:55:06.267137 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2430 2024.11.28 04:55:06.267206 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 32 rows starting from the beginning of the part
2431 2024.11.28 04:55:06.267350 [ 266 ] {2a38beda-41ab-4c1a-9985-3c956f625e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2432 2024.11.28 04:55:06.267447 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
2433 2024.11.28 04:55:06.267573 [ 266 ] {2a38beda-41ab-4c1a-9985-3c956f625e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2434 2024.11.28 04:55:06.267722 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
2435 2024.11.28 04:55:06.268034 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 15 rows starting from the beginning of the part
2436 2024.11.28 04:55:06.268294 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
2437 2024.11.28 04:55:06.268526 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part
2438 2024.11.28 04:55:06.270345 [ 266 ] {2a38beda-41ab-4c1a-9985-3c956f625e50} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2439 2024.11.28 04:55:06.270425 [ 266 ] {2a38beda-41ab-4c1a-9985-3c956f625e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2440 2024.11.28 04:55:06.271358 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 119 rows, containing 5 columns (5 merged, 0 gathered) in 0.004654234 sec., 25568.117116586745 rows/sec., 1.92 MiB/sec.
2441 2024.11.28 04:55:06.271452 [ 266 ] {2a38beda-41ab-4c1a-9985-3c956f625e50} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2442 2024.11.28 04:55:06.271535 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2443 2024.11.28 04:55:06.271910 [ 266 ] {2a38beda-41ab-4c1a-9985-3c956f625e50} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2444 2024.11.28 04:55:06.272017 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_11_2} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2445 2024.11.28 04:55:06.272124 [ 27 ] {} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2446 2024.11.28 04:55:06.272197 [ 27 ] {} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2447 2024.11.28 04:55:06.272275 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2448 2024.11.28 04:55:06.272284 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_11_2} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2449 2024.11.28 04:55:06.272804 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2450 2024.11.28 04:55:06.272831 [ 266 ] {2a38beda-41ab-4c1a-9985-3c956f625e50} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005582 sec., 2508.061626657112 rows/sec., 175.65 KiB/sec.
2451 2024.11.28 04:55:06.272898 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::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
2452 2024.11.28 04:55:06.273030 [ 266 ] {2a38beda-41ab-4c1a-9985-3c956f625e50} <Debug> TCPHandler: Processed in 0.006281849 sec.
2453 2024.11.28 04:55:06.273167 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2454 2024.11.28 04:55:06.273237 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2455 2024.11.28 04:55:06.273243 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2456 2024.11.28 04:55:06.273484 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2457 2024.11.28 04:55:06.273512 [ 261 ] {2989d443-5e14-46a6-b2a8-6ad3d8648acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2458 2024.11.28 04:55:06.273635 [ 261 ] {2989d443-5e14-46a6-b2a8-6ad3d8648acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2459 2024.11.28 04:55:06.273688 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part
2460 2024.11.28 04:55:06.274031 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2461 2024.11.28 04:55:06.274280 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2462 2024.11.28 04:55:06.274508 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
2463 2024.11.28 04:55:06.275401 [ 261 ] {2989d443-5e14-46a6-b2a8-6ad3d8648acd} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2464 2024.11.28 04:55:06.275449 [ 261 ] {2989d443-5e14-46a6-b2a8-6ad3d8648acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2465 2024.11.28 04:55:06.275987 [ 261 ] {2989d443-5e14-46a6-b2a8-6ad3d8648acd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2466 2024.11.28 04:55:06.276177 [ 186 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003747573 sec., 79518.13080092102 rows/sec., 5.70 MiB/sec.
2467 2024.11.28 04:55:06.276372 [ 261 ] {2989d443-5e14-46a6-b2a8-6ad3d8648acd} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2468 2024.11.28 04:55:06.276477 [ 186 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2469 2024.11.28 04:55:06.276570 [ 27 ] {} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2470 2024.11.28 04:55:06.276695 [ 27 ] {} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2471 2024.11.28 04:55:06.276774 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2472 2024.11.28 04:55:06.276899 [ 261 ] {2989d443-5e14-46a6-b2a8-6ad3d8648acd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003516 sec., 3697.3833902161546 rows/sec., 230.53 KiB/sec.
2473 2024.11.28 04:55:06.277052 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
2474 2024.11.28 04:55:06.277148 [ 261 ] {2989d443-5e14-46a6-b2a8-6ad3d8648acd} <Debug> TCPHandler: Processed in 0.00405136 sec.
2475 2024.11.28 04:55:06.277433 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2476 2024.11.28 04:55:06.277488 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2477 2024.11.28 04:55:06.277520 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
2478 2024.11.28 04:55:06.277781 [ 186 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2479 2024.11.28 04:55:06.277927 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
2480 2024.11.28 04:55:06.278168 [ 266 ] {3c0eebcd-81d3-47d4-80ec-a5b33a6097e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2481 2024.11.28 04:55:06.278256 [ 186 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_6_1} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2482 2024.11.28 04:55:06.278314 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
2483 2024.11.28 04:55:06.278627 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2484 2024.11.28 04:55:06.278774 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
2485 2024.11.28 04:55:06.278768 [ 266 ] {3c0eebcd-81d3-47d4-80ec-a5b33a6097e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2486 2024.11.28 04:55:06.279068 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
2487 2024.11.28 04:55:06.281427 [ 266 ] {3c0eebcd-81d3-47d4-80ec-a5b33a6097e4} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2488 2024.11.28 04:55:06.281517 [ 266 ] {3c0eebcd-81d3-47d4-80ec-a5b33a6097e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2489 2024.11.28 04:55:06.281557 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004628063 sec., 14044.752631932624 rows/sec., 930.55 KiB/sec.
2490 2024.11.28 04:55:06.281771 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2491 2024.11.28 04:55:06.282361 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_5_1} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2492 2024.11.28 04:55:06.282372 [ 266 ] {3c0eebcd-81d3-47d4-80ec-a5b33a6097e4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2493 2024.11.28 04:55:06.282518 [ 200 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_5_1} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2494 2024.11.28 04:55:06.282674 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2495 2024.11.28 04:55:06.282795 [ 266 ] {3c0eebcd-81d3-47d4-80ec-a5b33a6097e4} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2496 2024.11.28 04:55:06.283029 [ 266 ] {3c0eebcd-81d3-47d4-80ec-a5b33a6097e4} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.00514 sec., 68871.5953307393 rows/sec., 4.83 MiB/sec.
2497 2024.11.28 04:55:06.283092 [ 266 ] {3c0eebcd-81d3-47d4-80ec-a5b33a6097e4} <Debug> TCPHandler: Processed in 0.005761648 sec.
2498 2024.11.28 04:55:06.283259 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2499 2024.11.28 04:55:06.283403 [ 261 ] {71ee44e6-e978-4866-af7b-fbd90ed9f975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2500 2024.11.28 04:55:06.283463 [ 261 ] {71ee44e6-e978-4866-af7b-fbd90ed9f975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2501 2024.11.28 04:55:06.284039 [ 261 ] {71ee44e6-e978-4866-af7b-fbd90ed9f975} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2502 2024.11.28 04:55:06.284086 [ 261 ] {71ee44e6-e978-4866-af7b-fbd90ed9f975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2503 2024.11.28 04:55:06.284491 [ 261 ] {71ee44e6-e978-4866-af7b-fbd90ed9f975} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2504 2024.11.28 04:55:06.284735 [ 261 ] {71ee44e6-e978-4866-af7b-fbd90ed9f975} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2505 2024.11.28 04:55:06.285036 [ 261 ] {71ee44e6-e978-4866-af7b-fbd90ed9f975} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00164 sec., 3658.5365853658536 rows/sec., 191.14 KiB/sec.
2506 2024.11.28 04:55:06.285115 [ 261 ] {71ee44e6-e978-4866-af7b-fbd90ed9f975} <Debug> TCPHandler: Processed in 0.001925543 sec.
2507 2024.11.28 04:55:06.285265 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2508 2024.11.28 04:55:06.285402 [ 266 ] {0f8916c0-92ef-4fbc-a39f-463383bbc493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2509 2024.11.28 04:55:06.285465 [ 266 ] {0f8916c0-92ef-4fbc-a39f-463383bbc493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2510 2024.11.28 04:55:06.286112 [ 266 ] {0f8916c0-92ef-4fbc-a39f-463383bbc493} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2511 2024.11.28 04:55:06.286160 [ 266 ] {0f8916c0-92ef-4fbc-a39f-463383bbc493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2512 2024.11.28 04:55:06.286605 [ 266 ] {0f8916c0-92ef-4fbc-a39f-463383bbc493} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2513 2024.11.28 04:55:06.286841 [ 266 ] {0f8916c0-92ef-4fbc-a39f-463383bbc493} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2514 2024.11.28 04:55:06.287048 [ 266 ] {0f8916c0-92ef-4fbc-a39f-463383bbc493} <Debug> executeQuery: Read 127 rows, 8.41 KiB in 0.001678 sec., 75685.33969010727 rows/sec., 4.89 MiB/sec.
2515 2024.11.28 04:55:06.287099 [ 266 ] {0f8916c0-92ef-4fbc-a39f-463383bbc493} <Debug> TCPHandler: Processed in 0.001891312 sec.
2516 2024.11.28 04:55:06.287244 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2517 2024.11.28 04:55:06.287367 [ 261 ] {e9071541-aff7-442c-9874-e6a81cc3b4be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2518 2024.11.28 04:55:06.287418 [ 261 ] {e9071541-aff7-442c-9874-e6a81cc3b4be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2519 2024.11.28 04:55:06.287886 [ 261 ] {e9071541-aff7-442c-9874-e6a81cc3b4be} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2520 2024.11.28 04:55:06.287925 [ 261 ] {e9071541-aff7-442c-9874-e6a81cc3b4be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2521 2024.11.28 04:55:06.288320 [ 261 ] {e9071541-aff7-442c-9874-e6a81cc3b4be} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2522 2024.11.28 04:55:06.288570 [ 261 ] {e9071541-aff7-442c-9874-e6a81cc3b4be} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2523 2024.11.28 04:55:06.288721 [ 27 ] {} <Debug> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2524 2024.11.28 04:55:06.288785 [ 27 ] {} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2525 2024.11.28 04:55:06.288825 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2526 2024.11.28 04:55:06.288831 [ 261 ] {e9071541-aff7-442c-9874-e6a81cc3b4be} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec.
2527 2024.11.28 04:55:06.289030 [ 261 ] {e9071541-aff7-442c-9874-e6a81cc3b4be} <Debug> TCPHandler: Processed in 0.00183942 sec.
2528 2024.11.28 04:55:06.289085 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
2529 2024.11.28 04:55:06.289208 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2530 2024.11.28 04:55:06.289291 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2531 2024.11.28 04:55:06.289372 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
2532 2024.11.28 04:55:06.289414 [ 266 ] {1b19c8aa-7e7f-4c08-a2f7-a44d82675949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2533 2024.11.28 04:55:06.289703 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
2534 2024.11.28 04:55:06.289812 [ 266 ] {1b19c8aa-7e7f-4c08-a2f7-a44d82675949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2535 2024.11.28 04:55:06.289979 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
2536 2024.11.28 04:55:06.290398 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
2537 2024.11.28 04:55:06.290790 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
2538 2024.11.28 04:55:06.294456 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005541913 sec., 902.2155345996952 rows/sec., 60.79 KiB/sec.
2539 2024.11.28 04:55:06.294726 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2540 2024.11.28 04:55:06.295021 [ 266 ] {1b19c8aa-7e7f-4c08-a2f7-a44d82675949} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2541 2024.11.28 04:55:06.295083 [ 266 ] {1b19c8aa-7e7f-4c08-a2f7-a44d82675949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2542 2024.11.28 04:55:06.295441 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_5_1} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2543 2024.11.28 04:55:06.295610 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_5_1} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2544 2024.11.28 04:55:06.295780 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
2545 2024.11.28 04:55:06.296165 [ 266 ] {1b19c8aa-7e7f-4c08-a2f7-a44d82675949} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2546 2024.11.28 04:55:06.296500 [ 266 ] {1b19c8aa-7e7f-4c08-a2f7-a44d82675949} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2547 2024.11.28 04:55:06.296851 [ 266 ] {1b19c8aa-7e7f-4c08-a2f7-a44d82675949} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007476 sec., 1070.0909577314071 rows/sec., 1.92 MiB/sec.
2548 2024.11.28 04:55:06.297026 [ 266 ] {1b19c8aa-7e7f-4c08-a2f7-a44d82675949} <Debug> TCPHandler: Processed in 0.007893145 sec.
2549 2024.11.28 04:55:06.297190 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2550 2024.11.28 04:55:06.297330 [ 261 ] {b9d11a39-d6a7-43ea-953e-546911328dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2551 2024.11.28 04:55:06.297391 [ 261 ] {b9d11a39-d6a7-43ea-953e-546911328dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2552 2024.11.28 04:55:06.297963 [ 261 ] {b9d11a39-d6a7-43ea-953e-546911328dc9} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2553 2024.11.28 04:55:06.298009 [ 261 ] {b9d11a39-d6a7-43ea-953e-546911328dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2554 2024.11.28 04:55:06.298428 [ 261 ] {b9d11a39-d6a7-43ea-953e-546911328dc9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2555 2024.11.28 04:55:06.298675 [ 261 ] {b9d11a39-d6a7-43ea-953e-546911328dc9} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2556 2024.11.28 04:55:06.298889 [ 261 ] {b9d11a39-d6a7-43ea-953e-546911328dc9} <Debug> executeQuery: Read 42 rows, 2.60 KiB in 0.00159 sec., 26415.09433962264 rows/sec., 1.60 MiB/sec.
2557 2024.11.28 04:55:06.298941 [ 261 ] {b9d11a39-d6a7-43ea-953e-546911328dc9} <Debug> TCPHandler: Processed in 0.001818151 sec.
2558 2024.11.28 04:55:10.510478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 346
2559 2024.11.28 04:55:10.513666 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2560 2024.11.28 04:55:10.513719 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2561 2024.11.28 04:55:10.515189 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2562 2024.11.28 04:55:10.515508 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2563 2024.11.28 04:55:10.516123 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 346
2564 2024.11.28 04:55:11.249269 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2565 2024.11.28 04:55:11.249569 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
2566 2024.11.28 04:55:11.250008 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2567 2024.11.28 04:55:11.250061 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
2568 2024.11.28 04:55:11.250429 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2569 2024.11.28 04:55:11.250514 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2570 2024.11.28 04:55:11.250699 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2571 2024.11.28 04:55:11.250791 [ 294 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2572 2024.11.28 04:55:11.250903 [ 295 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2573 2024.11.28 04:55:11.250909 [ 296 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2574 2024.11.28 04:55:11.251072 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
2575 2024.11.28 04:55:11.251103 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
2576 2024.11.28 04:55:11.251222 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2577 2024.11.28 04:55:11.251246 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 37 rows with 3 streams
2578 2024.11.28 04:55:11.251290 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2579 2024.11.28 04:55:11.251338 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2580 2024.11.28 04:55:11.251384 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2581 2024.11.28 04:55:11.253199 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003777 sec., 9796.134498279058 rows/sec., 369.99 KiB/sec.
2582 2024.11.28 04:55:11.253383 [ 261 ] {37536316-2412-428b-a3f5-a43b4a4ea3c9} <Debug> TCPHandler: Processed in 0.004260724 sec.
2583 2024.11.28 04:55:11.284253 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2584 2024.11.28 04:55:11.284467 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
2585 2024.11.28 04:55:11.284807 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2586 2024.11.28 04:55:11.284859 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
2587 2024.11.28 04:55:11.285177 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2588 2024.11.28 04:55:11.285244 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2589 2024.11.28 04:55:11.285387 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2590 2024.11.28 04:55:11.285553 [ 294 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2591 2024.11.28 04:55:11.285558 [ 298 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2592 2024.11.28 04:55:11.285580 [ 295 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2593 2024.11.28 04:55:11.285723 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
2594 2024.11.28 04:55:11.285752 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
2595 2024.11.28 04:55:11.285861 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2596 2024.11.28 04:55:11.285884 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 37 rows with 3 streams
2597 2024.11.28 04:55:11.285925 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2598 2024.11.28 04:55:11.285970 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2599 2024.11.28 04:55:11.286011 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2600 2024.11.28 04:55:11.287406 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003044 sec., 12155.059132720105 rows/sec., 459.09 KiB/sec.
2601 2024.11.28 04:55:11.287585 [ 261 ] {77b81f99-4eeb-42bc-be8a-cb32430a269f} <Debug> TCPHandler: Processed in 0.003399736 sec.
2602 2024.11.28 04:55:11.290219 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2603 2024.11.28 04:55:11.290384 [ 266 ] {1cda4edb-eee0-4b9a-a463-dea57b2fa365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2604 2024.11.28 04:55:11.290460 [ 266 ] {1cda4edb-eee0-4b9a-a463-dea57b2fa365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2605 2024.11.28 04:55:11.291303 [ 266 ] {1cda4edb-eee0-4b9a-a463-dea57b2fa365} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2606 2024.11.28 04:55:11.291350 [ 266 ] {1cda4edb-eee0-4b9a-a463-dea57b2fa365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2607 2024.11.28 04:55:11.291867 [ 266 ] {1cda4edb-eee0-4b9a-a463-dea57b2fa365} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2608 2024.11.28 04:55:11.292090 [ 266 ] {1cda4edb-eee0-4b9a-a463-dea57b2fa365} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2609 2024.11.28 04:55:11.292367 [ 266 ] {1cda4edb-eee0-4b9a-a463-dea57b2fa365} <Debug> executeQuery: Read 2 rows, 338.00 B in 0.002027 sec., 986.6798223976319 rows/sec., 162.84 KiB/sec.
2610 2024.11.28 04:55:11.292525 [ 266 ] {1cda4edb-eee0-4b9a-a463-dea57b2fa365} <Debug> TCPHandler: Processed in 0.002429145 sec.
2611 2024.11.28 04:55:11.292694 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2612 2024.11.28 04:55:11.292844 [ 261 ] {2b709bca-bc22-4cc1-8f71-1c9ab9622639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2613 2024.11.28 04:55:11.292902 [ 261 ] {2b709bca-bc22-4cc1-8f71-1c9ab9622639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2614 2024.11.28 04:55:11.293599 [ 261 ] {2b709bca-bc22-4cc1-8f71-1c9ab9622639} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2615 2024.11.28 04:55:11.293650 [ 261 ] {2b709bca-bc22-4cc1-8f71-1c9ab9622639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2616 2024.11.28 04:55:11.294043 [ 261 ] {2b709bca-bc22-4cc1-8f71-1c9ab9622639} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2617 2024.11.28 04:55:11.294289 [ 261 ] {2b709bca-bc22-4cc1-8f71-1c9ab9622639} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2618 2024.11.28 04:55:11.294564 [ 261 ] {2b709bca-bc22-4cc1-8f71-1c9ab9622639} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001763 sec., 1134.4299489506523 rows/sec., 92.50 KiB/sec.
2619 2024.11.28 04:55:11.294639 [ 261 ] {2b709bca-bc22-4cc1-8f71-1c9ab9622639} <Debug> TCPHandler: Processed in 0.002025455 sec.
2620 2024.11.28 04:55:11.294795 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2621 2024.11.28 04:55:11.294923 [ 266 ] {bf46dce3-bb6b-4774-a025-dd1cf3c2b626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2622 2024.11.28 04:55:11.294976 [ 266 ] {bf46dce3-bb6b-4774-a025-dd1cf3c2b626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2623 2024.11.28 04:55:11.296251 [ 266 ] {bf46dce3-bb6b-4774-a025-dd1cf3c2b626} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2624 2024.11.28 04:55:11.296290 [ 266 ] {bf46dce3-bb6b-4774-a025-dd1cf3c2b626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2625 2024.11.28 04:55:11.296750 [ 266 ] {bf46dce3-bb6b-4774-a025-dd1cf3c2b626} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2626 2024.11.28 04:55:11.297021 [ 266 ] {bf46dce3-bb6b-4774-a025-dd1cf3c2b626} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2627 2024.11.28 04:55:11.297250 [ 266 ] {bf46dce3-bb6b-4774-a025-dd1cf3c2b626} <Debug> executeQuery: Read 1230 rows, 104.19 KiB in 0.002326 sec., 528804.815133276 rows/sec., 43.74 MiB/sec.
2628 2024.11.28 04:55:11.297303 [ 266 ] {bf46dce3-bb6b-4774-a025-dd1cf3c2b626} <Debug> TCPHandler: Processed in 0.002553596 sec.
2629 2024.11.28 04:55:11.297453 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2630 2024.11.28 04:55:11.297590 [ 261 ] {5cae9fd7-7ab6-4103-9088-66c2d4bb3fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2631 2024.11.28 04:55:11.297646 [ 261 ] {5cae9fd7-7ab6-4103-9088-66c2d4bb3fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2632 2024.11.28 04:55:11.298238 [ 261 ] {5cae9fd7-7ab6-4103-9088-66c2d4bb3fe4} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2633 2024.11.28 04:55:11.298277 [ 261 ] {5cae9fd7-7ab6-4103-9088-66c2d4bb3fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2634 2024.11.28 04:55:11.298638 [ 261 ] {5cae9fd7-7ab6-4103-9088-66c2d4bb3fe4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2635 2024.11.28 04:55:11.298906 [ 261 ] {5cae9fd7-7ab6-4103-9088-66c2d4bb3fe4} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2636 2024.11.28 04:55:11.299117 [ 261 ] {5cae9fd7-7ab6-4103-9088-66c2d4bb3fe4} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001557 sec., 21194.60500963391 rows/sec., 1.55 MiB/sec.
2637 2024.11.28 04:55:11.299169 [ 261 ] {5cae9fd7-7ab6-4103-9088-66c2d4bb3fe4} <Debug> TCPHandler: Processed in 0.00178327 sec.
2638 2024.11.28 04:55:11.299306 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2639 2024.11.28 04:55:11.299422 [ 266 ] {0d08d2f3-b3af-41f5-aa04-a7db78cdb9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2640 2024.11.28 04:55:11.299471 [ 266 ] {0d08d2f3-b3af-41f5-aa04-a7db78cdb9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2641 2024.11.28 04:55:11.300139 [ 266 ] {0d08d2f3-b3af-41f5-aa04-a7db78cdb9bb} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2642 2024.11.28 04:55:11.300179 [ 266 ] {0d08d2f3-b3af-41f5-aa04-a7db78cdb9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2643 2024.11.28 04:55:11.300547 [ 266 ] {0d08d2f3-b3af-41f5-aa04-a7db78cdb9bb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2644 2024.11.28 04:55:11.300786 [ 266 ] {0d08d2f3-b3af-41f5-aa04-a7db78cdb9bb} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2645 2024.11.28 04:55:11.300992 [ 266 ] {0d08d2f3-b3af-41f5-aa04-a7db78cdb9bb} <Debug> executeQuery: Read 229 rows, 15.88 KiB in 0.001594 sec., 143663.73902133 rows/sec., 9.73 MiB/sec.
2646 2024.11.28 04:55:11.301041 [ 266 ] {0d08d2f3-b3af-41f5-aa04-a7db78cdb9bb} <Debug> TCPHandler: Processed in 0.00179451 sec.
2647 2024.11.28 04:55:11.301213 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2648 2024.11.28 04:55:11.301350 [ 261 ] {3c404b8f-047e-4598-9312-603aed0cb989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2649 2024.11.28 04:55:11.301404 [ 261 ] {3c404b8f-047e-4598-9312-603aed0cb989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2650 2024.11.28 04:55:11.302204 [ 261 ] {3c404b8f-047e-4598-9312-603aed0cb989} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2651 2024.11.28 04:55:11.302244 [ 261 ] {3c404b8f-047e-4598-9312-603aed0cb989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2652 2024.11.28 04:55:11.302631 [ 261 ] {3c404b8f-047e-4598-9312-603aed0cb989} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2653 2024.11.28 04:55:11.302873 [ 261 ] {3c404b8f-047e-4598-9312-603aed0cb989} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2654 2024.11.28 04:55:11.303088 [ 261 ] {3c404b8f-047e-4598-9312-603aed0cb989} <Debug> executeQuery: Read 517 rows, 39.17 KiB in 0.001768 sec., 292420.814479638 rows/sec., 21.64 MiB/sec.
2655 2024.11.28 04:55:11.303141 [ 261 ] {3c404b8f-047e-4598-9312-603aed0cb989} <Debug> TCPHandler: Processed in 0.001998154 sec.
2656 2024.11.28 04:55:11.303290 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2657 2024.11.28 04:55:11.303425 [ 266 ] {8d24cc68-832e-4a88-88d0-5fc013e64e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2658 2024.11.28 04:55:11.303490 [ 266 ] {8d24cc68-832e-4a88-88d0-5fc013e64e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2659 2024.11.28 04:55:11.304257 [ 266 ] {8d24cc68-832e-4a88-88d0-5fc013e64e4b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2660 2024.11.28 04:55:11.304295 [ 266 ] {8d24cc68-832e-4a88-88d0-5fc013e64e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2661 2024.11.28 04:55:11.304743 [ 266 ] {8d24cc68-832e-4a88-88d0-5fc013e64e4b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2662 2024.11.28 04:55:11.304979 [ 266 ] {8d24cc68-832e-4a88-88d0-5fc013e64e4b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2663 2024.11.28 04:55:11.305202 [ 266 ] {8d24cc68-832e-4a88-88d0-5fc013e64e4b} <Debug> executeQuery: Read 771 rows, 52.84 KiB in 0.001807 sec., 426674.04537908133 rows/sec., 28.56 MiB/sec.
2664 2024.11.28 04:55:11.305253 [ 266 ] {8d24cc68-832e-4a88-88d0-5fc013e64e4b} <Debug> TCPHandler: Processed in 0.002031375 sec.
2665 2024.11.28 04:55:11.305406 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2666 2024.11.28 04:55:11.305545 [ 261 ] {06fca066-6698-4deb-8697-40e8939dc062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2667 2024.11.28 04:55:11.305604 [ 261 ] {06fca066-6698-4deb-8697-40e8939dc062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2668 2024.11.28 04:55:11.306088 [ 261 ] {06fca066-6698-4deb-8697-40e8939dc062} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2669 2024.11.28 04:55:11.306127 [ 261 ] {06fca066-6698-4deb-8697-40e8939dc062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2670 2024.11.28 04:55:11.306511 [ 261 ] {06fca066-6698-4deb-8697-40e8939dc062} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2671 2024.11.28 04:55:11.306782 [ 261 ] {06fca066-6698-4deb-8697-40e8939dc062} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2672 2024.11.28 04:55:11.307035 [ 261 ] {06fca066-6698-4deb-8697-40e8939dc062} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 42.07 KiB/sec.
2673 2024.11.28 04:55:11.307099 [ 261 ] {06fca066-6698-4deb-8697-40e8939dc062} <Debug> TCPHandler: Processed in 0.001759029 sec.
2674 2024.11.28 04:55:11.307238 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2675 2024.11.28 04:55:11.307353 [ 266 ] {5988c052-acc6-4ade-9a1e-e7453b073aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2676 2024.11.28 04:55:11.307432 [ 266 ] {5988c052-acc6-4ade-9a1e-e7453b073aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2677 2024.11.28 04:55:11.308561 [ 266 ] {5988c052-acc6-4ade-9a1e-e7453b073aa4} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2678 2024.11.28 04:55:11.308600 [ 266 ] {5988c052-acc6-4ade-9a1e-e7453b073aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2679 2024.11.28 04:55:11.309232 [ 266 ] {5988c052-acc6-4ade-9a1e-e7453b073aa4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2680 2024.11.28 04:55:11.309483 [ 266 ] {5988c052-acc6-4ade-9a1e-e7453b073aa4} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2681 2024.11.28 04:55:11.309827 [ 266 ] {5988c052-acc6-4ade-9a1e-e7453b073aa4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002473 sec., 12535.38212697129 rows/sec., 22.46 MiB/sec.
2682 2024.11.28 04:55:11.309993 [ 266 ] {5988c052-acc6-4ade-9a1e-e7453b073aa4} <Debug> TCPHandler: Processed in 0.002812633 sec.
2683 2024.11.28 04:55:11.310147 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2684 2024.11.28 04:55:11.310267 [ 261 ] {920b9520-00de-45b4-aa3c-29922c9b5b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2685 2024.11.28 04:55:11.310318 [ 261 ] {920b9520-00de-45b4-aa3c-29922c9b5b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2686 2024.11.28 04:55:11.310807 [ 261 ] {920b9520-00de-45b4-aa3c-29922c9b5b83} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2687 2024.11.28 04:55:11.310848 [ 261 ] {920b9520-00de-45b4-aa3c-29922c9b5b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2688 2024.11.28 04:55:11.311223 [ 261 ] {920b9520-00de-45b4-aa3c-29922c9b5b83} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2689 2024.11.28 04:55:11.311464 [ 261 ] {920b9520-00de-45b4-aa3c-29922c9b5b83} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2690 2024.11.28 04:55:11.311676 [ 261 ] {920b9520-00de-45b4-aa3c-29922c9b5b83} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001434 sec., 13947.00139470014 rows/sec., 980.65 KiB/sec.
2691 2024.11.28 04:55:11.311729 [ 261 ] {920b9520-00de-45b4-aa3c-29922c9b5b83} <Debug> TCPHandler: Processed in 0.001641446 sec.
2692 2024.11.28 04:55:13.008773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2693 2024.11.28 04:55:13.009448 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2694 2024.11.28 04:55:13.009496 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2695 2024.11.28 04:55:13.010140 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2696 2024.11.28 04:55:13.010449 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2697 2024.11.28 04:55:13.010615 [ 127 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2698 2024.11.28 04:55:13.010669 [ 127 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2699 2024.11.28 04:55:13.010703 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2700 2024.11.28 04:55:13.010706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2701 2024.11.28 04:55:13.010906 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
2702 2024.11.28 04:55:13.011139 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2703 2024.11.28 04:55:13.011219 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part
2704 2024.11.28 04:55:13.011400 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2705 2024.11.28 04:55:13.011591 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2706 2024.11.28 04:55:13.011934 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
2707 2024.11.28 04:55:13.012053 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2708 2024.11.28 04:55:13.012238 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2709 2024.11.28 04:55:13.014078 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003273913 sec., 1565099.622378481 rows/sec., 22.39 MiB/sec.
2710 2024.11.28 04:55:13.014502 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2711 2024.11.28 04:55:13.014826 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2712 2024.11.28 04:55:13.014925 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_11_2} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2713 2024.11.28 04:55:13.015033 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2714 2024.11.28 04:55:13.321080 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2715 2024.11.28 04:55:13.342717 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2716 2024.11.28 04:55:13.342782 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2717 2024.11.28 04:55:13.350291 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2718 2024.11.28 04:55:13.351102 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2719 2024.11.28 04:55:13.351488 [ 145 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2720 2024.11.28 04:55:13.351615 [ 145 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2721 2024.11.28 04:55:13.351679 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2722 2024.11.28 04:55:13.352179 [ 193 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
2723 2024.11.28 04:55:13.370146 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2724 2024.11.28 04:55:13.371127 [ 193 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2725 2024.11.28 04:55:13.372659 [ 193 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
2726 2024.11.28 04:55:13.378299 [ 193 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
2727 2024.11.28 04:55:13.383824 [ 193 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
2728 2024.11.28 04:55:13.389367 [ 193 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
2729 2024.11.28 04:55:13.395167 [ 193 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
2730 2024.11.28 04:55:13.400143 [ 193 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
2731 2024.11.28 04:55:13.457317 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.10548197 sec., 786.864333307389 rows/sec., 4.07 MiB/sec.
2732 2024.11.28 04:55:13.459887 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2733 2024.11.28 04:55:13.463022 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_11_2} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2734 2024.11.28 04:55:13.463124 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_11_2} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2735 2024.11.28 04:55:13.465744 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2736 2024.11.28 04:55:14.000192 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.65 MiB, peak 180.55 MiB, free memory in arenas 0.00 B, will set to 172.30 MiB (RSS), difference: 1.65 MiB
2737 2024.11.28 04:55:16.256497 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2738 2024.11.28 04:55:16.256698 [ 261 ] {c35db025-ca76-4409-a8aa-c81477a076e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2739 2024.11.28 04:55:16.256776 [ 261 ] {c35db025-ca76-4409-a8aa-c81477a076e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2740 2024.11.28 04:55:16.257545 [ 261 ] {c35db025-ca76-4409-a8aa-c81477a076e0} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2741 2024.11.28 04:55:16.257601 [ 261 ] {c35db025-ca76-4409-a8aa-c81477a076e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2742 2024.11.28 04:55:16.258048 [ 261 ] {c35db025-ca76-4409-a8aa-c81477a076e0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2743 2024.11.28 04:55:16.258311 [ 261 ] {c35db025-ca76-4409-a8aa-c81477a076e0} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2744 2024.11.28 04:55:16.258622 [ 261 ] {c35db025-ca76-4409-a8aa-c81477a076e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 511.58 KiB/sec.
2745 2024.11.28 04:55:16.258769 [ 261 ] {c35db025-ca76-4409-a8aa-c81477a076e0} <Debug> TCPHandler: Processed in 0.002410034 sec.
2746 2024.11.28 04:55:16.259047 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2747 2024.11.28 04:55:16.259237 [ 266 ] {51514329-0092-448b-9db7-ab8d1dfb5f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2748 2024.11.28 04:55:16.259314 [ 266 ] {51514329-0092-448b-9db7-ab8d1dfb5f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2749 2024.11.28 04:55:16.260187 [ 266 ] {51514329-0092-448b-9db7-ab8d1dfb5f10} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2750 2024.11.28 04:55:16.260232 [ 266 ] {51514329-0092-448b-9db7-ab8d1dfb5f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2751 2024.11.28 04:55:16.260687 [ 266 ] {51514329-0092-448b-9db7-ab8d1dfb5f10} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2752 2024.11.28 04:55:16.260942 [ 266 ] {51514329-0092-448b-9db7-ab8d1dfb5f10} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2753 2024.11.28 04:55:16.261171 [ 266 ] {51514329-0092-448b-9db7-ab8d1dfb5f10} <Debug> executeQuery: Read 189 rows, 17.22 KiB in 0.002028 sec., 93195.26627218936 rows/sec., 8.29 MiB/sec.
2754 2024.11.28 04:55:16.261225 [ 266 ] {51514329-0092-448b-9db7-ab8d1dfb5f10} <Debug> TCPHandler: Processed in 0.002353892 sec.
2755 2024.11.28 04:55:16.261374 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2756 2024.11.28 04:55:16.261494 [ 261 ] {e61e5348-1d03-442a-929b-b4cb5367df0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2757 2024.11.28 04:55:16.261611 [ 261 ] {e61e5348-1d03-442a-929b-b4cb5367df0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2758 2024.11.28 04:55:16.262279 [ 261 ] {e61e5348-1d03-442a-929b-b4cb5367df0d} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2759 2024.11.28 04:55:16.262331 [ 261 ] {e61e5348-1d03-442a-929b-b4cb5367df0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2760 2024.11.28 04:55:16.262795 [ 261 ] {e61e5348-1d03-442a-929b-b4cb5367df0d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2761 2024.11.28 04:55:16.263070 [ 261 ] {e61e5348-1d03-442a-929b-b4cb5367df0d} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2762 2024.11.28 04:55:16.263301 [ 261 ] {e61e5348-1d03-442a-929b-b4cb5367df0d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001776 sec., 8445.945945945947 rows/sec., 595.51 KiB/sec.
2763 2024.11.28 04:55:16.263364 [ 261 ] {e61e5348-1d03-442a-929b-b4cb5367df0d} <Debug> TCPHandler: Processed in 0.001996875 sec.
2764 2024.11.28 04:55:16.263512 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2765 2024.11.28 04:55:16.263632 [ 266 ] {0f2b4b26-ba67-4acb-87a7-b94e6f378e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2766 2024.11.28 04:55:16.263682 [ 266 ] {0f2b4b26-ba67-4acb-87a7-b94e6f378e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2767 2024.11.28 04:55:16.264263 [ 266 ] {0f2b4b26-ba67-4acb-87a7-b94e6f378e89} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2768 2024.11.28 04:55:16.264303 [ 266 ] {0f2b4b26-ba67-4acb-87a7-b94e6f378e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2769 2024.11.28 04:55:16.264659 [ 266 ] {0f2b4b26-ba67-4acb-87a7-b94e6f378e89} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2770 2024.11.28 04:55:16.264905 [ 266 ] {0f2b4b26-ba67-4acb-87a7-b94e6f378e89} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2771 2024.11.28 04:55:16.265164 [ 266 ] {0f2b4b26-ba67-4acb-87a7-b94e6f378e89} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001555 sec., 9003.215434083602 rows/sec., 630.53 KiB/sec.
2772 2024.11.28 04:55:16.265314 [ 266 ] {0f2b4b26-ba67-4acb-87a7-b94e6f378e89} <Debug> TCPHandler: Processed in 0.001859281 sec.
2773 2024.11.28 04:55:16.265478 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2774 2024.11.28 04:55:16.265601 [ 261 ] {004fc1a8-e954-4b20-a712-be15f8c4aa97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2775 2024.11.28 04:55:16.265653 [ 261 ] {004fc1a8-e954-4b20-a712-be15f8c4aa97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2776 2024.11.28 04:55:16.266244 [ 261 ] {004fc1a8-e954-4b20-a712-be15f8c4aa97} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2777 2024.11.28 04:55:16.266284 [ 261 ] {004fc1a8-e954-4b20-a712-be15f8c4aa97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2778 2024.11.28 04:55:16.266677 [ 261 ] {004fc1a8-e954-4b20-a712-be15f8c4aa97} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2779 2024.11.28 04:55:16.266930 [ 261 ] {004fc1a8-e954-4b20-a712-be15f8c4aa97} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2780 2024.11.28 04:55:16.267143 [ 261 ] {004fc1a8-e954-4b20-a712-be15f8c4aa97} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec.
2781 2024.11.28 04:55:16.267200 [ 261 ] {004fc1a8-e954-4b20-a712-be15f8c4aa97} <Debug> TCPHandler: Processed in 0.00177981 sec.
2782 2024.11.28 04:55:16.267354 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2783 2024.11.28 04:55:16.267474 [ 266 ] {caf3a9d9-6584-4f38-af24-118d4fca9a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2784 2024.11.28 04:55:16.267521 [ 266 ] {caf3a9d9-6584-4f38-af24-118d4fca9a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2785 2024.11.28 04:55:16.268227 [ 266 ] {caf3a9d9-6584-4f38-af24-118d4fca9a62} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2786 2024.11.28 04:55:16.268267 [ 266 ] {caf3a9d9-6584-4f38-af24-118d4fca9a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2787 2024.11.28 04:55:16.268672 [ 266 ] {caf3a9d9-6584-4f38-af24-118d4fca9a62} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2788 2024.11.28 04:55:16.268916 [ 266 ] {caf3a9d9-6584-4f38-af24-118d4fca9a62} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2789 2024.11.28 04:55:16.269184 [ 266 ] {caf3a9d9-6584-4f38-af24-118d4fca9a62} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001734 sec., 204152.2491349481 rows/sec., 14.33 MiB/sec.
2790 2024.11.28 04:55:16.269373 [ 266 ] {caf3a9d9-6584-4f38-af24-118d4fca9a62} <Debug> TCPHandler: Processed in 0.002076476 sec.
2791 2024.11.28 04:55:16.269533 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2792 2024.11.28 04:55:16.269657 [ 261 ] {2ed11aca-ac0a-4185-920f-7689a40c565b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2793 2024.11.28 04:55:16.269711 [ 261 ] {2ed11aca-ac0a-4185-920f-7689a40c565b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2794 2024.11.28 04:55:16.270186 [ 261 ] {2ed11aca-ac0a-4185-920f-7689a40c565b} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2795 2024.11.28 04:55:16.270226 [ 261 ] {2ed11aca-ac0a-4185-920f-7689a40c565b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2796 2024.11.28 04:55:16.270625 [ 261 ] {2ed11aca-ac0a-4185-920f-7689a40c565b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2797 2024.11.28 04:55:16.270894 [ 261 ] {2ed11aca-ac0a-4185-920f-7689a40c565b} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2798 2024.11.28 04:55:16.271079 [ 134 ] {} <Debug> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2799 2024.11.28 04:55:16.271148 [ 261 ] {2ed11aca-ac0a-4185-920f-7689a40c565b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec.
2800 2024.11.28 04:55:16.271157 [ 134 ] {} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2801 2024.11.28 04:55:16.271234 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2802 2024.11.28 04:55:16.271280 [ 261 ] {2ed11aca-ac0a-4185-920f-7689a40c565b} <Debug> TCPHandler: Processed in 0.00180064 sec.
2803 2024.11.28 04:55:16.271534 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2804 2024.11.28 04:55:16.271740 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::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
2805 2024.11.28 04:55:16.271801 [ 266 ] {e0b713d9-e045-4a85-8fef-2ee8c36ff5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2806 2024.11.28 04:55:16.271872 [ 266 ] {e0b713d9-e045-4a85-8fef-2ee8c36ff5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2807 2024.11.28 04:55:16.271890 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2808 2024.11.28 04:55:16.271938 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::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
2809 2024.11.28 04:55:16.272124 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::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
2810 2024.11.28 04:55:16.272524 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::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
2811 2024.11.28 04:55:16.272895 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::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
2812 2024.11.28 04:55:16.273195 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::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
2813 2024.11.28 04:55:16.273429 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::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
2814 2024.11.28 04:55:16.274232 [ 266 ] {e0b713d9-e045-4a85-8fef-2ee8c36ff5c0} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2815 2024.11.28 04:55:16.274276 [ 266 ] {e0b713d9-e045-4a85-8fef-2ee8c36ff5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2816 2024.11.28 04:55:16.274951 [ 266 ] {e0b713d9-e045-4a85-8fef-2ee8c36ff5c0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2817 2024.11.28 04:55:16.275353 [ 266 ] {e0b713d9-e045-4a85-8fef-2ee8c36ff5c0} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2818 2024.11.28 04:55:16.275458 [ 186 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004084511 sec., 8813.784563194959 rows/sec., 460.49 KiB/sec.
2819 2024.11.28 04:55:16.275583 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2820 2024.11.28 04:55:16.275674 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2821 2024.11.28 04:55:16.275752 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2822 2024.11.28 04:55:16.275905 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2823 2024.11.28 04:55:16.275950 [ 266 ] {e0b713d9-e045-4a85-8fef-2ee8c36ff5c0} <Debug> executeQuery: Read 127 rows, 8.41 KiB in 0.004127 sec., 30772.95856554398 rows/sec., 1.99 MiB/sec.
2824 2024.11.28 04:55:16.276320 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
2825 2024.11.28 04:55:16.276675 [ 266 ] {e0b713d9-e045-4a85-8fef-2ee8c36ff5c0} <Debug> TCPHandler: Processed in 0.005272407 sec.
2826 2024.11.28 04:55:16.276907 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2827 2024.11.28 04:55:16.276951 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2828 2024.11.28 04:55:16.277055 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_6_1} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2829 2024.11.28 04:55:16.277068 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2110 rows starting from the beginning of the part
2830 2024.11.28 04:55:16.277357 [ 261 ] {65c0e774-2f0f-4d6a-8aaf-3f6f1c22df68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2831 2024.11.28 04:55:16.277549 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 127 rows starting from the beginning of the part
2832 2024.11.28 04:55:16.277615 [ 261 ] {65c0e774-2f0f-4d6a-8aaf-3f6f1c22df68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2833 2024.11.28 04:55:16.277620 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_6_1} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2834 2024.11.28 04:55:16.277911 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part
2835 2024.11.28 04:55:16.278307 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 127 rows starting from the beginning of the part
2836 2024.11.28 04:55:16.278422 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2837 2024.11.28 04:55:16.278659 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 771 rows starting from the beginning of the part
2838 2024.11.28 04:55:16.279001 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 127 rows starting from the beginning of the part
2839 2024.11.28 04:55:16.280131 [ 261 ] {65c0e774-2f0f-4d6a-8aaf-3f6f1c22df68} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2840 2024.11.28 04:55:16.280201 [ 261 ] {65c0e774-2f0f-4d6a-8aaf-3f6f1c22df68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2841 2024.11.28 04:55:16.281083 [ 261 ] {65c0e774-2f0f-4d6a-8aaf-3f6f1c22df68} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2842 2024.11.28 04:55:16.281540 [ 261 ] {65c0e774-2f0f-4d6a-8aaf-3f6f1c22df68} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2843 2024.11.28 04:55:16.281883 [ 261 ] {65c0e774-2f0f-4d6a-8aaf-3f6f1c22df68} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004657 sec., 214.73051320592657 rows/sec., 14.47 KiB/sec.
2844 2024.11.28 04:55:16.282016 [ 261 ] {65c0e774-2f0f-4d6a-8aaf-3f6f1c22df68} <Debug> TCPHandler: Processed in 0.005191626 sec.
2845 2024.11.28 04:55:16.282318 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2846 2024.11.28 04:55:16.282418 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 5 columns (5 merged, 0 gathered) in 0.006536075 sec., 506726.1315085889 rows/sec., 33.62 MiB/sec.
2847 2024.11.28 04:55:16.282502 [ 266 ] {8e820f5c-d0dd-4898-9232-d9ea30afa3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2848 2024.11.28 04:55:16.282588 [ 266 ] {8e820f5c-d0dd-4898-9232-d9ea30afa3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2849 2024.11.28 04:55:16.282914 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2850 2024.11.28 04:55:16.283822 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2851 2024.11.28 04:55:16.284045 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2852 2024.11.28 04:55:16.284213 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
2853 2024.11.28 04:55:16.284725 [ 266 ] {8e820f5c-d0dd-4898-9232-d9ea30afa3fc} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2854 2024.11.28 04:55:16.284771 [ 266 ] {8e820f5c-d0dd-4898-9232-d9ea30afa3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2855 2024.11.28 04:55:16.285422 [ 266 ] {8e820f5c-d0dd-4898-9232-d9ea30afa3fc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2856 2024.11.28 04:55:16.285693 [ 266 ] {8e820f5c-d0dd-4898-9232-d9ea30afa3fc} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2857 2024.11.28 04:55:16.285973 [ 266 ] {8e820f5c-d0dd-4898-9232-d9ea30afa3fc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003511 sec., 2278.5531187695815 rows/sec., 4.08 MiB/sec.
2858 2024.11.28 04:55:16.286340 [ 266 ] {8e820f5c-d0dd-4898-9232-d9ea30afa3fc} <Debug> TCPHandler: Processed in 0.004198764 sec.
2859 2024.11.28 04:55:16.286501 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2860 2024.11.28 04:55:16.286638 [ 261 ] {e226f8df-49b0-402b-95f0-12a5e1086d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2861 2024.11.28 04:55:16.286694 [ 261 ] {e226f8df-49b0-402b-95f0-12a5e1086d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2862 2024.11.28 04:55:16.287202 [ 261 ] {e226f8df-49b0-402b-95f0-12a5e1086d6b} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2863 2024.11.28 04:55:16.287241 [ 261 ] {e226f8df-49b0-402b-95f0-12a5e1086d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2864 2024.11.28 04:55:16.287676 [ 261 ] {e226f8df-49b0-402b-95f0-12a5e1086d6b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2865 2024.11.28 04:55:16.287909 [ 261 ] {e226f8df-49b0-402b-95f0-12a5e1086d6b} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2866 2024.11.28 04:55:16.288093 [ 125 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2867 2024.11.28 04:55:16.288153 [ 261 ] {e226f8df-49b0-402b-95f0-12a5e1086d6b} <Debug> executeQuery: Read 42 rows, 2.60 KiB in 0.001541 sec., 27255.029201817 rows/sec., 1.65 MiB/sec.
2868 2024.11.28 04:55:16.288178 [ 125 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2869 2024.11.28 04:55:16.288245 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2870 2024.11.28 04:55:16.288264 [ 261 ] {e226f8df-49b0-402b-95f0-12a5e1086d6b} <Debug> TCPHandler: Processed in 0.00181965 sec.
2871 2024.11.28 04:55:16.288664 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
2872 2024.11.28 04:55:16.288815 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2873 2024.11.28 04:55:16.288855 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part
2874 2024.11.28 04:55:16.288991 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part
2875 2024.11.28 04:55:16.289195 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
2876 2024.11.28 04:55:16.289375 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part
2877 2024.11.28 04:55:16.289499 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part
2878 2024.11.28 04:55:16.289683 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part
2879 2024.11.28 04:55:16.290915 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 4 columns (4 merged, 0 gathered) in 0.002565957 sec., 113797.69809080979 rows/sec., 7.00 MiB/sec.
2880 2024.11.28 04:55:16.291082 [ 188 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2881 2024.11.28 04:55:16.291389 [ 188 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2882 2024.11.28 04:55:16.291479 [ 188 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_11_2} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2883 2024.11.28 04:55:16.291562 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2884 2024.11.28 04:55:20.426603 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
2885 2024.11.28 04:55:20.426677 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
2886 2024.11.28 04:55:20.510978 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2887 2024.11.28 04:55:20.511708 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2888 2024.11.28 04:55:20.511760 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2889 2024.11.28 04:55:20.512344 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2890 2024.11.28 04:55:20.512604 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2891 2024.11.28 04:55:20.512859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2892 2024.11.28 04:55:20.516522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 392
2893 2024.11.28 04:55:20.519936 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2894 2024.11.28 04:55:20.519981 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2895 2024.11.28 04:55:20.521477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2896 2024.11.28 04:55:20.521804 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2897 2024.11.28 04:55:20.522385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 392
2898 2024.11.28 04:55:20.870374 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2899 2024.11.28 04:55:20.890498 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2900 2024.11.28 04:55:20.890565 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2901 2024.11.28 04:55:20.898039 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2902 2024.11.28 04:55:20.898823 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2903 2024.11.28 04:55:20.901658 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2904 2024.11.28 04:55:21.253150 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2905 2024.11.28 04:55:21.253334 [ 261 ] {2b29746b-5eec-4a18-9b88-5c8d1cb97221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2906 2024.11.28 04:55:21.253411 [ 261 ] {2b29746b-5eec-4a18-9b88-5c8d1cb97221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2907 2024.11.28 04:55:21.254238 [ 261 ] {2b29746b-5eec-4a18-9b88-5c8d1cb97221} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2908 2024.11.28 04:55:21.254282 [ 261 ] {2b29746b-5eec-4a18-9b88-5c8d1cb97221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2909 2024.11.28 04:55:21.254762 [ 261 ] {2b29746b-5eec-4a18-9b88-5c8d1cb97221} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2910 2024.11.28 04:55:21.255103 [ 261 ] {2b29746b-5eec-4a18-9b88-5c8d1cb97221} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2911 2024.11.28 04:55:21.255322 [ 261 ] {2b29746b-5eec-4a18-9b88-5c8d1cb97221} <Debug> executeQuery: Read 88 rows, 7.91 KiB in 0.00204 sec., 43137.25490196078 rows/sec., 3.78 MiB/sec.
2912 2024.11.28 04:55:21.255388 [ 261 ] {2b29746b-5eec-4a18-9b88-5c8d1cb97221} <Debug> TCPHandler: Processed in 0.002368133 sec.
2913 2024.11.28 04:55:21.255661 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2914 2024.11.28 04:55:21.255856 [ 266 ] {7d4a5444-41bc-4283-b0ab-0ceb017419e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2915 2024.11.28 04:55:21.255933 [ 266 ] {7d4a5444-41bc-4283-b0ab-0ceb017419e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2916 2024.11.28 04:55:21.256701 [ 266 ] {7d4a5444-41bc-4283-b0ab-0ceb017419e8} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2917 2024.11.28 04:55:21.256757 [ 266 ] {7d4a5444-41bc-4283-b0ab-0ceb017419e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2918 2024.11.28 04:55:21.257201 [ 266 ] {7d4a5444-41bc-4283-b0ab-0ceb017419e8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2919 2024.11.28 04:55:21.257478 [ 266 ] {7d4a5444-41bc-4283-b0ab-0ceb017419e8} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2920 2024.11.28 04:55:21.257759 [ 266 ] {7d4a5444-41bc-4283-b0ab-0ceb017419e8} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001957 sec., 15840.572304547777 rows/sec., 1.16 MiB/sec.
2921 2024.11.28 04:55:21.257978 [ 266 ] {7d4a5444-41bc-4283-b0ab-0ceb017419e8} <Debug> TCPHandler: Processed in 0.002446154 sec.
2922 2024.11.28 04:55:21.258169 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2923 2024.11.28 04:55:21.258300 [ 261 ] {e4d8af22-a812-4f00-8f5b-3528039fef86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2924 2024.11.28 04:55:21.258353 [ 261 ] {e4d8af22-a812-4f00-8f5b-3528039fef86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2925 2024.11.28 04:55:21.259012 [ 261 ] {e4d8af22-a812-4f00-8f5b-3528039fef86} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2926 2024.11.28 04:55:21.259050 [ 261 ] {e4d8af22-a812-4f00-8f5b-3528039fef86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2927 2024.11.28 04:55:21.259429 [ 261 ] {e4d8af22-a812-4f00-8f5b-3528039fef86} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2928 2024.11.28 04:55:21.259678 [ 261 ] {e4d8af22-a812-4f00-8f5b-3528039fef86} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2929 2024.11.28 04:55:21.259860 [ 261 ] {e4d8af22-a812-4f00-8f5b-3528039fef86} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001591 sec., 37083.595223130105 rows/sec., 2.90 MiB/sec.
2930 2024.11.28 04:55:21.259916 [ 261 ] {e4d8af22-a812-4f00-8f5b-3528039fef86} <Debug> TCPHandler: Processed in 0.0018176 sec.
2931 2024.11.28 04:55:21.260092 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2932 2024.11.28 04:55:21.260225 [ 266 ] {07134f40-b6ca-4fe5-9906-9621eef6d298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2933 2024.11.28 04:55:21.260288 [ 266 ] {07134f40-b6ca-4fe5-9906-9621eef6d298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2934 2024.11.28 04:55:21.260865 [ 266 ] {07134f40-b6ca-4fe5-9906-9621eef6d298} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2935 2024.11.28 04:55:21.260908 [ 266 ] {07134f40-b6ca-4fe5-9906-9621eef6d298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2936 2024.11.28 04:55:21.261322 [ 266 ] {07134f40-b6ca-4fe5-9906-9621eef6d298} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2937 2024.11.28 04:55:21.261575 [ 266 ] {07134f40-b6ca-4fe5-9906-9621eef6d298} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2938 2024.11.28 04:55:21.261800 [ 266 ] {07134f40-b6ca-4fe5-9906-9621eef6d298} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001607 sec., 31113.876789047918 rows/sec., 2.16 MiB/sec.
2939 2024.11.28 04:55:21.261866 [ 266 ] {07134f40-b6ca-4fe5-9906-9621eef6d298} <Debug> TCPHandler: Processed in 0.00183698 sec.
2940 2024.11.28 04:55:21.262028 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2941 2024.11.28 04:55:21.262154 [ 261 ] {0c77357c-7932-46c3-9f1a-d0379bac80f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2942 2024.11.28 04:55:21.262239 [ 261 ] {0c77357c-7932-46c3-9f1a-d0379bac80f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2943 2024.11.28 04:55:21.263434 [ 261 ] {0c77357c-7932-46c3-9f1a-d0379bac80f7} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2944 2024.11.28 04:55:21.263473 [ 261 ] {0c77357c-7932-46c3-9f1a-d0379bac80f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2945 2024.11.28 04:55:21.264161 [ 261 ] {0c77357c-7932-46c3-9f1a-d0379bac80f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2946 2024.11.28 04:55:21.264446 [ 261 ] {0c77357c-7932-46c3-9f1a-d0379bac80f7} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2947 2024.11.28 04:55:21.264586 [ 155 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2948 2024.11.28 04:55:21.264630 [ 155 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2949 2024.11.28 04:55:21.264653 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2950 2024.11.28 04:55:21.264666 [ 261 ] {0c77357c-7932-46c3-9f1a-d0379bac80f7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00254 sec., 12204.724409448818 rows/sec., 21.87 MiB/sec.
2951 2024.11.28 04:55:21.265036 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
2952 2024.11.28 04:55:21.265058 [ 261 ] {0c77357c-7932-46c3-9f1a-d0379bac80f7} <Debug> TCPHandler: Processed in 0.003084348 sec.
2953 2024.11.28 04:55:21.265308 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2954 2024.11.28 04:55:21.265578 [ 266 ] {86937b23-f5ca-4830-87a7-e2afb01f0f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2955 2024.11.28 04:55:21.265707 [ 266 ] {86937b23-f5ca-4830-87a7-e2afb01f0f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2956 2024.11.28 04:55:21.265764 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2957 2024.11.28 04:55:21.266068 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 131 rows starting from the beginning of the part
2958 2024.11.28 04:55:21.266917 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
2959 2024.11.28 04:55:21.267852 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
2960 2024.11.28 04:55:21.267860 [ 266 ] {86937b23-f5ca-4830-87a7-e2afb01f0f71} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2961 2024.11.28 04:55:21.267936 [ 266 ] {86937b23-f5ca-4830-87a7-e2afb01f0f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2962 2024.11.28 04:55:21.268500 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part
2963 2024.11.28 04:55:21.269253 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
2964 2024.11.28 04:55:21.269341 [ 266 ] {86937b23-f5ca-4830-87a7-e2afb01f0f71} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2965 2024.11.28 04:55:21.269748 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part
2966 2024.11.28 04:55:21.270099 [ 266 ] {86937b23-f5ca-4830-87a7-e2afb01f0f71} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2967 2024.11.28 04:55:21.270858 [ 266 ] {86937b23-f5ca-4830-87a7-e2afb01f0f71} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.005304 sec., 3770.739064856712 rows/sec., 265.13 KiB/sec.
2968 2024.11.28 04:55:21.271098 [ 266 ] {86937b23-f5ca-4830-87a7-e2afb01f0f71} <Debug> TCPHandler: Processed in 0.00589061 sec.
2969 2024.11.28 04:55:21.273886 [ 192 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 19 columns (19 merged, 0 gathered) in 0.009128492 sec., 25634.025861007492 rows/sec., 45.93 MiB/sec.
2970 2024.11.28 04:55:21.274416 [ 192 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2971 2024.11.28 04:55:21.274868 [ 192 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2972 2024.11.28 04:55:21.274949 [ 192 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2973 2024.11.28 04:55:21.275095 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
2974 2024.11.28 04:55:26.249991 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2975 2024.11.28 04:55:26.250322 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
2976 2024.11.28 04:55:26.250780 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2977 2024.11.28 04:55:26.250835 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
2978 2024.11.28 04:55:26.251213 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2979 2024.11.28 04:55:26.251297 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2980 2024.11.28 04:55:26.251483 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2981 2024.11.28 04:55:26.251667 [ 294 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2982 2024.11.28 04:55:26.251678 [ 296 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2983 2024.11.28 04:55:26.251712 [ 298 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2984 2024.11.28 04:55:26.251774 [ 295 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2985 2024.11.28 04:55:26.251963 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
2986 2024.11.28 04:55:26.251994 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
2987 2024.11.28 04:55:26.252141 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2988 2024.11.28 04:55:26.252165 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 39 rows with 4 streams
2989 2024.11.28 04:55:26.252213 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2990 2024.11.28 04:55:26.252261 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2991 2024.11.28 04:55:26.252303 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2992 2024.11.28 04:55:26.252344 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2993 2024.11.28 04:55:26.254471 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.004301 sec., 9067.65868402697 rows/sec., 342.85 KiB/sec.
2994 2024.11.28 04:55:26.254704 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Debug> MemoryTracker: Peak memory usage (for query): 144.88 KiB.
2995 2024.11.28 04:55:26.254722 [ 261 ] {af33a0c8-b2e3-4dee-b0f5-cd4bc46d484f} <Debug> TCPHandler: Processed in 0.004872238 sec.
2996 2024.11.28 04:55:26.255151 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2997 2024.11.28 04:55:26.255405 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
2998 2024.11.28 04:55:26.255851 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2999 2024.11.28 04:55:26.255907 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
3000 2024.11.28 04:55:26.256292 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3001 2024.11.28 04:55:26.256374 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3002 2024.11.28 04:55:26.256552 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
3003 2024.11.28 04:55:26.256708 [ 295 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3004 2024.11.28 04:55:26.256730 [ 294 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3005 2024.11.28 04:55:26.256757 [ 300 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3006 2024.11.28 04:55:26.256839 [ 296 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3007 2024.11.28 04:55:26.256988 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
3008 2024.11.28 04:55:26.257019 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
3009 2024.11.28 04:55:26.257162 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3010 2024.11.28 04:55:26.257187 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 39 rows with 4 streams
3011 2024.11.28 04:55:26.257231 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
3012 2024.11.28 04:55:26.257279 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
3013 2024.11.28 04:55:26.257324 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
3014 2024.11.28 04:55:26.257369 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
3015 2024.11.28 04:55:26.259302 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.004026 sec., 9687.034277198212 rows/sec., 366.27 KiB/sec.
3016 2024.11.28 04:55:26.259536 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Debug> MemoryTracker: Peak memory usage (for query): 143.50 KiB.
3017 2024.11.28 04:55:26.259554 [ 266 ] {d41d621d-7afd-4293-8736-2bf2ea47daec} <Debug> TCPHandler: Processed in 0.004528711 sec.
3018 2024.11.28 04:55:26.259953 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3019 2024.11.28 04:55:26.260194 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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)
3020 2024.11.28 04:55:26.260591 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3021 2024.11.28 04:55:26.260644 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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
3022 2024.11.28 04:55:26.260985 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3023 2024.11.28 04:55:26.261052 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3024 2024.11.28 04:55:26.261204 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
3025 2024.11.28 04:55:26.261271 [ 294 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3026 2024.11.28 04:55:26.261345 [ 296 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3027 2024.11.28 04:55:26.261365 [ 298 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3028 2024.11.28 04:55:26.261445 [ 295 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3029 2024.11.28 04:55:26.261596 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
3030 2024.11.28 04:55:26.261627 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
3031 2024.11.28 04:55:26.261757 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3032 2024.11.28 04:55:26.261781 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 39 rows with 4 streams
3033 2024.11.28 04:55:26.261825 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
3034 2024.11.28 04:55:26.261872 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
3035 2024.11.28 04:55:26.261918 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
3036 2024.11.28 04:55:26.261962 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
3037 2024.11.28 04:55:26.263798 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.003732 sec., 10450.16077170418 rows/sec., 395.13 KiB/sec.
3038 2024.11.28 04:55:26.264009 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Debug> MemoryTracker: Peak memory usage (for query): 143.86 KiB.
3039 2024.11.28 04:55:26.264027 [ 261 ] {6bc04bf3-a05c-4afc-9f90-76d1b9973d39} <Debug> TCPHandler: Processed in 0.004145042 sec.
3040 2024.11.28 04:55:26.264313 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3041 2024.11.28 04:55:26.264554 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_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)
3042 2024.11.28 04:55:26.264984 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3043 2024.11.28 04:55:26.265048 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_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
3044 2024.11.28 04:55:26.265456 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3045 2024.11.28 04:55:26.265522 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3046 2024.11.28 04:55:26.265672 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
3047 2024.11.28 04:55:26.265821 [ 296 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3048 2024.11.28 04:55:26.265862 [ 298 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3049 2024.11.28 04:55:26.265870 [ 295 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3050 2024.11.28 04:55:26.265900 [ 294 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3051 2024.11.28 04:55:26.266055 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (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
3052 2024.11.28 04:55:26.266083 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Spreading mark ranges among streams (default reading)
3053 2024.11.28 04:55:26.266208 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3054 2024.11.28 04:55:26.266232 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (SelectExecutor): Reading approx. 39 rows with 4 streams
3055 2024.11.28 04:55:26.266275 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_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'))"
3056 2024.11.28 04:55:26.266322 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_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'))"
3057 2024.11.28 04:55:26.266364 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_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'))"
3058 2024.11.28 04:55:26.266407 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_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'))"
3059 2024.11.28 04:55:26.268242 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.003817 sec., 10217.448257794078 rows/sec., 386.33 KiB/sec.
3060 2024.11.28 04:55:26.268462 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Debug> MemoryTracker: Peak memory usage (for query): 144.19 KiB.
3061 2024.11.28 04:55:26.268480 [ 266 ] {da66c142-98ae-41d3-a4d6-c46d0184b2fc} <Debug> TCPHandler: Processed in 0.004241834 sec.
3062 2024.11.28 04:55:26.275837 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3063 2024.11.28 04:55:26.275989 [ 261 ] {3bebf782-0593-414e-9c6c-8609bbd0d0be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
3064 2024.11.28 04:55:26.276055 [ 261 ] {3bebf782-0593-414e-9c6c-8609bbd0d0be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3065 2024.11.28 04:55:26.276851 [ 261 ] {3bebf782-0593-414e-9c6c-8609bbd0d0be} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3066 2024.11.28 04:55:26.276893 [ 261 ] {3bebf782-0593-414e-9c6c-8609bbd0d0be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3067 2024.11.28 04:55:26.277397 [ 261 ] {3bebf782-0593-414e-9c6c-8609bbd0d0be} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3068 2024.11.28 04:55:26.277628 [ 261 ] {3bebf782-0593-414e-9c6c-8609bbd0d0be} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3069 2024.11.28 04:55:26.277878 [ 261 ] {3bebf782-0593-414e-9c6c-8609bbd0d0be} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001933 sec., 2069.3222969477497 rows/sec., 263.21 KiB/sec.
3070 2024.11.28 04:55:26.277944 [ 261 ] {3bebf782-0593-414e-9c6c-8609bbd0d0be} <Debug> TCPHandler: Processed in 0.002172608 sec.
3071 2024.11.28 04:55:26.278133 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3072 2024.11.28 04:55:26.278353 [ 266 ] {174d014b-a994-4dfd-bd48-73ddefba210a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3073 2024.11.28 04:55:26.278436 [ 266 ] {174d014b-a994-4dfd-bd48-73ddefba210a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3074 2024.11.28 04:55:26.279051 [ 266 ] {174d014b-a994-4dfd-bd48-73ddefba210a} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3075 2024.11.28 04:55:26.279096 [ 266 ] {174d014b-a994-4dfd-bd48-73ddefba210a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3076 2024.11.28 04:55:26.279496 [ 266 ] {174d014b-a994-4dfd-bd48-73ddefba210a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3077 2024.11.28 04:55:26.279738 [ 266 ] {174d014b-a994-4dfd-bd48-73ddefba210a} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3078 2024.11.28 04:55:26.279976 [ 266 ] {174d014b-a994-4dfd-bd48-73ddefba210a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001688 sec., 8293.838862559242 rows/sec., 597.05 KiB/sec.
3079 2024.11.28 04:55:26.280030 [ 266 ] {174d014b-a994-4dfd-bd48-73ddefba210a} <Debug> TCPHandler: Processed in 0.001994764 sec.
3080 2024.11.28 04:55:26.280197 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3081 2024.11.28 04:55:26.280339 [ 261 ] {c39f3a2f-e3dd-4169-b1f8-4e64a079f0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3082 2024.11.28 04:55:26.280397 [ 261 ] {c39f3a2f-e3dd-4169-b1f8-4e64a079f0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3083 2024.11.28 04:55:26.281089 [ 261 ] {c39f3a2f-e3dd-4169-b1f8-4e64a079f0f2} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3084 2024.11.28 04:55:26.281137 [ 261 ] {c39f3a2f-e3dd-4169-b1f8-4e64a079f0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3085 2024.11.28 04:55:26.281535 [ 261 ] {c39f3a2f-e3dd-4169-b1f8-4e64a079f0f2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3086 2024.11.28 04:55:26.281781 [ 261 ] {c39f3a2f-e3dd-4169-b1f8-4e64a079f0f2} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3087 2024.11.28 04:55:26.282067 [ 261 ] {c39f3a2f-e3dd-4169-b1f8-4e64a079f0f2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001738 sec., 1150.7479861910242 rows/sec., 93.84 KiB/sec.
3088 2024.11.28 04:55:26.282154 [ 261 ] {c39f3a2f-e3dd-4169-b1f8-4e64a079f0f2} <Debug> TCPHandler: Processed in 0.002022015 sec.
3089 2024.11.28 04:55:26.282290 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3090 2024.11.28 04:55:26.282410 [ 266 ] {6de97221-3da7-4f79-a17e-308d095096bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3091 2024.11.28 04:55:26.282466 [ 266 ] {6de97221-3da7-4f79-a17e-308d095096bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3092 2024.11.28 04:55:26.283225 [ 266 ] {6de97221-3da7-4f79-a17e-308d095096bf} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3093 2024.11.28 04:55:26.283273 [ 266 ] {6de97221-3da7-4f79-a17e-308d095096bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3094 2024.11.28 04:55:26.283659 [ 266 ] {6de97221-3da7-4f79-a17e-308d095096bf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3095 2024.11.28 04:55:26.283904 [ 266 ] {6de97221-3da7-4f79-a17e-308d095096bf} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3096 2024.11.28 04:55:26.284077 [ 142 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3097 2024.11.28 04:55:26.284156 [ 266 ] {6de97221-3da7-4f79-a17e-308d095096bf} <Debug> executeQuery: Read 194 rows, 17.63 KiB in 0.001768 sec., 109728.50678733032 rows/sec., 9.74 MiB/sec.
3098 2024.11.28 04:55:26.284165 [ 142 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3099 2024.11.28 04:55:26.284247 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3100 2024.11.28 04:55:26.284271 [ 266 ] {6de97221-3da7-4f79-a17e-308d095096bf} <Debug> TCPHandler: Processed in 0.002034215 sec.
3101 2024.11.28 04:55:26.284567 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3102 2024.11.28 04:55:26.284683 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
3103 2024.11.28 04:55:26.284908 [ 261 ] {991602bf-854b-431a-90ed-e6c89471f024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3104 2024.11.28 04:55:26.284987 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3105 2024.11.28 04:55:26.285011 [ 261 ] {991602bf-854b-431a-90ed-e6c89471f024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3106 2024.11.28 04:55:26.285053 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1380 rows starting from the beginning of the part
3107 2024.11.28 04:55:26.285402 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 189 rows starting from the beginning of the part
3108 2024.11.28 04:55:26.285742 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1230 rows starting from the beginning of the part
3109 2024.11.28 04:55:26.286169 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 189 rows starting from the beginning of the part
3110 2024.11.28 04:55:26.286550 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 88 rows starting from the beginning of the part
3111 2024.11.28 04:55:26.286920 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 194 rows starting from the beginning of the part
3112 2024.11.28 04:55:26.287836 [ 261 ] {991602bf-854b-431a-90ed-e6c89471f024} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3113 2024.11.28 04:55:26.287911 [ 261 ] {991602bf-854b-431a-90ed-e6c89471f024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3114 2024.11.28 04:55:26.288858 [ 261 ] {991602bf-854b-431a-90ed-e6c89471f024} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3115 2024.11.28 04:55:26.289432 [ 261 ] {991602bf-854b-431a-90ed-e6c89471f024} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3116 2024.11.28 04:55:26.289698 [ 261 ] {991602bf-854b-431a-90ed-e6c89471f024} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.004864 sec., 3495.065789473684 rows/sec., 246.15 KiB/sec.
3117 2024.11.28 04:55:26.289771 [ 261 ] {991602bf-854b-431a-90ed-e6c89471f024} <Debug> TCPHandler: Processed in 0.005388849 sec.
3118 2024.11.28 04:55:26.290017 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3119 2024.11.28 04:55:26.290312 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3270 rows, containing 5 columns (5 merged, 0 gathered) in 0.005958512 sec., 548794.7326446603 rows/sec., 48.35 MiB/sec.
3120 2024.11.28 04:55:26.290384 [ 266 ] {34938531-8140-48d0-9acf-d7139abfb2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3121 2024.11.28 04:55:26.290473 [ 266 ] {34938531-8140-48d0-9acf-d7139abfb2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3122 2024.11.28 04:55:26.290615 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3123 2024.11.28 04:55:26.291244 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3124 2024.11.28 04:55:26.291484 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_16_3} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3125 2024.11.28 04:55:26.291672 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
3126 2024.11.28 04:55:26.291778 [ 266 ] {34938531-8140-48d0-9acf-d7139abfb2ef} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3127 2024.11.28 04:55:26.291823 [ 266 ] {34938531-8140-48d0-9acf-d7139abfb2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3128 2024.11.28 04:55:26.292178 [ 266 ] {34938531-8140-48d0-9acf-d7139abfb2ef} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3129 2024.11.28 04:55:26.292412 [ 266 ] {34938531-8140-48d0-9acf-d7139abfb2ef} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3130 2024.11.28 04:55:26.292632 [ 266 ] {34938531-8140-48d0-9acf-d7139abfb2ef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002342 sec., 5977.796754910333 rows/sec., 418.65 KiB/sec.
3131 2024.11.28 04:55:26.292690 [ 266 ] {34938531-8140-48d0-9acf-d7139abfb2ef} <Debug> TCPHandler: Processed in 0.002793342 sec.
3132 2024.11.28 04:55:26.292844 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3133 2024.11.28 04:55:26.292984 [ 261 ] {a4f7b4fe-790b-4aac-8702-8fd1949420f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3134 2024.11.28 04:55:26.293039 [ 261 ] {a4f7b4fe-790b-4aac-8702-8fd1949420f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3135 2024.11.28 04:55:26.293667 [ 261 ] {a4f7b4fe-790b-4aac-8702-8fd1949420f9} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3136 2024.11.28 04:55:26.293706 [ 261 ] {a4f7b4fe-790b-4aac-8702-8fd1949420f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3137 2024.11.28 04:55:26.294069 [ 261 ] {a4f7b4fe-790b-4aac-8702-8fd1949420f9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3138 2024.11.28 04:55:26.294313 [ 261 ] {a4f7b4fe-790b-4aac-8702-8fd1949420f9} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3139 2024.11.28 04:55:26.294530 [ 261 ] {a4f7b4fe-790b-4aac-8702-8fd1949420f9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec.
3140 2024.11.28 04:55:26.294586 [ 261 ] {a4f7b4fe-790b-4aac-8702-8fd1949420f9} <Debug> TCPHandler: Processed in 0.00180768 sec.
3141 2024.11.28 04:55:26.294733 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3142 2024.11.28 04:55:26.294869 [ 266 ] {e0a5da65-9cd3-4532-8a60-26d533a19689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3143 2024.11.28 04:55:26.294925 [ 266 ] {e0a5da65-9cd3-4532-8a60-26d533a19689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3144 2024.11.28 04:55:26.295703 [ 266 ] {e0a5da65-9cd3-4532-8a60-26d533a19689} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3145 2024.11.28 04:55:26.295742 [ 266 ] {e0a5da65-9cd3-4532-8a60-26d533a19689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3146 2024.11.28 04:55:26.296114 [ 266 ] {e0a5da65-9cd3-4532-8a60-26d533a19689} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3147 2024.11.28 04:55:26.296344 [ 266 ] {e0a5da65-9cd3-4532-8a60-26d533a19689} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3148 2024.11.28 04:55:26.296506 [ 142 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3149 2024.11.28 04:55:26.296565 [ 142 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3150 2024.11.28 04:55:26.296599 [ 266 ] {e0a5da65-9cd3-4532-8a60-26d533a19689} <Debug> executeQuery: Read 364 rows, 26.25 KiB in 0.001749 sec., 208118.92510005718 rows/sec., 14.66 MiB/sec.
3151 2024.11.28 04:55:26.296607 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3152 2024.11.28 04:55:26.296773 [ 266 ] {e0a5da65-9cd3-4532-8a60-26d533a19689} <Debug> TCPHandler: Processed in 0.002099507 sec.
3153 2024.11.28 04:55:26.297024 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
3154 2024.11.28 04:55:26.297042 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3155 2024.11.28 04:55:26.297470 [ 261 ] {3e707ba2-c8ff-4656-be41-e533a3f2c1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3156 2024.11.28 04:55:26.297581 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3157 2024.11.28 04:55:26.297640 [ 261 ] {3e707ba2-c8ff-4656-be41-e533a3f2c1d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3158 2024.11.28 04:55:26.297675 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 853 rows starting from the beginning of the part
3159 2024.11.28 04:55:26.297961 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 354 rows starting from the beginning of the part
3160 2024.11.28 04:55:26.298306 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 517 rows starting from the beginning of the part
3161 2024.11.28 04:55:26.298527 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 354 rows starting from the beginning of the part
3162 2024.11.28 04:55:26.298661 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 59 rows starting from the beginning of the part
3163 2024.11.28 04:55:26.298918 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 364 rows starting from the beginning of the part
3164 2024.11.28 04:55:26.299455 [ 261 ] {3e707ba2-c8ff-4656-be41-e533a3f2c1d0} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3165 2024.11.28 04:55:26.299499 [ 261 ] {3e707ba2-c8ff-4656-be41-e533a3f2c1d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3166 2024.11.28 04:55:26.300016 [ 261 ] {3e707ba2-c8ff-4656-be41-e533a3f2c1d0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3167 2024.11.28 04:55:26.300346 [ 261 ] {3e707ba2-c8ff-4656-be41-e533a3f2c1d0} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3168 2024.11.28 04:55:26.300603 [ 261 ] {3e707ba2-c8ff-4656-be41-e533a3f2c1d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003287 sec., 1825.3726802555523 rows/sec., 95.37 KiB/sec.
3169 2024.11.28 04:55:26.300659 [ 261 ] {3e707ba2-c8ff-4656-be41-e533a3f2c1d0} <Debug> TCPHandler: Processed in 0.003762554 sec.
3170 2024.11.28 04:55:26.300868 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3171 2024.11.28 04:55:26.301050 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2501 rows, containing 5 columns (5 merged, 0 gathered) in 0.004307595 sec., 580602.4011078108 rows/sec., 43.98 MiB/sec.
3172 2024.11.28 04:55:26.301101 [ 266 ] {85b2931c-4a92-4021-ae1c-33a5972b197b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3173 2024.11.28 04:55:26.301197 [ 266 ] {85b2931c-4a92-4021-ae1c-33a5972b197b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3174 2024.11.28 04:55:26.301500 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3175 2024.11.28 04:55:26.302122 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3176 2024.11.28 04:55:26.302369 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_16_3} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3177 2024.11.28 04:55:26.302414 [ 266 ] {85b2931c-4a92-4021-ae1c-33a5972b197b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3178 2024.11.28 04:55:26.302493 [ 266 ] {85b2931c-4a92-4021-ae1c-33a5972b197b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3179 2024.11.28 04:55:26.302524 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
3180 2024.11.28 04:55:26.302927 [ 266 ] {85b2931c-4a92-4021-ae1c-33a5972b197b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3181 2024.11.28 04:55:26.303182 [ 266 ] {85b2931c-4a92-4021-ae1c-33a5972b197b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3182 2024.11.28 04:55:26.303393 [ 266 ] {85b2931c-4a92-4021-ae1c-33a5972b197b} <Debug> executeQuery: Read 138 rows, 9.24 KiB in 0.002348 sec., 58773.42419080069 rows/sec., 3.84 MiB/sec.
3183 2024.11.28 04:55:26.303449 [ 266 ] {85b2931c-4a92-4021-ae1c-33a5972b197b} <Debug> TCPHandler: Processed in 0.00270945 sec.
3184 2024.11.28 04:55:26.303646 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3185 2024.11.28 04:55:26.303783 [ 261 ] {0309c84a-0812-4cc9-85e2-be5d9dca8fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3186 2024.11.28 04:55:26.303845 [ 261 ] {0309c84a-0812-4cc9-85e2-be5d9dca8fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3187 2024.11.28 04:55:26.304398 [ 261 ] {0309c84a-0812-4cc9-85e2-be5d9dca8fb2} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3188 2024.11.28 04:55:26.304440 [ 261 ] {0309c84a-0812-4cc9-85e2-be5d9dca8fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3189 2024.11.28 04:55:26.304791 [ 261 ] {0309c84a-0812-4cc9-85e2-be5d9dca8fb2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3190 2024.11.28 04:55:26.305035 [ 261 ] {0309c84a-0812-4cc9-85e2-be5d9dca8fb2} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3191 2024.11.28 04:55:26.305247 [ 261 ] {0309c84a-0812-4cc9-85e2-be5d9dca8fb2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec.
3192 2024.11.28 04:55:26.305299 [ 261 ] {0309c84a-0812-4cc9-85e2-be5d9dca8fb2} <Debug> TCPHandler: Processed in 0.001718488 sec.
3193 2024.11.28 04:55:26.305451 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3194 2024.11.28 04:55:26.305589 [ 266 ] {e620fc78-965b-4233-99d6-2bd313d51838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3195 2024.11.28 04:55:26.305680 [ 266 ] {e620fc78-965b-4233-99d6-2bd313d51838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3196 2024.11.28 04:55:26.306885 [ 266 ] {e620fc78-965b-4233-99d6-2bd313d51838} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3197 2024.11.28 04:55:26.306924 [ 266 ] {e620fc78-965b-4233-99d6-2bd313d51838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3198 2024.11.28 04:55:26.307537 [ 266 ] {e620fc78-965b-4233-99d6-2bd313d51838} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3199 2024.11.28 04:55:26.307788 [ 266 ] {e620fc78-965b-4233-99d6-2bd313d51838} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3200 2024.11.28 04:55:26.308023 [ 266 ] {e620fc78-965b-4233-99d6-2bd313d51838} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002465 sec., 3245.436105476673 rows/sec., 5.82 MiB/sec.
3201 2024.11.28 04:55:26.308114 [ 266 ] {e620fc78-965b-4233-99d6-2bd313d51838} <Debug> TCPHandler: Processed in 0.00272271 sec.
3202 2024.11.28 04:55:26.308270 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3203 2024.11.28 04:55:26.308409 [ 261 ] {632eec02-50b6-4e19-a2e4-fb664c89b5bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3204 2024.11.28 04:55:26.308467 [ 261 ] {632eec02-50b6-4e19-a2e4-fb664c89b5bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3205 2024.11.28 04:55:26.309024 [ 261 ] {632eec02-50b6-4e19-a2e4-fb664c89b5bc} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3206 2024.11.28 04:55:26.309071 [ 261 ] {632eec02-50b6-4e19-a2e4-fb664c89b5bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3207 2024.11.28 04:55:26.309504 [ 261 ] {632eec02-50b6-4e19-a2e4-fb664c89b5bc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3208 2024.11.28 04:55:26.309745 [ 261 ] {632eec02-50b6-4e19-a2e4-fb664c89b5bc} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3209 2024.11.28 04:55:26.309955 [ 261 ] {632eec02-50b6-4e19-a2e4-fb664c89b5bc} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001577 sec., 32974.001268230815 rows/sec., 2.00 MiB/sec.
3210 2024.11.28 04:55:26.310006 [ 261 ] {632eec02-50b6-4e19-a2e4-fb664c89b5bc} <Debug> TCPHandler: Processed in 0.00180022 sec.
3211 2024.11.28 04:55:27.000193 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.25 MiB, peak 180.55 MiB, free memory in arenas 0.00 B, will set to 174.04 MiB (RSS), difference: -1.21 MiB
3212 2024.11.28 04:55:28.013039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
3213 2024.11.28 04:55:28.013741 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3214 2024.11.28 04:55:28.013797 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3215 2024.11.28 04:55:28.014356 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3216 2024.11.28 04:55:28.014634 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3217 2024.11.28 04:55:28.014980 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
3218 2024.11.28 04:55:28.401789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3219 2024.11.28 04:55:28.422327 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3220 2024.11.28 04:55:28.422391 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3221 2024.11.28 04:55:28.429929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3222 2024.11.28 04:55:28.430685 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3223 2024.11.28 04:55:28.433529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3224 2024.11.28 04:55:30.522706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 438
3225 2024.11.28 04:55:30.526243 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3226 2024.11.28 04:55:30.526304 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3227 2024.11.28 04:55:30.527809 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3228 2024.11.28 04:55:30.528137 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3229 2024.11.28 04:55:30.529091 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 438
3230 2024.11.28 04:55:31.253714 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3231 2024.11.28 04:55:31.253930 [ 261 ] {beea781e-6da6-4d38-8849-0c0f2c82758d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3232 2024.11.28 04:55:31.254010 [ 261 ] {beea781e-6da6-4d38-8849-0c0f2c82758d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3233 2024.11.28 04:55:31.254890 [ 261 ] {beea781e-6da6-4d38-8849-0c0f2c82758d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3234 2024.11.28 04:55:31.254936 [ 261 ] {beea781e-6da6-4d38-8849-0c0f2c82758d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3235 2024.11.28 04:55:31.255375 [ 261 ] {beea781e-6da6-4d38-8849-0c0f2c82758d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3236 2024.11.28 04:55:31.255639 [ 261 ] {beea781e-6da6-4d38-8849-0c0f2c82758d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3237 2024.11.28 04:55:31.255848 [ 261 ] {beea781e-6da6-4d38-8849-0c0f2c82758d} <Debug> executeQuery: Read 92 rows, 8.24 KiB in 0.00198 sec., 46464.64646464647 rows/sec., 4.07 MiB/sec.
3238 2024.11.28 04:55:31.255916 [ 261 ] {beea781e-6da6-4d38-8849-0c0f2c82758d} <Debug> TCPHandler: Processed in 0.002341802 sec.
3239 2024.11.28 04:55:31.256187 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3240 2024.11.28 04:55:31.256376 [ 266 ] {e6b167dc-24b1-4886-9413-990996e25625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3241 2024.11.28 04:55:31.256449 [ 266 ] {e6b167dc-24b1-4886-9413-990996e25625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3242 2024.11.28 04:55:31.257226 [ 266 ] {e6b167dc-24b1-4886-9413-990996e25625} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3243 2024.11.28 04:55:31.257277 [ 266 ] {e6b167dc-24b1-4886-9413-990996e25625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3244 2024.11.28 04:55:31.257713 [ 266 ] {e6b167dc-24b1-4886-9413-990996e25625} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3245 2024.11.28 04:55:31.257967 [ 266 ] {e6b167dc-24b1-4886-9413-990996e25625} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3246 2024.11.28 04:55:31.258146 [ 143 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3247 2024.11.28 04:55:31.258214 [ 143 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3248 2024.11.28 04:55:31.258233 [ 266 ] {e6b167dc-24b1-4886-9413-990996e25625} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001902 sec., 16298.63301787592 rows/sec., 1.20 MiB/sec.
3249 2024.11.28 04:55:31.258254 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3250 2024.11.28 04:55:31.258429 [ 266 ] {e6b167dc-24b1-4886-9413-990996e25625} <Debug> TCPHandler: Processed in 0.002366342 sec.
3251 2024.11.28 04:55:31.258532 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
3252 2024.11.28 04:55:31.258691 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3253 2024.11.28 04:55:31.258801 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3254 2024.11.28 04:55:31.258857 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 40 rows starting from the beginning of the part
3255 2024.11.28 04:55:31.258919 [ 261 ] {8722018a-4b68-45e6-bbf6-03b42cdb7539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3256 2024.11.28 04:55:31.258960 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part
3257 2024.11.28 04:55:31.259037 [ 261 ] {8722018a-4b68-45e6-bbf6-03b42cdb7539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3258 2024.11.28 04:55:31.259236 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 15 rows starting from the beginning of the part
3259 2024.11.28 04:55:31.259704 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part
3260 2024.11.28 04:55:31.259895 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 17 rows starting from the beginning of the part
3261 2024.11.28 04:55:31.260119 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part
3262 2024.11.28 04:55:31.261052 [ 261 ] {8722018a-4b68-45e6-bbf6-03b42cdb7539} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3263 2024.11.28 04:55:31.261102 [ 261 ] {8722018a-4b68-45e6-bbf6-03b42cdb7539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3264 2024.11.28 04:55:31.261748 [ 261 ] {8722018a-4b68-45e6-bbf6-03b42cdb7539} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3265 2024.11.28 04:55:31.261779 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.003405016 sec., 49045.29082976409 rows/sec., 3.72 MiB/sec.
3266 2024.11.28 04:55:31.261941 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3267 2024.11.28 04:55:31.262048 [ 261 ] {8722018a-4b68-45e6-bbf6-03b42cdb7539} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3268 2024.11.28 04:55:31.262289 [ 261 ] {8722018a-4b68-45e6-bbf6-03b42cdb7539} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.003422 sec., 19579.193454120395 rows/sec., 1.53 MiB/sec.
3269 2024.11.28 04:55:31.262386 [ 261 ] {8722018a-4b68-45e6-bbf6-03b42cdb7539} <Debug> TCPHandler: Processed in 0.003830695 sec.
3270 2024.11.28 04:55:31.262387 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3271 2024.11.28 04:55:31.262517 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_16_3} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3272 2024.11.28 04:55:31.262584 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3273 2024.11.28 04:55:31.262646 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3274 2024.11.28 04:55:31.262771 [ 266 ] {7c51a132-f1fb-497c-805f-ea2eb4f1bed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3275 2024.11.28 04:55:31.262841 [ 266 ] {7c51a132-f1fb-497c-805f-ea2eb4f1bed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3276 2024.11.28 04:55:31.263506 [ 266 ] {7c51a132-f1fb-497c-805f-ea2eb4f1bed6} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3277 2024.11.28 04:55:31.263556 [ 266 ] {7c51a132-f1fb-497c-805f-ea2eb4f1bed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3278 2024.11.28 04:55:31.263983 [ 266 ] {7c51a132-f1fb-497c-805f-ea2eb4f1bed6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3279 2024.11.28 04:55:31.264237 [ 266 ] {7c51a132-f1fb-497c-805f-ea2eb4f1bed6} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3280 2024.11.28 04:55:31.264454 [ 266 ] {7c51a132-f1fb-497c-805f-ea2eb4f1bed6} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001721 sec., 34863.451481696684 rows/sec., 2.45 MiB/sec.
3281 2024.11.28 04:55:31.264520 [ 266 ] {7c51a132-f1fb-497c-805f-ea2eb4f1bed6} <Debug> TCPHandler: Processed in 0.002029115 sec.
3282 2024.11.28 04:55:31.264703 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3283 2024.11.28 04:55:31.264850 [ 261 ] {c6746bb3-eca1-47ac-83bc-ee34832d24c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3284 2024.11.28 04:55:31.264947 [ 261 ] {c6746bb3-eca1-47ac-83bc-ee34832d24c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3285 2024.11.28 04:55:31.266209 [ 261 ] {c6746bb3-eca1-47ac-83bc-ee34832d24c9} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3286 2024.11.28 04:55:31.266250 [ 261 ] {c6746bb3-eca1-47ac-83bc-ee34832d24c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3287 2024.11.28 04:55:31.266907 [ 261 ] {c6746bb3-eca1-47ac-83bc-ee34832d24c9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3288 2024.11.28 04:55:31.267180 [ 261 ] {c6746bb3-eca1-47ac-83bc-ee34832d24c9} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3289 2024.11.28 04:55:31.267385 [ 261 ] {c6746bb3-eca1-47ac-83bc-ee34832d24c9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002572 sec., 12052.877138413685 rows/sec., 21.60 MiB/sec.
3290 2024.11.28 04:55:31.267494 [ 261 ] {c6746bb3-eca1-47ac-83bc-ee34832d24c9} <Debug> TCPHandler: Processed in 0.002859564 sec.
3291 2024.11.28 04:55:31.267659 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3292 2024.11.28 04:55:31.267787 [ 266 ] {fb8b768a-ed01-4e75-930a-2cf6bf39023a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3293 2024.11.28 04:55:31.267844 [ 266 ] {fb8b768a-ed01-4e75-930a-2cf6bf39023a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3294 2024.11.28 04:55:31.268348 [ 266 ] {fb8b768a-ed01-4e75-930a-2cf6bf39023a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3295 2024.11.28 04:55:31.268388 [ 266 ] {fb8b768a-ed01-4e75-930a-2cf6bf39023a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3296 2024.11.28 04:55:31.268768 [ 266 ] {fb8b768a-ed01-4e75-930a-2cf6bf39023a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3297 2024.11.28 04:55:31.269007 [ 266 ] {fb8b768a-ed01-4e75-930a-2cf6bf39023a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3298 2024.11.28 04:55:31.269264 [ 266 ] {fb8b768a-ed01-4e75-930a-2cf6bf39023a} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001499 sec., 20013.3422281521 rows/sec., 1.33 MiB/sec.
3299 2024.11.28 04:55:31.269462 [ 266 ] {fb8b768a-ed01-4e75-930a-2cf6bf39023a} <Debug> TCPHandler: Processed in 0.001858861 sec.
3300 2024.11.28 04:55:35.426725 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache
3301 2024.11.28 04:55:35.426803 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache
3302 2024.11.28 04:55:35.515120 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3303 2024.11.28 04:55:35.516104 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3304 2024.11.28 04:55:35.516144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3305 2024.11.28 04:55:35.516673 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3306 2024.11.28 04:55:35.516935 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): 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.11.28 04:55:35.517156 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3308 2024.11.28 04:55:35.933607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3309 2024.11.28 04:55:35.953689 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3310 2024.11.28 04:55:35.953750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3311 2024.11.28 04:55:35.960968 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3312 2024.11.28 04:55:35.961744 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3313 2024.11.28 04:55:35.964272 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3314 2024.11.28 04:55:36.257539 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3315 2024.11.28 04:55:36.257777 [ 261 ] {18ab4098-675f-4365-a533-a7a57ebd9600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3316 2024.11.28 04:55:36.257876 [ 261 ] {18ab4098-675f-4365-a533-a7a57ebd9600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3317 2024.11.28 04:55:36.259455 [ 261 ] {18ab4098-675f-4365-a533-a7a57ebd9600} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3318 2024.11.28 04:55:36.259515 [ 261 ] {18ab4098-675f-4365-a533-a7a57ebd9600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3319 2024.11.28 04:55:36.259971 [ 261 ] {18ab4098-675f-4365-a533-a7a57ebd9600} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3320 2024.11.28 04:55:36.260238 [ 261 ] {18ab4098-675f-4365-a533-a7a57ebd9600} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3321 2024.11.28 04:55:36.260522 [ 261 ] {18ab4098-675f-4365-a533-a7a57ebd9600} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002806 sec., 4989.308624376336 rows/sec., 359.16 KiB/sec.
3322 2024.11.28 04:55:36.260720 [ 261 ] {18ab4098-675f-4365-a533-a7a57ebd9600} <Debug> TCPHandler: Processed in 0.003354724 sec.
3323 2024.11.28 04:55:36.261020 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3324 2024.11.28 04:55:36.261216 [ 266 ] {40b1509b-7b85-4d0b-af7b-1775ff4feaa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3325 2024.11.28 04:55:36.261289 [ 266 ] {40b1509b-7b85-4d0b-af7b-1775ff4feaa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3326 2024.11.28 04:55:36.262133 [ 266 ] {40b1509b-7b85-4d0b-af7b-1775ff4feaa4} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3327 2024.11.28 04:55:36.262179 [ 266 ] {40b1509b-7b85-4d0b-af7b-1775ff4feaa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3328 2024.11.28 04:55:36.262625 [ 266 ] {40b1509b-7b85-4d0b-af7b-1775ff4feaa4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3329 2024.11.28 04:55:36.262879 [ 266 ] {40b1509b-7b85-4d0b-af7b-1775ff4feaa4} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3330 2024.11.28 04:55:36.263136 [ 266 ] {40b1509b-7b85-4d0b-af7b-1775ff4feaa4} <Debug> executeQuery: Read 193 rows, 17.56 KiB in 0.001968 sec., 98069.1056910569 rows/sec., 8.71 MiB/sec.
3331 2024.11.28 04:55:36.263304 [ 266 ] {40b1509b-7b85-4d0b-af7b-1775ff4feaa4} <Debug> TCPHandler: Processed in 0.002417063 sec.
3332 2024.11.28 04:55:36.263525 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3333 2024.11.28 04:55:36.263656 [ 261 ] {d7fe8f8d-72e5-4fe2-88f0-11a66f12af27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3334 2024.11.28 04:55:36.263712 [ 261 ] {d7fe8f8d-72e5-4fe2-88f0-11a66f12af27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3335 2024.11.28 04:55:36.264318 [ 261 ] {d7fe8f8d-72e5-4fe2-88f0-11a66f12af27} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3336 2024.11.28 04:55:36.264359 [ 261 ] {d7fe8f8d-72e5-4fe2-88f0-11a66f12af27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3337 2024.11.28 04:55:36.264733 [ 261 ] {d7fe8f8d-72e5-4fe2-88f0-11a66f12af27} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3338 2024.11.28 04:55:36.264978 [ 261 ] {d7fe8f8d-72e5-4fe2-88f0-11a66f12af27} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3339 2024.11.28 04:55:36.265239 [ 261 ] {d7fe8f8d-72e5-4fe2-88f0-11a66f12af27} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001614 sec., 9293.68029739777 rows/sec., 655.28 KiB/sec.
3340 2024.11.28 04:55:36.265454 [ 261 ] {d7fe8f8d-72e5-4fe2-88f0-11a66f12af27} <Debug> TCPHandler: Processed in 0.001989364 sec.
3341 2024.11.28 04:55:36.265644 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3342 2024.11.28 04:55:36.265758 [ 266 ] {3794b3c4-3432-409b-8993-83dc011fe681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3343 2024.11.28 04:55:36.265816 [ 266 ] {3794b3c4-3432-409b-8993-83dc011fe681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3344 2024.11.28 04:55:36.266395 [ 266 ] {3794b3c4-3432-409b-8993-83dc011fe681} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3345 2024.11.28 04:55:36.266434 [ 266 ] {3794b3c4-3432-409b-8993-83dc011fe681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3346 2024.11.28 04:55:36.266793 [ 266 ] {3794b3c4-3432-409b-8993-83dc011fe681} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3347 2024.11.28 04:55:36.267032 [ 266 ] {3794b3c4-3432-409b-8993-83dc011fe681} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3348 2024.11.28 04:55:36.267272 [ 266 ] {3794b3c4-3432-409b-8993-83dc011fe681} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001527 sec., 9168.3038637852 rows/sec., 642.09 KiB/sec.
3349 2024.11.28 04:55:36.267469 [ 266 ] {3794b3c4-3432-409b-8993-83dc011fe681} <Debug> TCPHandler: Processed in 0.001889412 sec.
3350 2024.11.28 04:55:36.267633 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3351 2024.11.28 04:55:36.267755 [ 261 ] {83aa9790-4b43-4ed4-be27-97a577f0bc76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3352 2024.11.28 04:55:36.267810 [ 261 ] {83aa9790-4b43-4ed4-be27-97a577f0bc76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3353 2024.11.28 04:55:36.268388 [ 261 ] {83aa9790-4b43-4ed4-be27-97a577f0bc76} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3354 2024.11.28 04:55:36.268430 [ 261 ] {83aa9790-4b43-4ed4-be27-97a577f0bc76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3355 2024.11.28 04:55:36.268800 [ 261 ] {83aa9790-4b43-4ed4-be27-97a577f0bc76} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3356 2024.11.28 04:55:36.269066 [ 261 ] {83aa9790-4b43-4ed4-be27-97a577f0bc76} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3357 2024.11.28 04:55:36.269338 [ 261 ] {83aa9790-4b43-4ed4-be27-97a577f0bc76} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 504.07 KiB/sec.
3358 2024.11.28 04:55:36.269402 [ 261 ] {83aa9790-4b43-4ed4-be27-97a577f0bc76} <Debug> TCPHandler: Processed in 0.001828711 sec.
3359 2024.11.28 04:55:36.269550 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3360 2024.11.28 04:55:36.269666 [ 266 ] {303a0813-ebfb-4f78-b48d-a8ae257fffac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3361 2024.11.28 04:55:36.269714 [ 266 ] {303a0813-ebfb-4f78-b48d-a8ae257fffac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3362 2024.11.28 04:55:36.270471 [ 266 ] {303a0813-ebfb-4f78-b48d-a8ae257fffac} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2024.11.28 04:55:36.270513 [ 266 ] {303a0813-ebfb-4f78-b48d-a8ae257fffac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3364 2024.11.28 04:55:36.270896 [ 266 ] {303a0813-ebfb-4f78-b48d-a8ae257fffac} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3365 2024.11.28 04:55:36.271131 [ 266 ] {303a0813-ebfb-4f78-b48d-a8ae257fffac} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3366 2024.11.28 04:55:36.271342 [ 266 ] {303a0813-ebfb-4f78-b48d-a8ae257fffac} <Debug> executeQuery: Read 362 rows, 26.09 KiB in 0.001698 sec., 213191.99057714958 rows/sec., 15.00 MiB/sec.
3367 2024.11.28 04:55:36.271392 [ 266 ] {303a0813-ebfb-4f78-b48d-a8ae257fffac} <Debug> TCPHandler: Processed in 0.001902592 sec.
3368 2024.11.28 04:55:36.271565 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3369 2024.11.28 04:55:36.271706 [ 261 ] {4c70b5dc-d0bb-4aea-b5c1-0921e06a2c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3370 2024.11.28 04:55:36.271776 [ 261 ] {4c70b5dc-d0bb-4aea-b5c1-0921e06a2c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3371 2024.11.28 04:55:36.272288 [ 261 ] {4c70b5dc-d0bb-4aea-b5c1-0921e06a2c7b} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3372 2024.11.28 04:55:36.272329 [ 261 ] {4c70b5dc-d0bb-4aea-b5c1-0921e06a2c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3373 2024.11.28 04:55:36.272693 [ 261 ] {4c70b5dc-d0bb-4aea-b5c1-0921e06a2c7b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3374 2024.11.28 04:55:36.272935 [ 261 ] {4c70b5dc-d0bb-4aea-b5c1-0921e06a2c7b} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3375 2024.11.28 04:55:36.273155 [ 261 ] {4c70b5dc-d0bb-4aea-b5c1-0921e06a2c7b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec.
3376 2024.11.28 04:55:36.273214 [ 261 ] {4c70b5dc-d0bb-4aea-b5c1-0921e06a2c7b} <Debug> TCPHandler: Processed in 0.001707018 sec.
3377 2024.11.28 04:55:36.273379 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3378 2024.11.28 04:55:36.273500 [ 266 ] {46636407-d516-4111-af12-21a3386a1be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3379 2024.11.28 04:55:36.273563 [ 266 ] {46636407-d516-4111-af12-21a3386a1be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3380 2024.11.28 04:55:36.274313 [ 266 ] {46636407-d516-4111-af12-21a3386a1be9} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3381 2024.11.28 04:55:36.274363 [ 266 ] {46636407-d516-4111-af12-21a3386a1be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3382 2024.11.28 04:55:36.274758 [ 266 ] {46636407-d516-4111-af12-21a3386a1be9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3383 2024.11.28 04:55:36.275002 [ 266 ] {46636407-d516-4111-af12-21a3386a1be9} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3384 2024.11.28 04:55:36.275225 [ 266 ] {46636407-d516-4111-af12-21a3386a1be9} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.00175 sec., 78285.71428571429 rows/sec., 5.12 MiB/sec.
3385 2024.11.28 04:55:36.275281 [ 266 ] {46636407-d516-4111-af12-21a3386a1be9} <Debug> TCPHandler: Processed in 0.001960913 sec.
3386 2024.11.28 04:55:36.275451 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3387 2024.11.28 04:55:36.275575 [ 261 ] {d3f37047-f039-4556-8cf2-b5fc29563e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3388 2024.11.28 04:55:36.275630 [ 261 ] {d3f37047-f039-4556-8cf2-b5fc29563e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3389 2024.11.28 04:55:36.276113 [ 261 ] {d3f37047-f039-4556-8cf2-b5fc29563e6a} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3390 2024.11.28 04:55:36.276153 [ 261 ] {d3f37047-f039-4556-8cf2-b5fc29563e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3391 2024.11.28 04:55:36.276522 [ 261 ] {d3f37047-f039-4556-8cf2-b5fc29563e6a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3392 2024.11.28 04:55:36.276780 [ 261 ] {d3f37047-f039-4556-8cf2-b5fc29563e6a} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3393 2024.11.28 04:55:36.277005 [ 261 ] {d3f37047-f039-4556-8cf2-b5fc29563e6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec.
3394 2024.11.28 04:55:36.277066 [ 261 ] {d3f37047-f039-4556-8cf2-b5fc29563e6a} <Debug> TCPHandler: Processed in 0.001675067 sec.
3395 2024.11.28 04:55:36.277222 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3396 2024.11.28 04:55:36.277340 [ 266 ] {07c3555c-f0f8-401c-8cf4-ade83ce48fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3397 2024.11.28 04:55:36.277422 [ 266 ] {07c3555c-f0f8-401c-8cf4-ade83ce48fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3398 2024.11.28 04:55:36.278521 [ 266 ] {07c3555c-f0f8-401c-8cf4-ade83ce48fe4} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3399 2024.11.28 04:55:36.278561 [ 266 ] {07c3555c-f0f8-401c-8cf4-ade83ce48fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3400 2024.11.28 04:55:36.279156 [ 266 ] {07c3555c-f0f8-401c-8cf4-ade83ce48fe4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3401 2024.11.28 04:55:36.279406 [ 266 ] {07c3555c-f0f8-401c-8cf4-ade83ce48fe4} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3402 2024.11.28 04:55:36.279638 [ 266 ] {07c3555c-f0f8-401c-8cf4-ade83ce48fe4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002322 sec., 3445.3057708871665 rows/sec., 6.17 MiB/sec.
3403 2024.11.28 04:55:36.279728 [ 266 ] {07c3555c-f0f8-401c-8cf4-ade83ce48fe4} <Debug> TCPHandler: Processed in 0.002566507 sec.
3404 2024.11.28 04:55:36.279891 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3405 2024.11.28 04:55:36.280012 [ 261 ] {e2782da9-bb7a-4f83-8849-29f43bb62dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3406 2024.11.28 04:55:36.280063 [ 261 ] {e2782da9-bb7a-4f83-8849-29f43bb62dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3407 2024.11.28 04:55:36.280556 [ 261 ] {e2782da9-bb7a-4f83-8849-29f43bb62dad} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3408 2024.11.28 04:55:36.280597 [ 261 ] {e2782da9-bb7a-4f83-8849-29f43bb62dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3409 2024.11.28 04:55:36.280970 [ 261 ] {e2782da9-bb7a-4f83-8849-29f43bb62dad} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3410 2024.11.28 04:55:36.281211 [ 261 ] {e2782da9-bb7a-4f83-8849-29f43bb62dad} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3411 2024.11.28 04:55:36.281427 [ 261 ] {e2782da9-bb7a-4f83-8849-29f43bb62dad} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001441 sec., 36086.051353226925 rows/sec., 2.19 MiB/sec.
3412 2024.11.28 04:55:36.281482 [ 261 ] {e2782da9-bb7a-4f83-8849-29f43bb62dad} <Debug> TCPHandler: Processed in 0.001648217 sec.
3413 2024.11.28 04:55:38.543886 [ 129 ] {} <Debug> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3414 2024.11.28 04:55:38.543957 [ 129 ] {} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3415 2024.11.28 04:55:38.543980 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3416 2024.11.28 04:55:38.544149 [ 190 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::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
3417 2024.11.28 04:55:38.544548 [ 190 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3418 2024.11.28 04:55:38.544600 [ 190 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
3419 2024.11.28 04:55:38.544710 [ 190 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
3420 2024.11.28 04:55:38.544848 [ 190 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part
3421 2024.11.28 04:55:38.544924 [ 190 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
3422 2024.11.28 04:55:38.545071 [ 190 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
3423 2024.11.28 04:55:38.547264 [ 196 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 6 columns (6 merged, 0 gathered) in 0.003215391 sec., 13373.179187227928 rows/sec., 2.18 MiB/sec.
3424 2024.11.28 04:55:38.547480 [ 196 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3425 2024.11.28 04:55:38.547971 [ 196 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3426 2024.11.28 04:55:38.548060 [ 196 ] {5c777ba8-6cd7-4302-939e-e37caa0718fe::all_1_5_1} <Trace> oximeter.timeseries_schema (5c777ba8-6cd7-4302-939e-e37caa0718fe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3427 2024.11.28 04:55:38.548170 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
3428 2024.11.28 04:55:40.529362 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 472
3429 2024.11.28 04:55:40.532398 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3430 2024.11.28 04:55:40.532456 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3431 2024.11.28 04:55:40.533934 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3432 2024.11.28 04:55:40.534252 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3433 2024.11.28 04:55:40.534876 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 472
3434 2024.11.28 04:55:41.288720 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3435 2024.11.28 04:55:41.288921 [ 261 ] {d8c82d74-8df6-4c5a-981f-de03e2f01d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3436 2024.11.28 04:55:41.289002 [ 261 ] {d8c82d74-8df6-4c5a-981f-de03e2f01d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3437 2024.11.28 04:55:41.289774 [ 261 ] {d8c82d74-8df6-4c5a-981f-de03e2f01d39} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3438 2024.11.28 04:55:41.289831 [ 261 ] {d8c82d74-8df6-4c5a-981f-de03e2f01d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3439 2024.11.28 04:55:41.290262 [ 261 ] {d8c82d74-8df6-4c5a-981f-de03e2f01d39} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3440 2024.11.28 04:55:41.290514 [ 261 ] {d8c82d74-8df6-4c5a-981f-de03e2f01d39} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3441 2024.11.28 04:55:41.290761 [ 261 ] {d8c82d74-8df6-4c5a-981f-de03e2f01d39} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001888 sec., 2118.64406779661 rows/sec., 172.76 KiB/sec.
3442 2024.11.28 04:55:41.290945 [ 261 ] {d8c82d74-8df6-4c5a-981f-de03e2f01d39} <Debug> TCPHandler: Processed in 0.002355862 sec.
3443 2024.11.28 04:55:41.291224 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3444 2024.11.28 04:55:41.291420 [ 266 ] {8ad92913-a490-4243-a155-c5d0db5bd853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3445 2024.11.28 04:55:41.291495 [ 266 ] {8ad92913-a490-4243-a155-c5d0db5bd853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3446 2024.11.28 04:55:41.292915 [ 266 ] {8ad92913-a490-4243-a155-c5d0db5bd853} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3447 2024.11.28 04:55:41.292966 [ 266 ] {8ad92913-a490-4243-a155-c5d0db5bd853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3448 2024.11.28 04:55:41.293490 [ 266 ] {8ad92913-a490-4243-a155-c5d0db5bd853} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3449 2024.11.28 04:55:41.293756 [ 266 ] {8ad92913-a490-4243-a155-c5d0db5bd853} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3450 2024.11.28 04:55:41.293967 [ 266 ] {8ad92913-a490-4243-a155-c5d0db5bd853} <Debug> executeQuery: Read 1260 rows, 106.49 KiB in 0.002604 sec., 483870.9677419355 rows/sec., 39.93 MiB/sec.
3451 2024.11.28 04:55:41.294041 [ 266 ] {8ad92913-a490-4243-a155-c5d0db5bd853} <Debug> TCPHandler: Processed in 0.002949406 sec.
3452 2024.11.28 04:55:41.294211 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3453 2024.11.28 04:55:41.294340 [ 261 ] {a3b4ed14-4aed-42ae-be01-38e680bfd45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3454 2024.11.28 04:55:41.294397 [ 261 ] {a3b4ed14-4aed-42ae-be01-38e680bfd45a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3455 2024.11.28 04:55:41.295025 [ 261 ] {a3b4ed14-4aed-42ae-be01-38e680bfd45a} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3456 2024.11.28 04:55:41.295069 [ 261 ] {a3b4ed14-4aed-42ae-be01-38e680bfd45a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3457 2024.11.28 04:55:41.295442 [ 261 ] {a3b4ed14-4aed-42ae-be01-38e680bfd45a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3458 2024.11.28 04:55:41.295689 [ 261 ] {a3b4ed14-4aed-42ae-be01-38e680bfd45a} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3459 2024.11.28 04:55:41.295962 [ 261 ] {a3b4ed14-4aed-42ae-be01-38e680bfd45a} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.00164 sec., 21341.463414634145 rows/sec., 1.55 MiB/sec.
3460 2024.11.28 04:55:41.296185 [ 261 ] {a3b4ed14-4aed-42ae-be01-38e680bfd45a} <Debug> TCPHandler: Processed in 0.002030785 sec.
3461 2024.11.28 04:55:41.296386 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3462 2024.11.28 04:55:41.296555 [ 266 ] {73c81f15-a84b-4cc9-8b05-53bba07f0781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3463 2024.11.28 04:55:41.296632 [ 266 ] {73c81f15-a84b-4cc9-8b05-53bba07f0781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3464 2024.11.28 04:55:41.297380 [ 266 ] {73c81f15-a84b-4cc9-8b05-53bba07f0781} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3465 2024.11.28 04:55:41.297421 [ 266 ] {73c81f15-a84b-4cc9-8b05-53bba07f0781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3466 2024.11.28 04:55:41.297825 [ 266 ] {73c81f15-a84b-4cc9-8b05-53bba07f0781} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3467 2024.11.28 04:55:41.298070 [ 266 ] {73c81f15-a84b-4cc9-8b05-53bba07f0781} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3468 2024.11.28 04:55:41.298207 [ 124 ] {} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3469 2024.11.28 04:55:41.298259 [ 124 ] {} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3470 2024.11.28 04:55:41.298266 [ 266 ] {73c81f15-a84b-4cc9-8b05-53bba07f0781} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001752 sec., 130136.98630136986 rows/sec., 8.81 MiB/sec.
3471 2024.11.28 04:55:41.298288 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3472 2024.11.28 04:55:41.298411 [ 266 ] {73c81f15-a84b-4cc9-8b05-53bba07f0781} <Debug> TCPHandler: Processed in 0.002102887 sec.
3473 2024.11.28 04:55:41.298551 [ 190 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::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
3474 2024.11.28 04:55:41.298604 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3475 2024.11.28 04:55:41.298835 [ 190 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3476 2024.11.28 04:55:41.298848 [ 261 ] {4a2d6361-10f9-4aff-b65b-6aba74ecddde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3477 2024.11.28 04:55:41.298906 [ 190 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part
3478 2024.11.28 04:55:41.298947 [ 261 ] {4a2d6361-10f9-4aff-b65b-6aba74ecddde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3479 2024.11.28 04:55:41.299179 [ 190 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 229 rows starting from the beginning of the part
3480 2024.11.28 04:55:41.299549 [ 190 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3481 2024.11.28 04:55:41.299835 [ 190 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3482 2024.11.28 04:55:41.300218 [ 190 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
3483 2024.11.28 04:55:41.300646 [ 190 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part
3484 2024.11.28 04:55:41.302290 [ 261 ] {4a2d6361-10f9-4aff-b65b-6aba74ecddde} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2024.11.28 04:55:41.302387 [ 261 ] {4a2d6361-10f9-4aff-b65b-6aba74ecddde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3486 2024.11.28 04:55:41.303547 [ 261 ] {4a2d6361-10f9-4aff-b65b-6aba74ecddde} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3487 2024.11.28 04:55:41.303615 [ 196 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.005198505 sec., 142540.98053190293 rows/sec., 10.20 MiB/sec.
3488 2024.11.28 04:55:41.303812 [ 196 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3489 2024.11.28 04:55:41.303865 [ 261 ] {4a2d6361-10f9-4aff-b65b-6aba74ecddde} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3490 2024.11.28 04:55:41.304190 [ 261 ] {4a2d6361-10f9-4aff-b65b-6aba74ecddde} <Debug> executeQuery: Read 555 rows, 42.21 KiB in 0.005435 sec., 102115.91536338547 rows/sec., 7.58 MiB/sec.
3491 2024.11.28 04:55:41.304295 [ 261 ] {4a2d6361-10f9-4aff-b65b-6aba74ecddde} <Debug> TCPHandler: Processed in 0.005768838 sec.
3492 2024.11.28 04:55:41.304404 [ 196 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3493 2024.11.28 04:55:41.304483 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3494 2024.11.28 04:55:41.304563 [ 196 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_11_2} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3495 2024.11.28 04:55:41.304709 [ 266 ] {d77be7d3-84bf-4aaa-b011-d934ffd7f39a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3496 2024.11.28 04:55:41.304745 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3497 2024.11.28 04:55:41.304823 [ 266 ] {d77be7d3-84bf-4aaa-b011-d934ffd7f39a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3498 2024.11.28 04:55:41.305679 [ 266 ] {d77be7d3-84bf-4aaa-b011-d934ffd7f39a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3499 2024.11.28 04:55:41.305722 [ 266 ] {d77be7d3-84bf-4aaa-b011-d934ffd7f39a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3500 2024.11.28 04:55:41.306243 [ 266 ] {d77be7d3-84bf-4aaa-b011-d934ffd7f39a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3501 2024.11.28 04:55:41.306544 [ 266 ] {d77be7d3-84bf-4aaa-b011-d934ffd7f39a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3502 2024.11.28 04:55:41.306685 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3503 2024.11.28 04:55:41.306727 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3504 2024.11.28 04:55:41.306753 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3505 2024.11.28 04:55:41.306756 [ 266 ] {d77be7d3-84bf-4aaa-b011-d934ffd7f39a} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.00213 sec., 414084.5070422535 rows/sec., 27.86 MiB/sec.
3506 2024.11.28 04:55:41.306953 [ 266 ] {d77be7d3-84bf-4aaa-b011-d934ffd7f39a} <Debug> TCPHandler: Processed in 0.002553557 sec.
3507 2024.11.28 04:55:41.307004 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
3508 2024.11.28 04:55:41.307154 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3509 2024.11.28 04:55:41.307204 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3510 2024.11.28 04:55:41.307257 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3312 rows starting from the beginning of the part
3511 2024.11.28 04:55:41.307297 [ 261 ] {025de064-467a-4803-ae16-3a3aad35add4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3512 2024.11.28 04:55:41.307417 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
3513 2024.11.28 04:55:41.307514 [ 261 ] {025de064-467a-4803-ae16-3a3aad35add4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3514 2024.11.28 04:55:41.307711 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 138 rows starting from the beginning of the part
3515 2024.11.28 04:55:41.307976 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
3516 2024.11.28 04:55:41.308194 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 137 rows starting from the beginning of the part
3517 2024.11.28 04:55:41.308414 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 882 rows starting from the beginning of the part
3518 2024.11.28 04:55:41.310512 [ 261 ] {025de064-467a-4803-ae16-3a3aad35add4} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3519 2024.11.28 04:55:41.310561 [ 261 ] {025de064-467a-4803-ae16-3a3aad35add4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3520 2024.11.28 04:55:41.311129 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4579 rows, containing 5 columns (5 merged, 0 gathered) in 0.004294266 sec., 1066305.627085048 rows/sec., 70.97 MiB/sec.
3521 2024.11.28 04:55:41.311492 [ 261 ] {025de064-467a-4803-ae16-3a3aad35add4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3522 2024.11.28 04:55:41.311540 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3523 2024.11.28 04:55:41.312046 [ 261 ] {025de064-467a-4803-ae16-3a3aad35add4} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3524 2024.11.28 04:55:41.312059 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3525 2024.11.28 04:55:41.312255 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3526 2024.11.28 04:55:41.312529 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
3527 2024.11.28 04:55:41.312816 [ 261 ] {025de064-467a-4803-ae16-3a3aad35add4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005543 sec., 5592.639364964821 rows/sec., 10.02 MiB/sec.
3528 2024.11.28 04:55:41.312987 [ 261 ] {025de064-467a-4803-ae16-3a3aad35add4} <Debug> TCPHandler: Processed in 0.005901511 sec.
3529 2024.11.28 04:55:41.313148 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3530 2024.11.28 04:55:41.313277 [ 266 ] {f4acc532-3e2d-405f-a822-1d1ceee35aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3531 2024.11.28 04:55:41.313333 [ 266 ] {f4acc532-3e2d-405f-a822-1d1ceee35aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3532 2024.11.28 04:55:41.313844 [ 266 ] {f4acc532-3e2d-405f-a822-1d1ceee35aec} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3533 2024.11.28 04:55:41.313882 [ 266 ] {f4acc532-3e2d-405f-a822-1d1ceee35aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3534 2024.11.28 04:55:41.314269 [ 266 ] {f4acc532-3e2d-405f-a822-1d1ceee35aec} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3535 2024.11.28 04:55:41.314523 [ 266 ] {f4acc532-3e2d-405f-a822-1d1ceee35aec} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3536 2024.11.28 04:55:41.314659 [ 124 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3537 2024.11.28 04:55:41.314696 [ 124 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3538 2024.11.28 04:55:41.314721 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3539 2024.11.28 04:55:41.314727 [ 266 ] {f4acc532-3e2d-405f-a822-1d1ceee35aec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec.
3540 2024.11.28 04:55:41.314927 [ 266 ] {f4acc532-3e2d-405f-a822-1d1ceee35aec} <Debug> TCPHandler: Processed in 0.001833451 sec.
3541 2024.11.28 04:55:41.314965 [ 196 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
3542 2024.11.28 04:55:41.315100 [ 196 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3543 2024.11.28 04:55:41.315129 [ 196 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 292 rows starting from the beginning of the part
3544 2024.11.28 04:55:41.315197 [ 196 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part
3545 2024.11.28 04:55:41.315335 [ 196 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part
3546 2024.11.28 04:55:41.315539 [ 196 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
3547 2024.11.28 04:55:41.315669 [ 196 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 52 rows starting from the beginning of the part
3548 2024.11.28 04:55:41.315826 [ 196 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
3549 2024.11.28 04:55:41.316924 [ 200 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 506 rows, containing 4 columns (4 merged, 0 gathered) in 0.002138887 sec., 236571.63749183572 rows/sec., 14.81 MiB/sec.
3550 2024.11.28 04:55:41.317142 [ 189 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3551 2024.11.28 04:55:41.317502 [ 189 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3552 2024.11.28 04:55:41.317595 [ 189 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_16_3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3553 2024.11.28 04:55:41.317700 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
3554 2024.11.28 04:55:43.017316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3555 2024.11.28 04:55:43.018001 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3556 2024.11.28 04:55:43.018053 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3557 2024.11.28 04:55:43.018660 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3558 2024.11.28 04:55:43.018989 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3559 2024.11.28 04:55:43.019300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3560 2024.11.28 04:55:43.464385 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3561 2024.11.28 04:55:43.486164 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3562 2024.11.28 04:55:43.486222 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3563 2024.11.28 04:55:43.493925 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3564 2024.11.28 04:55:43.494739 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3565 2024.11.28 04:55:43.497852 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3566 2024.11.28 04:55:46.262454 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3567 2024.11.28 04:55:46.262688 [ 261 ] {81c4e5bc-5048-480c-886c-05cf9e64a471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3568 2024.11.28 04:55:46.262771 [ 261 ] {81c4e5bc-5048-480c-886c-05cf9e64a471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3569 2024.11.28 04:55:46.263554 [ 261 ] {81c4e5bc-5048-480c-886c-05cf9e64a471} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3570 2024.11.28 04:55:46.263604 [ 261 ] {81c4e5bc-5048-480c-886c-05cf9e64a471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3571 2024.11.28 04:55:46.264062 [ 261 ] {81c4e5bc-5048-480c-886c-05cf9e64a471} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3572 2024.11.28 04:55:46.264317 [ 261 ] {81c4e5bc-5048-480c-886c-05cf9e64a471} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3573 2024.11.28 04:55:46.264516 [ 116 ] {} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3574 2024.11.28 04:55:46.264583 [ 261 ] {81c4e5bc-5048-480c-886c-05cf9e64a471} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001951 sec., 7175.807278318811 rows/sec., 516.56 KiB/sec.
3575 2024.11.28 04:55:46.264593 [ 116 ] {} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3576 2024.11.28 04:55:46.264652 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3577 2024.11.28 04:55:46.264734 [ 261 ] {81c4e5bc-5048-480c-886c-05cf9e64a471} <Debug> TCPHandler: Processed in 0.002413034 sec.
3578 2024.11.28 04:55:46.264915 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
3579 2024.11.28 04:55:46.265047 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3580 2024.11.28 04:55:46.265134 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3581 2024.11.28 04:55:46.265216 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
3582 2024.11.28 04:55:46.265356 [ 266 ] {a7bc36f8-4d86-4d5c-8109-606aa5057b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3583 2024.11.28 04:55:46.265374 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
3584 2024.11.28 04:55:46.265564 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
3585 2024.11.28 04:55:46.265914 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
3586 2024.11.28 04:55:46.265992 [ 266 ] {a7bc36f8-4d86-4d5c-8109-606aa5057b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3587 2024.11.28 04:55:46.266170 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
3588 2024.11.28 04:55:46.268625 [ 266 ] {a7bc36f8-4d86-4d5c-8109-606aa5057b4c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3589 2024.11.28 04:55:46.268709 [ 266 ] {a7bc36f8-4d86-4d5c-8109-606aa5057b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3590 2024.11.28 04:55:46.268924 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004153673 sec., 16852.55435370093 rows/sec., 1.25 MiB/sec.
3591 2024.11.28 04:55:46.269203 [ 189 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3592 2024.11.28 04:55:46.269628 [ 266 ] {a7bc36f8-4d86-4d5c-8109-606aa5057b4c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3593 2024.11.28 04:55:46.269932 [ 189 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_9_2} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3594 2024.11.28 04:55:46.270118 [ 189 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_9_2} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3595 2024.11.28 04:55:46.270129 [ 266 ] {a7bc36f8-4d86-4d5c-8109-606aa5057b4c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3596 2024.11.28 04:55:46.270300 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3597 2024.11.28 04:55:46.270473 [ 266 ] {a7bc36f8-4d86-4d5c-8109-606aa5057b4c} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00524 sec., 41793.89312977099 rows/sec., 3.64 MiB/sec.
3598 2024.11.28 04:55:46.270550 [ 266 ] {a7bc36f8-4d86-4d5c-8109-606aa5057b4c} <Debug> TCPHandler: Processed in 0.005682356 sec.
3599 2024.11.28 04:55:46.270702 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3600 2024.11.28 04:55:46.270835 [ 261 ] {32ec57c2-437a-4610-890d-0d816eb14306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3601 2024.11.28 04:55:46.270888 [ 261 ] {32ec57c2-437a-4610-890d-0d816eb14306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3602 2024.11.28 04:55:46.271495 [ 261 ] {32ec57c2-437a-4610-890d-0d816eb14306} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3603 2024.11.28 04:55:46.271536 [ 261 ] {32ec57c2-437a-4610-890d-0d816eb14306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3604 2024.11.28 04:55:46.271912 [ 261 ] {32ec57c2-437a-4610-890d-0d816eb14306} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3605 2024.11.28 04:55:46.272169 [ 261 ] {32ec57c2-437a-4610-890d-0d816eb14306} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2024.11.28 04:55:46.272386 [ 261 ] {32ec57c2-437a-4610-890d-0d816eb14306} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001582 sec., 9481.668773704172 rows/sec., 668.53 KiB/sec.
3607 2024.11.28 04:55:46.272443 [ 261 ] {32ec57c2-437a-4610-890d-0d816eb14306} <Debug> TCPHandler: Processed in 0.00180037 sec.
3608 2024.11.28 04:55:46.272592 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3609 2024.11.28 04:55:46.272718 [ 266 ] {c1614534-f2a3-4578-bbf3-8e318af15d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3610 2024.11.28 04:55:46.272773 [ 266 ] {c1614534-f2a3-4578-bbf3-8e318af15d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3611 2024.11.28 04:55:46.273351 [ 266 ] {c1614534-f2a3-4578-bbf3-8e318af15d19} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3612 2024.11.28 04:55:46.273390 [ 266 ] {c1614534-f2a3-4578-bbf3-8e318af15d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3613 2024.11.28 04:55:46.273756 [ 266 ] {c1614534-f2a3-4578-bbf3-8e318af15d19} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3614 2024.11.28 04:55:46.274014 [ 266 ] {c1614534-f2a3-4578-bbf3-8e318af15d19} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3615 2024.11.28 04:55:46.274192 [ 266 ] {c1614534-f2a3-4578-bbf3-8e318af15d19} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0015 sec., 9333.333333333334 rows/sec., 653.65 KiB/sec.
3616 2024.11.28 04:55:46.274248 [ 266 ] {c1614534-f2a3-4578-bbf3-8e318af15d19} <Debug> TCPHandler: Processed in 0.001720428 sec.
3617 2024.11.28 04:55:46.274396 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3618 2024.11.28 04:55:46.274539 [ 261 ] {98de0359-6b20-43bb-88f9-1076ee343013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3619 2024.11.28 04:55:46.274599 [ 261 ] {98de0359-6b20-43bb-88f9-1076ee343013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3620 2024.11.28 04:55:46.275266 [ 261 ] {98de0359-6b20-43bb-88f9-1076ee343013} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3621 2024.11.28 04:55:46.275305 [ 261 ] {98de0359-6b20-43bb-88f9-1076ee343013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3622 2024.11.28 04:55:46.275668 [ 261 ] {98de0359-6b20-43bb-88f9-1076ee343013} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3623 2024.11.28 04:55:46.275915 [ 261 ] {98de0359-6b20-43bb-88f9-1076ee343013} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3624 2024.11.28 04:55:46.276082 [ 116 ] {} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3625 2024.11.28 04:55:46.276142 [ 116 ] {} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3626 2024.11.28 04:55:46.276175 [ 261 ] {98de0359-6b20-43bb-88f9-1076ee343013} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001657 sec., 7845.503922751961 rows/sec., 489.17 KiB/sec.
3627 2024.11.28 04:55:46.276181 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3628 2024.11.28 04:55:46.276364 [ 261 ] {98de0359-6b20-43bb-88f9-1076ee343013} <Debug> TCPHandler: Processed in 0.002033205 sec.
3629 2024.11.28 04:55:46.276439 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
3630 2024.11.28 04:55:46.276588 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3631 2024.11.28 04:55:46.276650 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3632 2024.11.28 04:55:46.276713 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
3633 2024.11.28 04:55:46.276781 [ 266 ] {190478ae-b9fc-4aa1-874e-b08831f1a4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3634 2024.11.28 04:55:46.276938 [ 266 ] {190478ae-b9fc-4aa1-874e-b08831f1a4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3635 2024.11.28 04:55:46.277012 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
3636 2024.11.28 04:55:46.277417 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
3637 2024.11.28 04:55:46.277717 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
3638 2024.11.28 04:55:46.278098 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
3639 2024.11.28 04:55:46.280092 [ 266 ] {190478ae-b9fc-4aa1-874e-b08831f1a4a4} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3640 2024.11.28 04:55:46.280167 [ 266 ] {190478ae-b9fc-4aa1-874e-b08831f1a4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3641 2024.11.28 04:55:46.280777 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00445813 sec., 14580.104214098736 rows/sec., 966.02 KiB/sec.
3642 2024.11.28 04:55:46.280998 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3643 2024.11.28 04:55:46.281148 [ 266 ] {190478ae-b9fc-4aa1-874e-b08831f1a4a4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3644 2024.11.28 04:55:46.281460 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_9_2} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3645 2024.11.28 04:55:46.281634 [ 266 ] {190478ae-b9fc-4aa1-874e-b08831f1a4a4} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3646 2024.11.28 04:55:46.281639 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_9_2} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3647 2024.11.28 04:55:46.281815 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3648 2024.11.28 04:55:46.282017 [ 266 ] {190478ae-b9fc-4aa1-874e-b08831f1a4a4} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005273 sec., 73961.69163663949 rows/sec., 5.25 MiB/sec.
3649 2024.11.28 04:55:46.282096 [ 266 ] {190478ae-b9fc-4aa1-874e-b08831f1a4a4} <Debug> TCPHandler: Processed in 0.005607015 sec.
3650 2024.11.28 04:55:46.282277 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3651 2024.11.28 04:55:46.282403 [ 261 ] {e9c03d26-d9d0-46cb-9d75-60475e7eb712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3652 2024.11.28 04:55:46.282456 [ 261 ] {e9c03d26-d9d0-46cb-9d75-60475e7eb712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3653 2024.11.28 04:55:46.282970 [ 261 ] {e9c03d26-d9d0-46cb-9d75-60475e7eb712} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3654 2024.11.28 04:55:46.283008 [ 261 ] {e9c03d26-d9d0-46cb-9d75-60475e7eb712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3655 2024.11.28 04:55:46.283385 [ 261 ] {e9c03d26-d9d0-46cb-9d75-60475e7eb712} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3656 2024.11.28 04:55:46.283624 [ 261 ] {e9c03d26-d9d0-46cb-9d75-60475e7eb712} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3657 2024.11.28 04:55:46.283802 [ 261 ] {e9c03d26-d9d0-46cb-9d75-60475e7eb712} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001427 sec., 4204.625087596356 rows/sec., 219.68 KiB/sec.
3658 2024.11.28 04:55:46.283856 [ 261 ] {e9c03d26-d9d0-46cb-9d75-60475e7eb712} <Debug> TCPHandler: Processed in 0.001634136 sec.
3659 2024.11.28 04:55:46.284026 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3660 2024.11.28 04:55:46.284148 [ 266 ] {42218114-066b-4240-b522-847ac61e8702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3661 2024.11.28 04:55:46.284211 [ 266 ] {42218114-066b-4240-b522-847ac61e8702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3662 2024.11.28 04:55:46.284898 [ 266 ] {42218114-066b-4240-b522-847ac61e8702} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3663 2024.11.28 04:55:46.284945 [ 266 ] {42218114-066b-4240-b522-847ac61e8702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3664 2024.11.28 04:55:46.285391 [ 266 ] {42218114-066b-4240-b522-847ac61e8702} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3665 2024.11.28 04:55:46.285656 [ 266 ] {42218114-066b-4240-b522-847ac61e8702} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3666 2024.11.28 04:55:46.285918 [ 266 ] {42218114-066b-4240-b522-847ac61e8702} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001797 sec., 131886.47746243738 rows/sec., 8.84 MiB/sec.
3667 2024.11.28 04:55:46.286138 [ 266 ] {42218114-066b-4240-b522-847ac61e8702} <Debug> TCPHandler: Processed in 0.002168597 sec.
3668 2024.11.28 04:55:46.286325 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3669 2024.11.28 04:55:46.286465 [ 261 ] {90130107-6d7a-432b-bfc4-27e76f930837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3670 2024.11.28 04:55:46.286525 [ 261 ] {90130107-6d7a-432b-bfc4-27e76f930837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3671 2024.11.28 04:55:46.287082 [ 261 ] {90130107-6d7a-432b-bfc4-27e76f930837} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3672 2024.11.28 04:55:46.287128 [ 261 ] {90130107-6d7a-432b-bfc4-27e76f930837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3673 2024.11.28 04:55:46.287498 [ 261 ] {90130107-6d7a-432b-bfc4-27e76f930837} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3674 2024.11.28 04:55:46.287751 [ 261 ] {90130107-6d7a-432b-bfc4-27e76f930837} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3675 2024.11.28 04:55:46.287871 [ 115 ] {} <Debug> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3676 2024.11.28 04:55:46.287915 [ 115 ] {} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3677 2024.11.28 04:55:46.287941 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3678 2024.11.28 04:55:46.287944 [ 261 ] {90130107-6d7a-432b-bfc4-27e76f930837} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec.
3679 2024.11.28 04:55:46.288100 [ 261 ] {90130107-6d7a-432b-bfc4-27e76f930837} <Debug> TCPHandler: Processed in 0.001843841 sec.
3680 2024.11.28 04:55:46.288173 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
3681 2024.11.28 04:55:46.288304 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3682 2024.11.28 04:55:46.288401 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3683 2024.11.28 04:55:46.288485 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
3684 2024.11.28 04:55:46.288531 [ 266 ] {ca4cb6b6-a5fa-4e5e-99e1-7c75383a0ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3685 2024.11.28 04:55:46.288682 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
3686 2024.11.28 04:55:46.289042 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
3687 2024.11.28 04:55:46.289042 [ 266 ] {ca4cb6b6-a5fa-4e5e-99e1-7c75383a0ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3688 2024.11.28 04:55:46.289465 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
3689 2024.11.28 04:55:46.289792 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
3690 2024.11.28 04:55:46.290178 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
3691 2024.11.28 04:55:46.294379 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.00634049 sec., 1577.1651717769448 rows/sec., 105.66 KiB/sec.
3692 2024.11.28 04:55:46.294625 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3693 2024.11.28 04:55:46.294648 [ 266 ] {ca4cb6b6-a5fa-4e5e-99e1-7c75383a0ee3} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3694 2024.11.28 04:55:46.294723 [ 266 ] {ca4cb6b6-a5fa-4e5e-99e1-7c75383a0ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3695 2024.11.28 04:55:46.295159 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_10_2} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3696 2024.11.28 04:55:46.295353 [ 189 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_10_2} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3697 2024.11.28 04:55:46.295512 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
3698 2024.11.28 04:55:46.295854 [ 266 ] {ca4cb6b6-a5fa-4e5e-99e1-7c75383a0ee3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3699 2024.11.28 04:55:46.296141 [ 266 ] {ca4cb6b6-a5fa-4e5e-99e1-7c75383a0ee3} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3700 2024.11.28 04:55:46.296321 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3701 2024.11.28 04:55:46.296389 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3702 2024.11.28 04:55:46.296432 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3703 2024.11.28 04:55:46.296467 [ 266 ] {ca4cb6b6-a5fa-4e5e-99e1-7c75383a0ee3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008008 sec., 999.0009990009991 rows/sec., 1.79 MiB/sec.
3704 2024.11.28 04:55:46.296841 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
3705 2024.11.28 04:55:46.297394 [ 266 ] {ca4cb6b6-a5fa-4e5e-99e1-7c75383a0ee3} <Debug> TCPHandler: Processed in 0.009193514 sec.
3706 2024.11.28 04:55:46.297662 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3707 2024.11.28 04:55:46.297743 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3708 2024.11.28 04:55:46.297836 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 234 rows starting from the beginning of the part
3709 2024.11.28 04:55:46.297853 [ 261 ] {c642687d-aacc-47ee-90e4-bf4b8f84265f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3710 2024.11.28 04:55:46.297936 [ 261 ] {c642687d-aacc-47ee-90e4-bf4b8f84265f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3711 2024.11.28 04:55:46.298501 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
3712 2024.11.28 04:55:46.299107 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part
3713 2024.11.28 04:55:46.299724 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
3714 2024.11.28 04:55:46.299776 [ 261 ] {c642687d-aacc-47ee-90e4-bf4b8f84265f} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3715 2024.11.28 04:55:46.299827 [ 261 ] {c642687d-aacc-47ee-90e4-bf4b8f84265f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3716 2024.11.28 04:55:46.300293 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part
3717 2024.11.28 04:55:46.300876 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
3718 2024.11.28 04:55:46.300983 [ 261 ] {c642687d-aacc-47ee-90e4-bf4b8f84265f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3719 2024.11.28 04:55:46.301586 [ 261 ] {c642687d-aacc-47ee-90e4-bf4b8f84265f} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3720 2024.11.28 04:55:46.302061 [ 261 ] {c642687d-aacc-47ee-90e4-bf4b8f84265f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004229 sec., 19389.926696618586 rows/sec., 1.23 MiB/sec.
3721 2024.11.28 04:55:46.302379 [ 261 ] {c642687d-aacc-47ee-90e4-bf4b8f84265f} <Debug> TCPHandler: Processed in 0.004850968 sec.
3722 2024.11.28 04:55:46.305223 [ 191 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 19 columns (19 merged, 0 gathered) in 0.008703253 sec., 36767.8613961929 rows/sec., 65.89 MiB/sec.
3723 2024.11.28 04:55:46.305891 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3724 2024.11.28 04:55:46.306382 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3725 2024.11.28 04:55:46.306475 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3726 2024.11.28 04:55:46.306635 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB.
3727 2024.11.28 04:55:50.426879 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
3728 2024.11.28 04:55:50.426978 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
3729 2024.11.28 04:55:50.519443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3730 2024.11.28 04:55:50.520176 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3731 2024.11.28 04:55:50.520226 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3732 2024.11.28 04:55:50.520757 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3733 2024.11.28 04:55:50.521022 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3734 2024.11.28 04:55:50.521171 [ 111 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3735 2024.11.28 04:55:50.521207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3736 2024.11.28 04:55:50.521219 [ 111 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3737 2024.11.28 04:55:50.521243 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3738 2024.11.28 04:55:50.521399 [ 196 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
3739 2024.11.28 04:55:50.521685 [ 196 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3740 2024.11.28 04:55:50.521720 [ 196 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3741 2024.11.28 04:55:50.521784 [ 196 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3742 2024.11.28 04:55:50.521967 [ 196 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3743 2024.11.28 04:55:50.522226 [ 196 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3744 2024.11.28 04:55:50.522394 [ 196 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3745 2024.11.28 04:55:50.522467 [ 196 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3746 2024.11.28 04:55:50.524195 [ 191 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002896304 sec., 2548420.3315674043 rows/sec., 36.46 MiB/sec.
3747 2024.11.28 04:55:50.524947 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3748 2024.11.28 04:55:50.525238 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3749 2024.11.28 04:55:50.525312 [ 187 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_16_3} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3750 2024.11.28 04:55:50.525388 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3751 2024.11.28 04:55:50.535103 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 510
3752 2024.11.28 04:55:50.538354 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3753 2024.11.28 04:55:50.538413 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3754 2024.11.28 04:55:50.539896 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3755 2024.11.28 04:55:50.540221 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3756 2024.11.28 04:55:50.540403 [ 109 ] {} <Debug> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3757 2024.11.28 04:55:50.540476 [ 109 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3758 2024.11.28 04:55:50.540517 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3759 2024.11.28 04:55:50.540916 [ 196 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
3760 2024.11.28 04:55:50.541816 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 510
3761 2024.11.28 04:55:50.542221 [ 196 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3762 2024.11.28 04:55:50.542380 [ 196 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 312 rows starting from the beginning of the part
3763 2024.11.28 04:55:50.542991 [ 196 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part
3764 2024.11.28 04:55:50.543611 [ 196 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part
3765 2024.11.28 04:55:50.544225 [ 196 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part
3766 2024.11.28 04:55:50.544823 [ 196 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
3767 2024.11.28 04:55:50.545415 [ 196 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part
3768 2024.11.28 04:55:50.553013 [ 191 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 72 columns (72 merged, 0 gathered) in 0.012360834 sec., 41259.35191751625 rows/sec., 37.85 MiB/sec.
3769 2024.11.28 04:55:50.554049 [ 194 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3770 2024.11.28 04:55:50.554814 [ 194 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3771 2024.11.28 04:55:50.554898 [ 194 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_11_2} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3772 2024.11.28 04:55:50.555217 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB.
3773 2024.11.28 04:55:50.997930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3774 2024.11.28 04:55:51.007144 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.006030183 sec.
3775 2024.11.28 04:55:51.025445 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3776 2024.11.28 04:55:51.025513 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3777 2024.11.28 04:55:51.033355 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3778 2024.11.28 04:55:51.034210 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3779 2024.11.28 04:55:51.034585 [ 109 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3780 2024.11.28 04:55:51.034730 [ 109 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3781 2024.11.28 04:55:51.034811 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3782 2024.11.28 04:55:51.035068 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
3783 2024.11.28 04:55:51.045718 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3784 2024.11.28 04:55:51.046609 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3785 2024.11.28 04:55:51.048090 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
3786 2024.11.28 04:55:51.053428 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
3787 2024.11.28 04:55:51.058249 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
3788 2024.11.28 04:55:51.063347 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
3789 2024.11.28 04:55:51.068794 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3790 2024.11.28 04:55:51.073255 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3791 2024.11.28 04:55:51.129879 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.094941076 sec., 1274.4747068171 rows/sec., 6.59 MiB/sec.
3792 2024.11.28 04:55:51.132658 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3793 2024.11.28 04:55:51.136274 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_16_3} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3794 2024.11.28 04:55:51.136403 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_16_3} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3795 2024.11.28 04:55:51.139012 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3796 2024.11.28 04:55:51.258271 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3797 2024.11.28 04:55:51.258481 [ 261 ] {3ef98dc7-ce8d-4094-b9f5-1f2a719829c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3798 2024.11.28 04:55:51.258587 [ 261 ] {3ef98dc7-ce8d-4094-b9f5-1f2a719829c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3799 2024.11.28 04:55:51.259449 [ 261 ] {3ef98dc7-ce8d-4094-b9f5-1f2a719829c0} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3800 2024.11.28 04:55:51.259499 [ 261 ] {3ef98dc7-ce8d-4094-b9f5-1f2a719829c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3801 2024.11.28 04:55:51.259983 [ 261 ] {3ef98dc7-ce8d-4094-b9f5-1f2a719829c0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3802 2024.11.28 04:55:51.260247 [ 261 ] {3ef98dc7-ce8d-4094-b9f5-1f2a719829c0} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3803 2024.11.28 04:55:51.260462 [ 108 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3804 2024.11.28 04:55:51.260514 [ 261 ] {3ef98dc7-ce8d-4094-b9f5-1f2a719829c0} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002089 sec., 56486.35710866443 rows/sec., 4.78 MiB/sec.
3805 2024.11.28 04:55:51.260542 [ 108 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3806 2024.11.28 04:55:51.260609 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3807 2024.11.28 04:55:51.260664 [ 261 ] {3ef98dc7-ce8d-4094-b9f5-1f2a719829c0} <Debug> TCPHandler: Processed in 0.002527396 sec.
3808 2024.11.28 04:55:51.261032 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3809 2024.11.28 04:55:51.261081 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
3810 2024.11.28 04:55:51.261323 [ 266 ] {71fc3d0a-933e-4fac-93aa-9c112d196d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3811 2024.11.28 04:55:51.261326 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3812 2024.11.28 04:55:51.261377 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1399 rows starting from the beginning of the part
3813 2024.11.28 04:55:51.261399 [ 266 ] {71fc3d0a-933e-4fac-93aa-9c112d196d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3814 2024.11.28 04:55:51.261619 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 92 rows starting from the beginning of the part
3815 2024.11.28 04:55:51.261977 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 193 rows starting from the beginning of the part
3816 2024.11.28 04:55:51.262335 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1260 rows starting from the beginning of the part
3817 2024.11.28 04:55:51.262657 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 219 rows starting from the beginning of the part
3818 2024.11.28 04:55:51.263061 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 118 rows starting from the beginning of the part
3819 2024.11.28 04:55:51.264022 [ 266 ] {71fc3d0a-933e-4fac-93aa-9c112d196d4a} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3820 2024.11.28 04:55:51.264065 [ 266 ] {71fc3d0a-933e-4fac-93aa-9c112d196d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3821 2024.11.28 04:55:51.264745 [ 266 ] {71fc3d0a-933e-4fac-93aa-9c112d196d4a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3822 2024.11.28 04:55:51.265115 [ 266 ] {71fc3d0a-933e-4fac-93aa-9c112d196d4a} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3823 2024.11.28 04:55:51.265540 [ 266 ] {71fc3d0a-933e-4fac-93aa-9c112d196d4a} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004229 sec., 7330.338141404587 rows/sec., 551.21 KiB/sec.
3824 2024.11.28 04:55:51.266465 [ 266 ] {71fc3d0a-933e-4fac-93aa-9c112d196d4a} <Debug> TCPHandler: Processed in 0.005643155 sec.
3825 2024.11.28 04:55:51.266721 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3281 rows, containing 5 columns (5 merged, 0 gathered) in 0.006003963 sec., 546472.3883208474 rows/sec., 47.93 MiB/sec.
3826 2024.11.28 04:55:51.266737 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3827 2024.11.28 04:55:51.266921 [ 261 ] {216af02a-aec4-42cd-a0cc-891a8d3f5bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3828 2024.11.28 04:55:51.267007 [ 261 ] {216af02a-aec4-42cd-a0cc-891a8d3f5bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3829 2024.11.28 04:55:51.267033 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3830 2024.11.28 04:55:51.267807 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3831 2024.11.28 04:55:51.267935 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_21_4} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3832 2024.11.28 04:55:51.268125 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
3833 2024.11.28 04:55:51.268336 [ 261 ] {216af02a-aec4-42cd-a0cc-891a8d3f5bd1} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3834 2024.11.28 04:55:51.268383 [ 261 ] {216af02a-aec4-42cd-a0cc-891a8d3f5bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3835 2024.11.28 04:55:51.268766 [ 261 ] {216af02a-aec4-42cd-a0cc-891a8d3f5bd1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3836 2024.11.28 04:55:51.269021 [ 261 ] {216af02a-aec4-42cd-a0cc-891a8d3f5bd1} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): 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.11.28 04:55:51.269207 [ 108 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3838 2024.11.28 04:55:51.269267 [ 108 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3839 2024.11.28 04:55:51.269284 [ 261 ] {216af02a-aec4-42cd-a0cc-891a8d3f5bd1} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.002408 sec., 39451.827242524916 rows/sec., 3.08 MiB/sec.
3840 2024.11.28 04:55:51.269306 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3841 2024.11.28 04:55:51.269499 [ 261 ] {216af02a-aec4-42cd-a0cc-891a8d3f5bd1} <Debug> TCPHandler: Processed in 0.002870033 sec.
3842 2024.11.28 04:55:51.269626 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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.11.28 04:55:51.269808 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3844 2024.11.28 04:55:51.270232 [ 266 ] {70d70e34-83a0-4a72-b56c-da12157bb14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3845 2024.11.28 04:55:51.270233 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3846 2024.11.28 04:55:51.270311 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 871 rows starting from the beginning of the part
3847 2024.11.28 04:55:51.270343 [ 266 ] {70d70e34-83a0-4a72-b56c-da12157bb14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3848 2024.11.28 04:55:51.270601 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 67 rows starting from the beginning of the part
3849 2024.11.28 04:55:51.271021 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 362 rows starting from the beginning of the part
3850 2024.11.28 04:55:51.271375 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 555 rows starting from the beginning of the part
3851 2024.11.28 04:55:51.271671 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 390 rows starting from the beginning of the part
3852 2024.11.28 04:55:51.271971 [ 195 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 95 rows starting from the beginning of the part
3853 2024.11.28 04:55:51.273380 [ 266 ] {70d70e34-83a0-4a72-b56c-da12157bb14a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3854 2024.11.28 04:55:51.273459 [ 266 ] {70d70e34-83a0-4a72-b56c-da12157bb14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3855 2024.11.28 04:55:51.274504 [ 266 ] {70d70e34-83a0-4a72-b56c-da12157bb14a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3856 2024.11.28 04:55:51.274810 [ 266 ] {70d70e34-83a0-4a72-b56c-da12157bb14a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3857 2024.11.28 04:55:51.275631 [ 266 ] {70d70e34-83a0-4a72-b56c-da12157bb14a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005507 sec., 29053.931360087165 rows/sec., 2.02 MiB/sec.
3858 2024.11.28 04:55:51.275640 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2340 rows, containing 5 columns (5 merged, 0 gathered) in 0.006209928 sec., 376815.96308362996 rows/sec., 28.83 MiB/sec.
3859 2024.11.28 04:55:51.275769 [ 266 ] {70d70e34-83a0-4a72-b56c-da12157bb14a} <Debug> TCPHandler: Processed in 0.006111786 sec.
3860 2024.11.28 04:55:51.275932 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3861 2024.11.28 04:55:51.275967 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3862 2024.11.28 04:55:51.276126 [ 261 ] {8cd629d9-b0b8-4eff-92e8-1defbeb8f4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3863 2024.11.28 04:55:51.276250 [ 261 ] {8cd629d9-b0b8-4eff-92e8-1defbeb8f4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3864 2024.11.28 04:55:51.276299 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3865 2024.11.28 04:55:51.276443 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_21_4} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3866 2024.11.28 04:55:51.276574 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
3867 2024.11.28 04:55:51.277694 [ 261 ] {8cd629d9-b0b8-4eff-92e8-1defbeb8f4cb} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3868 2024.11.28 04:55:51.277735 [ 261 ] {8cd629d9-b0b8-4eff-92e8-1defbeb8f4cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3869 2024.11.28 04:55:51.278419 [ 261 ] {8cd629d9-b0b8-4eff-92e8-1defbeb8f4cb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3870 2024.11.28 04:55:51.278757 [ 261 ] {8cd629d9-b0b8-4eff-92e8-1defbeb8f4cb} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3871 2024.11.28 04:55:51.279590 [ 261 ] {8cd629d9-b0b8-4eff-92e8-1defbeb8f4cb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003443 sec., 9003.775776938717 rows/sec., 16.13 MiB/sec.
3872 2024.11.28 04:55:51.279778 [ 261 ] {8cd629d9-b0b8-4eff-92e8-1defbeb8f4cb} <Debug> TCPHandler: Processed in 0.003888817 sec.
3873 2024.11.28 04:55:51.279955 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3874 2024.11.28 04:55:51.280079 [ 266 ] {5e72afe4-d4a4-4224-9005-946aa9ca75f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3875 2024.11.28 04:55:51.280131 [ 266 ] {5e72afe4-d4a4-4224-9005-946aa9ca75f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3876 2024.11.28 04:55:51.280629 [ 266 ] {5e72afe4-d4a4-4224-9005-946aa9ca75f7} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3877 2024.11.28 04:55:51.280667 [ 266 ] {5e72afe4-d4a4-4224-9005-946aa9ca75f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3878 2024.11.28 04:55:51.281042 [ 266 ] {5e72afe4-d4a4-4224-9005-946aa9ca75f7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3879 2024.11.28 04:55:51.281280 [ 266 ] {5e72afe4-d4a4-4224-9005-946aa9ca75f7} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3880 2024.11.28 04:55:51.281466 [ 266 ] {5e72afe4-d4a4-4224-9005-946aa9ca75f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec.
3881 2024.11.28 04:55:51.281516 [ 266 ] {5e72afe4-d4a4-4224-9005-946aa9ca75f7} <Debug> TCPHandler: Processed in 0.001622376 sec.
3882 2024.11.28 04:55:56.261733 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3883 2024.11.28 04:55:56.261941 [ 261 ] {ecb059fd-0907-4232-a59a-1a6e507807a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3884 2024.11.28 04:55:56.262017 [ 261 ] {ecb059fd-0907-4232-a59a-1a6e507807a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3885 2024.11.28 04:55:56.262801 [ 261 ] {ecb059fd-0907-4232-a59a-1a6e507807a3} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3886 2024.11.28 04:55:56.262854 [ 261 ] {ecb059fd-0907-4232-a59a-1a6e507807a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3887 2024.11.28 04:55:56.263292 [ 261 ] {ecb059fd-0907-4232-a59a-1a6e507807a3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3888 2024.11.28 04:55:56.263551 [ 261 ] {ecb059fd-0907-4232-a59a-1a6e507807a3} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3889 2024.11.28 04:55:56.263790 [ 261 ] {ecb059fd-0907-4232-a59a-1a6e507807a3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec.
3890 2024.11.28 04:55:56.263864 [ 261 ] {ecb059fd-0907-4232-a59a-1a6e507807a3} <Debug> TCPHandler: Processed in 0.00226028 sec.
3891 2024.11.28 04:55:56.264130 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3892 2024.11.28 04:55:56.264331 [ 266 ] {27171815-a81e-487e-96b8-b5fa2f2f616b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3893 2024.11.28 04:55:56.264407 [ 266 ] {27171815-a81e-487e-96b8-b5fa2f2f616b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3894 2024.11.28 04:55:56.265173 [ 266 ] {27171815-a81e-487e-96b8-b5fa2f2f616b} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3895 2024.11.28 04:55:56.265229 [ 266 ] {27171815-a81e-487e-96b8-b5fa2f2f616b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3896 2024.11.28 04:55:56.265672 [ 266 ] {27171815-a81e-487e-96b8-b5fa2f2f616b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3897 2024.11.28 04:55:56.265937 [ 266 ] {27171815-a81e-487e-96b8-b5fa2f2f616b} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3898 2024.11.28 04:55:56.266222 [ 266 ] {27171815-a81e-487e-96b8-b5fa2f2f616b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001941 sec., 1030.3967027305512 rows/sec., 84.02 KiB/sec.
3899 2024.11.28 04:55:56.266376 [ 266 ] {27171815-a81e-487e-96b8-b5fa2f2f616b} <Debug> TCPHandler: Processed in 0.002381003 sec.
3900 2024.11.28 04:55:56.266531 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3901 2024.11.28 04:55:56.266661 [ 261 ] {d077c4e0-9957-4e0f-bd99-01dbed0e77b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3902 2024.11.28 04:55:56.266714 [ 261 ] {d077c4e0-9957-4e0f-bd99-01dbed0e77b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3903 2024.11.28 04:55:56.267424 [ 261 ] {d077c4e0-9957-4e0f-bd99-01dbed0e77b7} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3904 2024.11.28 04:55:56.267465 [ 261 ] {d077c4e0-9957-4e0f-bd99-01dbed0e77b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3905 2024.11.28 04:55:56.267903 [ 261 ] {d077c4e0-9957-4e0f-bd99-01dbed0e77b7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3906 2024.11.28 04:55:56.268188 [ 261 ] {d077c4e0-9957-4e0f-bd99-01dbed0e77b7} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3907 2024.11.28 04:55:56.268421 [ 261 ] {d077c4e0-9957-4e0f-bd99-01dbed0e77b7} <Debug> executeQuery: Read 220 rows, 19.61 KiB in 0.00179 sec., 122905.0279329609 rows/sec., 10.70 MiB/sec.
3908 2024.11.28 04:55:56.268482 [ 261 ] {d077c4e0-9957-4e0f-bd99-01dbed0e77b7} <Debug> TCPHandler: Processed in 0.002010184 sec.
3909 2024.11.28 04:55:56.268659 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3910 2024.11.28 04:55:56.268794 [ 266 ] {8633b68f-549f-40b4-8429-66a74278bbef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3911 2024.11.28 04:55:56.268852 [ 266 ] {8633b68f-549f-40b4-8429-66a74278bbef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3912 2024.11.28 04:55:56.269478 [ 266 ] {8633b68f-549f-40b4-8429-66a74278bbef} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3913 2024.11.28 04:55:56.269522 [ 266 ] {8633b68f-549f-40b4-8429-66a74278bbef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3914 2024.11.28 04:55:56.269915 [ 266 ] {8633b68f-549f-40b4-8429-66a74278bbef} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3915 2024.11.28 04:55:56.270165 [ 266 ] {8633b68f-549f-40b4-8429-66a74278bbef} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3916 2024.11.28 04:55:56.270339 [ 101 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3917 2024.11.28 04:55:56.270414 [ 266 ] {8633b68f-549f-40b4-8429-66a74278bbef} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001648 sec., 10315.533980582524 rows/sec., 726.50 KiB/sec.
3918 2024.11.28 04:55:56.270422 [ 101 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3919 2024.11.28 04:55:56.270500 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3920 2024.11.28 04:55:56.270557 [ 266 ] {8633b68f-549f-40b4-8429-66a74278bbef} <Debug> TCPHandler: Processed in 0.001957953 sec.
3921 2024.11.28 04:55:56.270694 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
3922 2024.11.28 04:55:56.270747 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3923 2024.11.28 04:55:56.270817 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3924 2024.11.28 04:55:56.270895 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 50 rows starting from the beginning of the part
3925 2024.11.28 04:55:56.270943 [ 261 ] {5ea2655c-a156-46f5-ba5a-72e58bc62843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3926 2024.11.28 04:55:56.271089 [ 261 ] {5ea2655c-a156-46f5-ba5a-72e58bc62843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3927 2024.11.28 04:55:56.271171 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part
3928 2024.11.28 04:55:56.271684 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 35 rows starting from the beginning of the part
3929 2024.11.28 04:55:56.272127 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 15 rows starting from the beginning of the part
3930 2024.11.28 04:55:56.272490 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part
3931 2024.11.28 04:55:56.272769 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 17 rows starting from the beginning of the part
3932 2024.11.28 04:55:56.273710 [ 261 ] {5ea2655c-a156-46f5-ba5a-72e58bc62843} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3933 2024.11.28 04:55:56.273772 [ 261 ] {5ea2655c-a156-46f5-ba5a-72e58bc62843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3934 2024.11.28 04:55:56.274783 [ 261 ] {5ea2655c-a156-46f5-ba5a-72e58bc62843} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3935 2024.11.28 04:55:56.275437 [ 261 ] {5ea2655c-a156-46f5-ba5a-72e58bc62843} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3936 2024.11.28 04:55:56.275606 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.0050023 sec., 32585.010894988303 rows/sec., 2.45 MiB/sec.
3937 2024.11.28 04:55:56.275823 [ 261 ] {5ea2655c-a156-46f5-ba5a-72e58bc62843} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004933 sec., 2838.0295965943646 rows/sec., 198.76 KiB/sec.
3938 2024.11.28 04:55:56.275847 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3939 2024.11.28 04:55:56.275932 [ 261 ] {5ea2655c-a156-46f5-ba5a-72e58bc62843} <Debug> TCPHandler: Processed in 0.005260547 sec.
3940 2024.11.28 04:55:56.276124 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3941 2024.11.28 04:55:56.276286 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3942 2024.11.28 04:55:56.276321 [ 266 ] {201ba1a6-9e65-489a-a05f-c55c93bd1555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3943 2024.11.28 04:55:56.276428 [ 266 ] {201ba1a6-9e65-489a-a05f-c55c93bd1555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3944 2024.11.28 04:55:56.276461 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_21_4} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3945 2024.11.28 04:55:56.276656 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3946 2024.11.28 04:55:56.277169 [ 266 ] {201ba1a6-9e65-489a-a05f-c55c93bd1555} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3947 2024.11.28 04:55:56.277215 [ 266 ] {201ba1a6-9e65-489a-a05f-c55c93bd1555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3948 2024.11.28 04:55:56.277576 [ 266 ] {201ba1a6-9e65-489a-a05f-c55c93bd1555} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3949 2024.11.28 04:55:56.277836 [ 266 ] {201ba1a6-9e65-489a-a05f-c55c93bd1555} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3950 2024.11.28 04:55:56.278052 [ 266 ] {201ba1a6-9e65-489a-a05f-c55c93bd1555} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001799 sec., 7226.236798221234 rows/sec., 450.55 KiB/sec.
3951 2024.11.28 04:55:56.278110 [ 266 ] {201ba1a6-9e65-489a-a05f-c55c93bd1555} <Debug> TCPHandler: Processed in 0.002064116 sec.
3952 2024.11.28 04:55:56.278260 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3953 2024.11.28 04:55:56.278379 [ 261 ] {4a376c6a-1d02-42a4-9473-0cd6168eb012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3954 2024.11.28 04:55:56.278428 [ 261 ] {4a376c6a-1d02-42a4-9473-0cd6168eb012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3955 2024.11.28 04:55:56.279166 [ 261 ] {4a376c6a-1d02-42a4-9473-0cd6168eb012} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3956 2024.11.28 04:55:56.279205 [ 261 ] {4a376c6a-1d02-42a4-9473-0cd6168eb012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3957 2024.11.28 04:55:56.279594 [ 261 ] {4a376c6a-1d02-42a4-9473-0cd6168eb012} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3958 2024.11.28 04:55:56.279847 [ 261 ] {4a376c6a-1d02-42a4-9473-0cd6168eb012} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3959 2024.11.28 04:55:56.280060 [ 261 ] {4a376c6a-1d02-42a4-9473-0cd6168eb012} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001708 sec., 229508.19672131145 rows/sec., 16.29 MiB/sec.
3960 2024.11.28 04:55:56.280114 [ 261 ] {4a376c6a-1d02-42a4-9473-0cd6168eb012} <Debug> TCPHandler: Processed in 0.001909743 sec.
3961 2024.11.28 04:55:56.280269 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3962 2024.11.28 04:55:56.280388 [ 266 ] {e43f5fa0-5631-4639-a016-26596d3f56c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3963 2024.11.28 04:55:56.280441 [ 266 ] {e43f5fa0-5631-4639-a016-26596d3f56c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3964 2024.11.28 04:55:56.280945 [ 266 ] {e43f5fa0-5631-4639-a016-26596d3f56c2} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3965 2024.11.28 04:55:56.280984 [ 266 ] {e43f5fa0-5631-4639-a016-26596d3f56c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3966 2024.11.28 04:55:56.281351 [ 266 ] {e43f5fa0-5631-4639-a016-26596d3f56c2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3967 2024.11.28 04:55:56.281602 [ 266 ] {e43f5fa0-5631-4639-a016-26596d3f56c2} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3968 2024.11.28 04:55:56.281815 [ 266 ] {e43f5fa0-5631-4639-a016-26596d3f56c2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00145 sec., 4137.931034482759 rows/sec., 216.19 KiB/sec.
3969 2024.11.28 04:55:56.281887 [ 266 ] {e43f5fa0-5631-4639-a016-26596d3f56c2} <Debug> TCPHandler: Processed in 0.001676967 sec.
3970 2024.11.28 04:55:56.282045 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3971 2024.11.28 04:55:56.282168 [ 261 ] {2e587fc6-b8b2-466e-b739-ee938e77a6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3972 2024.11.28 04:55:56.282221 [ 261 ] {2e587fc6-b8b2-466e-b739-ee938e77a6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3973 2024.11.28 04:55:56.282878 [ 261 ] {2e587fc6-b8b2-466e-b739-ee938e77a6eb} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3974 2024.11.28 04:55:56.282924 [ 261 ] {2e587fc6-b8b2-466e-b739-ee938e77a6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3975 2024.11.28 04:55:56.283366 [ 261 ] {2e587fc6-b8b2-466e-b739-ee938e77a6eb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3976 2024.11.28 04:55:56.283607 [ 261 ] {2e587fc6-b8b2-466e-b739-ee938e77a6eb} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3977 2024.11.28 04:55:56.283821 [ 261 ] {2e587fc6-b8b2-466e-b739-ee938e77a6eb} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00168 sec., 141666.66666666666 rows/sec., 9.50 MiB/sec.
3978 2024.11.28 04:55:56.283884 [ 261 ] {2e587fc6-b8b2-466e-b739-ee938e77a6eb} <Debug> TCPHandler: Processed in 0.001898392 sec.
3979 2024.11.28 04:55:56.284033 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3980 2024.11.28 04:55:56.284165 [ 266 ] {41a6daac-c5fa-4316-9107-5097cf6b3a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3981 2024.11.28 04:55:56.284220 [ 266 ] {41a6daac-c5fa-4316-9107-5097cf6b3a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3982 2024.11.28 04:55:56.284715 [ 266 ] {41a6daac-c5fa-4316-9107-5097cf6b3a25} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3983 2024.11.28 04:55:56.284754 [ 266 ] {41a6daac-c5fa-4316-9107-5097cf6b3a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3984 2024.11.28 04:55:56.285144 [ 266 ] {41a6daac-c5fa-4316-9107-5097cf6b3a25} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3985 2024.11.28 04:55:56.285397 [ 266 ] {41a6daac-c5fa-4316-9107-5097cf6b3a25} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3986 2024.11.28 04:55:56.285588 [ 266 ] {41a6daac-c5fa-4316-9107-5097cf6b3a25} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec.
3987 2024.11.28 04:55:56.285640 [ 266 ] {41a6daac-c5fa-4316-9107-5097cf6b3a25} <Debug> TCPHandler: Processed in 0.001669097 sec.
3988 2024.11.28 04:55:56.285791 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3989 2024.11.28 04:55:56.285911 [ 261 ] {3bf9d664-ac89-4b6f-ac80-2caac9108713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3990 2024.11.28 04:55:56.285992 [ 261 ] {3bf9d664-ac89-4b6f-ac80-2caac9108713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3991 2024.11.28 04:55:56.287098 [ 261 ] {3bf9d664-ac89-4b6f-ac80-2caac9108713} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3992 2024.11.28 04:55:56.287138 [ 261 ] {3bf9d664-ac89-4b6f-ac80-2caac9108713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3993 2024.11.28 04:55:56.287726 [ 261 ] {3bf9d664-ac89-4b6f-ac80-2caac9108713} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3994 2024.11.28 04:55:56.287979 [ 261 ] {3bf9d664-ac89-4b6f-ac80-2caac9108713} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3995 2024.11.28 04:55:56.288224 [ 261 ] {3bf9d664-ac89-4b6f-ac80-2caac9108713} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002339 sec., 3420.2650705429674 rows/sec., 6.13 MiB/sec.
3996 2024.11.28 04:55:56.288331 [ 261 ] {3bf9d664-ac89-4b6f-ac80-2caac9108713} <Debug> TCPHandler: Processed in 0.002593128 sec.
3997 2024.11.28 04:55:56.288489 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3998 2024.11.28 04:55:56.288610 [ 266 ] {d0a721ca-88df-424e-a015-4ee31014485f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3999 2024.11.28 04:55:56.288662 [ 266 ] {d0a721ca-88df-424e-a015-4ee31014485f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4000 2024.11.28 04:55:56.289166 [ 266 ] {d0a721ca-88df-424e-a015-4ee31014485f} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4001 2024.11.28 04:55:56.289206 [ 266 ] {d0a721ca-88df-424e-a015-4ee31014485f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4002 2024.11.28 04:55:56.289589 [ 266 ] {d0a721ca-88df-424e-a015-4ee31014485f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4003 2024.11.28 04:55:56.289849 [ 266 ] {d0a721ca-88df-424e-a015-4ee31014485f} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4004 2024.11.28 04:55:56.290034 [ 266 ] {d0a721ca-88df-424e-a015-4ee31014485f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001449 sec., 56590.75224292616 rows/sec., 3.59 MiB/sec.
4005 2024.11.28 04:55:56.290087 [ 266 ] {d0a721ca-88df-424e-a015-4ee31014485f} <Debug> TCPHandler: Processed in 0.001670767 sec.
4006 2024.11.28 04:55:58.021340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
4007 2024.11.28 04:55:58.022054 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4008 2024.11.28 04:55:58.022103 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4009 2024.11.28 04:55:58.022633 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4010 2024.11.28 04:55:58.022893 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4011 2024.11.28 04:55:58.023207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
4012 2024.11.28 04:55:58.545798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
4013 2024.11.28 04:55:58.564540 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4014 2024.11.28 04:55:58.564600 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4015 2024.11.28 04:55:58.572554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4016 2024.11.28 04:55:58.573318 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4017 2024.11.28 04:55:58.577016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
4018 2024.11.28 04:56:00.542101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 546
4019 2024.11.28 04:56:00.545668 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4020 2024.11.28 04:56:00.545729 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4021 2024.11.28 04:56:00.547229 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4022 2024.11.28 04:56:00.547561 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4023 2024.11.28 04:56:00.548527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 546
4024 2024.11.28 04:56:01.258870 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4025 2024.11.28 04:56:01.259061 [ 261 ] {f31651f6-52bd-45ce-95d6-e3186175147a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4026 2024.11.28 04:56:01.259133 [ 261 ] {f31651f6-52bd-45ce-95d6-e3186175147a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4027 2024.11.28 04:56:01.259973 [ 261 ] {f31651f6-52bd-45ce-95d6-e3186175147a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4028 2024.11.28 04:56:01.260024 [ 261 ] {f31651f6-52bd-45ce-95d6-e3186175147a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4029 2024.11.28 04:56:01.260474 [ 261 ] {f31651f6-52bd-45ce-95d6-e3186175147a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4030 2024.11.28 04:56:01.260727 [ 261 ] {f31651f6-52bd-45ce-95d6-e3186175147a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4031 2024.11.28 04:56:01.261021 [ 261 ] {f31651f6-52bd-45ce-95d6-e3186175147a} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002011 sec., 58677.274987568366 rows/sec., 4.96 MiB/sec.
4032 2024.11.28 04:56:01.261267 [ 261 ] {f31651f6-52bd-45ce-95d6-e3186175147a} <Debug> TCPHandler: Processed in 0.002522596 sec.
4033 2024.11.28 04:56:01.261572 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4034 2024.11.28 04:56:01.261787 [ 266 ] {43d391e1-3571-4515-8f98-d1fde7e02d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4035 2024.11.28 04:56:01.261870 [ 266 ] {43d391e1-3571-4515-8f98-d1fde7e02d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4036 2024.11.28 04:56:01.262718 [ 266 ] {43d391e1-3571-4515-8f98-d1fde7e02d48} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4037 2024.11.28 04:56:01.262770 [ 266 ] {43d391e1-3571-4515-8f98-d1fde7e02d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4038 2024.11.28 04:56:01.263217 [ 266 ] {43d391e1-3571-4515-8f98-d1fde7e02d48} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4039 2024.11.28 04:56:01.263482 [ 266 ] {43d391e1-3571-4515-8f98-d1fde7e02d48} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4040 2024.11.28 04:56:01.263719 [ 266 ] {43d391e1-3571-4515-8f98-d1fde7e02d48} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001992 sec., 15562.248995983937 rows/sec., 1.14 MiB/sec.
4041 2024.11.28 04:56:01.263777 [ 266 ] {43d391e1-3571-4515-8f98-d1fde7e02d48} <Debug> TCPHandler: Processed in 0.002347892 sec.
4042 2024.11.28 04:56:01.263941 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4043 2024.11.28 04:56:01.264067 [ 261 ] {01175a55-1ee5-4b73-b103-e53485bb2da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4044 2024.11.28 04:56:01.264121 [ 261 ] {01175a55-1ee5-4b73-b103-e53485bb2da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4045 2024.11.28 04:56:01.264777 [ 261 ] {01175a55-1ee5-4b73-b103-e53485bb2da2} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4046 2024.11.28 04:56:01.264818 [ 261 ] {01175a55-1ee5-4b73-b103-e53485bb2da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4047 2024.11.28 04:56:01.265192 [ 261 ] {01175a55-1ee5-4b73-b103-e53485bb2da2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4048 2024.11.28 04:56:01.265436 [ 261 ] {01175a55-1ee5-4b73-b103-e53485bb2da2} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4049 2024.11.28 04:56:01.265646 [ 261 ] {01175a55-1ee5-4b73-b103-e53485bb2da2} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001609 sec., 59042.88377874457 rows/sec., 4.61 MiB/sec.
4050 2024.11.28 04:56:01.265702 [ 261 ] {01175a55-1ee5-4b73-b103-e53485bb2da2} <Debug> TCPHandler: Processed in 0.001822501 sec.
4051 2024.11.28 04:56:01.265874 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4052 2024.11.28 04:56:01.266014 [ 266 ] {039857be-9cec-48c4-9753-ae7ad09fba2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4053 2024.11.28 04:56:01.266077 [ 266 ] {039857be-9cec-48c4-9753-ae7ad09fba2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4054 2024.11.28 04:56:01.266736 [ 266 ] {039857be-9cec-48c4-9753-ae7ad09fba2b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4055 2024.11.28 04:56:01.266778 [ 266 ] {039857be-9cec-48c4-9753-ae7ad09fba2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4056 2024.11.28 04:56:01.267191 [ 266 ] {039857be-9cec-48c4-9753-ae7ad09fba2b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4057 2024.11.28 04:56:01.267441 [ 266 ] {039857be-9cec-48c4-9753-ae7ad09fba2b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4058 2024.11.28 04:56:01.267722 [ 266 ] {039857be-9cec-48c4-9753-ae7ad09fba2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec.
4059 2024.11.28 04:56:01.267923 [ 266 ] {039857be-9cec-48c4-9753-ae7ad09fba2b} <Debug> TCPHandler: Processed in 0.002116017 sec.
4060 2024.11.28 04:56:01.268106 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4061 2024.11.28 04:56:01.268222 [ 261 ] {20aa6fbf-8305-480f-9de9-906171c9948a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4062 2024.11.28 04:56:01.268300 [ 261 ] {20aa6fbf-8305-480f-9de9-906171c9948a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4063 2024.11.28 04:56:01.269481 [ 261 ] {20aa6fbf-8305-480f-9de9-906171c9948a} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4064 2024.11.28 04:56:01.269519 [ 261 ] {20aa6fbf-8305-480f-9de9-906171c9948a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4065 2024.11.28 04:56:01.270199 [ 261 ] {20aa6fbf-8305-480f-9de9-906171c9948a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4066 2024.11.28 04:56:01.270461 [ 261 ] {20aa6fbf-8305-480f-9de9-906171c9948a} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4067 2024.11.28 04:56:01.270732 [ 261 ] {20aa6fbf-8305-480f-9de9-906171c9948a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002534 sec., 12233.622730860301 rows/sec., 21.92 MiB/sec.
4068 2024.11.28 04:56:01.270848 [ 261 ] {20aa6fbf-8305-480f-9de9-906171c9948a} <Debug> TCPHandler: Processed in 0.002805222 sec.
4069 2024.11.28 04:56:01.271086 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4070 2024.11.28 04:56:01.271309 [ 266 ] {7fc04044-8cdc-4e2a-b8b2-47d8bdfe8e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4071 2024.11.28 04:56:01.271403 [ 266 ] {7fc04044-8cdc-4e2a-b8b2-47d8bdfe8e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4072 2024.11.28 04:56:01.272041 [ 266 ] {7fc04044-8cdc-4e2a-b8b2-47d8bdfe8e17} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4073 2024.11.28 04:56:01.272082 [ 266 ] {7fc04044-8cdc-4e2a-b8b2-47d8bdfe8e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4074 2024.11.28 04:56:01.272462 [ 266 ] {7fc04044-8cdc-4e2a-b8b2-47d8bdfe8e17} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4075 2024.11.28 04:56:01.272725 [ 266 ] {7fc04044-8cdc-4e2a-b8b2-47d8bdfe8e17} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4076 2024.11.28 04:56:01.272971 [ 266 ] {7fc04044-8cdc-4e2a-b8b2-47d8bdfe8e17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001715 sec., 34985.42274052478 rows/sec., 2.36 MiB/sec.
4077 2024.11.28 04:56:01.273025 [ 266 ] {7fc04044-8cdc-4e2a-b8b2-47d8bdfe8e17} <Debug> TCPHandler: Processed in 0.002052125 sec.
4078 2024.11.28 04:56:05.427026 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
4079 2024.11.28 04:56:05.427099 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
4080 2024.11.28 04:56:05.523335 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
4081 2024.11.28 04:56:05.523974 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4082 2024.11.28 04:56:05.524020 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4083 2024.11.28 04:56:05.524647 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4084 2024.11.28 04:56:05.524906 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4085 2024.11.28 04:56:05.525223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
4086 2024.11.28 04:56:06.077074 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
4087 2024.11.28 04:56:06.097987 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4088 2024.11.28 04:56:06.098056 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4089 2024.11.28 04:56:06.105616 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4090 2024.11.28 04:56:06.106394 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4091 2024.11.28 04:56:06.109425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4092 2024.11.28 04:56:06.261690 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4093 2024.11.28 04:56:06.261885 [ 261 ] {1d3a91cd-1a79-4cc0-b13b-8a6b2177dfb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4094 2024.11.28 04:56:06.261961 [ 261 ] {1d3a91cd-1a79-4cc0-b13b-8a6b2177dfb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4095 2024.11.28 04:56:06.262795 [ 261 ] {1d3a91cd-1a79-4cc0-b13b-8a6b2177dfb9} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4096 2024.11.28 04:56:06.262848 [ 261 ] {1d3a91cd-1a79-4cc0-b13b-8a6b2177dfb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4097 2024.11.28 04:56:06.263302 [ 261 ] {1d3a91cd-1a79-4cc0-b13b-8a6b2177dfb9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4098 2024.11.28 04:56:06.263561 [ 261 ] {1d3a91cd-1a79-4cc0-b13b-8a6b2177dfb9} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4099 2024.11.28 04:56:06.263833 [ 261 ] {1d3a91cd-1a79-4cc0-b13b-8a6b2177dfb9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002007 sec., 6975.585450921773 rows/sec., 502.15 KiB/sec.
4100 2024.11.28 04:56:06.263912 [ 261 ] {1d3a91cd-1a79-4cc0-b13b-8a6b2177dfb9} <Debug> TCPHandler: Processed in 0.002365533 sec.
4101 2024.11.28 04:56:06.264225 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4102 2024.11.28 04:56:06.264422 [ 266 ] {933168a4-b724-4197-ba7c-c9fad24e69ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4103 2024.11.28 04:56:06.264494 [ 266 ] {933168a4-b724-4197-ba7c-c9fad24e69ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4104 2024.11.28 04:56:06.265386 [ 266 ] {933168a4-b724-4197-ba7c-c9fad24e69ba} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4105 2024.11.28 04:56:06.265438 [ 266 ] {933168a4-b724-4197-ba7c-c9fad24e69ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4106 2024.11.28 04:56:06.265896 [ 266 ] {933168a4-b724-4197-ba7c-c9fad24e69ba} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4107 2024.11.28 04:56:06.266157 [ 266 ] {933168a4-b724-4197-ba7c-c9fad24e69ba} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4108 2024.11.28 04:56:06.266410 [ 266 ] {933168a4-b724-4197-ba7c-c9fad24e69ba} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002045 sec., 107090.46454767727 rows/sec., 9.33 MiB/sec.
4109 2024.11.28 04:56:06.266471 [ 266 ] {933168a4-b724-4197-ba7c-c9fad24e69ba} <Debug> TCPHandler: Processed in 0.002405334 sec.
4110 2024.11.28 04:56:06.266647 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4111 2024.11.28 04:56:06.266777 [ 261 ] {58541045-5f32-44d4-8711-6ff92346e3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4112 2024.11.28 04:56:06.266832 [ 261 ] {58541045-5f32-44d4-8711-6ff92346e3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4113 2024.11.28 04:56:06.267486 [ 261 ] {58541045-5f32-44d4-8711-6ff92346e3df} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4114 2024.11.28 04:56:06.267529 [ 261 ] {58541045-5f32-44d4-8711-6ff92346e3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4115 2024.11.28 04:56:06.267909 [ 261 ] {58541045-5f32-44d4-8711-6ff92346e3df} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4116 2024.11.28 04:56:06.268158 [ 261 ] {58541045-5f32-44d4-8711-6ff92346e3df} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4117 2024.11.28 04:56:06.268404 [ 261 ] {58541045-5f32-44d4-8711-6ff92346e3df} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001657 sec., 9052.504526252264 rows/sec., 638.27 KiB/sec.
4118 2024.11.28 04:56:06.268460 [ 261 ] {58541045-5f32-44d4-8711-6ff92346e3df} <Debug> TCPHandler: Processed in 0.001875942 sec.
4119 2024.11.28 04:56:06.268602 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4120 2024.11.28 04:56:06.268721 [ 266 ] {79635928-647f-4a78-b000-2ec59bfb1681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4121 2024.11.28 04:56:06.268769 [ 266 ] {79635928-647f-4a78-b000-2ec59bfb1681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4122 2024.11.28 04:56:06.269340 [ 266 ] {79635928-647f-4a78-b000-2ec59bfb1681} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4123 2024.11.28 04:56:06.269381 [ 266 ] {79635928-647f-4a78-b000-2ec59bfb1681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4124 2024.11.28 04:56:06.269754 [ 266 ] {79635928-647f-4a78-b000-2ec59bfb1681} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4125 2024.11.28 04:56:06.270000 [ 266 ] {79635928-647f-4a78-b000-2ec59bfb1681} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4126 2024.11.28 04:56:06.270285 [ 266 ] {79635928-647f-4a78-b000-2ec59bfb1681} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001581 sec., 8855.154965211892 rows/sec., 620.16 KiB/sec.
4127 2024.11.28 04:56:06.270483 [ 266 ] {79635928-647f-4a78-b000-2ec59bfb1681} <Debug> TCPHandler: Processed in 0.001935583 sec.
4128 2024.11.28 04:56:06.270634 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4129 2024.11.28 04:56:06.270748 [ 261 ] {b0697503-34f7-4c89-9058-bdb90d7441f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4130 2024.11.28 04:56:06.270795 [ 261 ] {b0697503-34f7-4c89-9058-bdb90d7441f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4131 2024.11.28 04:56:06.271400 [ 261 ] {b0697503-34f7-4c89-9058-bdb90d7441f1} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4132 2024.11.28 04:56:06.271439 [ 261 ] {b0697503-34f7-4c89-9058-bdb90d7441f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4133 2024.11.28 04:56:06.271798 [ 261 ] {b0697503-34f7-4c89-9058-bdb90d7441f1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4134 2024.11.28 04:56:06.272050 [ 261 ] {b0697503-34f7-4c89-9058-bdb90d7441f1} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4135 2024.11.28 04:56:06.272285 [ 261 ] {b0697503-34f7-4c89-9058-bdb90d7441f1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001553 sec., 8370.895041854475 rows/sec., 521.92 KiB/sec.
4136 2024.11.28 04:56:06.272428 [ 261 ] {b0697503-34f7-4c89-9058-bdb90d7441f1} <Debug> TCPHandler: Processed in 0.001846421 sec.
4137 2024.11.28 04:56:06.272617 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4138 2024.11.28 04:56:06.272733 [ 266 ] {a45b1799-09b7-49ea-88ae-326cbc3f64d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4139 2024.11.28 04:56:06.272782 [ 266 ] {a45b1799-09b7-49ea-88ae-326cbc3f64d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4140 2024.11.28 04:56:06.273677 [ 266 ] {a45b1799-09b7-49ea-88ae-326cbc3f64d2} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4141 2024.11.28 04:56:06.273725 [ 266 ] {a45b1799-09b7-49ea-88ae-326cbc3f64d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4142 2024.11.28 04:56:06.274125 [ 266 ] {a45b1799-09b7-49ea-88ae-326cbc3f64d2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4143 2024.11.28 04:56:06.274372 [ 266 ] {a45b1799-09b7-49ea-88ae-326cbc3f64d2} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4144 2024.11.28 04:56:06.274585 [ 266 ] {a45b1799-09b7-49ea-88ae-326cbc3f64d2} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001875 sec., 208000 rows/sec., 14.75 MiB/sec.
4145 2024.11.28 04:56:06.274643 [ 266 ] {a45b1799-09b7-49ea-88ae-326cbc3f64d2} <Debug> TCPHandler: Processed in 0.002095506 sec.
4146 2024.11.28 04:56:06.274790 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4147 2024.11.28 04:56:06.274912 [ 261 ] {99ba720f-fe28-42a4-85b8-97f9faa30cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4148 2024.11.28 04:56:06.274967 [ 261 ] {99ba720f-fe28-42a4-85b8-97f9faa30cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4149 2024.11.28 04:56:06.275479 [ 261 ] {99ba720f-fe28-42a4-85b8-97f9faa30cbe} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4150 2024.11.28 04:56:06.275520 [ 261 ] {99ba720f-fe28-42a4-85b8-97f9faa30cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4151 2024.11.28 04:56:06.275944 [ 261 ] {99ba720f-fe28-42a4-85b8-97f9faa30cbe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4152 2024.11.28 04:56:06.276200 [ 261 ] {99ba720f-fe28-42a4-85b8-97f9faa30cbe} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4153 2024.11.28 04:56:06.276371 [ 86 ] {} <Debug> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4154 2024.11.28 04:56:06.276443 [ 261 ] {99ba720f-fe28-42a4-85b8-97f9faa30cbe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 202.24 KiB/sec.
4155 2024.11.28 04:56:06.276451 [ 86 ] {} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4156 2024.11.28 04:56:06.276529 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4157 2024.11.28 04:56:06.276580 [ 261 ] {99ba720f-fe28-42a4-85b8-97f9faa30cbe} <Debug> TCPHandler: Processed in 0.001849691 sec.
4158 2024.11.28 04:56:06.276849 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4159 2024.11.28 04:56:06.277032 [ 197 ] {0e358359-da00-4141-96e5-d1810c325245::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
4160 2024.11.28 04:56:06.277159 [ 266 ] {e0c10d88-ed8b-4469-a345-c2f628be4fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4161 2024.11.28 04:56:06.277235 [ 266 ] {e0c10d88-ed8b-4469-a345-c2f628be4fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4162 2024.11.28 04:56:06.277289 [ 197 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4163 2024.11.28 04:56:06.277340 [ 197 ] {0e358359-da00-4141-96e5-d1810c325245::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
4164 2024.11.28 04:56:06.277543 [ 197 ] {0e358359-da00-4141-96e5-d1810c325245::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
4165 2024.11.28 04:56:06.277949 [ 197 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
4166 2024.11.28 04:56:06.278333 [ 197 ] {0e358359-da00-4141-96e5-d1810c325245::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
4167 2024.11.28 04:56:06.278557 [ 197 ] {0e358359-da00-4141-96e5-d1810c325245::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
4168 2024.11.28 04:56:06.278830 [ 197 ] {0e358359-da00-4141-96e5-d1810c325245::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
4169 2024.11.28 04:56:06.279551 [ 266 ] {e0c10d88-ed8b-4469-a345-c2f628be4fd1} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4170 2024.11.28 04:56:06.279594 [ 266 ] {e0c10d88-ed8b-4469-a345-c2f628be4fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4171 2024.11.28 04:56:06.280289 [ 266 ] {e0c10d88-ed8b-4469-a345-c2f628be4fd1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4172 2024.11.28 04:56:06.280678 [ 192 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004017589 sec., 16427.76301906442 rows/sec., 858.29 KiB/sec.
4173 2024.11.28 04:56:06.280695 [ 266 ] {e0c10d88-ed8b-4469-a345-c2f628be4fd1} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4174 2024.11.28 04:56:06.280864 [ 201 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4175 2024.11.28 04:56:06.280946 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4176 2024.11.28 04:56:06.281087 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4177 2024.11.28 04:56:06.281114 [ 266 ] {e0c10d88-ed8b-4469-a345-c2f628be4fd1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004042 sec., 58634.33943592282 rows/sec., 3.93 MiB/sec.
4178 2024.11.28 04:56:06.281132 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4179 2024.11.28 04:56:06.281463 [ 266 ] {e0c10d88-ed8b-4469-a345-c2f628be4fd1} <Debug> TCPHandler: Processed in 0.004765016 sec.
4180 2024.11.28 04:56:06.281797 [ 197 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
4181 2024.11.28 04:56:06.282054 [ 201 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_11_2} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4182 2024.11.28 04:56:06.282316 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4183 2024.11.28 04:56:06.282457 [ 201 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_11_2} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4184 2024.11.28 04:56:06.282469 [ 197 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4185 2024.11.28 04:56:06.282521 [ 197 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4579 rows starting from the beginning of the part
4186 2024.11.28 04:56:06.282718 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4187 2024.11.28 04:56:06.282849 [ 261 ] {5229a1b0-d69b-4699-8564-a62fbc0cba72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4188 2024.11.28 04:56:06.282962 [ 197 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part
4189 2024.11.28 04:56:06.283007 [ 261 ] {5229a1b0-d69b-4699-8564-a62fbc0cba72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4190 2024.11.28 04:56:06.283309 [ 197 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
4191 2024.11.28 04:56:06.283668 [ 197 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 238 rows starting from the beginning of the part
4192 2024.11.28 04:56:06.284062 [ 197 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
4193 2024.11.28 04:56:06.284367 [ 197 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part
4194 2024.11.28 04:56:06.285568 [ 261 ] {5229a1b0-d69b-4699-8564-a62fbc0cba72} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4195 2024.11.28 04:56:06.285639 [ 261 ] {5229a1b0-d69b-4699-8564-a62fbc0cba72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4196 2024.11.28 04:56:06.286681 [ 261 ] {5229a1b0-d69b-4699-8564-a62fbc0cba72} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4197 2024.11.28 04:56:06.287125 [ 261 ] {5229a1b0-d69b-4699-8564-a62fbc0cba72} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4198 2024.11.28 04:56:06.287800 [ 261 ] {5229a1b0-d69b-4699-8564-a62fbc0cba72} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005087 sec., 196.57951641438962 rows/sec., 13.25 KiB/sec.
4199 2024.11.28 04:56:06.287953 [ 261 ] {5229a1b0-d69b-4699-8564-a62fbc0cba72} <Debug> TCPHandler: Processed in 0.00632999 sec.
4200 2024.11.28 04:56:06.288166 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4201 2024.11.28 04:56:06.288250 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5611 rows, containing 5 columns (5 merged, 0 gathered) in 0.006947334 sec., 807647.9409223739 rows/sec., 53.94 MiB/sec.
4202 2024.11.28 04:56:06.288338 [ 266 ] {46a8b71b-4c7c-4aa8-a22f-eeea44ddec68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4203 2024.11.28 04:56:06.288417 [ 266 ] {46a8b71b-4c7c-4aa8-a22f-eeea44ddec68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4204 2024.11.28 04:56:06.288867 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4205 2024.11.28 04:56:06.289928 [ 266 ] {46a8b71b-4c7c-4aa8-a22f-eeea44ddec68} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4206 2024.11.28 04:56:06.289972 [ 266 ] {46a8b71b-4c7c-4aa8-a22f-eeea44ddec68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4207 2024.11.28 04:56:06.290742 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4208 2024.11.28 04:56:06.290984 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4209 2024.11.28 04:56:06.291177 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB.
4210 2024.11.28 04:56:06.291330 [ 266 ] {46a8b71b-4c7c-4aa8-a22f-eeea44ddec68} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4211 2024.11.28 04:56:06.291643 [ 266 ] {46a8b71b-4c7c-4aa8-a22f-eeea44ddec68} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4212 2024.11.28 04:56:06.291955 [ 266 ] {46a8b71b-4c7c-4aa8-a22f-eeea44ddec68} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003659 sec., 2186.3897239682974 rows/sec., 3.92 MiB/sec.
4213 2024.11.28 04:56:06.292421 [ 266 ] {46a8b71b-4c7c-4aa8-a22f-eeea44ddec68} <Debug> TCPHandler: Processed in 0.004355076 sec.
4214 2024.11.28 04:56:06.292580 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4215 2024.11.28 04:56:06.292698 [ 261 ] {dfab7fc3-3590-494d-9449-d4223b94538e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4216 2024.11.28 04:56:06.292750 [ 261 ] {dfab7fc3-3590-494d-9449-d4223b94538e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4217 2024.11.28 04:56:06.293274 [ 261 ] {dfab7fc3-3590-494d-9449-d4223b94538e} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4218 2024.11.28 04:56:06.293313 [ 261 ] {dfab7fc3-3590-494d-9449-d4223b94538e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4219 2024.11.28 04:56:06.293725 [ 261 ] {dfab7fc3-3590-494d-9449-d4223b94538e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4220 2024.11.28 04:56:06.293998 [ 261 ] {dfab7fc3-3590-494d-9449-d4223b94538e} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4221 2024.11.28 04:56:06.294183 [ 86 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4222 2024.11.28 04:56:06.294237 [ 86 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4223 2024.11.28 04:56:06.294255 [ 261 ] {dfab7fc3-3590-494d-9449-d4223b94538e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001578 sec., 51964.51204055767 rows/sec., 3.30 MiB/sec.
4224 2024.11.28 04:56:06.294271 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4225 2024.11.28 04:56:06.294432 [ 261 ] {dfab7fc3-3590-494d-9449-d4223b94538e} <Debug> TCPHandler: Processed in 0.001908252 sec.
4226 2024.11.28 04:56:06.294524 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
4227 2024.11.28 04:56:06.294653 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4228 2024.11.28 04:56:06.294690 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 506 rows starting from the beginning of the part
4229 2024.11.28 04:56:06.294775 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
4230 2024.11.28 04:56:06.294853 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
4231 2024.11.28 04:56:06.295091 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
4232 2024.11.28 04:56:06.295164 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
4233 2024.11.28 04:56:06.295301 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part
4234 2024.11.28 04:56:06.296508 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 872 rows, containing 4 columns (4 merged, 0 gathered) in 0.002116377 sec., 412024.88970537856 rows/sec., 26.17 MiB/sec.
4235 2024.11.28 04:56:06.296689 [ 197 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4236 2024.11.28 04:56:06.297003 [ 197 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4237 2024.11.28 04:56:06.297087 [ 197 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_21_4} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4238 2024.11.28 04:56:06.297174 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
4239 2024.11.28 04:56:10.548744 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 580
4240 2024.11.28 04:56:10.551915 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4241 2024.11.28 04:56:10.551976 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4242 2024.11.28 04:56:10.553449 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4243 2024.11.28 04:56:10.553776 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4244 2024.11.28 04:56:10.554852 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 580
4245 2024.11.28 04:56:11.288131 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4246 2024.11.28 04:56:11.288322 [ 261 ] {ca020aca-7573-4925-b618-ae868cb5fac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4247 2024.11.28 04:56:11.288396 [ 261 ] {ca020aca-7573-4925-b618-ae868cb5fac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4248 2024.11.28 04:56:11.289170 [ 261 ] {ca020aca-7573-4925-b618-ae868cb5fac3} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4249 2024.11.28 04:56:11.289223 [ 261 ] {ca020aca-7573-4925-b618-ae868cb5fac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4250 2024.11.28 04:56:11.289659 [ 261 ] {ca020aca-7573-4925-b618-ae868cb5fac3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4251 2024.11.28 04:56:11.289935 [ 261 ] {ca020aca-7573-4925-b618-ae868cb5fac3} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4252 2024.11.28 04:56:11.290204 [ 261 ] {ca020aca-7573-4925-b618-ae868cb5fac3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001934 sec., 3102.3784901758017 rows/sec., 252.98 KiB/sec.
4253 2024.11.28 04:56:11.290416 [ 261 ] {ca020aca-7573-4925-b618-ae868cb5fac3} <Debug> TCPHandler: Processed in 0.002415624 sec.
4254 2024.11.28 04:56:11.290685 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4255 2024.11.28 04:56:11.290888 [ 266 ] {3033545f-e070-44ab-8935-16b6eab92684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4256 2024.11.28 04:56:11.290969 [ 266 ] {3033545f-e070-44ab-8935-16b6eab92684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4257 2024.11.28 04:56:11.292234 [ 266 ] {3033545f-e070-44ab-8935-16b6eab92684} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4258 2024.11.28 04:56:11.292289 [ 266 ] {3033545f-e070-44ab-8935-16b6eab92684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4259 2024.11.28 04:56:11.292821 [ 266 ] {3033545f-e070-44ab-8935-16b6eab92684} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4260 2024.11.28 04:56:11.293108 [ 266 ] {3033545f-e070-44ab-8935-16b6eab92684} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4261 2024.11.28 04:56:11.293369 [ 266 ] {3033545f-e070-44ab-8935-16b6eab92684} <Debug> executeQuery: Read 1261 rows, 106.56 KiB in 0.002537 sec., 497043.7524635396 rows/sec., 41.02 MiB/sec.
4262 2024.11.28 04:56:11.293445 [ 266 ] {3033545f-e070-44ab-8935-16b6eab92684} <Debug> TCPHandler: Processed in 0.002894744 sec.
4263 2024.11.28 04:56:11.293621 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4264 2024.11.28 04:56:11.293751 [ 261 ] {d490d770-b301-4539-8fb9-747c97cca261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4265 2024.11.28 04:56:11.293806 [ 261 ] {d490d770-b301-4539-8fb9-747c97cca261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4266 2024.11.28 04:56:11.294446 [ 261 ] {d490d770-b301-4539-8fb9-747c97cca261} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4267 2024.11.28 04:56:11.294487 [ 261 ] {d490d770-b301-4539-8fb9-747c97cca261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4268 2024.11.28 04:56:11.294867 [ 261 ] {d490d770-b301-4539-8fb9-747c97cca261} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4269 2024.11.28 04:56:11.295110 [ 261 ] {d490d770-b301-4539-8fb9-747c97cca261} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4270 2024.11.28 04:56:11.295326 [ 261 ] {d490d770-b301-4539-8fb9-747c97cca261} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001605 sec., 23052.95950155763 rows/sec., 1.67 MiB/sec.
4271 2024.11.28 04:56:11.295385 [ 261 ] {d490d770-b301-4539-8fb9-747c97cca261} <Debug> TCPHandler: Processed in 0.001828331 sec.
4272 2024.11.28 04:56:11.295543 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4273 2024.11.28 04:56:11.295678 [ 266 ] {a9cecf03-8bdf-480f-b275-a00a535b486b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4274 2024.11.28 04:56:11.295739 [ 266 ] {a9cecf03-8bdf-480f-b275-a00a535b486b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4275 2024.11.28 04:56:11.296438 [ 266 ] {a9cecf03-8bdf-480f-b275-a00a535b486b} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4276 2024.11.28 04:56:11.296484 [ 266 ] {a9cecf03-8bdf-480f-b275-a00a535b486b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4277 2024.11.28 04:56:11.296879 [ 266 ] {a9cecf03-8bdf-480f-b275-a00a535b486b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4278 2024.11.28 04:56:11.297124 [ 266 ] {a9cecf03-8bdf-480f-b275-a00a535b486b} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4279 2024.11.28 04:56:11.297352 [ 266 ] {a9cecf03-8bdf-480f-b275-a00a535b486b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001706 sec., 133645.95545134819 rows/sec., 9.05 MiB/sec.
4280 2024.11.28 04:56:11.297414 [ 266 ] {a9cecf03-8bdf-480f-b275-a00a535b486b} <Debug> TCPHandler: Processed in 0.001934503 sec.
4281 2024.11.28 04:56:11.297568 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4282 2024.11.28 04:56:11.297689 [ 261 ] {925d00e1-3bad-4bf7-b5d3-1039aa1839de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4283 2024.11.28 04:56:11.297740 [ 261 ] {925d00e1-3bad-4bf7-b5d3-1039aa1839de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4284 2024.11.28 04:56:11.298573 [ 261 ] {925d00e1-3bad-4bf7-b5d3-1039aa1839de} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4285 2024.11.28 04:56:11.298614 [ 261 ] {925d00e1-3bad-4bf7-b5d3-1039aa1839de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4286 2024.11.28 04:56:11.299023 [ 261 ] {925d00e1-3bad-4bf7-b5d3-1039aa1839de} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4287 2024.11.28 04:56:11.299275 [ 261 ] {925d00e1-3bad-4bf7-b5d3-1039aa1839de} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4288 2024.11.28 04:56:11.299502 [ 261 ] {925d00e1-3bad-4bf7-b5d3-1039aa1839de} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.00184 sec., 302717.39130434784 rows/sec., 22.49 MiB/sec.
4289 2024.11.28 04:56:11.299559 [ 261 ] {925d00e1-3bad-4bf7-b5d3-1039aa1839de} <Debug> TCPHandler: Processed in 0.002049046 sec.
4290 2024.11.28 04:56:11.299716 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4291 2024.11.28 04:56:11.299843 [ 266 ] {3d4356fd-d2a5-4e74-b25d-f6f7deddeafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4292 2024.11.28 04:56:11.299899 [ 266 ] {3d4356fd-d2a5-4e74-b25d-f6f7deddeafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4293 2024.11.28 04:56:11.300671 [ 266 ] {3d4356fd-d2a5-4e74-b25d-f6f7deddeafb} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4294 2024.11.28 04:56:11.300712 [ 266 ] {3d4356fd-d2a5-4e74-b25d-f6f7deddeafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4295 2024.11.28 04:56:11.301170 [ 266 ] {3d4356fd-d2a5-4e74-b25d-f6f7deddeafb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4296 2024.11.28 04:56:11.301415 [ 266 ] {3d4356fd-d2a5-4e74-b25d-f6f7deddeafb} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4297 2024.11.28 04:56:11.301671 [ 266 ] {3d4356fd-d2a5-4e74-b25d-f6f7deddeafb} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001854 sec., 476267.52966558794 rows/sec., 32.05 MiB/sec.
4298 2024.11.28 04:56:11.301879 [ 266 ] {3d4356fd-d2a5-4e74-b25d-f6f7deddeafb} <Debug> TCPHandler: Processed in 0.002219119 sec.
4299 2024.11.28 04:56:11.302064 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4300 2024.11.28 04:56:11.302187 [ 261 ] {19fc2059-0ab0-45ec-8180-a31fb0740d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4301 2024.11.28 04:56:11.302274 [ 261 ] {19fc2059-0ab0-45ec-8180-a31fb0740d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4302 2024.11.28 04:56:11.303472 [ 261 ] {19fc2059-0ab0-45ec-8180-a31fb0740d72} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4303 2024.11.28 04:56:11.303511 [ 261 ] {19fc2059-0ab0-45ec-8180-a31fb0740d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4304 2024.11.28 04:56:11.304183 [ 261 ] {19fc2059-0ab0-45ec-8180-a31fb0740d72} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4305 2024.11.28 04:56:11.304441 [ 261 ] {19fc2059-0ab0-45ec-8180-a31fb0740d72} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4306 2024.11.28 04:56:11.304626 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4307 2024.11.28 04:56:11.304719 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4308 2024.11.28 04:56:11.304728 [ 261 ] {19fc2059-0ab0-45ec-8180-a31fb0740d72} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002558 sec., 12118.842845973417 rows/sec., 21.72 MiB/sec.
4309 2024.11.28 04:56:11.304757 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4310 2024.11.28 04:56:11.305145 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
4311 2024.11.28 04:56:11.305162 [ 261 ] {19fc2059-0ab0-45ec-8180-a31fb0740d72} <Debug> TCPHandler: Processed in 0.00315775 sec.
4312 2024.11.28 04:56:11.305414 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4313 2024.11.28 04:56:11.305711 [ 266 ] {b620cc05-61ff-4214-8050-282d7c2c0d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4314 2024.11.28 04:56:11.305824 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4315 2024.11.28 04:56:11.305841 [ 266 ] {b620cc05-61ff-4214-8050-282d7c2c0d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4316 2024.11.28 04:56:11.306106 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 320 rows starting from the beginning of the part
4317 2024.11.28 04:56:11.307252 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part
4318 2024.11.28 04:56:11.307884 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part
4319 2024.11.28 04:56:11.308656 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part
4320 2024.11.28 04:56:11.308693 [ 266 ] {b620cc05-61ff-4214-8050-282d7c2c0d42} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4321 2024.11.28 04:56:11.308776 [ 266 ] {b620cc05-61ff-4214-8050-282d7c2c0d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4322 2024.11.28 04:56:11.309263 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part
4323 2024.11.28 04:56:11.309959 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part
4324 2024.11.28 04:56:11.310786 [ 266 ] {b620cc05-61ff-4214-8050-282d7c2c0d42} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4325 2024.11.28 04:56:11.311287 [ 266 ] {b620cc05-61ff-4214-8050-282d7c2c0d42} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4326 2024.11.28 04:56:11.311809 [ 266 ] {b620cc05-61ff-4214-8050-282d7c2c0d42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0062 sec., 9677.41935483871 rows/sec., 667.84 KiB/sec.
4327 2024.11.28 04:56:11.311965 [ 266 ] {b620cc05-61ff-4214-8050-282d7c2c0d42} <Debug> TCPHandler: Processed in 0.006682468 sec.
4328 2024.11.28 04:56:11.315214 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 429 rows, containing 19 columns (19 merged, 0 gathered) in 0.010320479 sec., 41567.83808193399 rows/sec., 74.49 MiB/sec.
4329 2024.11.28 04:56:11.316122 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4330 2024.11.28 04:56:11.316555 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4331 2024.11.28 04:56:11.316636 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4332 2024.11.28 04:56:11.316790 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB.
4333 2024.11.28 04:56:13.025346 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4334 2024.11.28 04:56:13.026062 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4335 2024.11.28 04:56:13.026114 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4336 2024.11.28 04:56:13.026659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4337 2024.11.28 04:56:13.027025 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4338 2024.11.28 04:56:13.027279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4339 2024.11.28 04:56:13.609474 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4340 2024.11.28 04:56:13.630709 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4341 2024.11.28 04:56:13.630770 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4342 2024.11.28 04:56:13.638583 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4343 2024.11.28 04:56:13.639358 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4344 2024.11.28 04:56:13.642451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4345 2024.11.28 04:56:16.261685 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4346 2024.11.28 04:56:16.261892 [ 261 ] {8b431757-ed80-443a-87bb-d2cdf845f030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4347 2024.11.28 04:56:16.261965 [ 261 ] {8b431757-ed80-443a-87bb-d2cdf845f030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4348 2024.11.28 04:56:16.262709 [ 261 ] {8b431757-ed80-443a-87bb-d2cdf845f030} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4349 2024.11.28 04:56:16.262758 [ 261 ] {8b431757-ed80-443a-87bb-d2cdf845f030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4350 2024.11.28 04:56:16.263177 [ 261 ] {8b431757-ed80-443a-87bb-d2cdf845f030} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4351 2024.11.28 04:56:16.263416 [ 261 ] {8b431757-ed80-443a-87bb-d2cdf845f030} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4352 2024.11.28 04:56:16.263670 [ 261 ] {8b431757-ed80-443a-87bb-d2cdf845f030} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001828 sec., 7658.643326039388 rows/sec., 551.32 KiB/sec.
4353 2024.11.28 04:56:16.263777 [ 261 ] {8b431757-ed80-443a-87bb-d2cdf845f030} <Debug> TCPHandler: Processed in 0.002220439 sec.
4354 2024.11.28 04:56:16.264079 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4355 2024.11.28 04:56:16.264288 [ 266 ] {13385877-7672-4c36-af58-aa0699868c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4356 2024.11.28 04:56:16.264365 [ 266 ] {13385877-7672-4c36-af58-aa0699868c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4357 2024.11.28 04:56:16.265293 [ 266 ] {13385877-7672-4c36-af58-aa0699868c8c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4358 2024.11.28 04:56:16.265339 [ 266 ] {13385877-7672-4c36-af58-aa0699868c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4359 2024.11.28 04:56:16.265780 [ 266 ] {13385877-7672-4c36-af58-aa0699868c8c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4360 2024.11.28 04:56:16.266034 [ 266 ] {13385877-7672-4c36-af58-aa0699868c8c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4361 2024.11.28 04:56:16.266248 [ 23 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4362 2024.11.28 04:56:16.266304 [ 266 ] {13385877-7672-4c36-af58-aa0699868c8c} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002077 sec., 105440.53923928743 rows/sec., 9.19 MiB/sec.
4363 2024.11.28 04:56:16.266372 [ 23 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4364 2024.11.28 04:56:16.266434 [ 266 ] {13385877-7672-4c36-af58-aa0699868c8c} <Debug> TCPHandler: Processed in 0.002490475 sec.
4365 2024.11.28 04:56:16.266457 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4366 2024.11.28 04:56:16.266648 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4367 2024.11.28 04:56:16.267026 [ 261 ] {1914f7cc-5214-40e6-bb48-0656d8728954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4368 2024.11.28 04:56:16.267134 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
4369 2024.11.28 04:56:16.267200 [ 261 ] {1914f7cc-5214-40e6-bb48-0656d8728954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4370 2024.11.28 04:56:16.267743 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4371 2024.11.28 04:56:16.267816 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1427 rows starting from the beginning of the part
4372 2024.11.28 04:56:16.268212 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 220 rows starting from the beginning of the part
4373 2024.11.28 04:56:16.268625 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 118 rows starting from the beginning of the part
4374 2024.11.28 04:56:16.268978 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 219 rows starting from the beginning of the part
4375 2024.11.28 04:56:16.269229 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1261 rows starting from the beginning of the part
4376 2024.11.28 04:56:16.269471 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 219 rows starting from the beginning of the part
4377 2024.11.28 04:56:16.270348 [ 261 ] {1914f7cc-5214-40e6-bb48-0656d8728954} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4378 2024.11.28 04:56:16.270407 [ 261 ] {1914f7cc-5214-40e6-bb48-0656d8728954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4379 2024.11.28 04:56:16.271276 [ 261 ] {1914f7cc-5214-40e6-bb48-0656d8728954} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4380 2024.11.28 04:56:16.271796 [ 261 ] {1914f7cc-5214-40e6-bb48-0656d8728954} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4381 2024.11.28 04:56:16.272359 [ 261 ] {1914f7cc-5214-40e6-bb48-0656d8728954} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005481 sec., 2736.7268746579093 rows/sec., 192.96 KiB/sec.
4382 2024.11.28 04:56:16.272452 [ 261 ] {1914f7cc-5214-40e6-bb48-0656d8728954} <Debug> TCPHandler: Processed in 0.005917772 sec.
4383 2024.11.28 04:56:16.272646 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4384 2024.11.28 04:56:16.272802 [ 266 ] {5405822a-3ecb-4a27-aded-79bef049edc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4385 2024.11.28 04:56:16.272876 [ 266 ] {5405822a-3ecb-4a27-aded-79bef049edc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4386 2024.11.28 04:56:16.273547 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3464 rows, containing 5 columns (5 merged, 0 gathered) in 0.006923334 sec., 500336.9763758328 rows/sec., 43.86 MiB/sec.
4387 2024.11.28 04:56:16.273864 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4388 2024.11.28 04:56:16.274453 [ 266 ] {5405822a-3ecb-4a27-aded-79bef049edc4} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4389 2024.11.28 04:56:16.274501 [ 197 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4390 2024.11.28 04:56:16.274511 [ 266 ] {5405822a-3ecb-4a27-aded-79bef049edc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4391 2024.11.28 04:56:16.274641 [ 197 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_26_5} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4392 2024.11.28 04:56:16.274761 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
4393 2024.11.28 04:56:16.274959 [ 266 ] {5405822a-3ecb-4a27-aded-79bef049edc4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4394 2024.11.28 04:56:16.275216 [ 266 ] {5405822a-3ecb-4a27-aded-79bef049edc4} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4395 2024.11.28 04:56:16.275344 [ 29 ] {} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4396 2024.11.28 04:56:16.275389 [ 29 ] {} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4397 2024.11.28 04:56:16.275405 [ 266 ] {5405822a-3ecb-4a27-aded-79bef049edc4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002635 sec., 5313.092979127135 rows/sec., 372.09 KiB/sec.
4398 2024.11.28 04:56:16.275416 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4399 2024.11.28 04:56:16.275502 [ 266 ] {5405822a-3ecb-4a27-aded-79bef049edc4} <Debug> TCPHandler: Processed in 0.002933635 sec.
4400 2024.11.28 04:56:16.275710 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::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
4401 2024.11.28 04:56:16.275786 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4402 2024.11.28 04:56:16.275895 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4403 2024.11.28 04:56:16.275978 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part
4404 2024.11.28 04:56:16.276017 [ 261 ] {321b3d67-7804-43d4-8bf2-0ddf237539ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4405 2024.11.28 04:56:16.276178 [ 261 ] {321b3d67-7804-43d4-8bf2-0ddf237539ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4406 2024.11.28 04:56:16.276208 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4407 2024.11.28 04:56:16.276677 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4408 2024.11.28 04:56:16.277039 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
4409 2024.11.28 04:56:16.277486 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part
4410 2024.11.28 04:56:16.277844 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
4411 2024.11.28 04:56:16.278743 [ 261 ] {321b3d67-7804-43d4-8bf2-0ddf237539ba} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4412 2024.11.28 04:56:16.278821 [ 261 ] {321b3d67-7804-43d4-8bf2-0ddf237539ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4413 2024.11.28 04:56:16.279747 [ 261 ] {321b3d67-7804-43d4-8bf2-0ddf237539ba} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4414 2024.11.28 04:56:16.280319 [ 261 ] {321b3d67-7804-43d4-8bf2-0ddf237539ba} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4415 2024.11.28 04:56:16.280603 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005089543 sec., 103545.6425066062 rows/sec., 7.41 MiB/sec.
4416 2024.11.28 04:56:16.280953 [ 261 ] {321b3d67-7804-43d4-8bf2-0ddf237539ba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004972 sec., 2614.6419951729686 rows/sec., 163.02 KiB/sec.
4417 2024.11.28 04:56:16.281034 [ 189 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4418 2024.11.28 04:56:16.281224 [ 261 ] {321b3d67-7804-43d4-8bf2-0ddf237539ba} <Debug> TCPHandler: Processed in 0.005598644 sec.
4419 2024.11.28 04:56:16.281397 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4420 2024.11.28 04:56:16.281577 [ 266 ] {68fc561e-54ef-46d5-866f-70402e72b48a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4421 2024.11.28 04:56:16.281637 [ 189 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4422 2024.11.28 04:56:16.281662 [ 266 ] {68fc561e-54ef-46d5-866f-70402e72b48a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4423 2024.11.28 04:56:16.281910 [ 189 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_16_3} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4424 2024.11.28 04:56:16.282132 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
4425 2024.11.28 04:56:16.282763 [ 266 ] {68fc561e-54ef-46d5-866f-70402e72b48a} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4426 2024.11.28 04:56:16.282808 [ 266 ] {68fc561e-54ef-46d5-866f-70402e72b48a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4427 2024.11.28 04:56:16.283198 [ 266 ] {68fc561e-54ef-46d5-866f-70402e72b48a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4428 2024.11.28 04:56:16.283440 [ 266 ] {68fc561e-54ef-46d5-866f-70402e72b48a} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4429 2024.11.28 04:56:16.283575 [ 29 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4430 2024.11.28 04:56:16.283619 [ 29 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4431 2024.11.28 04:56:16.283629 [ 266 ] {68fc561e-54ef-46d5-866f-70402e72b48a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002103 sec., 185449.35805991443 rows/sec., 13.15 MiB/sec.
4432 2024.11.28 04:56:16.283647 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4433 2024.11.28 04:56:16.283730 [ 266 ] {68fc561e-54ef-46d5-866f-70402e72b48a} <Debug> TCPHandler: Processed in 0.002400154 sec.
4434 2024.11.28 04:56:16.283783 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
4435 2024.11.28 04:56:16.283889 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4436 2024.11.28 04:56:16.283930 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4437 2024.11.28 04:56:16.283943 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 903 rows starting from the beginning of the part
4438 2024.11.28 04:56:16.284200 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 392 rows starting from the beginning of the part
4439 2024.11.28 04:56:16.284295 [ 261 ] {b1e09c5d-2c13-477d-bdae-aaa3696565e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4440 2024.11.28 04:56:16.284509 [ 261 ] {b1e09c5d-2c13-477d-bdae-aaa3696565e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4441 2024.11.28 04:56:16.284507 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 95 rows starting from the beginning of the part
4442 2024.11.28 04:56:16.284886 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 390 rows starting from the beginning of the part
4443 2024.11.28 04:56:16.285220 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 557 rows starting from the beginning of the part
4444 2024.11.28 04:56:16.285532 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 390 rows starting from the beginning of the part
4445 2024.11.28 04:56:16.286597 [ 261 ] {b1e09c5d-2c13-477d-bdae-aaa3696565e4} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4446 2024.11.28 04:56:16.286657 [ 261 ] {b1e09c5d-2c13-477d-bdae-aaa3696565e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4447 2024.11.28 04:56:16.287640 [ 261 ] {b1e09c5d-2c13-477d-bdae-aaa3696565e4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4448 2024.11.28 04:56:16.288042 [ 261 ] {b1e09c5d-2c13-477d-bdae-aaa3696565e4} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4449 2024.11.28 04:56:16.288324 [ 261 ] {b1e09c5d-2c13-477d-bdae-aaa3696565e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004165 sec., 1440.5762304921968 rows/sec., 75.26 KiB/sec.
4450 2024.11.28 04:56:16.288626 [ 261 ] {b1e09c5d-2c13-477d-bdae-aaa3696565e4} <Debug> TCPHandler: Processed in 0.004768826 sec.
4451 2024.11.28 04:56:16.288883 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4452 2024.11.28 04:56:16.288911 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2727 rows, containing 5 columns (5 merged, 0 gathered) in 0.005192466 sec., 525183.987723752 rows/sec., 40.05 MiB/sec.
4453 2024.11.28 04:56:16.289028 [ 266 ] {954eec9e-656d-4f5d-99e8-4245222ffe6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4454 2024.11.28 04:56:16.289099 [ 266 ] {954eec9e-656d-4f5d-99e8-4245222ffe6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4455 2024.11.28 04:56:16.289148 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4456 2024.11.28 04:56:16.289816 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4457 2024.11.28 04:56:16.290074 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_26_5} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4458 2024.11.28 04:56:16.290276 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
4459 2024.11.28 04:56:16.290397 [ 266 ] {954eec9e-656d-4f5d-99e8-4245222ffe6d} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4460 2024.11.28 04:56:16.290442 [ 266 ] {954eec9e-656d-4f5d-99e8-4245222ffe6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4461 2024.11.28 04:56:16.290842 [ 266 ] {954eec9e-656d-4f5d-99e8-4245222ffe6d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4462 2024.11.28 04:56:16.291089 [ 266 ] {954eec9e-656d-4f5d-99e8-4245222ffe6d} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4463 2024.11.28 04:56:16.291269 [ 266 ] {954eec9e-656d-4f5d-99e8-4245222ffe6d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002275 sec., 104175.82417582416 rows/sec., 6.98 MiB/sec.
4464 2024.11.28 04:56:16.291326 [ 266 ] {954eec9e-656d-4f5d-99e8-4245222ffe6d} <Debug> TCPHandler: Processed in 0.002574957 sec.
4465 2024.11.28 04:56:16.291477 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4466 2024.11.28 04:56:16.291593 [ 261 ] {7f440fbf-3c4b-4e81-960f-1187a043361b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4467 2024.11.28 04:56:16.291644 [ 261 ] {7f440fbf-3c4b-4e81-960f-1187a043361b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4468 2024.11.28 04:56:16.292140 [ 261 ] {7f440fbf-3c4b-4e81-960f-1187a043361b} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4469 2024.11.28 04:56:16.292177 [ 261 ] {7f440fbf-3c4b-4e81-960f-1187a043361b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4470 2024.11.28 04:56:16.292531 [ 261 ] {7f440fbf-3c4b-4e81-960f-1187a043361b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4471 2024.11.28 04:56:16.292774 [ 261 ] {7f440fbf-3c4b-4e81-960f-1187a043361b} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4472 2024.11.28 04:56:16.293049 [ 261 ] {7f440fbf-3c4b-4e81-960f-1187a043361b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec.
4473 2024.11.28 04:56:16.293228 [ 261 ] {7f440fbf-3c4b-4e81-960f-1187a043361b} <Debug> TCPHandler: Processed in 0.00180117 sec.
4474 2024.11.28 04:56:16.293399 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4475 2024.11.28 04:56:16.293537 [ 266 ] {48776155-96e6-4eef-9848-c57ce58a31db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4476 2024.11.28 04:56:16.293628 [ 266 ] {48776155-96e6-4eef-9848-c57ce58a31db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4477 2024.11.28 04:56:16.294788 [ 266 ] {48776155-96e6-4eef-9848-c57ce58a31db} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4478 2024.11.28 04:56:16.294826 [ 266 ] {48776155-96e6-4eef-9848-c57ce58a31db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4479 2024.11.28 04:56:16.295441 [ 266 ] {48776155-96e6-4eef-9848-c57ce58a31db} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4480 2024.11.28 04:56:16.295713 [ 266 ] {48776155-96e6-4eef-9848-c57ce58a31db} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4481 2024.11.28 04:56:16.295906 [ 266 ] {48776155-96e6-4eef-9848-c57ce58a31db} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0024 sec., 3333.3333333333335 rows/sec., 5.97 MiB/sec.
4482 2024.11.28 04:56:16.295997 [ 266 ] {48776155-96e6-4eef-9848-c57ce58a31db} <Debug> TCPHandler: Processed in 0.002664409 sec.
4483 2024.11.28 04:56:16.296146 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4484 2024.11.28 04:56:16.296263 [ 261 ] {f9a2c365-df81-4ded-a750-de2fcfdd72e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4485 2024.11.28 04:56:16.296313 [ 261 ] {f9a2c365-df81-4ded-a750-de2fcfdd72e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4486 2024.11.28 04:56:16.296802 [ 261 ] {f9a2c365-df81-4ded-a750-de2fcfdd72e3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4487 2024.11.28 04:56:16.296851 [ 261 ] {f9a2c365-df81-4ded-a750-de2fcfdd72e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4488 2024.11.28 04:56:16.297222 [ 261 ] {f9a2c365-df81-4ded-a750-de2fcfdd72e3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4489 2024.11.28 04:56:16.297473 [ 261 ] {f9a2c365-df81-4ded-a750-de2fcfdd72e3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4490 2024.11.28 04:56:16.297696 [ 261 ] {f9a2c365-df81-4ded-a750-de2fcfdd72e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec.
4491 2024.11.28 04:56:16.297747 [ 261 ] {f9a2c365-df81-4ded-a750-de2fcfdd72e3} <Debug> TCPHandler: Processed in 0.001657487 sec.
4492 2024.11.28 04:56:20.427353 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache
4493 2024.11.28 04:56:20.427428 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache
4494 2024.11.28 04:56:20.527398 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4495 2024.11.28 04:56:20.528134 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4496 2024.11.28 04:56:20.528187 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4497 2024.11.28 04:56:20.528716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4498 2024.11.28 04:56:20.528965 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4499 2024.11.28 04:56:20.529217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4500 2024.11.28 04:56:20.555026 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 618
4501 2024.11.28 04:56:20.558270 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4502 2024.11.28 04:56:20.558330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4503 2024.11.28 04:56:20.559812 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4504 2024.11.28 04:56:20.560142 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4505 2024.11.28 04:56:20.560820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 618
4506 2024.11.28 04:56:21.142510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4507 2024.11.28 04:56:21.164576 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4508 2024.11.28 04:56:21.164633 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4509 2024.11.28 04:56:21.172763 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4510 2024.11.28 04:56:21.173593 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4511 2024.11.28 04:56:21.177276 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4512 2024.11.28 04:56:21.258836 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4513 2024.11.28 04:56:21.259029 [ 261 ] {44e1c661-ccb7-4afb-b897-9b617e06cd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4514 2024.11.28 04:56:21.259101 [ 261 ] {44e1c661-ccb7-4afb-b897-9b617e06cd09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4515 2024.11.28 04:56:21.259968 [ 261 ] {44e1c661-ccb7-4afb-b897-9b617e06cd09} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4516 2024.11.28 04:56:21.260016 [ 261 ] {44e1c661-ccb7-4afb-b897-9b617e06cd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4517 2024.11.28 04:56:21.260461 [ 261 ] {44e1c661-ccb7-4afb-b897-9b617e06cd09} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4518 2024.11.28 04:56:21.260724 [ 261 ] {44e1c661-ccb7-4afb-b897-9b617e06cd09} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4519 2024.11.28 04:56:21.261006 [ 261 ] {44e1c661-ccb7-4afb-b897-9b617e06cd09} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002024 sec., 58300.39525691699 rows/sec., 4.93 MiB/sec.
4520 2024.11.28 04:56:21.261211 [ 261 ] {44e1c661-ccb7-4afb-b897-9b617e06cd09} <Debug> TCPHandler: Processed in 0.002511495 sec.
4521 2024.11.28 04:56:21.261564 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4522 2024.11.28 04:56:21.261844 [ 266 ] {2573916c-3307-48a6-9943-fc09a4fb007c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4523 2024.11.28 04:56:21.261956 [ 266 ] {2573916c-3307-48a6-9943-fc09a4fb007c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4524 2024.11.28 04:56:21.262848 [ 266 ] {2573916c-3307-48a6-9943-fc09a4fb007c} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4525 2024.11.28 04:56:21.262898 [ 266 ] {2573916c-3307-48a6-9943-fc09a4fb007c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4526 2024.11.28 04:56:21.263401 [ 266 ] {2573916c-3307-48a6-9943-fc09a4fb007c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4527 2024.11.28 04:56:21.263750 [ 266 ] {2573916c-3307-48a6-9943-fc09a4fb007c} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4528 2024.11.28 04:56:21.263958 [ 51 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4529 2024.11.28 04:56:21.264039 [ 51 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4530 2024.11.28 04:56:21.264063 [ 266 ] {2573916c-3307-48a6-9943-fc09a4fb007c} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00229 sec., 13537.117903930131 rows/sec., 1017.93 KiB/sec.
4531 2024.11.28 04:56:21.264078 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4532 2024.11.28 04:56:21.264248 [ 266 ] {2573916c-3307-48a6-9943-fc09a4fb007c} <Debug> TCPHandler: Processed in 0.002857774 sec.
4533 2024.11.28 04:56:21.264331 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
4534 2024.11.28 04:56:21.264455 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4535 2024.11.28 04:56:21.264473 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4536 2024.11.28 04:56:21.264509 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 56 rows starting from the beginning of the part
4537 2024.11.28 04:56:21.264610 [ 261 ] {96343493-2b43-4760-826d-8feca1e827c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4538 2024.11.28 04:56:21.264625 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part
4539 2024.11.28 04:56:21.264753 [ 261 ] {96343493-2b43-4760-826d-8feca1e827c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4540 2024.11.28 04:56:21.265079 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part
4541 2024.11.28 04:56:21.265388 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 37 rows starting from the beginning of the part
4542 2024.11.28 04:56:21.265662 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 15 rows starting from the beginning of the part
4543 2024.11.28 04:56:21.265957 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part
4544 2024.11.28 04:56:21.267274 [ 261 ] {96343493-2b43-4760-826d-8feca1e827c0} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4545 2024.11.28 04:56:21.267325 [ 261 ] {96343493-2b43-4760-826d-8feca1e827c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4546 2024.11.28 04:56:21.268024 [ 261 ] {96343493-2b43-4760-826d-8feca1e827c0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4547 2024.11.28 04:56:21.268064 [ 194 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.003845605 sec., 48106.86484961404 rows/sec., 3.64 MiB/sec.
4548 2024.11.28 04:56:21.268312 [ 194 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4549 2024.11.28 04:56:21.268483 [ 261 ] {96343493-2b43-4760-826d-8feca1e827c0} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4550 2024.11.28 04:56:21.268858 [ 261 ] {96343493-2b43-4760-826d-8feca1e827c0} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.004292 sec., 22134.20316868593 rows/sec., 1.73 MiB/sec.
4551 2024.11.28 04:56:21.269049 [ 261 ] {96343493-2b43-4760-826d-8feca1e827c0} <Debug> TCPHandler: Processed in 0.004651603 sec.
4552 2024.11.28 04:56:21.269051 [ 194 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4553 2024.11.28 04:56:21.269241 [ 194 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_26_5} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4554 2024.11.28 04:56:21.269255 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4555 2024.11.28 04:56:21.269410 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4556 2024.11.28 04:56:21.269479 [ 266 ] {bafe3cb7-aa8d-4c37-b83b-1176795e587a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4557 2024.11.28 04:56:21.269539 [ 266 ] {bafe3cb7-aa8d-4c37-b83b-1176795e587a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4558 2024.11.28 04:56:21.270145 [ 266 ] {bafe3cb7-aa8d-4c37-b83b-1176795e587a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4559 2024.11.28 04:56:21.270186 [ 266 ] {bafe3cb7-aa8d-4c37-b83b-1176795e587a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4560 2024.11.28 04:56:21.270603 [ 266 ] {bafe3cb7-aa8d-4c37-b83b-1176795e587a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4561 2024.11.28 04:56:21.270866 [ 266 ] {bafe3cb7-aa8d-4c37-b83b-1176795e587a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4562 2024.11.28 04:56:21.271090 [ 266 ] {bafe3cb7-aa8d-4c37-b83b-1176795e587a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec.
4563 2024.11.28 04:56:21.271147 [ 266 ] {bafe3cb7-aa8d-4c37-b83b-1176795e587a} <Debug> TCPHandler: Processed in 0.001978784 sec.
4564 2024.11.28 04:56:21.271316 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4565 2024.11.28 04:56:21.271437 [ 261 ] {b3f36909-079f-441f-86bb-0f22ace359bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4566 2024.11.28 04:56:21.271521 [ 261 ] {b3f36909-079f-441f-86bb-0f22ace359bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4567 2024.11.28 04:56:21.272722 [ 261 ] {b3f36909-079f-441f-86bb-0f22ace359bd} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4568 2024.11.28 04:56:21.272763 [ 261 ] {b3f36909-079f-441f-86bb-0f22ace359bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4569 2024.11.28 04:56:21.273443 [ 261 ] {b3f36909-079f-441f-86bb-0f22ace359bd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4570 2024.11.28 04:56:21.273715 [ 261 ] {b3f36909-079f-441f-86bb-0f22ace359bd} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4571 2024.11.28 04:56:21.273966 [ 261 ] {b3f36909-079f-441f-86bb-0f22ace359bd} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002553 sec., 12142.577359968664 rows/sec., 21.76 MiB/sec.
4572 2024.11.28 04:56:21.274059 [ 261 ] {b3f36909-079f-441f-86bb-0f22ace359bd} <Debug> TCPHandler: Processed in 0.002803922 sec.
4573 2024.11.28 04:56:21.274240 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4574 2024.11.28 04:56:21.274380 [ 266 ] {dab4f3b0-39a5-4a95-a179-8b4ecd5ca04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4575 2024.11.28 04:56:21.274441 [ 266 ] {dab4f3b0-39a5-4a95-a179-8b4ecd5ca04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4576 2024.11.28 04:56:21.275037 [ 266 ] {dab4f3b0-39a5-4a95-a179-8b4ecd5ca04c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4577 2024.11.28 04:56:21.275083 [ 266 ] {dab4f3b0-39a5-4a95-a179-8b4ecd5ca04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4578 2024.11.28 04:56:21.275484 [ 266 ] {dab4f3b0-39a5-4a95-a179-8b4ecd5ca04c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4579 2024.11.28 04:56:21.275720 [ 266 ] {dab4f3b0-39a5-4a95-a179-8b4ecd5ca04c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4580 2024.11.28 04:56:21.275984 [ 266 ] {dab4f3b0-39a5-4a95-a179-8b4ecd5ca04c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001633 sec., 36742.19228413962 rows/sec., 2.48 MiB/sec.
4581 2024.11.28 04:56:21.276167 [ 266 ] {dab4f3b0-39a5-4a95-a179-8b4ecd5ca04c} <Debug> TCPHandler: Processed in 0.001989144 sec.
4582 2024.11.28 04:56:23.767579 [ 66 ] {} <Debug> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4583 2024.11.28 04:56:23.767714 [ 66 ] {} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4584 2024.11.28 04:56:23.767764 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4585 2024.11.28 04:56:23.767930 [ 187 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
4586 2024.11.28 04:56:23.768074 [ 187 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4587 2024.11.28 04:56:23.768113 [ 187 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
4588 2024.11.28 04:56:23.768197 [ 187 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
4589 2024.11.28 04:56:23.768396 [ 187 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
4590 2024.11.28 04:56:23.768752 [ 187 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
4591 2024.11.28 04:56:23.768833 [ 187 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
4592 2024.11.28 04:56:23.770050 [ 194 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 5 columns (5 merged, 0 gathered) in 0.002201529 sec., 7267.676237742043 rows/sec., 621.02 KiB/sec.
4593 2024.11.28 04:56:23.770248 [ 191 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4594 2024.11.28 04:56:23.770610 [ 191 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_5_1} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4595 2024.11.28 04:56:23.770700 [ 191 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_5_1} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4596 2024.11.28 04:56:23.770802 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4597 2024.11.28 04:56:26.262529 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4598 2024.11.28 04:56:26.262719 [ 261 ] {323c5361-b211-4cec-8506-9eada1626f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4599 2024.11.28 04:56:26.262791 [ 261 ] {323c5361-b211-4cec-8506-9eada1626f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4600 2024.11.28 04:56:26.263543 [ 261 ] {323c5361-b211-4cec-8506-9eada1626f1b} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4601 2024.11.28 04:56:26.263593 [ 261 ] {323c5361-b211-4cec-8506-9eada1626f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4602 2024.11.28 04:56:26.264008 [ 261 ] {323c5361-b211-4cec-8506-9eada1626f1b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4603 2024.11.28 04:56:26.264266 [ 261 ] {323c5361-b211-4cec-8506-9eada1626f1b} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4604 2024.11.28 04:56:26.264449 [ 73 ] {} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4605 2024.11.28 04:56:26.264516 [ 261 ] {323c5361-b211-4cec-8506-9eada1626f1b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec.
4606 2024.11.28 04:56:26.264533 [ 73 ] {} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4607 2024.11.28 04:56:26.264607 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4608 2024.11.28 04:56:26.264657 [ 261 ] {323c5361-b211-4cec-8506-9eada1626f1b} <Debug> TCPHandler: Processed in 0.00226318 sec.
4609 2024.11.28 04:56:26.264837 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
4610 2024.11.28 04:56:26.264930 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4611 2024.11.28 04:56:26.265049 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4612 2024.11.28 04:56:26.265128 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
4613 2024.11.28 04:56:26.265186 [ 266 ] {a3fdd65e-0d85-4fc2-b6de-6548e18a0a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4614 2024.11.28 04:56:26.265374 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
4615 2024.11.28 04:56:26.265394 [ 266 ] {a3fdd65e-0d85-4fc2-b6de-6548e18a0a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4616 2024.11.28 04:56:26.265683 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
4617 2024.11.28 04:56:26.266060 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
4618 2024.11.28 04:56:26.266313 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
4619 2024.11.28 04:56:26.268119 [ 266 ] {a3fdd65e-0d85-4fc2-b6de-6548e18a0a6e} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4620 2024.11.28 04:56:26.268192 [ 266 ] {a3fdd65e-0d85-4fc2-b6de-6548e18a0a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4621 2024.11.28 04:56:26.269151 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004419198 sec., 15839.97820418999 rows/sec., 1.17 MiB/sec.
4622 2024.11.28 04:56:26.269242 [ 266 ] {a3fdd65e-0d85-4fc2-b6de-6548e18a0a6e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4623 2024.11.28 04:56:26.269347 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4624 2024.11.28 04:56:26.269710 [ 266 ] {a3fdd65e-0d85-4fc2-b6de-6548e18a0a6e} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4625 2024.11.28 04:56:26.269878 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_13_3} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4626 2024.11.28 04:56:26.270235 [ 191 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_13_3} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4627 2024.11.28 04:56:26.270311 [ 266 ] {a3fdd65e-0d85-4fc2-b6de-6548e18a0a6e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005204 sec., 768.6395080707148 rows/sec., 62.68 KiB/sec.
4628 2024.11.28 04:56:26.270476 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4629 2024.11.28 04:56:26.270561 [ 266 ] {a3fdd65e-0d85-4fc2-b6de-6548e18a0a6e} <Debug> TCPHandler: Processed in 0.005761508 sec.
4630 2024.11.28 04:56:26.270738 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4631 2024.11.28 04:56:26.270877 [ 261 ] {45f89917-8714-46ef-8dee-f4e1ce9dffe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4632 2024.11.28 04:56:26.270935 [ 261 ] {45f89917-8714-46ef-8dee-f4e1ce9dffe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4633 2024.11.28 04:56:26.271729 [ 261 ] {45f89917-8714-46ef-8dee-f4e1ce9dffe9} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4634 2024.11.28 04:56:26.271768 [ 261 ] {45f89917-8714-46ef-8dee-f4e1ce9dffe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4635 2024.11.28 04:56:26.272152 [ 261 ] {45f89917-8714-46ef-8dee-f4e1ce9dffe9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4636 2024.11.28 04:56:26.272390 [ 261 ] {45f89917-8714-46ef-8dee-f4e1ce9dffe9} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4637 2024.11.28 04:56:26.272605 [ 261 ] {45f89917-8714-46ef-8dee-f4e1ce9dffe9} <Debug> executeQuery: Read 221 rows, 19.68 KiB in 0.001758 sec., 125711.03526734926 rows/sec., 10.93 MiB/sec.
4638 2024.11.28 04:56:26.272657 [ 261 ] {45f89917-8714-46ef-8dee-f4e1ce9dffe9} <Debug> TCPHandler: Processed in 0.001992005 sec.
4639 2024.11.28 04:56:26.272854 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4640 2024.11.28 04:56:26.272994 [ 266 ] {9d74638c-50d3-4285-8e5d-c3dde954ad32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4641 2024.11.28 04:56:26.273053 [ 266 ] {9d74638c-50d3-4285-8e5d-c3dde954ad32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4642 2024.11.28 04:56:26.273710 [ 266 ] {9d74638c-50d3-4285-8e5d-c3dde954ad32} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4643 2024.11.28 04:56:26.273749 [ 266 ] {9d74638c-50d3-4285-8e5d-c3dde954ad32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4644 2024.11.28 04:56:26.274105 [ 266 ] {9d74638c-50d3-4285-8e5d-c3dde954ad32} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4645 2024.11.28 04:56:26.274343 [ 266 ] {9d74638c-50d3-4285-8e5d-c3dde954ad32} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4646 2024.11.28 04:56:26.274597 [ 266 ] {9d74638c-50d3-4285-8e5d-c3dde954ad32} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001627 sec., 11677.934849416104 rows/sec., 821.71 KiB/sec.
4647 2024.11.28 04:56:26.274790 [ 266 ] {9d74638c-50d3-4285-8e5d-c3dde954ad32} <Debug> TCPHandler: Processed in 0.002002665 sec.
4648 2024.11.28 04:56:26.275000 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4649 2024.11.28 04:56:26.275134 [ 261 ] {2ae9198b-c464-4fc2-969f-9d8996af8be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4650 2024.11.28 04:56:26.275189 [ 261 ] {2ae9198b-c464-4fc2-969f-9d8996af8be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4651 2024.11.28 04:56:26.275790 [ 261 ] {2ae9198b-c464-4fc2-969f-9d8996af8be0} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4652 2024.11.28 04:56:26.275828 [ 261 ] {2ae9198b-c464-4fc2-969f-9d8996af8be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4653 2024.11.28 04:56:26.276177 [ 261 ] {2ae9198b-c464-4fc2-969f-9d8996af8be0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4654 2024.11.28 04:56:26.276409 [ 261 ] {2ae9198b-c464-4fc2-969f-9d8996af8be0} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4655 2024.11.28 04:56:26.276620 [ 261 ] {2ae9198b-c464-4fc2-969f-9d8996af8be0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001515 sec., 9240.924092409241 rows/sec., 647.17 KiB/sec.
4656 2024.11.28 04:56:26.276673 [ 261 ] {2ae9198b-c464-4fc2-969f-9d8996af8be0} <Debug> TCPHandler: Processed in 0.001762279 sec.
4657 2024.11.28 04:56:26.276837 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4658 2024.11.28 04:56:26.276973 [ 266 ] {89709c3a-246f-43fd-ae5c-5fc710259e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4659 2024.11.28 04:56:26.277031 [ 266 ] {89709c3a-246f-43fd-ae5c-5fc710259e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4660 2024.11.28 04:56:26.277679 [ 266 ] {89709c3a-246f-43fd-ae5c-5fc710259e11} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4661 2024.11.28 04:56:26.277718 [ 266 ] {89709c3a-246f-43fd-ae5c-5fc710259e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4662 2024.11.28 04:56:26.278067 [ 266 ] {89709c3a-246f-43fd-ae5c-5fc710259e11} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4663 2024.11.28 04:56:26.278305 [ 266 ] {89709c3a-246f-43fd-ae5c-5fc710259e11} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4664 2024.11.28 04:56:26.278477 [ 70 ] {} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4665 2024.11.28 04:56:26.278545 [ 266 ] {89709c3a-246f-43fd-ae5c-5fc710259e11} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec.
4666 2024.11.28 04:56:26.278564 [ 70 ] {} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4667 2024.11.28 04:56:26.278638 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4668 2024.11.28 04:56:26.278672 [ 266 ] {89709c3a-246f-43fd-ae5c-5fc710259e11} <Debug> TCPHandler: Processed in 0.001897892 sec.
4669 2024.11.28 04:56:26.278911 [ 194 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
4670 2024.11.28 04:56:26.278921 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4671 2024.11.28 04:56:26.279211 [ 261 ] {d50418e9-c9d6-4941-b937-d41905c79e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4672 2024.11.28 04:56:26.279222 [ 194 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4673 2024.11.28 04:56:26.279314 [ 194 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
4674 2024.11.28 04:56:26.279314 [ 261 ] {d50418e9-c9d6-4941-b937-d41905c79e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4675 2024.11.28 04:56:26.279601 [ 194 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
4676 2024.11.28 04:56:26.279986 [ 194 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
4677 2024.11.28 04:56:26.280320 [ 194 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
4678 2024.11.28 04:56:26.280747 [ 194 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
4679 2024.11.28 04:56:26.282419 [ 261 ] {d50418e9-c9d6-4941-b937-d41905c79e1e} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4680 2024.11.28 04:56:26.282492 [ 261 ] {d50418e9-c9d6-4941-b937-d41905c79e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4681 2024.11.28 04:56:26.283456 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004721935 sec., 13765.543151271671 rows/sec., 912.05 KiB/sec.
4682 2024.11.28 04:56:26.283512 [ 261 ] {d50418e9-c9d6-4941-b937-d41905c79e1e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4683 2024.11.28 04:56:26.283597 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4684 2024.11.28 04:56:26.283802 [ 261 ] {d50418e9-c9d6-4941-b937-d41905c79e1e} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4685 2024.11.28 04:56:26.284004 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_13_3} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4686 2024.11.28 04:56:26.284210 [ 261 ] {d50418e9-c9d6-4941-b937-d41905c79e1e} <Debug> executeQuery: Read 394 rows, 28.65 KiB in 0.005088 sec., 77437.106918239 rows/sec., 5.50 MiB/sec.
4687 2024.11.28 04:56:26.284271 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_13_3} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4688 2024.11.28 04:56:26.284575 [ 261 ] {d50418e9-c9d6-4941-b937-d41905c79e1e} <Debug> TCPHandler: Processed in 0.005792869 sec.
4689 2024.11.28 04:56:26.284610 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4690 2024.11.28 04:56:26.284874 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4691 2024.11.28 04:56:26.285009 [ 266 ] {bf45d095-88e5-4215-935c-955e23123a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4692 2024.11.28 04:56:26.285069 [ 266 ] {bf45d095-88e5-4215-935c-955e23123a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4693 2024.11.28 04:56:26.285615 [ 266 ] {bf45d095-88e5-4215-935c-955e23123a91} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4694 2024.11.28 04:56:26.285654 [ 266 ] {bf45d095-88e5-4215-935c-955e23123a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4695 2024.11.28 04:56:26.286019 [ 266 ] {bf45d095-88e5-4215-935c-955e23123a91} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4696 2024.11.28 04:56:26.286267 [ 266 ] {bf45d095-88e5-4215-935c-955e23123a91} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4697 2024.11.28 04:56:26.286535 [ 266 ] {bf45d095-88e5-4215-935c-955e23123a91} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec.
4698 2024.11.28 04:56:26.286715 [ 266 ] {bf45d095-88e5-4215-935c-955e23123a91} <Debug> TCPHandler: Processed in 0.001991044 sec.
4699 2024.11.28 04:56:26.286879 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4700 2024.11.28 04:56:26.287018 [ 261 ] {931aee81-aacc-460d-81c3-9d6a4d6c359f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4701 2024.11.28 04:56:26.287078 [ 261 ] {931aee81-aacc-460d-81c3-9d6a4d6c359f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4702 2024.11.28 04:56:26.287695 [ 261 ] {931aee81-aacc-460d-81c3-9d6a4d6c359f} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4703 2024.11.28 04:56:26.287733 [ 261 ] {931aee81-aacc-460d-81c3-9d6a4d6c359f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4704 2024.11.28 04:56:26.288121 [ 261 ] {931aee81-aacc-460d-81c3-9d6a4d6c359f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4705 2024.11.28 04:56:26.288361 [ 261 ] {931aee81-aacc-460d-81c3-9d6a4d6c359f} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4706 2024.11.28 04:56:26.288622 [ 261 ] {931aee81-aacc-460d-81c3-9d6a4d6c359f} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001634 sec., 146266.82986536107 rows/sec., 9.81 MiB/sec.
4707 2024.11.28 04:56:26.288824 [ 261 ] {931aee81-aacc-460d-81c3-9d6a4d6c359f} <Debug> TCPHandler: Processed in 0.002007494 sec.
4708 2024.11.28 04:56:26.289033 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4709 2024.11.28 04:56:26.289171 [ 266 ] {7b7a84e4-f04a-4176-a74c-ab8a216e14f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4710 2024.11.28 04:56:26.289232 [ 266 ] {7b7a84e4-f04a-4176-a74c-ab8a216e14f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4711 2024.11.28 04:56:26.289739 [ 266 ] {7b7a84e4-f04a-4176-a74c-ab8a216e14f9} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4712 2024.11.28 04:56:26.289777 [ 266 ] {7b7a84e4-f04a-4176-a74c-ab8a216e14f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4713 2024.11.28 04:56:26.290130 [ 266 ] {7b7a84e4-f04a-4176-a74c-ab8a216e14f9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4714 2024.11.28 04:56:26.290365 [ 266 ] {7b7a84e4-f04a-4176-a74c-ab8a216e14f9} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4715 2024.11.28 04:56:26.290580 [ 266 ] {7b7a84e4-f04a-4176-a74c-ab8a216e14f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.76 KiB/sec.
4716 2024.11.28 04:56:26.290629 [ 266 ] {7b7a84e4-f04a-4176-a74c-ab8a216e14f9} <Debug> TCPHandler: Processed in 0.001700068 sec.
4717 2024.11.28 04:56:26.290777 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4718 2024.11.28 04:56:26.290895 [ 261 ] {7b05b20e-e087-47b2-b46c-dad8c3d2e2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4719 2024.11.28 04:56:26.290976 [ 261 ] {7b05b20e-e087-47b2-b46c-dad8c3d2e2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4720 2024.11.28 04:56:26.292134 [ 261 ] {7b05b20e-e087-47b2-b46c-dad8c3d2e2c7} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4721 2024.11.28 04:56:26.292174 [ 261 ] {7b05b20e-e087-47b2-b46c-dad8c3d2e2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4722 2024.11.28 04:56:26.292788 [ 261 ] {7b05b20e-e087-47b2-b46c-dad8c3d2e2c7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4723 2024.11.28 04:56:26.293055 [ 261 ] {7b05b20e-e087-47b2-b46c-dad8c3d2e2c7} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4724 2024.11.28 04:56:26.293301 [ 261 ] {7b05b20e-e087-47b2-b46c-dad8c3d2e2c7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00243 sec., 3292.1810699588477 rows/sec., 5.90 MiB/sec.
4725 2024.11.28 04:56:26.293425 [ 261 ] {7b05b20e-e087-47b2-b46c-dad8c3d2e2c7} <Debug> TCPHandler: Processed in 0.00270247 sec.
4726 2024.11.28 04:56:26.293587 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4727 2024.11.28 04:56:26.293726 [ 266 ] {a3fdc0d3-1da1-4cc6-ab93-0ee2e52b6fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4728 2024.11.28 04:56:26.293785 [ 266 ] {a3fdc0d3-1da1-4cc6-ab93-0ee2e52b6fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4729 2024.11.28 04:56:26.294357 [ 266 ] {a3fdc0d3-1da1-4cc6-ab93-0ee2e52b6fd3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4730 2024.11.28 04:56:26.294403 [ 266 ] {a3fdc0d3-1da1-4cc6-ab93-0ee2e52b6fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4731 2024.11.28 04:56:26.294774 [ 266 ] {a3fdc0d3-1da1-4cc6-ab93-0ee2e52b6fd3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4732 2024.11.28 04:56:26.295007 [ 266 ] {a3fdc0d3-1da1-4cc6-ab93-0ee2e52b6fd3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4733 2024.11.28 04:56:26.295269 [ 266 ] {a3fdc0d3-1da1-4cc6-ab93-0ee2e52b6fd3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001572 sec., 52162.849872773535 rows/sec., 3.31 MiB/sec.
4734 2024.11.28 04:56:26.295456 [ 266 ] {a3fdc0d3-1da1-4cc6-ab93-0ee2e52b6fd3} <Debug> TCPHandler: Processed in 0.001927703 sec.
4735 2024.11.28 04:56:28.029328 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4736 2024.11.28 04:56:28.030002 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4737 2024.11.28 04:56:28.030053 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4738 2024.11.28 04:56:28.030573 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4739 2024.11.28 04:56:28.030832 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4740 2024.11.28 04:56:28.031051 [ 75 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4741 2024.11.28 04:56:28.031073 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4742 2024.11.28 04:56:28.031150 [ 75 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4743 2024.11.28 04:56:28.031183 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4744 2024.11.28 04:56:28.031313 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
4745 2024.11.28 04:56:28.031466 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4746 2024.11.28 04:56:28.031514 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
4747 2024.11.28 04:56:28.031600 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
4748 2024.11.28 04:56:28.031693 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
4749 2024.11.28 04:56:28.031931 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
4750 2024.11.28 04:56:28.032131 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
4751 2024.11.28 04:56:28.032253 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
4752 2024.11.28 04:56:28.034654 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003405336 sec., 2848177.096180817 rows/sec., 40.74 MiB/sec.
4753 2024.11.28 04:56:28.034947 [ 191 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4754 2024.11.28 04:56:28.035295 [ 191 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4755 2024.11.28 04:56:28.035391 [ 191 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_21_4} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4756 2024.11.28 04:56:28.035493 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4757 2024.11.28 04:56:28.677330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4758 2024.11.28 04:56:28.700850 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4759 2024.11.28 04:56:28.700919 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4760 2024.11.28 04:56:28.708660 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4761 2024.11.28 04:56:28.709443 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4762 2024.11.28 04:56:28.709751 [ 75 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4763 2024.11.28 04:56:28.709825 [ 75 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4764 2024.11.28 04:56:28.709873 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4765 2024.11.28 04:56:28.711529 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
4766 2024.11.28 04:56:28.726840 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4767 2024.11.28 04:56:28.728387 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4768 2024.11.28 04:56:28.729953 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
4769 2024.11.28 04:56:28.735847 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
4770 2024.11.28 04:56:28.741549 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
4771 2024.11.28 04:56:28.747505 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
4772 2024.11.28 04:56:28.753586 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
4773 2024.11.28 04:56:28.758230 [ 188 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
4774 2024.11.28 04:56:28.816880 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.10680494 sec., 1488.6951858219293 rows/sec., 7.70 MiB/sec.
4775 2024.11.28 04:56:28.819689 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4776 2024.11.28 04:56:28.822587 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_21_4} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4777 2024.11.28 04:56:28.822679 [ 186 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_21_4} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4778 2024.11.28 04:56:28.825174 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4779 2024.11.28 04:56:29.000246 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.35 MiB, peak 195.89 MiB, free memory in arenas 0.00 B, will set to 188.31 MiB (RSS), difference: 2.96 MiB
4780 2024.11.28 04:56:30.561056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 654
4781 2024.11.28 04:56:30.564797 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4782 2024.11.28 04:56:30.564856 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4783 2024.11.28 04:56:30.566325 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4784 2024.11.28 04:56:30.566650 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4785 2024.11.28 04:56:30.567251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 654
4786 2024.11.28 04:56:31.258427 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4787 2024.11.28 04:56:31.258634 [ 261 ] {5e03e1ad-219f-4f5e-8857-de63cd4ed4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4788 2024.11.28 04:56:31.258726 [ 261 ] {5e03e1ad-219f-4f5e-8857-de63cd4ed4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4789 2024.11.28 04:56:31.259771 [ 261 ] {5e03e1ad-219f-4f5e-8857-de63cd4ed4a6} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4790 2024.11.28 04:56:31.259826 [ 261 ] {5e03e1ad-219f-4f5e-8857-de63cd4ed4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4791 2024.11.28 04:56:31.260289 [ 261 ] {5e03e1ad-219f-4f5e-8857-de63cd4ed4a6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4792 2024.11.28 04:56:31.260553 [ 261 ] {5e03e1ad-219f-4f5e-8857-de63cd4ed4a6} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4793 2024.11.28 04:56:31.260762 [ 261 ] {5e03e1ad-219f-4f5e-8857-de63cd4ed4a6} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002193 sec., 53807.569539443684 rows/sec., 4.55 MiB/sec.
4794 2024.11.28 04:56:31.260834 [ 261 ] {5e03e1ad-219f-4f5e-8857-de63cd4ed4a6} <Debug> TCPHandler: Processed in 0.002535976 sec.
4795 2024.11.28 04:56:31.261122 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4796 2024.11.28 04:56:31.261342 [ 266 ] {25857c9d-6718-4f5d-9c6d-bb59dd9aefcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4797 2024.11.28 04:56:31.261425 [ 266 ] {25857c9d-6718-4f5d-9c6d-bb59dd9aefcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4798 2024.11.28 04:56:31.262218 [ 266 ] {25857c9d-6718-4f5d-9c6d-bb59dd9aefcc} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4799 2024.11.28 04:56:31.262268 [ 266 ] {25857c9d-6718-4f5d-9c6d-bb59dd9aefcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4800 2024.11.28 04:56:31.262702 [ 266 ] {25857c9d-6718-4f5d-9c6d-bb59dd9aefcc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4801 2024.11.28 04:56:31.262965 [ 266 ] {25857c9d-6718-4f5d-9c6d-bb59dd9aefcc} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4802 2024.11.28 04:56:31.263200 [ 266 ] {25857c9d-6718-4f5d-9c6d-bb59dd9aefcc} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001921 sec., 16137.428422696512 rows/sec., 1.19 MiB/sec.
4803 2024.11.28 04:56:31.263256 [ 266 ] {25857c9d-6718-4f5d-9c6d-bb59dd9aefcc} <Debug> TCPHandler: Processed in 0.002278421 sec.
4804 2024.11.28 04:56:31.263409 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4805 2024.11.28 04:56:31.263537 [ 261 ] {49cbd450-331a-4559-a488-a178dd66d385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4806 2024.11.28 04:56:31.263591 [ 261 ] {49cbd450-331a-4559-a488-a178dd66d385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4807 2024.11.28 04:56:31.264275 [ 261 ] {49cbd450-331a-4559-a488-a178dd66d385} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4808 2024.11.28 04:56:31.264313 [ 261 ] {49cbd450-331a-4559-a488-a178dd66d385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4809 2024.11.28 04:56:31.264686 [ 261 ] {49cbd450-331a-4559-a488-a178dd66d385} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4810 2024.11.28 04:56:31.264936 [ 261 ] {49cbd450-331a-4559-a488-a178dd66d385} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4811 2024.11.28 04:56:31.265124 [ 261 ] {49cbd450-331a-4559-a488-a178dd66d385} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001617 sec., 58750.77303648732 rows/sec., 4.59 MiB/sec.
4812 2024.11.28 04:56:31.265185 [ 261 ] {49cbd450-331a-4559-a488-a178dd66d385} <Debug> TCPHandler: Processed in 0.001834531 sec.
4813 2024.11.28 04:56:31.265342 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4814 2024.11.28 04:56:31.265462 [ 266 ] {74959f00-6da2-49ae-874c-36cf3c67e205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4815 2024.11.28 04:56:31.265516 [ 266 ] {74959f00-6da2-49ae-874c-36cf3c67e205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4816 2024.11.28 04:56:31.266121 [ 266 ] {74959f00-6da2-49ae-874c-36cf3c67e205} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4817 2024.11.28 04:56:31.266159 [ 266 ] {74959f00-6da2-49ae-874c-36cf3c67e205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4818 2024.11.28 04:56:31.266566 [ 266 ] {74959f00-6da2-49ae-874c-36cf3c67e205} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4819 2024.11.28 04:56:31.266807 [ 266 ] {74959f00-6da2-49ae-874c-36cf3c67e205} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4820 2024.11.28 04:56:31.267002 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4821 2024.11.28 04:56:31.267023 [ 266 ] {74959f00-6da2-49ae-874c-36cf3c67e205} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec.
4822 2024.11.28 04:56:31.267091 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4823 2024.11.28 04:56:31.267150 [ 266 ] {74959f00-6da2-49ae-874c-36cf3c67e205} <Debug> TCPHandler: Processed in 0.001867021 sec.
4824 2024.11.28 04:56:31.267157 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4825 2024.11.28 04:56:31.267363 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4826 2024.11.28 04:56:31.267395 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
4827 2024.11.28 04:56:31.267547 [ 261 ] {9c9c59b2-6718-4542-95ba-5841b68b6eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4828 2024.11.28 04:56:31.267788 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4829 2024.11.28 04:56:31.267802 [ 261 ] {9c9c59b2-6718-4542-95ba-5841b68b6eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4830 2024.11.28 04:56:31.267867 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5611 rows starting from the beginning of the part
4831 2024.11.28 04:56:31.268321 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 883 rows starting from the beginning of the part
4832 2024.11.28 04:56:31.268769 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part
4833 2024.11.28 04:56:31.269174 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
4834 2024.11.28 04:56:31.269509 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 239 rows starting from the beginning of the part
4835 2024.11.28 04:56:31.269944 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part
4836 2024.11.28 04:56:31.272951 [ 261 ] {9c9c59b2-6718-4542-95ba-5841b68b6eb9} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4837 2024.11.28 04:56:31.273037 [ 261 ] {9c9c59b2-6718-4542-95ba-5841b68b6eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4838 2024.11.28 04:56:31.274738 [ 261 ] {9c9c59b2-6718-4542-95ba-5841b68b6eb9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4839 2024.11.28 04:56:31.275087 [ 261 ] {9c9c59b2-6718-4542-95ba-5841b68b6eb9} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4840 2024.11.28 04:56:31.275554 [ 261 ] {9c9c59b2-6718-4542-95ba-5841b68b6eb9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008057 sec., 3847.5859501054983 rows/sec., 6.89 MiB/sec.
4841 2024.11.28 04:56:31.275892 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7290 rows, containing 5 columns (5 merged, 0 gathered) in 0.008582841 sec., 849369.1075018166 rows/sec., 56.90 MiB/sec.
4842 2024.11.28 04:56:31.276005 [ 261 ] {9c9c59b2-6718-4542-95ba-5841b68b6eb9} <Debug> TCPHandler: Processed in 0.008755715 sec.
4843 2024.11.28 04:56:31.276243 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4844 2024.11.28 04:56:31.276402 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4845 2024.11.28 04:56:31.276597 [ 266 ] {018860f0-8640-45de-887c-e02260286f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4846 2024.11.28 04:56:31.276711 [ 266 ] {018860f0-8640-45de-887c-e02260286f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4847 2024.11.28 04:56:31.277120 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4848 2024.11.28 04:56:31.277303 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4849 2024.11.28 04:56:31.277467 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB.
4850 2024.11.28 04:56:31.277678 [ 266 ] {018860f0-8640-45de-887c-e02260286f2f} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4851 2024.11.28 04:56:31.277722 [ 266 ] {018860f0-8640-45de-887c-e02260286f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4852 2024.11.28 04:56:31.278093 [ 266 ] {018860f0-8640-45de-887c-e02260286f2f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4853 2024.11.28 04:56:31.278332 [ 266 ] {018860f0-8640-45de-887c-e02260286f2f} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4854 2024.11.28 04:56:31.278518 [ 78 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4855 2024.11.28 04:56:31.278580 [ 78 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4856 2024.11.28 04:56:31.278593 [ 266 ] {018860f0-8640-45de-887c-e02260286f2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002128 sec., 28195.48872180451 rows/sec., 1.90 MiB/sec.
4857 2024.11.28 04:56:31.278623 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4858 2024.11.28 04:56:31.278724 [ 266 ] {018860f0-8640-45de-887c-e02260286f2f} <Debug> TCPHandler: Processed in 0.002596198 sec.
4859 2024.11.28 04:56:31.278962 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
4860 2024.11.28 04:56:31.279315 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4861 2024.11.28 04:56:31.279363 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 872 rows starting from the beginning of the part
4862 2024.11.28 04:56:31.279469 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
4863 2024.11.28 04:56:31.279670 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part
4864 2024.11.28 04:56:31.279901 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
4865 2024.11.28 04:56:31.280082 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
4866 2024.11.28 04:56:31.280274 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
4867 2024.11.28 04:56:31.281587 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1216 rows, containing 4 columns (4 merged, 0 gathered) in 0.002837863 sec., 428491.4388044807 rows/sec., 27.46 MiB/sec.
4868 2024.11.28 04:56:31.281820 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4869 2024.11.28 04:56:31.282185 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_26_5} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4870 2024.11.28 04:56:31.282284 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_26_5} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4871 2024.11.28 04:56:31.282387 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
4872 2024.11.28 04:56:35.427475 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
4873 2024.11.28 04:56:35.427541 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
4874 2024.11.28 04:56:35.532229 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4875 2024.11.28 04:56:35.532923 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4876 2024.11.28 04:56:35.532961 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4877 2024.11.28 04:56:35.533494 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4878 2024.11.28 04:56:35.533755 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4879 2024.11.28 04:56:35.534007 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4880 2024.11.28 04:56:36.227911 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4881 2024.11.28 04:56:36.247425 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4882 2024.11.28 04:56:36.247486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4883 2024.11.28 04:56:36.254662 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4884 2024.11.28 04:56:36.255429 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4885 2024.11.28 04:56:36.258282 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4886 2024.11.28 04:56:36.261639 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4887 2024.11.28 04:56:36.261844 [ 261 ] {3980a5fe-eba4-4eb8-a05b-9b2d2563a90a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4888 2024.11.28 04:56:36.261918 [ 261 ] {3980a5fe-eba4-4eb8-a05b-9b2d2563a90a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4889 2024.11.28 04:56:36.262693 [ 261 ] {3980a5fe-eba4-4eb8-a05b-9b2d2563a90a} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4890 2024.11.28 04:56:36.262742 [ 261 ] {3980a5fe-eba4-4eb8-a05b-9b2d2563a90a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4891 2024.11.28 04:56:36.263202 [ 261 ] {3980a5fe-eba4-4eb8-a05b-9b2d2563a90a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4892 2024.11.28 04:56:36.263449 [ 261 ] {3980a5fe-eba4-4eb8-a05b-9b2d2563a90a} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4893 2024.11.28 04:56:36.263676 [ 261 ] {3980a5fe-eba4-4eb8-a05b-9b2d2563a90a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec.
4894 2024.11.28 04:56:36.263738 [ 261 ] {3980a5fe-eba4-4eb8-a05b-9b2d2563a90a} <Debug> TCPHandler: Processed in 0.00223279 sec.
4895 2024.11.28 04:56:36.264017 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4896 2024.11.28 04:56:36.264238 [ 266 ] {1e2e1876-d66d-41de-82d9-f97bfaa737a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4897 2024.11.28 04:56:36.264321 [ 266 ] {1e2e1876-d66d-41de-82d9-f97bfaa737a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4898 2024.11.28 04:56:36.265245 [ 266 ] {1e2e1876-d66d-41de-82d9-f97bfaa737a7} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4899 2024.11.28 04:56:36.265293 [ 266 ] {1e2e1876-d66d-41de-82d9-f97bfaa737a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4900 2024.11.28 04:56:36.265740 [ 266 ] {1e2e1876-d66d-41de-82d9-f97bfaa737a7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4901 2024.11.28 04:56:36.266013 [ 266 ] {1e2e1876-d66d-41de-82d9-f97bfaa737a7} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4902 2024.11.28 04:56:36.266259 [ 266 ] {1e2e1876-d66d-41de-82d9-f97bfaa737a7} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002085 sec., 105035.97122302158 rows/sec., 9.15 MiB/sec.
4903 2024.11.28 04:56:36.266392 [ 266 ] {1e2e1876-d66d-41de-82d9-f97bfaa737a7} <Debug> TCPHandler: Processed in 0.002524665 sec.
4904 2024.11.28 04:56:36.266548 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4905 2024.11.28 04:56:36.266670 [ 261 ] {b06e85f5-cd50-4601-80d4-f4e22e9225a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4906 2024.11.28 04:56:36.266722 [ 261 ] {b06e85f5-cd50-4601-80d4-f4e22e9225a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4907 2024.11.28 04:56:36.267328 [ 261 ] {b06e85f5-cd50-4601-80d4-f4e22e9225a6} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4908 2024.11.28 04:56:36.267367 [ 261 ] {b06e85f5-cd50-4601-80d4-f4e22e9225a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4909 2024.11.28 04:56:36.267716 [ 261 ] {b06e85f5-cd50-4601-80d4-f4e22e9225a6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4910 2024.11.28 04:56:36.267960 [ 261 ] {b06e85f5-cd50-4601-80d4-f4e22e9225a6} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4911 2024.11.28 04:56:36.268172 [ 261 ] {b06e85f5-cd50-4601-80d4-f4e22e9225a6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001529 sec., 9810.333551340746 rows/sec., 691.71 KiB/sec.
4912 2024.11.28 04:56:36.268226 [ 261 ] {b06e85f5-cd50-4601-80d4-f4e22e9225a6} <Debug> TCPHandler: Processed in 0.001734578 sec.
4913 2024.11.28 04:56:36.268373 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4914 2024.11.28 04:56:36.268491 [ 266 ] {420b0c59-cb29-42b7-8a0e-77a5e5c9f945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4915 2024.11.28 04:56:36.268539 [ 266 ] {420b0c59-cb29-42b7-8a0e-77a5e5c9f945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4916 2024.11.28 04:56:36.269122 [ 266 ] {420b0c59-cb29-42b7-8a0e-77a5e5c9f945} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4917 2024.11.28 04:56:36.269161 [ 266 ] {420b0c59-cb29-42b7-8a0e-77a5e5c9f945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4918 2024.11.28 04:56:36.269523 [ 266 ] {420b0c59-cb29-42b7-8a0e-77a5e5c9f945} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4919 2024.11.28 04:56:36.269762 [ 266 ] {420b0c59-cb29-42b7-8a0e-77a5e5c9f945} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4920 2024.11.28 04:56:36.269978 [ 266 ] {420b0c59-cb29-42b7-8a0e-77a5e5c9f945} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001512 sec., 9259.25925925926 rows/sec., 648.46 KiB/sec.
4921 2024.11.28 04:56:36.270031 [ 266 ] {420b0c59-cb29-42b7-8a0e-77a5e5c9f945} <Debug> TCPHandler: Processed in 0.001717608 sec.
4922 2024.11.28 04:56:36.270172 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4923 2024.11.28 04:56:36.270290 [ 261 ] {51f7bea4-607d-4093-8ece-558454f666a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4924 2024.11.28 04:56:36.270338 [ 261 ] {51f7bea4-607d-4093-8ece-558454f666a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4925 2024.11.28 04:56:36.270918 [ 261 ] {51f7bea4-607d-4093-8ece-558454f666a3} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4926 2024.11.28 04:56:36.270956 [ 261 ] {51f7bea4-607d-4093-8ece-558454f666a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4927 2024.11.28 04:56:36.271304 [ 261 ] {51f7bea4-607d-4093-8ece-558454f666a3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4928 2024.11.28 04:56:36.271535 [ 261 ] {51f7bea4-607d-4093-8ece-558454f666a3} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4929 2024.11.28 04:56:36.271741 [ 261 ] {51f7bea4-607d-4093-8ece-558454f666a3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001476 sec., 8807.588075880758 rows/sec., 549.15 KiB/sec.
4930 2024.11.28 04:56:36.271795 [ 261 ] {51f7bea4-607d-4093-8ece-558454f666a3} <Debug> TCPHandler: Processed in 0.001678217 sec.
4931 2024.11.28 04:56:36.271947 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4932 2024.11.28 04:56:36.272085 [ 266 ] {2a67d198-b5d6-4669-9433-8e5a5d1d4705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4933 2024.11.28 04:56:36.272143 [ 266 ] {2a67d198-b5d6-4669-9433-8e5a5d1d4705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4934 2024.11.28 04:56:36.272963 [ 266 ] {2a67d198-b5d6-4669-9433-8e5a5d1d4705} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4935 2024.11.28 04:56:36.273003 [ 266 ] {2a67d198-b5d6-4669-9433-8e5a5d1d4705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4936 2024.11.28 04:56:36.273375 [ 266 ] {2a67d198-b5d6-4669-9433-8e5a5d1d4705} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4937 2024.11.28 04:56:36.273608 [ 266 ] {2a67d198-b5d6-4669-9433-8e5a5d1d4705} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4938 2024.11.28 04:56:36.273819 [ 266 ] {2a67d198-b5d6-4669-9433-8e5a5d1d4705} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001766 sec., 220838.05209513023 rows/sec., 15.66 MiB/sec.
4939 2024.11.28 04:56:36.273873 [ 266 ] {2a67d198-b5d6-4669-9433-8e5a5d1d4705} <Debug> TCPHandler: Processed in 0.001990944 sec.
4940 2024.11.28 04:56:36.274018 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4941 2024.11.28 04:56:36.274135 [ 261 ] {c4177a82-6582-4d84-b8d1-800cfa146085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4942 2024.11.28 04:56:36.274184 [ 261 ] {c4177a82-6582-4d84-b8d1-800cfa146085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4943 2024.11.28 04:56:36.274666 [ 261 ] {c4177a82-6582-4d84-b8d1-800cfa146085} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4944 2024.11.28 04:56:36.274703 [ 261 ] {c4177a82-6582-4d84-b8d1-800cfa146085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4945 2024.11.28 04:56:36.275067 [ 261 ] {c4177a82-6582-4d84-b8d1-800cfa146085} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4946 2024.11.28 04:56:36.275304 [ 261 ] {c4177a82-6582-4d84-b8d1-800cfa146085} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4947 2024.11.28 04:56:36.275562 [ 261 ] {c4177a82-6582-4d84-b8d1-800cfa146085} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec.
4948 2024.11.28 04:56:36.275762 [ 261 ] {c4177a82-6582-4d84-b8d1-800cfa146085} <Debug> TCPHandler: Processed in 0.001793379 sec.
4949 2024.11.28 04:56:36.275925 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4950 2024.11.28 04:56:36.276063 [ 266 ] {5f49bee3-2816-47ae-92e6-07c3d0fe8eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4951 2024.11.28 04:56:36.276124 [ 266 ] {5f49bee3-2816-47ae-92e6-07c3d0fe8eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4952 2024.11.28 04:56:36.276788 [ 266 ] {5f49bee3-2816-47ae-92e6-07c3d0fe8eef} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4953 2024.11.28 04:56:36.276830 [ 266 ] {5f49bee3-2816-47ae-92e6-07c3d0fe8eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4954 2024.11.28 04:56:36.277214 [ 266 ] {5f49bee3-2816-47ae-92e6-07c3d0fe8eef} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4955 2024.11.28 04:56:36.277451 [ 266 ] {5f49bee3-2816-47ae-92e6-07c3d0fe8eef} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4956 2024.11.28 04:56:36.277671 [ 266 ] {5f49bee3-2816-47ae-92e6-07c3d0fe8eef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec.
4957 2024.11.28 04:56:36.277801 [ 266 ] {5f49bee3-2816-47ae-92e6-07c3d0fe8eef} <Debug> TCPHandler: Processed in 0.001944023 sec.
4958 2024.11.28 04:56:36.277954 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4959 2024.11.28 04:56:36.278070 [ 261 ] {dd70af17-a18a-4ce6-b6a0-d7f3a26bd9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4960 2024.11.28 04:56:36.278121 [ 261 ] {dd70af17-a18a-4ce6-b6a0-d7f3a26bd9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4961 2024.11.28 04:56:36.278588 [ 261 ] {dd70af17-a18a-4ce6-b6a0-d7f3a26bd9e2} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4962 2024.11.28 04:56:36.278626 [ 261 ] {dd70af17-a18a-4ce6-b6a0-d7f3a26bd9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4963 2024.11.28 04:56:36.278987 [ 261 ] {dd70af17-a18a-4ce6-b6a0-d7f3a26bd9e2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4964 2024.11.28 04:56:36.279216 [ 261 ] {dd70af17-a18a-4ce6-b6a0-d7f3a26bd9e2} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4965 2024.11.28 04:56:36.279371 [ 67 ] {} <Debug> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4966 2024.11.28 04:56:36.279440 [ 67 ] {} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4967 2024.11.28 04:56:36.279452 [ 261 ] {dd70af17-a18a-4ce6-b6a0-d7f3a26bd9e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec.
4968 2024.11.28 04:56:36.279480 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4969 2024.11.28 04:56:36.279591 [ 261 ] {dd70af17-a18a-4ce6-b6a0-d7f3a26bd9e2} <Debug> TCPHandler: Processed in 0.001691048 sec.
4970 2024.11.28 04:56:36.279909 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4971 2024.11.28 04:56:36.279990 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
4972 2024.11.28 04:56:36.280166 [ 266 ] {9cf1989e-d235-440f-b9af-07cd96449737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4973 2024.11.28 04:56:36.280389 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4974 2024.11.28 04:56:36.280407 [ 266 ] {9cf1989e-d235-440f-b9af-07cd96449737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4975 2024.11.28 04:56:36.280471 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
4976 2024.11.28 04:56:36.280904 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
4977 2024.11.28 04:56:36.281313 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
4978 2024.11.28 04:56:36.281676 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
4979 2024.11.28 04:56:36.282041 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
4980 2024.11.28 04:56:36.282496 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
4981 2024.11.28 04:56:36.286189 [ 266 ] {9cf1989e-d235-440f-b9af-07cd96449737} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4982 2024.11.28 04:56:36.286276 [ 266 ] {9cf1989e-d235-440f-b9af-07cd96449737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4983 2024.11.28 04:56:36.286585 [ 192 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006964154 sec., 2153.886889922308 rows/sec., 144.57 KiB/sec.
4984 2024.11.28 04:56:36.286812 [ 192 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4985 2024.11.28 04:56:36.287545 [ 192 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_15_3} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4986 2024.11.28 04:56:36.287744 [ 192 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_15_3} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
4987 2024.11.28 04:56:36.287887 [ 266 ] {9cf1989e-d235-440f-b9af-07cd96449737} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4988 2024.11.28 04:56:36.287895 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4989 2024.11.28 04:56:36.288204 [ 266 ] {9cf1989e-d235-440f-b9af-07cd96449737} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4990 2024.11.28 04:56:36.288403 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4991 2024.11.28 04:56:36.288479 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4992 2024.11.28 04:56:36.288517 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
4993 2024.11.28 04:56:36.288528 [ 266 ] {9cf1989e-d235-440f-b9af-07cd96449737} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008437 sec., 948.2043380348465 rows/sec., 1.70 MiB/sec.
4994 2024.11.28 04:56:36.288784 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
4995 2024.11.28 04:56:36.288800 [ 266 ] {9cf1989e-d235-440f-b9af-07cd96449737} <Debug> TCPHandler: Processed in 0.009097662 sec.
4996 2024.11.28 04:56:36.288992 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4997 2024.11.28 04:56:36.289260 [ 261 ] {bda4c097-7713-4d93-822b-a58816d37841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4998 2024.11.28 04:56:36.289271 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4999 2024.11.28 04:56:36.289375 [ 261 ] {bda4c097-7713-4d93-822b-a58816d37841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5000 2024.11.28 04:56:36.289409 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 429 rows starting from the beginning of the part
5001 2024.11.28 04:56:36.290329 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
5002 2024.11.28 04:56:36.290907 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
5003 2024.11.28 04:56:36.291661 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
5004 2024.11.28 04:56:36.291676 [ 261 ] {bda4c097-7713-4d93-822b-a58816d37841} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5005 2024.11.28 04:56:36.291752 [ 261 ] {bda4c097-7713-4d93-822b-a58816d37841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5006 2024.11.28 04:56:36.292302 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part
5007 2024.11.28 04:56:36.292996 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
5008 2024.11.28 04:56:36.293271 [ 261 ] {bda4c097-7713-4d93-822b-a58816d37841} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5009 2024.11.28 04:56:36.293983 [ 261 ] {bda4c097-7713-4d93-822b-a58816d37841} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5010 2024.11.28 04:56:36.294422 [ 261 ] {bda4c097-7713-4d93-822b-a58816d37841} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005244 sec., 15636.918382913806 rows/sec., 1016.97 KiB/sec.
5011 2024.11.28 04:56:36.294645 [ 261 ] {bda4c097-7713-4d93-822b-a58816d37841} <Debug> TCPHandler: Processed in 0.005729787 sec.
5012 2024.11.28 04:56:36.299469 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 515 rows, containing 19 columns (19 merged, 0 gathered) in 0.010851941 sec., 47456.94802432118 rows/sec., 85.04 MiB/sec.
5013 2024.11.28 04:56:36.300364 [ 189 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5014 2024.11.28 04:56:36.300869 [ 189 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5015 2024.11.28 04:56:36.300953 [ 189 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5016 2024.11.28 04:56:36.301109 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
5017 2024.11.28 04:56:40.568420 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 688
5018 2024.11.28 04:56:40.571523 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5019 2024.11.28 04:56:40.571573 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5020 2024.11.28 04:56:40.573031 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5021 2024.11.28 04:56:40.573349 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5022 2024.11.28 04:56:40.573572 [ 60 ] {} <Debug> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5023 2024.11.28 04:56:40.573718 [ 60 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5024 2024.11.28 04:56:40.573791 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5025 2024.11.28 04:56:40.574233 [ 192 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
5026 2024.11.28 04:56:40.575001 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 688
5027 2024.11.28 04:56:40.575459 [ 192 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5028 2024.11.28 04:56:40.575637 [ 192 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 510 rows starting from the beginning of the part
5029 2024.11.28 04:56:40.576374 [ 192 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
5030 2024.11.28 04:56:40.577059 [ 192 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part
5031 2024.11.28 04:56:40.577651 [ 192 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 38 rows starting from the beginning of the part
5032 2024.11.28 04:56:40.578306 [ 192 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
5033 2024.11.28 04:56:40.578918 [ 192 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part
5034 2024.11.28 04:56:40.587443 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 688 rows, containing 72 columns (72 merged, 0 gathered) in 0.013475639 sec., 51055.09282342752 rows/sec., 44.06 MiB/sec.
5035 2024.11.28 04:56:40.588785 [ 198 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5036 2024.11.28 04:56:40.589580 [ 198 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5037 2024.11.28 04:56:40.589663 [ 198 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_16_3} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5038 2024.11.28 04:56:40.589984 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB.
5039 2024.11.28 04:56:41.287996 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5040 2024.11.28 04:56:41.288185 [ 261 ] {90c7f29f-e1da-44b9-8aba-e6007e99de1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5041 2024.11.28 04:56:41.288257 [ 261 ] {90c7f29f-e1da-44b9-8aba-e6007e99de1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5042 2024.11.28 04:56:41.289045 [ 261 ] {90c7f29f-e1da-44b9-8aba-e6007e99de1a} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5043 2024.11.28 04:56:41.289086 [ 261 ] {90c7f29f-e1da-44b9-8aba-e6007e99de1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5044 2024.11.28 04:56:41.289507 [ 261 ] {90c7f29f-e1da-44b9-8aba-e6007e99de1a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5045 2024.11.28 04:56:41.289769 [ 261 ] {90c7f29f-e1da-44b9-8aba-e6007e99de1a} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5046 2024.11.28 04:56:41.289974 [ 261 ] {90c7f29f-e1da-44b9-8aba-e6007e99de1a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001842 sec., 3257.328990228013 rows/sec., 265.61 KiB/sec.
5047 2024.11.28 04:56:41.290035 [ 261 ] {90c7f29f-e1da-44b9-8aba-e6007e99de1a} <Debug> TCPHandler: Processed in 0.002168558 sec.
5048 2024.11.28 04:56:41.290380 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5049 2024.11.28 04:56:41.290692 [ 266 ] {83347170-847b-487c-b7d8-919ac49e171b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5050 2024.11.28 04:56:41.290813 [ 266 ] {83347170-847b-487c-b7d8-919ac49e171b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5051 2024.11.28 04:56:41.292258 [ 266 ] {83347170-847b-487c-b7d8-919ac49e171b} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5052 2024.11.28 04:56:41.292309 [ 266 ] {83347170-847b-487c-b7d8-919ac49e171b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5053 2024.11.28 04:56:41.292825 [ 266 ] {83347170-847b-487c-b7d8-919ac49e171b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5054 2024.11.28 04:56:41.293092 [ 266 ] {83347170-847b-487c-b7d8-919ac49e171b} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5055 2024.11.28 04:56:41.293302 [ 58 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5056 2024.11.28 04:56:41.293337 [ 266 ] {83347170-847b-487c-b7d8-919ac49e171b} <Debug> executeQuery: Read 1261 rows, 106.56 KiB in 0.002732 sec., 461566.6178623719 rows/sec., 38.09 MiB/sec.
5057 2024.11.28 04:56:41.293388 [ 58 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5058 2024.11.28 04:56:41.293462 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5059 2024.11.28 04:56:41.293484 [ 266 ] {83347170-847b-487c-b7d8-919ac49e171b} <Debug> TCPHandler: Processed in 0.003290323 sec.
5060 2024.11.28 04:56:41.293719 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5061 2024.11.28 04:56:41.293761 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
5062 2024.11.28 04:56:41.293945 [ 261 ] {a853fc5e-094f-435e-adc1-e5e61831ba5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5063 2024.11.28 04:56:41.294032 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5064 2024.11.28 04:56:41.294067 [ 261 ] {a853fc5e-094f-435e-adc1-e5e61831ba5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5065 2024.11.28 04:56:41.294097 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1430 rows starting from the beginning of the part
5066 2024.11.28 04:56:41.294395 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 118 rows starting from the beginning of the part
5067 2024.11.28 04:56:41.294742 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 221 rows starting from the beginning of the part
5068 2024.11.28 04:56:41.295065 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 118 rows starting from the beginning of the part
5069 2024.11.28 04:56:41.295369 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 219 rows starting from the beginning of the part
5070 2024.11.28 04:56:41.295683 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1261 rows starting from the beginning of the part
5071 2024.11.28 04:56:41.297117 [ 261 ] {a853fc5e-094f-435e-adc1-e5e61831ba5b} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5072 2024.11.28 04:56:41.297167 [ 261 ] {a853fc5e-094f-435e-adc1-e5e61831ba5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5073 2024.11.28 04:56:41.298197 [ 261 ] {a853fc5e-094f-435e-adc1-e5e61831ba5b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5074 2024.11.28 04:56:41.298628 [ 261 ] {a853fc5e-094f-435e-adc1-e5e61831ba5b} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5075 2024.11.28 04:56:41.298894 [ 261 ] {a853fc5e-094f-435e-adc1-e5e61831ba5b} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.00501 sec., 7385.229540918164 rows/sec., 548.90 KiB/sec.
5076 2024.11.28 04:56:41.299070 [ 261 ] {a853fc5e-094f-435e-adc1-e5e61831ba5b} <Debug> TCPHandler: Processed in 0.005463512 sec.
5077 2024.11.28 04:56:41.299746 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5078 2024.11.28 04:56:41.299900 [ 197 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3367 rows, containing 5 columns (5 merged, 0 gathered) in 0.006336 sec., 531407.8282828283 rows/sec., 46.48 MiB/sec.
5079 2024.11.28 04:56:41.300011 [ 266 ] {60a6627a-24f4-48d6-94fb-5a4123b872d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5080 2024.11.28 04:56:41.300065 [ 266 ] {60a6627a-24f4-48d6-94fb-5a4123b872d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5081 2024.11.28 04:56:41.300168 [ 197 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5082 2024.11.28 04:56:41.300552 [ 197 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5083 2024.11.28 04:56:41.300656 [ 197 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_31_6} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5084 2024.11.28 04:56:41.300773 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
5085 2024.11.28 04:56:41.300941 [ 266 ] {60a6627a-24f4-48d6-94fb-5a4123b872d3} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5086 2024.11.28 04:56:41.300982 [ 266 ] {60a6627a-24f4-48d6-94fb-5a4123b872d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5087 2024.11.28 04:56:41.301349 [ 266 ] {60a6627a-24f4-48d6-94fb-5a4123b872d3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5088 2024.11.28 04:56:41.301595 [ 266 ] {60a6627a-24f4-48d6-94fb-5a4123b872d3} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5089 2024.11.28 04:56:41.301812 [ 266 ] {60a6627a-24f4-48d6-94fb-5a4123b872d3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001836 sec., 124183.00653594772 rows/sec., 8.41 MiB/sec.
5090 2024.11.28 04:56:41.301873 [ 266 ] {60a6627a-24f4-48d6-94fb-5a4123b872d3} <Debug> TCPHandler: Processed in 0.00267604 sec.
5091 2024.11.28 04:56:41.302036 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5092 2024.11.28 04:56:41.302156 [ 261 ] {09447f45-78d1-46d5-87eb-05db819ce876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5093 2024.11.28 04:56:41.302205 [ 261 ] {09447f45-78d1-46d5-87eb-05db819ce876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5094 2024.11.28 04:56:41.303085 [ 261 ] {09447f45-78d1-46d5-87eb-05db819ce876} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5095 2024.11.28 04:56:41.303123 [ 261 ] {09447f45-78d1-46d5-87eb-05db819ce876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5096 2024.11.28 04:56:41.303505 [ 261 ] {09447f45-78d1-46d5-87eb-05db819ce876} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5097 2024.11.28 04:56:41.303740 [ 261 ] {09447f45-78d1-46d5-87eb-05db819ce876} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5098 2024.11.28 04:56:41.303904 [ 58 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5099 2024.11.28 04:56:41.303968 [ 58 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5100 2024.11.28 04:56:41.304005 [ 261 ] {09447f45-78d1-46d5-87eb-05db819ce876} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.001869 sec., 298020.3317281969 rows/sec., 22.14 MiB/sec.
5101 2024.11.28 04:56:41.304013 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5102 2024.11.28 04:56:41.304159 [ 261 ] {09447f45-78d1-46d5-87eb-05db819ce876} <Debug> TCPHandler: Processed in 0.002176089 sec.
5103 2024.11.28 04:56:41.304220 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
5104 2024.11.28 04:56:41.304371 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5105 2024.11.28 04:56:41.304382 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5106 2024.11.28 04:56:41.304443 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part
5107 2024.11.28 04:56:41.304713 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 95 rows starting from the beginning of the part
5108 2024.11.28 04:56:41.304731 [ 266 ] {c4356b08-4280-4379-9128-d7c7d5c6d28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5109 2024.11.28 04:56:41.304938 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 394 rows starting from the beginning of the part
5110 2024.11.28 04:56:41.304962 [ 266 ] {c4356b08-4280-4379-9128-d7c7d5c6d28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5111 2024.11.28 04:56:41.305337 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 95 rows starting from the beginning of the part
5112 2024.11.28 04:56:41.305698 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 390 rows starting from the beginning of the part
5113 2024.11.28 04:56:41.306048 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 557 rows starting from the beginning of the part
5114 2024.11.28 04:56:41.307792 [ 266 ] {c4356b08-4280-4379-9128-d7c7d5c6d28d} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5115 2024.11.28 04:56:41.307857 [ 266 ] {c4356b08-4280-4379-9128-d7c7d5c6d28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5116 2024.11.28 04:56:41.308591 [ 266 ] {c4356b08-4280-4379-9128-d7c7d5c6d28d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5117 2024.11.28 04:56:41.308844 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2440 rows, containing 5 columns (5 merged, 0 gathered) in 0.004709775 sec., 518071.4577660291 rows/sec., 39.76 MiB/sec.
5118 2024.11.28 04:56:41.309065 [ 266 ] {c4356b08-4280-4379-9128-d7c7d5c6d28d} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5119 2024.11.28 04:56:41.309283 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5120 2024.11.28 04:56:41.309648 [ 266 ] {c4356b08-4280-4379-9128-d7c7d5c6d28d} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.005091 sec., 173443.3313690827 rows/sec., 11.67 MiB/sec.
5121 2024.11.28 04:56:41.309979 [ 266 ] {c4356b08-4280-4379-9128-d7c7d5c6d28d} <Debug> TCPHandler: Processed in 0.005710387 sec.
5122 2024.11.28 04:56:41.310257 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5123 2024.11.28 04:56:41.310404 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5124 2024.11.28 04:56:41.310453 [ 261 ] {153b84e8-e945-4654-9ff6-e76e4a041f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5125 2024.11.28 04:56:41.310590 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_31_6} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5126 2024.11.28 04:56:41.310612 [ 261 ] {153b84e8-e945-4654-9ff6-e76e4a041f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5127 2024.11.28 04:56:41.310867 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
5128 2024.11.28 04:56:41.312011 [ 261 ] {153b84e8-e945-4654-9ff6-e76e4a041f53} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5129 2024.11.28 04:56:41.312053 [ 261 ] {153b84e8-e945-4654-9ff6-e76e4a041f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5130 2024.11.28 04:56:41.312703 [ 261 ] {153b84e8-e945-4654-9ff6-e76e4a041f53} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5131 2024.11.28 04:56:41.312976 [ 261 ] {153b84e8-e945-4654-9ff6-e76e4a041f53} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5132 2024.11.28 04:56:41.313211 [ 261 ] {153b84e8-e945-4654-9ff6-e76e4a041f53} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002817 sec., 11004.614838480653 rows/sec., 19.72 MiB/sec.
5133 2024.11.28 04:56:41.313318 [ 261 ] {153b84e8-e945-4654-9ff6-e76e4a041f53} <Debug> TCPHandler: Processed in 0.003224032 sec.
5134 2024.11.28 04:56:41.313485 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5135 2024.11.28 04:56:41.313625 [ 266 ] {577e3f62-41da-4df7-84c6-63f823c858fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5136 2024.11.28 04:56:41.313685 [ 266 ] {577e3f62-41da-4df7-84c6-63f823c858fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5137 2024.11.28 04:56:41.314221 [ 266 ] {577e3f62-41da-4df7-84c6-63f823c858fe} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5138 2024.11.28 04:56:41.314260 [ 266 ] {577e3f62-41da-4df7-84c6-63f823c858fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5139 2024.11.28 04:56:41.314636 [ 266 ] {577e3f62-41da-4df7-84c6-63f823c858fe} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5140 2024.11.28 04:56:41.314875 [ 266 ] {577e3f62-41da-4df7-84c6-63f823c858fe} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5141 2024.11.28 04:56:41.315120 [ 266 ] {577e3f62-41da-4df7-84c6-63f823c858fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec.
5142 2024.11.28 04:56:41.315323 [ 266 ] {577e3f62-41da-4df7-84c6-63f823c858fe} <Debug> TCPHandler: Processed in 0.001901912 sec.
5143 2024.11.28 04:56:43.035123 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
5144 2024.11.28 04:56:43.035809 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5145 2024.11.28 04:56:43.035857 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5146 2024.11.28 04:56:43.036388 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5147 2024.11.28 04:56:43.036641 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5148 2024.11.28 04:56:43.036918 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
5149 2024.11.28 04:56:43.758331 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5150 2024.11.28 04:56:43.778988 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5151 2024.11.28 04:56:43.779048 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5152 2024.11.28 04:56:43.786424 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5153 2024.11.28 04:56:43.787196 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5154 2024.11.28 04:56:43.790097 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5155 2024.11.28 04:56:46.261417 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5156 2024.11.28 04:56:46.261612 [ 261 ] {98d90bfb-0c1e-45e1-a0bf-6b2d97aa99cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5157 2024.11.28 04:56:46.261686 [ 261 ] {98d90bfb-0c1e-45e1-a0bf-6b2d97aa99cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5158 2024.11.28 04:56:46.262454 [ 261 ] {98d90bfb-0c1e-45e1-a0bf-6b2d97aa99cd} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5159 2024.11.28 04:56:46.262507 [ 261 ] {98d90bfb-0c1e-45e1-a0bf-6b2d97aa99cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5160 2024.11.28 04:56:46.262953 [ 261 ] {98d90bfb-0c1e-45e1-a0bf-6b2d97aa99cd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5161 2024.11.28 04:56:46.263205 [ 261 ] {98d90bfb-0c1e-45e1-a0bf-6b2d97aa99cd} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5162 2024.11.28 04:56:46.263446 [ 261 ] {98d90bfb-0c1e-45e1-a0bf-6b2d97aa99cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec.
5163 2024.11.28 04:56:46.263562 [ 261 ] {98d90bfb-0c1e-45e1-a0bf-6b2d97aa99cd} <Debug> TCPHandler: Processed in 0.00228244 sec.
5164 2024.11.28 04:56:46.263874 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5165 2024.11.28 04:56:46.264088 [ 266 ] {c6166122-6c00-4128-9605-76bda701502b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5166 2024.11.28 04:56:46.264162 [ 266 ] {c6166122-6c00-4128-9605-76bda701502b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5167 2024.11.28 04:56:46.265013 [ 266 ] {c6166122-6c00-4128-9605-76bda701502b} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5168 2024.11.28 04:56:46.265058 [ 266 ] {c6166122-6c00-4128-9605-76bda701502b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5169 2024.11.28 04:56:46.265513 [ 266 ] {c6166122-6c00-4128-9605-76bda701502b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5170 2024.11.28 04:56:46.265774 [ 266 ] {c6166122-6c00-4128-9605-76bda701502b} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5171 2024.11.28 04:56:46.265989 [ 266 ] {c6166122-6c00-4128-9605-76bda701502b} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00196 sec., 111734.69387755102 rows/sec., 9.73 MiB/sec.
5172 2024.11.28 04:56:46.266054 [ 266 ] {c6166122-6c00-4128-9605-76bda701502b} <Debug> TCPHandler: Processed in 0.002361392 sec.
5173 2024.11.28 04:56:46.266218 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5174 2024.11.28 04:56:46.266342 [ 261 ] {399cdcfc-e86a-4b7e-8fe2-6ebfde0ec7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5175 2024.11.28 04:56:46.266394 [ 261 ] {399cdcfc-e86a-4b7e-8fe2-6ebfde0ec7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5176 2024.11.28 04:56:46.267005 [ 261 ] {399cdcfc-e86a-4b7e-8fe2-6ebfde0ec7bb} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5177 2024.11.28 04:56:46.267046 [ 261 ] {399cdcfc-e86a-4b7e-8fe2-6ebfde0ec7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5178 2024.11.28 04:56:46.267399 [ 261 ] {399cdcfc-e86a-4b7e-8fe2-6ebfde0ec7bb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5179 2024.11.28 04:56:46.267636 [ 261 ] {399cdcfc-e86a-4b7e-8fe2-6ebfde0ec7bb} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5180 2024.11.28 04:56:46.267792 [ 53 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5181 2024.11.28 04:56:46.267850 [ 53 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5182 2024.11.28 04:56:46.267891 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5183 2024.11.28 04:56:46.267898 [ 261 ] {399cdcfc-e86a-4b7e-8fe2-6ebfde0ec7bb} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001574 sec., 9529.860228716645 rows/sec., 671.93 KiB/sec.
5184 2024.11.28 04:56:46.268044 [ 261 ] {399cdcfc-e86a-4b7e-8fe2-6ebfde0ec7bb} <Debug> TCPHandler: Processed in 0.001882252 sec.
5185 2024.11.28 04:56:46.268093 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
5186 2024.11.28 04:56:46.268221 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5187 2024.11.28 04:56:46.268234 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5188 2024.11.28 04:56:46.268285 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 60 rows starting from the beginning of the part
5189 2024.11.28 04:56:46.268502 [ 266 ] {aa02eecd-35f2-45e2-8043-7b400ef327f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5190 2024.11.28 04:56:46.268521 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 19 rows starting from the beginning of the part
5191 2024.11.28 04:56:46.268652 [ 266 ] {aa02eecd-35f2-45e2-8043-7b400ef327f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5192 2024.11.28 04:56:46.268912 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part
5193 2024.11.28 04:56:46.269254 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part
5194 2024.11.28 04:56:46.269692 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 37 rows starting from the beginning of the part
5195 2024.11.28 04:56:46.270097 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 15 rows starting from the beginning of the part
5196 2024.11.28 04:56:46.271109 [ 266 ] {aa02eecd-35f2-45e2-8043-7b400ef327f0} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5197 2024.11.28 04:56:46.271182 [ 266 ] {aa02eecd-35f2-45e2-8043-7b400ef327f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5198 2024.11.28 04:56:46.272179 [ 266 ] {aa02eecd-35f2-45e2-8043-7b400ef327f0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5199 2024.11.28 04:56:46.272815 [ 266 ] {aa02eecd-35f2-45e2-8043-7b400ef327f0} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5200 2024.11.28 04:56:46.272842 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.004845898 sec., 36525.7378508586 rows/sec., 2.74 MiB/sec.
5201 2024.11.28 04:56:46.273081 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5202 2024.11.28 04:56:46.273234 [ 266 ] {aa02eecd-35f2-45e2-8043-7b400ef327f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00487 sec., 2874.7433264887063 rows/sec., 201.33 KiB/sec.
5203 2024.11.28 04:56:46.273390 [ 266 ] {aa02eecd-35f2-45e2-8043-7b400ef327f0} <Debug> TCPHandler: Processed in 0.005242896 sec.
5204 2024.11.28 04:56:46.273570 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5205 2024.11.28 04:56:46.273617 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5206 2024.11.28 04:56:46.273720 [ 261 ] {d2aa6e52-6d82-4d90-9fe0-1bba9b7ddd29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5207 2024.11.28 04:56:46.273721 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_31_6} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5208 2024.11.28 04:56:46.273775 [ 261 ] {d2aa6e52-6d82-4d90-9fe0-1bba9b7ddd29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5209 2024.11.28 04:56:46.273821 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5210 2024.11.28 04:56:46.274368 [ 261 ] {d2aa6e52-6d82-4d90-9fe0-1bba9b7ddd29} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5211 2024.11.28 04:56:46.274404 [ 261 ] {d2aa6e52-6d82-4d90-9fe0-1bba9b7ddd29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5212 2024.11.28 04:56:46.274748 [ 261 ] {d2aa6e52-6d82-4d90-9fe0-1bba9b7ddd29} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5213 2024.11.28 04:56:46.274991 [ 261 ] {d2aa6e52-6d82-4d90-9fe0-1bba9b7ddd29} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5214 2024.11.28 04:56:46.275206 [ 261 ] {d2aa6e52-6d82-4d90-9fe0-1bba9b7ddd29} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec.
5215 2024.11.28 04:56:46.275259 [ 261 ] {d2aa6e52-6d82-4d90-9fe0-1bba9b7ddd29} <Debug> TCPHandler: Processed in 0.00176384 sec.
5216 2024.11.28 04:56:46.275411 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5217 2024.11.28 04:56:46.275551 [ 266 ] {7873ea79-ab7f-41f0-9216-d5b89554cd17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5218 2024.11.28 04:56:46.275609 [ 266 ] {7873ea79-ab7f-41f0-9216-d5b89554cd17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5219 2024.11.28 04:56:46.276386 [ 266 ] {7873ea79-ab7f-41f0-9216-d5b89554cd17} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5220 2024.11.28 04:56:46.276424 [ 266 ] {7873ea79-ab7f-41f0-9216-d5b89554cd17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5221 2024.11.28 04:56:46.276804 [ 266 ] {7873ea79-ab7f-41f0-9216-d5b89554cd17} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5222 2024.11.28 04:56:46.277043 [ 266 ] {7873ea79-ab7f-41f0-9216-d5b89554cd17} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5223 2024.11.28 04:56:46.277262 [ 266 ] {7873ea79-ab7f-41f0-9216-d5b89554cd17} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001736 sec., 224654.37788018433 rows/sec., 15.93 MiB/sec.
5224 2024.11.28 04:56:46.277435 [ 266 ] {7873ea79-ab7f-41f0-9216-d5b89554cd17} <Debug> TCPHandler: Processed in 0.002085047 sec.
5225 2024.11.28 04:56:46.277631 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5226 2024.11.28 04:56:46.277754 [ 261 ] {b99d25e1-9f08-47f9-9ded-49f3a33e7253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5227 2024.11.28 04:56:46.277811 [ 261 ] {b99d25e1-9f08-47f9-9ded-49f3a33e7253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5228 2024.11.28 04:56:46.278274 [ 261 ] {b99d25e1-9f08-47f9-9ded-49f3a33e7253} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5229 2024.11.28 04:56:46.278310 [ 261 ] {b99d25e1-9f08-47f9-9ded-49f3a33e7253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5230 2024.11.28 04:56:46.278674 [ 261 ] {b99d25e1-9f08-47f9-9ded-49f3a33e7253} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5231 2024.11.28 04:56:46.278918 [ 261 ] {b99d25e1-9f08-47f9-9ded-49f3a33e7253} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5232 2024.11.28 04:56:46.279132 [ 261 ] {b99d25e1-9f08-47f9-9ded-49f3a33e7253} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec.
5233 2024.11.28 04:56:46.279181 [ 261 ] {b99d25e1-9f08-47f9-9ded-49f3a33e7253} <Debug> TCPHandler: Processed in 0.001645527 sec.
5234 2024.11.28 04:56:46.279329 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5235 2024.11.28 04:56:46.279468 [ 266 ] {7587b42e-d597-4d52-93dd-bb8d36dbf186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5236 2024.11.28 04:56:46.279532 [ 266 ] {7587b42e-d597-4d52-93dd-bb8d36dbf186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5237 2024.11.28 04:56:46.280196 [ 266 ] {7587b42e-d597-4d52-93dd-bb8d36dbf186} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5238 2024.11.28 04:56:46.280233 [ 266 ] {7587b42e-d597-4d52-93dd-bb8d36dbf186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5239 2024.11.28 04:56:46.280630 [ 266 ] {7587b42e-d597-4d52-93dd-bb8d36dbf186} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5240 2024.11.28 04:56:46.280865 [ 266 ] {7587b42e-d597-4d52-93dd-bb8d36dbf186} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5241 2024.11.28 04:56:46.281045 [ 266 ] {7587b42e-d597-4d52-93dd-bb8d36dbf186} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001609 sec., 147296.45742697327 rows/sec., 9.87 MiB/sec.
5242 2024.11.28 04:56:46.281097 [ 266 ] {7587b42e-d597-4d52-93dd-bb8d36dbf186} <Debug> TCPHandler: Processed in 0.001836101 sec.
5243 2024.11.28 04:56:46.281236 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5244 2024.11.28 04:56:46.281352 [ 261 ] {dd19db3c-40c9-4a6b-a05e-e7b53a05ce45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5245 2024.11.28 04:56:46.281403 [ 261 ] {dd19db3c-40c9-4a6b-a05e-e7b53a05ce45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5246 2024.11.28 04:56:46.281875 [ 261 ] {dd19db3c-40c9-4a6b-a05e-e7b53a05ce45} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5247 2024.11.28 04:56:46.281912 [ 261 ] {dd19db3c-40c9-4a6b-a05e-e7b53a05ce45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5248 2024.11.28 04:56:46.282259 [ 261 ] {dd19db3c-40c9-4a6b-a05e-e7b53a05ce45} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5249 2024.11.28 04:56:46.282492 [ 261 ] {dd19db3c-40c9-4a6b-a05e-e7b53a05ce45} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5250 2024.11.28 04:56:46.282740 [ 261 ] {dd19db3c-40c9-4a6b-a05e-e7b53a05ce45} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec.
5251 2024.11.28 04:56:46.282940 [ 261 ] {dd19db3c-40c9-4a6b-a05e-e7b53a05ce45} <Debug> TCPHandler: Processed in 0.001753239 sec.
5252 2024.11.28 04:56:46.283140 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5253 2024.11.28 04:56:46.283259 [ 266 ] {fdac2aa3-f696-431f-9115-3141871ed1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5254 2024.11.28 04:56:46.283342 [ 266 ] {fdac2aa3-f696-431f-9115-3141871ed1b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5255 2024.11.28 04:56:46.284442 [ 266 ] {fdac2aa3-f696-431f-9115-3141871ed1b5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5256 2024.11.28 04:56:46.284483 [ 266 ] {fdac2aa3-f696-431f-9115-3141871ed1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5257 2024.11.28 04:56:46.285098 [ 266 ] {fdac2aa3-f696-431f-9115-3141871ed1b5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5258 2024.11.28 04:56:46.285356 [ 266 ] {fdac2aa3-f696-431f-9115-3141871ed1b5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5259 2024.11.28 04:56:46.285562 [ 266 ] {fdac2aa3-f696-431f-9115-3141871ed1b5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002326 sec., 3439.3809114359415 rows/sec., 6.16 MiB/sec.
5260 2024.11.28 04:56:46.285665 [ 266 ] {fdac2aa3-f696-431f-9115-3141871ed1b5} <Debug> TCPHandler: Processed in 0.002609097 sec.
5261 2024.11.28 04:56:46.285826 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5262 2024.11.28 04:56:46.285942 [ 261 ] {a63d5c13-9bd0-4171-9c55-08c0a21339c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5263 2024.11.28 04:56:46.285992 [ 261 ] {a63d5c13-9bd0-4171-9c55-08c0a21339c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5264 2024.11.28 04:56:46.286485 [ 261 ] {a63d5c13-9bd0-4171-9c55-08c0a21339c8} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5265 2024.11.28 04:56:46.286523 [ 261 ] {a63d5c13-9bd0-4171-9c55-08c0a21339c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5266 2024.11.28 04:56:46.286904 [ 261 ] {a63d5c13-9bd0-4171-9c55-08c0a21339c8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5267 2024.11.28 04:56:46.287142 [ 261 ] {a63d5c13-9bd0-4171-9c55-08c0a21339c8} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5268 2024.11.28 04:56:46.287351 [ 261 ] {a63d5c13-9bd0-4171-9c55-08c0a21339c8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec.
5269 2024.11.28 04:56:46.287402 [ 261 ] {a63d5c13-9bd0-4171-9c55-08c0a21339c8} <Debug> TCPHandler: Processed in 0.001645576 sec.
5270 2024.11.28 04:56:50.427591 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
5271 2024.11.28 04:56:50.427662 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
5272 2024.11.28 04:56:50.537027 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
5273 2024.11.28 04:56:50.537675 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5274 2024.11.28 04:56:50.537721 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5275 2024.11.28 04:56:50.538232 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5276 2024.11.28 04:56:50.538484 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5277 2024.11.28 04:56:50.538763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5278 2024.11.28 04:56:50.575194 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 726
5279 2024.11.28 04:56:50.578498 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5280 2024.11.28 04:56:50.578552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5281 2024.11.28 04:56:50.580015 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5282 2024.11.28 04:56:50.580320 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5283 2024.11.28 04:56:50.580921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726
5284 2024.11.28 04:56:51.258146 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5285 2024.11.28 04:56:51.258334 [ 261 ] {ea9627a9-46f3-4571-8105-b40d746e05df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5286 2024.11.28 04:56:51.258406 [ 261 ] {ea9627a9-46f3-4571-8105-b40d746e05df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5287 2024.11.28 04:56:51.259229 [ 261 ] {ea9627a9-46f3-4571-8105-b40d746e05df} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5288 2024.11.28 04:56:51.259277 [ 261 ] {ea9627a9-46f3-4571-8105-b40d746e05df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5289 2024.11.28 04:56:51.259715 [ 261 ] {ea9627a9-46f3-4571-8105-b40d746e05df} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5290 2024.11.28 04:56:51.259974 [ 261 ] {ea9627a9-46f3-4571-8105-b40d746e05df} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5291 2024.11.28 04:56:51.260217 [ 261 ] {ea9627a9-46f3-4571-8105-b40d746e05df} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.001935 sec., 60981.91214470284 rows/sec., 5.16 MiB/sec.
5292 2024.11.28 04:56:51.260274 [ 261 ] {ea9627a9-46f3-4571-8105-b40d746e05df} <Debug> TCPHandler: Processed in 0.0022586 sec.
5293 2024.11.28 04:56:51.260546 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5294 2024.11.28 04:56:51.260743 [ 266 ] {9c240e17-85b0-4532-b898-4fee305d3e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5295 2024.11.28 04:56:51.260818 [ 266 ] {9c240e17-85b0-4532-b898-4fee305d3e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5296 2024.11.28 04:56:51.261587 [ 266 ] {9c240e17-85b0-4532-b898-4fee305d3e9f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5297 2024.11.28 04:56:51.261628 [ 266 ] {9c240e17-85b0-4532-b898-4fee305d3e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5298 2024.11.28 04:56:51.262075 [ 266 ] {9c240e17-85b0-4532-b898-4fee305d3e9f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5299 2024.11.28 04:56:51.262330 [ 266 ] {9c240e17-85b0-4532-b898-4fee305d3e9f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5300 2024.11.28 04:56:51.262562 [ 266 ] {9c240e17-85b0-4532-b898-4fee305d3e9f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001864 sec., 16630.901287553646 rows/sec., 1.22 MiB/sec.
5301 2024.11.28 04:56:51.262771 [ 266 ] {9c240e17-85b0-4532-b898-4fee305d3e9f} <Debug> TCPHandler: Processed in 0.002352732 sec.
5302 2024.11.28 04:56:51.262967 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5303 2024.11.28 04:56:51.263082 [ 261 ] {40d35623-67f4-4d24-bc95-c7fd3ee2e997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5304 2024.11.28 04:56:51.263130 [ 261 ] {40d35623-67f4-4d24-bc95-c7fd3ee2e997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5305 2024.11.28 04:56:51.263733 [ 261 ] {40d35623-67f4-4d24-bc95-c7fd3ee2e997} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5306 2024.11.28 04:56:51.263771 [ 261 ] {40d35623-67f4-4d24-bc95-c7fd3ee2e997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5307 2024.11.28 04:56:51.264143 [ 261 ] {40d35623-67f4-4d24-bc95-c7fd3ee2e997} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5308 2024.11.28 04:56:51.264391 [ 261 ] {40d35623-67f4-4d24-bc95-c7fd3ee2e997} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5309 2024.11.28 04:56:51.264629 [ 261 ] {40d35623-67f4-4d24-bc95-c7fd3ee2e997} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001562 sec., 60819.46222791293 rows/sec., 4.75 MiB/sec.
5310 2024.11.28 04:56:51.264714 [ 261 ] {40d35623-67f4-4d24-bc95-c7fd3ee2e997} <Debug> TCPHandler: Processed in 0.00181573 sec.
5311 2024.11.28 04:56:51.264961 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5312 2024.11.28 04:56:51.265085 [ 266 ] {8b99d2a3-b7dd-41e0-936b-8e4330a2ff20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5313 2024.11.28 04:56:51.265141 [ 266 ] {8b99d2a3-b7dd-41e0-936b-8e4330a2ff20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5314 2024.11.28 04:56:51.265753 [ 266 ] {8b99d2a3-b7dd-41e0-936b-8e4330a2ff20} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5315 2024.11.28 04:56:51.265794 [ 266 ] {8b99d2a3-b7dd-41e0-936b-8e4330a2ff20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5316 2024.11.28 04:56:51.266230 [ 266 ] {8b99d2a3-b7dd-41e0-936b-8e4330a2ff20} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5317 2024.11.28 04:56:51.266543 [ 266 ] {8b99d2a3-b7dd-41e0-936b-8e4330a2ff20} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5318 2024.11.28 04:56:51.266797 [ 266 ] {8b99d2a3-b7dd-41e0-936b-8e4330a2ff20} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001732 sec., 92378.75288683602 rows/sec., 6.43 MiB/sec.
5319 2024.11.28 04:56:51.266994 [ 266 ] {8b99d2a3-b7dd-41e0-936b-8e4330a2ff20} <Debug> TCPHandler: Processed in 0.002174868 sec.
5320 2024.11.28 04:56:51.267205 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5321 2024.11.28 04:56:51.267328 [ 261 ] {da5e0a7e-9877-4c6c-ae88-2da4483583f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5322 2024.11.28 04:56:51.267404 [ 261 ] {da5e0a7e-9877-4c6c-ae88-2da4483583f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5323 2024.11.28 04:56:51.268568 [ 261 ] {da5e0a7e-9877-4c6c-ae88-2da4483583f9} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5324 2024.11.28 04:56:51.268608 [ 261 ] {da5e0a7e-9877-4c6c-ae88-2da4483583f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5325 2024.11.28 04:56:51.269289 [ 261 ] {da5e0a7e-9877-4c6c-ae88-2da4483583f9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5326 2024.11.28 04:56:51.269564 [ 261 ] {da5e0a7e-9877-4c6c-ae88-2da4483583f9} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5327 2024.11.28 04:56:51.269809 [ 261 ] {da5e0a7e-9877-4c6c-ae88-2da4483583f9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002506 sec., 12370.311252992817 rows/sec., 22.17 MiB/sec.
5328 2024.11.28 04:56:51.269919 [ 261 ] {da5e0a7e-9877-4c6c-ae88-2da4483583f9} <Debug> TCPHandler: Processed in 0.002796182 sec.
5329 2024.11.28 04:56:51.270084 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5330 2024.11.28 04:56:51.270223 [ 266 ] {f79f1888-27d0-49d6-8578-8f536a9f7d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5331 2024.11.28 04:56:51.270284 [ 266 ] {f79f1888-27d0-49d6-8578-8f536a9f7d4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5332 2024.11.28 04:56:51.270877 [ 266 ] {f79f1888-27d0-49d6-8578-8f536a9f7d4e} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5333 2024.11.28 04:56:51.270923 [ 266 ] {f79f1888-27d0-49d6-8578-8f536a9f7d4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5334 2024.11.28 04:56:51.271343 [ 266 ] {f79f1888-27d0-49d6-8578-8f536a9f7d4e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5335 2024.11.28 04:56:51.271599 [ 266 ] {f79f1888-27d0-49d6-8578-8f536a9f7d4e} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5336 2024.11.28 04:56:51.271838 [ 266 ] {f79f1888-27d0-49d6-8578-8f536a9f7d4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001614 sec., 37174.72118959108 rows/sec., 2.51 MiB/sec.
5337 2024.11.28 04:56:51.272229 [ 266 ] {f79f1888-27d0-49d6-8578-8f536a9f7d4e} <Debug> TCPHandler: Processed in 0.002205769 sec.
5338 2024.11.28 04:56:51.290146 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5339 2024.11.28 04:56:51.310864 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5340 2024.11.28 04:56:51.310932 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5341 2024.11.28 04:56:51.318430 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5342 2024.11.28 04:56:51.319284 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5343 2024.11.28 04:56:51.323981 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5344 2024.11.28 04:56:56.261539 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5345 2024.11.28 04:56:56.261748 [ 261 ] {7cb31e9b-db47-4df2-824c-bbc86b551340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5346 2024.11.28 04:56:56.261823 [ 261 ] {7cb31e9b-db47-4df2-824c-bbc86b551340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5347 2024.11.28 04:56:56.262600 [ 261 ] {7cb31e9b-db47-4df2-824c-bbc86b551340} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5348 2024.11.28 04:56:56.262653 [ 261 ] {7cb31e9b-db47-4df2-824c-bbc86b551340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5349 2024.11.28 04:56:56.263099 [ 261 ] {7cb31e9b-db47-4df2-824c-bbc86b551340} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5350 2024.11.28 04:56:56.263380 [ 261 ] {7cb31e9b-db47-4df2-824c-bbc86b551340} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5351 2024.11.28 04:56:56.263591 [ 261 ] {7cb31e9b-db47-4df2-824c-bbc86b551340} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001896 sec., 7383.966244725739 rows/sec., 531.55 KiB/sec.
5352 2024.11.28 04:56:56.263713 [ 261 ] {7cb31e9b-db47-4df2-824c-bbc86b551340} <Debug> TCPHandler: Processed in 0.002310141 sec.
5353 2024.11.28 04:56:56.264014 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5354 2024.11.28 04:56:56.264212 [ 266 ] {25d3ced5-9abd-4fe1-bf86-3363fa034748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5355 2024.11.28 04:56:56.264289 [ 266 ] {25d3ced5-9abd-4fe1-bf86-3363fa034748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5356 2024.11.28 04:56:56.265042 [ 266 ] {25d3ced5-9abd-4fe1-bf86-3363fa034748} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5357 2024.11.28 04:56:56.265097 [ 266 ] {25d3ced5-9abd-4fe1-bf86-3363fa034748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5358 2024.11.28 04:56:56.265521 [ 266 ] {25d3ced5-9abd-4fe1-bf86-3363fa034748} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5359 2024.11.28 04:56:56.265779 [ 266 ] {25d3ced5-9abd-4fe1-bf86-3363fa034748} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5360 2024.11.28 04:56:56.266076 [ 266 ] {25d3ced5-9abd-4fe1-bf86-3363fa034748} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001915 sec., 1044.3864229765013 rows/sec., 85.16 KiB/sec.
5361 2024.11.28 04:56:56.266284 [ 266 ] {25d3ced5-9abd-4fe1-bf86-3363fa034748} <Debug> TCPHandler: Processed in 0.002430074 sec.
5362 2024.11.28 04:56:56.266455 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5363 2024.11.28 04:56:56.266581 [ 261 ] {cb044fc6-ea0b-44d5-bfe4-2a4f714ec7e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5364 2024.11.28 04:56:56.266636 [ 261 ] {cb044fc6-ea0b-44d5-bfe4-2a4f714ec7e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5365 2024.11.28 04:56:56.267375 [ 261 ] {cb044fc6-ea0b-44d5-bfe4-2a4f714ec7e5} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5366 2024.11.28 04:56:56.267417 [ 261 ] {cb044fc6-ea0b-44d5-bfe4-2a4f714ec7e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5367 2024.11.28 04:56:56.267813 [ 261 ] {cb044fc6-ea0b-44d5-bfe4-2a4f714ec7e5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5368 2024.11.28 04:56:56.268073 [ 261 ] {cb044fc6-ea0b-44d5-bfe4-2a4f714ec7e5} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5369 2024.11.28 04:56:56.268255 [ 261 ] {cb044fc6-ea0b-44d5-bfe4-2a4f714ec7e5} <Debug> executeQuery: Read 220 rows, 19.61 KiB in 0.001705 sec., 129032.25806451614 rows/sec., 11.23 MiB/sec.
5370 2024.11.28 04:56:56.268311 [ 261 ] {cb044fc6-ea0b-44d5-bfe4-2a4f714ec7e5} <Debug> TCPHandler: Processed in 0.001913933 sec.
5371 2024.11.28 04:56:56.268487 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5372 2024.11.28 04:56:56.268642 [ 266 ] {7fbdaf3f-ff75-4801-b62a-de7fcf8a9a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5373 2024.11.28 04:56:56.268704 [ 266 ] {7fbdaf3f-ff75-4801-b62a-de7fcf8a9a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5374 2024.11.28 04:56:56.269426 [ 266 ] {7fbdaf3f-ff75-4801-b62a-de7fcf8a9a4f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5375 2024.11.28 04:56:56.269470 [ 266 ] {7fbdaf3f-ff75-4801-b62a-de7fcf8a9a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5376 2024.11.28 04:56:56.269852 [ 266 ] {7fbdaf3f-ff75-4801-b62a-de7fcf8a9a4f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5377 2024.11.28 04:56:56.270101 [ 266 ] {7fbdaf3f-ff75-4801-b62a-de7fcf8a9a4f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5378 2024.11.28 04:56:56.270321 [ 266 ] {7fbdaf3f-ff75-4801-b62a-de7fcf8a9a4f} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001716 sec., 9906.759906759906 rows/sec., 697.71 KiB/sec.
5379 2024.11.28 04:56:56.270383 [ 266 ] {7fbdaf3f-ff75-4801-b62a-de7fcf8a9a4f} <Debug> TCPHandler: Processed in 0.001969044 sec.
5380 2024.11.28 04:56:56.270576 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5381 2024.11.28 04:56:56.270720 [ 261 ] {adae46cf-1d8e-4f4c-b156-263b0c196cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5382 2024.11.28 04:56:56.270779 [ 261 ] {adae46cf-1d8e-4f4c-b156-263b0c196cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5383 2024.11.28 04:56:56.271448 [ 261 ] {adae46cf-1d8e-4f4c-b156-263b0c196cf4} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5384 2024.11.28 04:56:56.271485 [ 261 ] {adae46cf-1d8e-4f4c-b156-263b0c196cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5385 2024.11.28 04:56:56.271836 [ 261 ] {adae46cf-1d8e-4f4c-b156-263b0c196cf4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5386 2024.11.28 04:56:56.272083 [ 261 ] {adae46cf-1d8e-4f4c-b156-263b0c196cf4} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5387 2024.11.28 04:56:56.272205 [ 32 ] {} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5388 2024.11.28 04:56:56.272251 [ 32 ] {} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5389 2024.11.28 04:56:56.272268 [ 261 ] {adae46cf-1d8e-4f4c-b156-263b0c196cf4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00158 sec., 8860.759493670887 rows/sec., 620.55 KiB/sec.
5390 2024.11.28 04:56:56.272274 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5391 2024.11.28 04:56:56.272355 [ 261 ] {adae46cf-1d8e-4f4c-b156-263b0c196cf4} <Debug> TCPHandler: Processed in 0.001844601 sec.
5392 2024.11.28 04:56:56.272627 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5393 2024.11.28 04:56:56.272641 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::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
5394 2024.11.28 04:56:56.272911 [ 266 ] {4cdd1b53-cb42-44f0-a7b1-d83c803248b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5395 2024.11.28 04:56:56.273019 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5396 2024.11.28 04:56:56.273031 [ 266 ] {4cdd1b53-cb42-44f0-a7b1-d83c803248b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5397 2024.11.28 04:56:56.273099 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part
5398 2024.11.28 04:56:56.273424 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5399 2024.11.28 04:56:56.273751 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
5400 2024.11.28 04:56:56.274092 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part
5401 2024.11.28 04:56:56.274427 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
5402 2024.11.28 04:56:56.274777 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
5403 2024.11.28 04:56:56.275955 [ 266 ] {4cdd1b53-cb42-44f0-a7b1-d83c803248b2} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5404 2024.11.28 04:56:56.276017 [ 266 ] {4cdd1b53-cb42-44f0-a7b1-d83c803248b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5405 2024.11.28 04:56:56.277065 [ 266 ] {4cdd1b53-cb42-44f0-a7b1-d83c803248b2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5406 2024.11.28 04:56:56.277625 [ 196 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005267796 sec., 100041.83912968535 rows/sec., 7.16 MiB/sec.
5407 2024.11.28 04:56:56.277626 [ 266 ] {4cdd1b53-cb42-44f0-a7b1-d83c803248b2} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5408 2024.11.28 04:56:56.277840 [ 196 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5409 2024.11.28 04:56:56.278297 [ 266 ] {4cdd1b53-cb42-44f0-a7b1-d83c803248b2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00544 sec., 2389.705882352941 rows/sec., 149.00 KiB/sec.
5410 2024.11.28 04:56:56.278604 [ 266 ] {4cdd1b53-cb42-44f0-a7b1-d83c803248b2} <Debug> TCPHandler: Processed in 0.006122486 sec.
5411 2024.11.28 04:56:56.278792 [ 196 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2024.11.28 04:56:56.278804 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5413 2024.11.28 04:56:56.278881 [ 196 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_21_4} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5414 2024.11.28 04:56:56.278974 [ 261 ] {aa5b5917-08ca-4460-9309-2da9e4f9d714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5415 2024.11.28 04:56:56.278975 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
5416 2024.11.28 04:56:56.279038 [ 261 ] {aa5b5917-08ca-4460-9309-2da9e4f9d714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5417 2024.11.28 04:56:56.279804 [ 261 ] {aa5b5917-08ca-4460-9309-2da9e4f9d714} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5418 2024.11.28 04:56:56.279843 [ 261 ] {aa5b5917-08ca-4460-9309-2da9e4f9d714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5419 2024.11.28 04:56:56.280215 [ 261 ] {aa5b5917-08ca-4460-9309-2da9e4f9d714} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5420 2024.11.28 04:56:56.280472 [ 261 ] {aa5b5917-08ca-4460-9309-2da9e4f9d714} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5421 2024.11.28 04:56:56.280708 [ 261 ] {aa5b5917-08ca-4460-9309-2da9e4f9d714} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001778 sec., 220472.44094488188 rows/sec., 15.65 MiB/sec.
5422 2024.11.28 04:56:56.280830 [ 261 ] {aa5b5917-08ca-4460-9309-2da9e4f9d714} <Debug> TCPHandler: Processed in 0.002105796 sec.
5423 2024.11.28 04:56:56.281052 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5424 2024.11.28 04:56:56.281192 [ 266 ] {9110de0b-550d-4530-9356-9e7f87257155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5425 2024.11.28 04:56:56.281251 [ 266 ] {9110de0b-550d-4530-9356-9e7f87257155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5426 2024.11.28 04:56:56.281745 [ 266 ] {9110de0b-550d-4530-9356-9e7f87257155} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5427 2024.11.28 04:56:56.281784 [ 266 ] {9110de0b-550d-4530-9356-9e7f87257155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5428 2024.11.28 04:56:56.282152 [ 266 ] {9110de0b-550d-4530-9356-9e7f87257155} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5429 2024.11.28 04:56:56.282385 [ 266 ] {9110de0b-550d-4530-9356-9e7f87257155} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5430 2024.11.28 04:56:56.282566 [ 35 ] {} <Debug> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5431 2024.11.28 04:56:56.282635 [ 266 ] {9110de0b-550d-4530-9356-9e7f87257155} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec.
5432 2024.11.28 04:56:56.282661 [ 35 ] {} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5433 2024.11.28 04:56:56.282734 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5434 2024.11.28 04:56:56.282748 [ 266 ] {9110de0b-550d-4530-9356-9e7f87257155} <Debug> TCPHandler: Processed in 0.00180056 sec.
5435 2024.11.28 04:56:56.283083 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5436 2024.11.28 04:56:56.283213 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::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
5437 2024.11.28 04:56:56.283415 [ 261 ] {7c07adb1-0175-4401-9543-c88423003f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5438 2024.11.28 04:56:56.283530 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5439 2024.11.28 04:56:56.283539 [ 261 ] {7c07adb1-0175-4401-9543-c88423003f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5440 2024.11.28 04:56:56.283594 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5441 2024.11.28 04:56:56.283961 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5442 2024.11.28 04:56:56.284291 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5443 2024.11.28 04:56:56.284651 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5444 2024.11.28 04:56:56.284945 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5445 2024.11.28 04:56:56.285073 [ 188 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
5446 2024.11.28 04:56:56.286149 [ 261 ] {7c07adb1-0175-4401-9543-c88423003f3e} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5447 2024.11.28 04:56:56.286224 [ 261 ] {7c07adb1-0175-4401-9543-c88423003f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5448 2024.11.28 04:56:56.287295 [ 261 ] {7c07adb1-0175-4401-9543-c88423003f3e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5449 2024.11.28 04:56:56.287674 [ 186 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004824997 sec., 19896.38542780441 rows/sec., 1.02 MiB/sec.
5450 2024.11.28 04:56:56.287833 [ 261 ] {7c07adb1-0175-4401-9543-c88423003f3e} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5451 2024.11.28 04:56:56.287948 [ 186 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5452 2024.11.28 04:56:56.288069 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5453 2024.11.28 04:56:56.288166 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5454 2024.11.28 04:56:56.288268 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5455 2024.11.28 04:56:56.288399 [ 261 ] {7c07adb1-0175-4401-9543-c88423003f3e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005032 sec., 47297.2972972973 rows/sec., 3.17 MiB/sec.
5456 2024.11.28 04:56:56.288786 [ 261 ] {7c07adb1-0175-4401-9543-c88423003f3e} <Debug> TCPHandler: Processed in 0.005929282 sec.
5457 2024.11.28 04:56:56.288772 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
5458 2024.11.28 04:56:56.288986 [ 186 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5459 2024.11.28 04:56:56.289043 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5460 2024.11.28 04:56:56.289292 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5461 2024.11.28 04:56:56.289320 [ 186 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_16_3} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5462 2024.11.28 04:56:56.289329 [ 266 ] {9bb74c01-a954-4822-85ee-e301bde6c5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5463 2024.11.28 04:56:56.289378 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7290 rows starting from the beginning of the part
5464 2024.11.28 04:56:56.289472 [ 266 ] {9bb74c01-a954-4822-85ee-e301bde6c5d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5465 2024.11.28 04:56:56.289683 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5466 2024.11.28 04:56:56.289836 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part
5467 2024.11.28 04:56:56.290211 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 883 rows starting from the beginning of the part
5468 2024.11.28 04:56:56.290616 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part
5469 2024.11.28 04:56:56.290883 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
5470 2024.11.28 04:56:56.291148 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 238 rows starting from the beginning of the part
5471 2024.11.28 04:56:56.291824 [ 266 ] {9bb74c01-a954-4822-85ee-e301bde6c5d6} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5472 2024.11.28 04:56:56.291870 [ 266 ] {9bb74c01-a954-4822-85ee-e301bde6c5d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5473 2024.11.28 04:56:56.292340 [ 266 ] {9bb74c01-a954-4822-85ee-e301bde6c5d6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5474 2024.11.28 04:56:56.292633 [ 266 ] {9bb74c01-a954-4822-85ee-e301bde6c5d6} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5475 2024.11.28 04:56:56.293055 [ 266 ] {9bb74c01-a954-4822-85ee-e301bde6c5d6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003779 sec., 264.6202699126753 rows/sec., 17.83 KiB/sec.
5476 2024.11.28 04:56:56.293283 [ 266 ] {9bb74c01-a954-4822-85ee-e301bde6c5d6} <Debug> TCPHandler: Processed in 0.004373567 sec.
5477 2024.11.28 04:56:56.293459 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5478 2024.11.28 04:56:56.293607 [ 261 ] {6f2526d5-b1fd-45ee-95ae-1071da65880e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5479 2024.11.28 04:56:56.293691 [ 261 ] {6f2526d5-b1fd-45ee-95ae-1071da65880e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5480 2024.11.28 04:56:56.295655 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9045 rows, containing 5 columns (5 merged, 0 gathered) in 0.00722754 sec., 1251463.1534380992 rows/sec., 83.94 MiB/sec.
5481 2024.11.28 04:56:56.295797 [ 261 ] {6f2526d5-b1fd-45ee-95ae-1071da65880e} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5482 2024.11.28 04:56:56.295854 [ 261 ] {6f2526d5-b1fd-45ee-95ae-1071da65880e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5483 2024.11.28 04:56:56.295985 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5484 2024.11.28 04:56:56.296681 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5485 2024.11.28 04:56:56.296940 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5486 2024.11.28 04:56:56.297132 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
5487 2024.11.28 04:56:56.297297 [ 261 ] {6f2526d5-b1fd-45ee-95ae-1071da65880e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5488 2024.11.28 04:56:56.297594 [ 261 ] {6f2526d5-b1fd-45ee-95ae-1071da65880e} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5489 2024.11.28 04:56:56.297935 [ 261 ] {6f2526d5-b1fd-45ee-95ae-1071da65880e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004362 sec., 1834.0210912425491 rows/sec., 3.29 MiB/sec.
5490 2024.11.28 04:56:56.298417 [ 261 ] {6f2526d5-b1fd-45ee-95ae-1071da65880e} <Debug> TCPHandler: Processed in 0.005030612 sec.
5491 2024.11.28 04:56:56.298591 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5492 2024.11.28 04:56:56.298731 [ 266 ] {a9388a8e-c734-49bc-b46b-bfacddb52c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5493 2024.11.28 04:56:56.298791 [ 266 ] {a9388a8e-c734-49bc-b46b-bfacddb52c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5494 2024.11.28 04:56:56.299418 [ 266 ] {a9388a8e-c734-49bc-b46b-bfacddb52c6e} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5495 2024.11.28 04:56:56.299468 [ 266 ] {a9388a8e-c734-49bc-b46b-bfacddb52c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5496 2024.11.28 04:56:56.300018 [ 266 ] {a9388a8e-c734-49bc-b46b-bfacddb52c6e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5497 2024.11.28 04:56:56.300394 [ 266 ] {a9388a8e-c734-49bc-b46b-bfacddb52c6e} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5498 2024.11.28 04:56:56.300599 [ 35 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5499 2024.11.28 04:56:56.300677 [ 35 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5500 2024.11.28 04:56:56.300721 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5501 2024.11.28 04:56:56.300733 [ 266 ] {a9388a8e-c734-49bc-b46b-bfacddb52c6e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002022 sec., 40553.90702274976 rows/sec., 2.58 MiB/sec.
5502 2024.11.28 04:56:56.301000 [ 266 ] {a9388a8e-c734-49bc-b46b-bfacddb52c6e} <Debug> TCPHandler: Processed in 0.002475655 sec.
5503 2024.11.28 04:56:56.301016 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
5504 2024.11.28 04:56:56.301218 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5505 2024.11.28 04:56:56.301288 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1216 rows starting from the beginning of the part
5506 2024.11.28 04:56:56.301415 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part
5507 2024.11.28 04:56:56.301569 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
5508 2024.11.28 04:56:56.301756 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part
5509 2024.11.28 04:56:56.301899 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
5510 2024.11.28 04:56:56.302055 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
5511 2024.11.28 04:56:56.303387 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 4 columns (4 merged, 0 gathered) in 0.002589418 sec., 610948.0972172125 rows/sec., 39.26 MiB/sec.
5512 2024.11.28 04:56:56.303596 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5513 2024.11.28 04:56:56.303888 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_31_6} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5514 2024.11.28 04:56:56.303967 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_31_6} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5515 2024.11.28 04:56:56.304038 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
5516 2024.11.28 04:56:58.038868 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
5517 2024.11.28 04:56:58.039557 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5518 2024.11.28 04:56:58.039609 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5519 2024.11.28 04:56:58.040155 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5520 2024.11.28 04:56:58.040421 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5521 2024.11.28 04:56:58.040737 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
5522 2024.11.28 04:56:58.824024 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5523 2024.11.28 04:56:58.845528 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5524 2024.11.28 04:56:58.845583 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5525 2024.11.28 04:56:58.853205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5526 2024.11.28 04:56:58.853965 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5527 2024.11.28 04:56:58.857242 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5528 2024.11.28 04:57:00.582100 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 762
5529 2024.11.28 04:57:00.585242 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5530 2024.11.28 04:57:00.585299 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5531 2024.11.28 04:57:00.586800 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5532 2024.11.28 04:57:00.587123 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5533 2024.11.28 04:57:00.588308 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 762
5534 2024.11.28 04:57:01.258763 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5535 2024.11.28 04:57:01.258974 [ 261 ] {6dce62db-ef7e-4dc6-aa2b-685aa739cd5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5536 2024.11.28 04:57:01.259056 [ 261 ] {6dce62db-ef7e-4dc6-aa2b-685aa739cd5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5537 2024.11.28 04:57:01.259949 [ 261 ] {6dce62db-ef7e-4dc6-aa2b-685aa739cd5c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5538 2024.11.28 04:57:01.259999 [ 261 ] {6dce62db-ef7e-4dc6-aa2b-685aa739cd5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5539 2024.11.28 04:57:01.260448 [ 261 ] {6dce62db-ef7e-4dc6-aa2b-685aa739cd5c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5540 2024.11.28 04:57:01.260715 [ 261 ] {6dce62db-ef7e-4dc6-aa2b-685aa739cd5c} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5541 2024.11.28 04:57:01.260975 [ 261 ] {6dce62db-ef7e-4dc6-aa2b-685aa739cd5c} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002062 sec., 57225.99418040737 rows/sec., 4.84 MiB/sec.
5542 2024.11.28 04:57:01.261042 [ 261 ] {6dce62db-ef7e-4dc6-aa2b-685aa739cd5c} <Debug> TCPHandler: Processed in 0.002418174 sec.
5543 2024.11.28 04:57:01.261319 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5544 2024.11.28 04:57:01.261515 [ 266 ] {922dc3ed-8e4b-4b19-a00f-d9a7295a382f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5545 2024.11.28 04:57:01.261588 [ 266 ] {922dc3ed-8e4b-4b19-a00f-d9a7295a382f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5546 2024.11.28 04:57:01.262349 [ 266 ] {922dc3ed-8e4b-4b19-a00f-d9a7295a382f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5547 2024.11.28 04:57:01.262400 [ 266 ] {922dc3ed-8e4b-4b19-a00f-d9a7295a382f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5548 2024.11.28 04:57:01.262839 [ 266 ] {922dc3ed-8e4b-4b19-a00f-d9a7295a382f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5549 2024.11.28 04:57:01.263115 [ 266 ] {922dc3ed-8e4b-4b19-a00f-d9a7295a382f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5550 2024.11.28 04:57:01.263412 [ 266 ] {922dc3ed-8e4b-4b19-a00f-d9a7295a382f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001944 sec., 15946.502057613168 rows/sec., 1.17 MiB/sec.
5551 2024.11.28 04:57:01.263620 [ 266 ] {922dc3ed-8e4b-4b19-a00f-d9a7295a382f} <Debug> TCPHandler: Processed in 0.002432324 sec.
5552 2024.11.28 04:57:01.263832 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5553 2024.11.28 04:57:01.263976 [ 261 ] {4a052cbb-4229-4322-b11a-3a3a69f8cfa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5554 2024.11.28 04:57:01.264036 [ 261 ] {4a052cbb-4229-4322-b11a-3a3a69f8cfa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5555 2024.11.28 04:57:01.264746 [ 261 ] {4a052cbb-4229-4322-b11a-3a3a69f8cfa5} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5556 2024.11.28 04:57:01.264786 [ 261 ] {4a052cbb-4229-4322-b11a-3a3a69f8cfa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5557 2024.11.28 04:57:01.265171 [ 261 ] {4a052cbb-4229-4322-b11a-3a3a69f8cfa5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5558 2024.11.28 04:57:01.265419 [ 261 ] {4a052cbb-4229-4322-b11a-3a3a69f8cfa5} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5559 2024.11.28 04:57:01.265638 [ 261 ] {4a052cbb-4229-4322-b11a-3a3a69f8cfa5} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001698 sec., 55948.17432273262 rows/sec., 4.37 MiB/sec.
5560 2024.11.28 04:57:01.265691 [ 261 ] {4a052cbb-4229-4322-b11a-3a3a69f8cfa5} <Debug> TCPHandler: Processed in 0.001960904 sec.
5561 2024.11.28 04:57:01.265860 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5562 2024.11.28 04:57:01.266010 [ 266 ] {aadc2fb8-acbe-4083-8c05-81dd855657e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5563 2024.11.28 04:57:01.266075 [ 266 ] {aadc2fb8-acbe-4083-8c05-81dd855657e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5564 2024.11.28 04:57:01.266843 [ 266 ] {aadc2fb8-acbe-4083-8c05-81dd855657e1} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5565 2024.11.28 04:57:01.266936 [ 266 ] {aadc2fb8-acbe-4083-8c05-81dd855657e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5566 2024.11.28 04:57:01.267495 [ 266 ] {aadc2fb8-acbe-4083-8c05-81dd855657e1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5567 2024.11.28 04:57:01.267749 [ 266 ] {aadc2fb8-acbe-4083-8c05-81dd855657e1} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5568 2024.11.28 04:57:01.267930 [ 266 ] {aadc2fb8-acbe-4083-8c05-81dd855657e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001958 sec., 81716.03677221654 rows/sec., 5.69 MiB/sec.
5569 2024.11.28 04:57:01.267987 [ 266 ] {aadc2fb8-acbe-4083-8c05-81dd855657e1} <Debug> TCPHandler: Processed in 0.002198969 sec.
5570 2024.11.28 04:57:01.268178 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5571 2024.11.28 04:57:01.268327 [ 261 ] {8f85968a-8a89-484f-a0d2-159275267414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5572 2024.11.28 04:57:01.268424 [ 261 ] {8f85968a-8a89-484f-a0d2-159275267414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5573 2024.11.28 04:57:01.269672 [ 261 ] {8f85968a-8a89-484f-a0d2-159275267414} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5574 2024.11.28 04:57:01.269713 [ 261 ] {8f85968a-8a89-484f-a0d2-159275267414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5575 2024.11.28 04:57:01.270445 [ 261 ] {8f85968a-8a89-484f-a0d2-159275267414} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5576 2024.11.28 04:57:01.270730 [ 261 ] {8f85968a-8a89-484f-a0d2-159275267414} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5577 2024.11.28 04:57:01.270914 [ 25 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5578 2024.11.28 04:57:01.270994 [ 25 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5579 2024.11.28 04:57:01.271025 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5580 2024.11.28 04:57:01.271046 [ 261 ] {8f85968a-8a89-484f-a0d2-159275267414} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002744 sec., 11297.37609329446 rows/sec., 20.24 MiB/sec.
5581 2024.11.28 04:57:01.271367 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
5582 2024.11.28 04:57:01.271771 [ 261 ] {8f85968a-8a89-484f-a0d2-159275267414} <Debug> TCPHandler: Processed in 0.003664032 sec.
5583 2024.11.28 04:57:01.271999 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5584 2024.11.28 04:57:01.272099 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5585 2024.11.28 04:57:01.272239 [ 266 ] {c53e262e-a680-4e93-bd3c-f2711d239894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5586 2024.11.28 04:57:01.272262 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 515 rows starting from the beginning of the part
5587 2024.11.28 04:57:01.272349 [ 266 ] {c53e262e-a680-4e93-bd3c-f2711d239894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5588 2024.11.28 04:57:01.273085 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part
5589 2024.11.28 04:57:01.273736 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
5590 2024.11.28 04:57:01.274440 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part
5591 2024.11.28 04:57:01.274683 [ 266 ] {c53e262e-a680-4e93-bd3c-f2711d239894} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5592 2024.11.28 04:57:01.274995 [ 266 ] {c53e262e-a680-4e93-bd3c-f2711d239894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5593 2024.11.28 04:57:01.275062 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
5594 2024.11.28 04:57:01.275728 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part
5595 2024.11.28 04:57:01.276944 [ 266 ] {c53e262e-a680-4e93-bd3c-f2711d239894} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5596 2024.11.28 04:57:01.277597 [ 266 ] {c53e262e-a680-4e93-bd3c-f2711d239894} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5597 2024.11.28 04:57:01.278127 [ 266 ] {c53e262e-a680-4e93-bd3c-f2711d239894} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00597 sec., 10050.251256281408 rows/sec., 693.57 KiB/sec.
5598 2024.11.28 04:57:01.278215 [ 266 ] {c53e262e-a680-4e93-bd3c-f2711d239894} <Debug> TCPHandler: Processed in 0.006319701 sec.
5599 2024.11.28 04:57:01.282106 [ 186 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 19 columns (19 merged, 0 gathered) in 0.010979124 sec., 56835.1354807542 rows/sec., 101.85 MiB/sec.
5600 2024.11.28 04:57:01.283251 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5601 2024.11.28 04:57:01.283681 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5602 2024.11.28 04:57:01.283768 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5603 2024.11.28 04:57:01.283922 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB.
5604 2024.11.28 04:57:02.000230 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.98 MiB, peak 199.39 MiB, free memory in arenas 0.00 B, will set to 193.32 MiB (RSS), difference: 1.34 MiB
5605 2024.11.28 04:57:05.427709 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache
5606 2024.11.28 04:57:05.427782 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache
5607 2024.11.28 04:57:05.540857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
5608 2024.11.28 04:57:05.541609 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5609 2024.11.28 04:57:05.541669 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5610 2024.11.28 04:57:05.542225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5611 2024.11.28 04:57:05.542492 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5612 2024.11.28 04:57:05.542714 [ 43 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5613 2024.11.28 04:57:05.542774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5614 2024.11.28 04:57:05.542804 [ 43 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5615 2024.11.28 04:57:05.542839 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5616 2024.11.28 04:57:05.543051 [ 200 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
5617 2024.11.28 04:57:05.543326 [ 200 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5618 2024.11.28 04:57:05.543362 [ 200 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
5619 2024.11.28 04:57:05.543427 [ 200 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
5620 2024.11.28 04:57:05.543619 [ 200 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
5621 2024.11.28 04:57:05.543847 [ 200 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
5622 2024.11.28 04:57:05.544042 [ 200 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
5623 2024.11.28 04:57:05.544190 [ 200 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
5624 2024.11.28 04:57:05.546651 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003740793 sec., 3196113.7651829435 rows/sec., 45.72 MiB/sec.
5625 2024.11.28 04:57:05.547099 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5626 2024.11.28 04:57:05.547484 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5627 2024.11.28 04:57:05.547590 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_26_5} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5628 2024.11.28 04:57:05.547716 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5629 2024.11.28 04:57:06.260966 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5630 2024.11.28 04:57:06.261161 [ 261 ] {74f0856b-3764-4150-b2df-c030a49df3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5631 2024.11.28 04:57:06.261236 [ 261 ] {74f0856b-3764-4150-b2df-c030a49df3f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5632 2024.11.28 04:57:06.262027 [ 261 ] {74f0856b-3764-4150-b2df-c030a49df3f5} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5633 2024.11.28 04:57:06.262082 [ 261 ] {74f0856b-3764-4150-b2df-c030a49df3f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5634 2024.11.28 04:57:06.262528 [ 261 ] {74f0856b-3764-4150-b2df-c030a49df3f5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5635 2024.11.28 04:57:06.262786 [ 261 ] {74f0856b-3764-4150-b2df-c030a49df3f5} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5636 2024.11.28 04:57:06.262991 [ 87 ] {} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5637 2024.11.28 04:57:06.263066 [ 261 ] {74f0856b-3764-4150-b2df-c030a49df3f5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001952 sec., 7172.131147540984 rows/sec., 516.30 KiB/sec.
5638 2024.11.28 04:57:06.263074 [ 87 ] {} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5639 2024.11.28 04:57:06.263154 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5640 2024.11.28 04:57:06.263217 [ 261 ] {74f0856b-3764-4150-b2df-c030a49df3f5} <Debug> TCPHandler: Processed in 0.002389803 sec.
5641 2024.11.28 04:57:06.263566 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5642 2024.11.28 04:57:06.263566 [ 193 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
5643 2024.11.28 04:57:06.263771 [ 193 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5644 2024.11.28 04:57:06.263804 [ 266 ] {24d224b0-d1d4-46ce-b938-c3a3a30c6077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5645 2024.11.28 04:57:06.263816 [ 193 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
5646 2024.11.28 04:57:06.263909 [ 266 ] {24d224b0-d1d4-46ce-b938-c3a3a30c6077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5647 2024.11.28 04:57:06.263987 [ 193 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
5648 2024.11.28 04:57:06.264431 [ 193 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
5649 2024.11.28 04:57:06.264784 [ 193 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
5650 2024.11.28 04:57:06.265151 [ 193 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
5651 2024.11.28 04:57:06.266486 [ 266 ] {24d224b0-d1d4-46ce-b938-c3a3a30c6077} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5652 2024.11.28 04:57:06.266538 [ 266 ] {24d224b0-d1d4-46ce-b938-c3a3a30c6077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5653 2024.11.28 04:57:06.266887 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00361033 sec., 19388.809333218847 rows/sec., 1.44 MiB/sec.
5654 2024.11.28 04:57:06.267207 [ 266 ] {24d224b0-d1d4-46ce-b938-c3a3a30c6077} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5655 2024.11.28 04:57:06.267286 [ 190 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5656 2024.11.28 04:57:06.267608 [ 266 ] {24d224b0-d1d4-46ce-b938-c3a3a30c6077} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5657 2024.11.28 04:57:06.267896 [ 87 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5658 2024.11.28 04:57:06.267988 [ 87 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5659 2024.11.28 04:57:06.268064 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5660 2024.11.28 04:57:06.268240 [ 190 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_17_4} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5661 2024.11.28 04:57:06.268319 [ 266 ] {24d224b0-d1d4-46ce-b938-c3a3a30c6077} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.004481 sec., 48873.019415309085 rows/sec., 4.26 MiB/sec.
5662 2024.11.28 04:57:06.268593 [ 186 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
5663 2024.11.28 04:57:06.268722 [ 190 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_17_4} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5664 2024.11.28 04:57:06.269204 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5665 2024.11.28 04:57:06.269253 [ 186 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5666 2024.11.28 04:57:06.269420 [ 186 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1432 rows starting from the beginning of the part
5667 2024.11.28 04:57:06.269445 [ 266 ] {24d224b0-d1d4-46ce-b938-c3a3a30c6077} <Debug> TCPHandler: Processed in 0.006065685 sec.
5668 2024.11.28 04:57:06.269785 [ 186 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 219 rows starting from the beginning of the part
5669 2024.11.28 04:57:06.269817 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5670 2024.11.28 04:57:06.270048 [ 186 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 118 rows starting from the beginning of the part
5671 2024.11.28 04:57:06.270205 [ 261 ] {c07cf5b2-75dd-42f0-9915-1366a44a36ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5672 2024.11.28 04:57:06.270384 [ 186 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 220 rows starting from the beginning of the part
5673 2024.11.28 04:57:06.270419 [ 261 ] {c07cf5b2-75dd-42f0-9915-1366a44a36ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5674 2024.11.28 04:57:06.270739 [ 186 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 118 rows starting from the beginning of the part
5675 2024.11.28 04:57:06.271127 [ 186 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 219 rows starting from the beginning of the part
5676 2024.11.28 04:57:06.272743 [ 261 ] {c07cf5b2-75dd-42f0-9915-1366a44a36ce} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5677 2024.11.28 04:57:06.272827 [ 261 ] {c07cf5b2-75dd-42f0-9915-1366a44a36ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5678 2024.11.28 04:57:06.273839 [ 261 ] {c07cf5b2-75dd-42f0-9915-1366a44a36ce} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5679 2024.11.28 04:57:06.274141 [ 261 ] {c07cf5b2-75dd-42f0-9915-1366a44a36ce} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5680 2024.11.28 04:57:06.274720 [ 261 ] {c07cf5b2-75dd-42f0-9915-1366a44a36ce} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004621 sec., 3246.0506383899587 rows/sec., 228.87 KiB/sec.
5681 2024.11.28 04:57:06.274831 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2326 rows, containing 5 columns (5 merged, 0 gathered) in 0.006641907 sec., 350200.62762095284 rows/sec., 30.95 MiB/sec.
5682 2024.11.28 04:57:06.274868 [ 261 ] {c07cf5b2-75dd-42f0-9915-1366a44a36ce} <Debug> TCPHandler: Processed in 0.005280917 sec.
5683 2024.11.28 04:57:06.275123 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5684 2024.11.28 04:57:06.275137 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5685 2024.11.28 04:57:06.275423 [ 266 ] {28b5ca60-7fcb-4ace-a05b-21954051320e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5686 2024.11.28 04:57:06.275558 [ 266 ] {28b5ca60-7fcb-4ace-a05b-21954051320e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5687 2024.11.28 04:57:06.275751 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5688 2024.11.28 04:57:06.275936 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_36_7} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5689 2024.11.28 04:57:06.276153 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
5690 2024.11.28 04:57:06.276597 [ 266 ] {28b5ca60-7fcb-4ace-a05b-21954051320e} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5691 2024.11.28 04:57:06.276643 [ 266 ] {28b5ca60-7fcb-4ace-a05b-21954051320e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5692 2024.11.28 04:57:06.277014 [ 266 ] {28b5ca60-7fcb-4ace-a05b-21954051320e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5693 2024.11.28 04:57:06.277262 [ 266 ] {28b5ca60-7fcb-4ace-a05b-21954051320e} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5694 2024.11.28 04:57:06.277474 [ 266 ] {28b5ca60-7fcb-4ace-a05b-21954051320e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00215 sec., 6511.627906976744 rows/sec., 456.03 KiB/sec.
5695 2024.11.28 04:57:06.277533 [ 266 ] {28b5ca60-7fcb-4ace-a05b-21954051320e} <Debug> TCPHandler: Processed in 0.002542107 sec.
5696 2024.11.28 04:57:06.277690 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5697 2024.11.28 04:57:06.277813 [ 261 ] {b4f40061-6ef6-4ab5-a23f-267850314798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5698 2024.11.28 04:57:06.277863 [ 261 ] {b4f40061-6ef6-4ab5-a23f-267850314798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5699 2024.11.28 04:57:06.278450 [ 261 ] {b4f40061-6ef6-4ab5-a23f-267850314798} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5700 2024.11.28 04:57:06.278489 [ 261 ] {b4f40061-6ef6-4ab5-a23f-267850314798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5701 2024.11.28 04:57:06.278846 [ 261 ] {b4f40061-6ef6-4ab5-a23f-267850314798} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5702 2024.11.28 04:57:06.279087 [ 261 ] {b4f40061-6ef6-4ab5-a23f-267850314798} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5703 2024.11.28 04:57:06.279224 [ 107 ] {} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5704 2024.11.28 04:57:06.279269 [ 107 ] {} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5705 2024.11.28 04:57:06.279273 [ 261 ] {b4f40061-6ef6-4ab5-a23f-267850314798} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001484 sec., 8760.10781671159 rows/sec., 546.19 KiB/sec.
5706 2024.11.28 04:57:06.279295 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5707 2024.11.28 04:57:06.279385 [ 261 ] {b4f40061-6ef6-4ab5-a23f-267850314798} <Debug> TCPHandler: Processed in 0.001747328 sec.
5708 2024.11.28 04:57:06.279502 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
5709 2024.11.28 04:57:06.279585 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5710 2024.11.28 04:57:06.279699 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5711 2024.11.28 04:57:06.279785 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
5712 2024.11.28 04:57:06.279796 [ 266 ] {7334ea7b-98a8-4416-a956-d983260a22ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5713 2024.11.28 04:57:06.280000 [ 266 ] {7334ea7b-98a8-4416-a956-d983260a22ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5714 2024.11.28 04:57:06.280063 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
5715 2024.11.28 04:57:06.280508 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
5716 2024.11.28 04:57:06.281047 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
5717 2024.11.28 04:57:06.281501 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
5718 2024.11.28 04:57:06.283792 [ 266 ] {7334ea7b-98a8-4416-a956-d983260a22ec} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5719 2024.11.28 04:57:06.283875 [ 266 ] {7334ea7b-98a8-4416-a956-d983260a22ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5720 2024.11.28 04:57:06.284353 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004953449 sec., 13122.170027388996 rows/sec., 869.42 KiB/sec.
5721 2024.11.28 04:57:06.284591 [ 192 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5722 2024.11.28 04:57:06.284760 [ 266 ] {7334ea7b-98a8-4416-a956-d983260a22ec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5723 2024.11.28 04:57:06.285077 [ 192 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_17_4} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5724 2024.11.28 04:57:06.285225 [ 266 ] {7334ea7b-98a8-4416-a956-d983260a22ec} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5725 2024.11.28 04:57:06.285293 [ 192 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_17_4} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5726 2024.11.28 04:57:06.285469 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5727 2024.11.28 04:57:06.285497 [ 107 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5728 2024.11.28 04:57:06.285584 [ 107 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5729 2024.11.28 04:57:06.285643 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5730 2024.11.28 04:57:06.285732 [ 266 ] {7334ea7b-98a8-4416-a956-d983260a22ec} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005976 sec., 65261.044176706826 rows/sec., 4.63 MiB/sec.
5731 2024.11.28 04:57:06.285896 [ 198 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
5732 2024.11.28 04:57:06.285918 [ 266 ] {7334ea7b-98a8-4416-a956-d983260a22ec} <Debug> TCPHandler: Processed in 0.006432683 sec.
5733 2024.11.28 04:57:06.286102 [ 198 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5734 2024.11.28 04:57:06.286125 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5735 2024.11.28 04:57:06.286157 [ 198 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
5736 2024.11.28 04:57:06.286435 [ 261 ] {c3714713-3bd1-441f-bdfe-c4488707647f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5737 2024.11.28 04:57:06.286468 [ 198 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 390 rows starting from the beginning of the part
5738 2024.11.28 04:57:06.286570 [ 261 ] {c3714713-3bd1-441f-bdfe-c4488707647f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5739 2024.11.28 04:57:06.286862 [ 198 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 95 rows starting from the beginning of the part
5740 2024.11.28 04:57:06.287234 [ 198 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 392 rows starting from the beginning of the part
5741 2024.11.28 04:57:06.287638 [ 198 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 95 rows starting from the beginning of the part
5742 2024.11.28 04:57:06.287999 [ 198 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 390 rows starting from the beginning of the part
5743 2024.11.28 04:57:06.288866 [ 261 ] {c3714713-3bd1-441f-bdfe-c4488707647f} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5744 2024.11.28 04:57:06.288940 [ 261 ] {c3714713-3bd1-441f-bdfe-c4488707647f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5745 2024.11.28 04:57:06.289896 [ 261 ] {c3714713-3bd1-441f-bdfe-c4488707647f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5746 2024.11.28 04:57:06.290394 [ 261 ] {c3714713-3bd1-441f-bdfe-c4488707647f} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5747 2024.11.28 04:57:06.290623 [ 261 ] {c3714713-3bd1-441f-bdfe-c4488707647f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004303 sec., 1394.376016732512 rows/sec., 72.85 KiB/sec.
5748 2024.11.28 04:57:06.290795 [ 261 ] {c3714713-3bd1-441f-bdfe-c4488707647f} <Debug> TCPHandler: Processed in 0.004746525 sec.
5749 2024.11.28 04:57:06.291167 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5750 2024.11.28 04:57:06.291197 [ 192 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2275 rows, containing 5 columns (5 merged, 0 gathered) in 0.005460052 sec., 416662.69845049095 rows/sec., 31.70 MiB/sec.
5751 2024.11.28 04:57:06.291460 [ 266 ] {1fa293ea-cae5-4077-a595-d6f97e23fbdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5752 2024.11.28 04:57:06.291473 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5753 2024.11.28 04:57:06.291641 [ 266 ] {1fa293ea-cae5-4077-a595-d6f97e23fbdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5754 2024.11.28 04:57:06.292191 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5755 2024.11.28 04:57:06.292314 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_36_7} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5756 2024.11.28 04:57:06.292445 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
5757 2024.11.28 04:57:06.292718 [ 266 ] {1fa293ea-cae5-4077-a595-d6f97e23fbdc} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5758 2024.11.28 04:57:06.292762 [ 266 ] {1fa293ea-cae5-4077-a595-d6f97e23fbdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5759 2024.11.28 04:57:06.293172 [ 266 ] {1fa293ea-cae5-4077-a595-d6f97e23fbdc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5760 2024.11.28 04:57:06.293426 [ 266 ] {1fa293ea-cae5-4077-a595-d6f97e23fbdc} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5761 2024.11.28 04:57:06.293640 [ 266 ] {1fa293ea-cae5-4077-a595-d6f97e23fbdc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002263 sec., 104728.236853734 rows/sec., 7.02 MiB/sec.
5762 2024.11.28 04:57:06.293700 [ 266 ] {1fa293ea-cae5-4077-a595-d6f97e23fbdc} <Debug> TCPHandler: Processed in 0.002748231 sec.
5763 2024.11.28 04:57:06.293853 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5764 2024.11.28 04:57:06.293971 [ 261 ] {ab46b938-c076-4c3b-84e3-2a58a4bcdffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5765 2024.11.28 04:57:06.294023 [ 261 ] {ab46b938-c076-4c3b-84e3-2a58a4bcdffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5766 2024.11.28 04:57:06.294492 [ 261 ] {ab46b938-c076-4c3b-84e3-2a58a4bcdffe} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5767 2024.11.28 04:57:06.294529 [ 261 ] {ab46b938-c076-4c3b-84e3-2a58a4bcdffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5768 2024.11.28 04:57:06.294895 [ 261 ] {ab46b938-c076-4c3b-84e3-2a58a4bcdffe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5769 2024.11.28 04:57:06.295128 [ 261 ] {ab46b938-c076-4c3b-84e3-2a58a4bcdffe} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5770 2024.11.28 04:57:06.295315 [ 261 ] {ab46b938-c076-4c3b-84e3-2a58a4bcdffe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001369 sec., 730.4601899196493 rows/sec., 49.22 KiB/sec.
5771 2024.11.28 04:57:06.295366 [ 261 ] {ab46b938-c076-4c3b-84e3-2a58a4bcdffe} <Debug> TCPHandler: Processed in 0.001568845 sec.
5772 2024.11.28 04:57:06.295503 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5773 2024.11.28 04:57:06.295620 [ 266 ] {ef1cd956-4f88-4404-88d8-d19b8ff482c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5774 2024.11.28 04:57:06.295718 [ 266 ] {ef1cd956-4f88-4404-88d8-d19b8ff482c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5775 2024.11.28 04:57:06.297307 [ 266 ] {ef1cd956-4f88-4404-88d8-d19b8ff482c8} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5776 2024.11.28 04:57:06.297346 [ 266 ] {ef1cd956-4f88-4404-88d8-d19b8ff482c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5777 2024.11.28 04:57:06.297968 [ 266 ] {ef1cd956-4f88-4404-88d8-d19b8ff482c8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5778 2024.11.28 04:57:06.298222 [ 266 ] {ef1cd956-4f88-4404-88d8-d19b8ff482c8} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5779 2024.11.28 04:57:06.298451 [ 266 ] {ef1cd956-4f88-4404-88d8-d19b8ff482c8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002855 sec., 2802.101576182137 rows/sec., 5.02 MiB/sec.
5780 2024.11.28 04:57:06.298548 [ 266 ] {ef1cd956-4f88-4404-88d8-d19b8ff482c8} <Debug> TCPHandler: Processed in 0.003099399 sec.
5781 2024.11.28 04:57:06.298700 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5782 2024.11.28 04:57:06.298819 [ 261 ] {e15f90a9-5c24-4352-aee9-18c6bed63df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5783 2024.11.28 04:57:06.298870 [ 261 ] {e15f90a9-5c24-4352-aee9-18c6bed63df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5784 2024.11.28 04:57:06.299355 [ 261 ] {e15f90a9-5c24-4352-aee9-18c6bed63df9} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5785 2024.11.28 04:57:06.299392 [ 261 ] {e15f90a9-5c24-4352-aee9-18c6bed63df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5786 2024.11.28 04:57:06.299757 [ 261 ] {e15f90a9-5c24-4352-aee9-18c6bed63df9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5787 2024.11.28 04:57:06.299995 [ 261 ] {e15f90a9-5c24-4352-aee9-18c6bed63df9} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5788 2024.11.28 04:57:06.300212 [ 261 ] {e15f90a9-5c24-4352-aee9-18c6bed63df9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00141 sec., 58156.02836879432 rows/sec., 3.69 MiB/sec.
5789 2024.11.28 04:57:06.300378 [ 261 ] {e15f90a9-5c24-4352-aee9-18c6bed63df9} <Debug> TCPHandler: Processed in 0.001730078 sec.
5790 2024.11.28 04:57:06.357284 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5791 2024.11.28 04:57:06.378673 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5792 2024.11.28 04:57:06.378718 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5793 2024.11.28 04:57:06.386353 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5794 2024.11.28 04:57:06.387129 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5795 2024.11.28 04:57:06.387502 [ 107 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5796 2024.11.28 04:57:06.387617 [ 107 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5797 2024.11.28 04:57:06.387689 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5798 2024.11.28 04:57:06.388037 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
5799 2024.11.28 04:57:06.404231 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5800 2024.11.28 04:57:06.405535 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5801 2024.11.28 04:57:06.407360 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
5802 2024.11.28 04:57:06.413280 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
5803 2024.11.28 04:57:06.419119 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
5804 2024.11.28 04:57:06.425123 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
5805 2024.11.28 04:57:06.431225 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
5806 2024.11.28 04:57:06.435934 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
5807 2024.11.28 04:57:06.498157 [ 194 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.110347098 sec., 1776.213453298065 rows/sec., 9.18 MiB/sec.
5808 2024.11.28 04:57:06.500136 [ 196 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5809 2024.11.28 04:57:06.502847 [ 196 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_26_5} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5810 2024.11.28 04:57:06.502976 [ 196 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_26_5} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5811 2024.11.28 04:57:06.504899 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5812 2024.11.28 04:57:10.589506 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 796
5813 2024.11.28 04:57:10.592658 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5814 2024.11.28 04:57:10.592720 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5815 2024.11.28 04:57:10.594219 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5816 2024.11.28 04:57:10.594540 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5817 2024.11.28 04:57:10.595206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 796
5818 2024.11.28 04:57:11.287933 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5819 2024.11.28 04:57:11.288124 [ 261 ] {924e0d43-e1a3-4d5c-b97b-97ceac30e8cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5820 2024.11.28 04:57:11.288199 [ 261 ] {924e0d43-e1a3-4d5c-b97b-97ceac30e8cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5821 2024.11.28 04:57:11.288954 [ 261 ] {924e0d43-e1a3-4d5c-b97b-97ceac30e8cd} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5822 2024.11.28 04:57:11.289004 [ 261 ] {924e0d43-e1a3-4d5c-b97b-97ceac30e8cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5823 2024.11.28 04:57:11.289436 [ 261 ] {924e0d43-e1a3-4d5c-b97b-97ceac30e8cd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5824 2024.11.28 04:57:11.289701 [ 261 ] {924e0d43-e1a3-4d5c-b97b-97ceac30e8cd} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5825 2024.11.28 04:57:11.289968 [ 261 ] {924e0d43-e1a3-4d5c-b97b-97ceac30e8cd} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001898 sec., 3161.222339304531 rows/sec., 257.78 KiB/sec.
5826 2024.11.28 04:57:11.290026 [ 261 ] {924e0d43-e1a3-4d5c-b97b-97ceac30e8cd} <Debug> TCPHandler: Processed in 0.002225029 sec.
5827 2024.11.28 04:57:11.290297 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5828 2024.11.28 04:57:11.290513 [ 266 ] {a86a49bf-d16b-47b0-8e18-553852d960f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5829 2024.11.28 04:57:11.290594 [ 266 ] {a86a49bf-d16b-47b0-8e18-553852d960f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5830 2024.11.28 04:57:11.292113 [ 266 ] {a86a49bf-d16b-47b0-8e18-553852d960f7} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5831 2024.11.28 04:57:11.292162 [ 266 ] {a86a49bf-d16b-47b0-8e18-553852d960f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5832 2024.11.28 04:57:11.292684 [ 266 ] {a86a49bf-d16b-47b0-8e18-553852d960f7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5833 2024.11.28 04:57:11.292948 [ 266 ] {a86a49bf-d16b-47b0-8e18-553852d960f7} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5834 2024.11.28 04:57:11.293227 [ 266 ] {a86a49bf-d16b-47b0-8e18-553852d960f7} <Debug> executeQuery: Read 1261 rows, 106.56 KiB in 0.002769 sec., 455399.0610328638 rows/sec., 37.58 MiB/sec.
5835 2024.11.28 04:57:11.293329 [ 266 ] {a86a49bf-d16b-47b0-8e18-553852d960f7} <Debug> TCPHandler: Processed in 0.00316753 sec.
5836 2024.11.28 04:57:11.293558 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5837 2024.11.28 04:57:11.293806 [ 261 ] {e7ca608c-cd98-44c0-82ed-2d03f0d36043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5838 2024.11.28 04:57:11.293865 [ 261 ] {e7ca608c-cd98-44c0-82ed-2d03f0d36043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5839 2024.11.28 04:57:11.294470 [ 261 ] {e7ca608c-cd98-44c0-82ed-2d03f0d36043} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5840 2024.11.28 04:57:11.294510 [ 261 ] {e7ca608c-cd98-44c0-82ed-2d03f0d36043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5841 2024.11.28 04:57:11.294892 [ 261 ] {e7ca608c-cd98-44c0-82ed-2d03f0d36043} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5842 2024.11.28 04:57:11.295146 [ 261 ] {e7ca608c-cd98-44c0-82ed-2d03f0d36043} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5843 2024.11.28 04:57:11.295319 [ 134 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5844 2024.11.28 04:57:11.295397 [ 261 ] {e7ca608c-cd98-44c0-82ed-2d03f0d36043} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001647 sec., 22465.088038858532 rows/sec., 1.63 MiB/sec.
5845 2024.11.28 04:57:11.295406 [ 134 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5846 2024.11.28 04:57:11.295487 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5847 2024.11.28 04:57:11.295535 [ 261 ] {e7ca608c-cd98-44c0-82ed-2d03f0d36043} <Debug> TCPHandler: Processed in 0.002118917 sec.
5848 2024.11.28 04:57:11.295851 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
5849 2024.11.28 04:57:11.295906 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5850 2024.11.28 04:57:11.296441 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5851 2024.11.28 04:57:11.296594 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
5852 2024.11.28 04:57:11.296696 [ 266 ] {63c7a4f0-e3f6-4b95-9187-374f59288000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5853 2024.11.28 04:57:11.296825 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part
5854 2024.11.28 04:57:11.296895 [ 266 ] {63c7a4f0-e3f6-4b95-9187-374f59288000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5855 2024.11.28 04:57:11.297160 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 17 rows starting from the beginning of the part
5856 2024.11.28 04:57:11.297544 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part
5857 2024.11.28 04:57:11.297812 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 15 rows starting from the beginning of the part
5858 2024.11.28 04:57:11.298153 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 37 rows starting from the beginning of the part
5859 2024.11.28 04:57:11.300017 [ 266 ] {63c7a4f0-e3f6-4b95-9187-374f59288000} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5860 2024.11.28 04:57:11.300095 [ 266 ] {63c7a4f0-e3f6-4b95-9187-374f59288000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5861 2024.11.28 04:57:11.301180 [ 266 ] {63c7a4f0-e3f6-4b95-9187-374f59288000} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5862 2024.11.28 04:57:11.301246 [ 195 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005635205 sec., 34603.88752494364 rows/sec., 2.61 MiB/sec.
5863 2024.11.28 04:57:11.301597 [ 266 ] {63c7a4f0-e3f6-4b95-9187-374f59288000} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5864 2024.11.28 04:57:11.301653 [ 195 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5865 2024.11.28 04:57:11.302020 [ 266 ] {63c7a4f0-e3f6-4b95-9187-374f59288000} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005535 sec., 41192.41192411924 rows/sec., 2.79 MiB/sec.
5866 2024.11.28 04:57:11.302176 [ 266 ] {63c7a4f0-e3f6-4b95-9187-374f59288000} <Debug> TCPHandler: Processed in 0.006519224 sec.
5867 2024.11.28 04:57:11.302376 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5868 2024.11.28 04:57:11.302398 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5869 2024.11.28 04:57:11.302556 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_36_7} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5870 2024.11.28 04:57:11.302618 [ 261 ] {c63d220f-847d-4717-a9eb-5fb2a84d9abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5871 2024.11.28 04:57:11.302725 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5872 2024.11.28 04:57:11.302746 [ 261 ] {c63d220f-847d-4717-a9eb-5fb2a84d9abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5873 2024.11.28 04:57:11.303596 [ 261 ] {c63d220f-847d-4717-a9eb-5fb2a84d9abb} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5874 2024.11.28 04:57:11.303637 [ 261 ] {c63d220f-847d-4717-a9eb-5fb2a84d9abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5875 2024.11.28 04:57:11.304040 [ 261 ] {c63d220f-847d-4717-a9eb-5fb2a84d9abb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5876 2024.11.28 04:57:11.304289 [ 261 ] {c63d220f-847d-4717-a9eb-5fb2a84d9abb} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5877 2024.11.28 04:57:11.304506 [ 261 ] {c63d220f-847d-4717-a9eb-5fb2a84d9abb} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.00194 sec., 287113.40206185565 rows/sec., 21.33 MiB/sec.
5878 2024.11.28 04:57:11.304562 [ 261 ] {c63d220f-847d-4717-a9eb-5fb2a84d9abb} <Debug> TCPHandler: Processed in 0.002259391 sec.
5879 2024.11.28 04:57:11.304711 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5880 2024.11.28 04:57:11.304868 [ 266 ] {08da8cbb-d13a-4a77-8eb4-296a39fab98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5881 2024.11.28 04:57:11.304967 [ 266 ] {08da8cbb-d13a-4a77-8eb4-296a39fab98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5882 2024.11.28 04:57:11.306174 [ 266 ] {08da8cbb-d13a-4a77-8eb4-296a39fab98a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5883 2024.11.28 04:57:11.306214 [ 266 ] {08da8cbb-d13a-4a77-8eb4-296a39fab98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5884 2024.11.28 04:57:11.306663 [ 266 ] {08da8cbb-d13a-4a77-8eb4-296a39fab98a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5885 2024.11.28 04:57:11.306935 [ 266 ] {08da8cbb-d13a-4a77-8eb4-296a39fab98a} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5886 2024.11.28 04:57:11.307152 [ 266 ] {08da8cbb-d13a-4a77-8eb4-296a39fab98a} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.002327 sec., 379458.5302965191 rows/sec., 25.53 MiB/sec.
5887 2024.11.28 04:57:11.307204 [ 266 ] {08da8cbb-d13a-4a77-8eb4-296a39fab98a} <Debug> TCPHandler: Processed in 0.002557476 sec.
5888 2024.11.28 04:57:11.307361 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5889 2024.11.28 04:57:11.307501 [ 261 ] {70d3f8b5-4171-49f7-b2f7-15def579b2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5890 2024.11.28 04:57:11.307597 [ 261 ] {70d3f8b5-4171-49f7-b2f7-15def579b2ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5891 2024.11.28 04:57:11.308878 [ 261 ] {70d3f8b5-4171-49f7-b2f7-15def579b2ae} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5892 2024.11.28 04:57:11.308920 [ 261 ] {70d3f8b5-4171-49f7-b2f7-15def579b2ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5893 2024.11.28 04:57:11.309609 [ 261 ] {70d3f8b5-4171-49f7-b2f7-15def579b2ae} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5894 2024.11.28 04:57:11.309905 [ 261 ] {70d3f8b5-4171-49f7-b2f7-15def579b2ae} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5895 2024.11.28 04:57:11.310164 [ 261 ] {70d3f8b5-4171-49f7-b2f7-15def579b2ae} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002694 sec., 11507.052709725314 rows/sec., 20.62 MiB/sec.
5896 2024.11.28 04:57:11.310290 [ 261 ] {70d3f8b5-4171-49f7-b2f7-15def579b2ae} <Debug> TCPHandler: Processed in 0.002998637 sec.
5897 2024.11.28 04:57:11.310472 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5898 2024.11.28 04:57:11.310611 [ 266 ] {2ac3fba7-8aba-4615-94d4-ea612deeadbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5899 2024.11.28 04:57:11.310669 [ 266 ] {2ac3fba7-8aba-4615-94d4-ea612deeadbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5900 2024.11.28 04:57:11.311196 [ 266 ] {2ac3fba7-8aba-4615-94d4-ea612deeadbd} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5901 2024.11.28 04:57:11.311234 [ 266 ] {2ac3fba7-8aba-4615-94d4-ea612deeadbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5902 2024.11.28 04:57:11.311610 [ 266 ] {2ac3fba7-8aba-4615-94d4-ea612deeadbd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5903 2024.11.28 04:57:11.311857 [ 266 ] {2ac3fba7-8aba-4615-94d4-ea612deeadbd} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5904 2024.11.28 04:57:11.312077 [ 266 ] {2ac3fba7-8aba-4615-94d4-ea612deeadbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec.
5905 2024.11.28 04:57:11.312126 [ 266 ] {2ac3fba7-8aba-4615-94d4-ea612deeadbd} <Debug> TCPHandler: Processed in 0.001723848 sec.
5906 2024.11.28 04:57:13.043889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5907 2024.11.28 04:57:13.044575 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5908 2024.11.28 04:57:13.044629 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5909 2024.11.28 04:57:13.045180 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5910 2024.11.28 04:57:13.045443 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5911 2024.11.28 04:57:13.045689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5912 2024.11.28 04:57:13.905297 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5913 2024.11.28 04:57:13.924427 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5914 2024.11.28 04:57:13.924488 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5915 2024.11.28 04:57:13.931427 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5916 2024.11.28 04:57:13.932176 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5917 2024.11.28 04:57:13.935211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5918 2024.11.28 04:57:16.261980 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5919 2024.11.28 04:57:16.262186 [ 261 ] {d13e1657-7613-4623-8fba-c97da9a99111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5920 2024.11.28 04:57:16.262267 [ 261 ] {d13e1657-7613-4623-8fba-c97da9a99111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5921 2024.11.28 04:57:16.263124 [ 261 ] {d13e1657-7613-4623-8fba-c97da9a99111} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5922 2024.11.28 04:57:16.263172 [ 261 ] {d13e1657-7613-4623-8fba-c97da9a99111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5923 2024.11.28 04:57:16.263610 [ 261 ] {d13e1657-7613-4623-8fba-c97da9a99111} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5924 2024.11.28 04:57:16.263894 [ 261 ] {d13e1657-7613-4623-8fba-c97da9a99111} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5925 2024.11.28 04:57:16.264187 [ 261 ] {d13e1657-7613-4623-8fba-c97da9a99111} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002054 sec., 6815.9688412852975 rows/sec., 490.66 KiB/sec.
5926 2024.11.28 04:57:16.264400 [ 261 ] {d13e1657-7613-4623-8fba-c97da9a99111} <Debug> TCPHandler: Processed in 0.002556446 sec.
5927 2024.11.28 04:57:16.264661 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5928 2024.11.28 04:57:16.264855 [ 266 ] {cb37807b-83cb-46aa-a211-a81c2cb7446b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5929 2024.11.28 04:57:16.264928 [ 266 ] {cb37807b-83cb-46aa-a211-a81c2cb7446b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5930 2024.11.28 04:57:16.265767 [ 266 ] {cb37807b-83cb-46aa-a211-a81c2cb7446b} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5931 2024.11.28 04:57:16.265815 [ 266 ] {cb37807b-83cb-46aa-a211-a81c2cb7446b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5932 2024.11.28 04:57:16.266280 [ 266 ] {cb37807b-83cb-46aa-a211-a81c2cb7446b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5933 2024.11.28 04:57:16.266560 [ 266 ] {cb37807b-83cb-46aa-a211-a81c2cb7446b} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5934 2024.11.28 04:57:16.266807 [ 266 ] {cb37807b-83cb-46aa-a211-a81c2cb7446b} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002007 sec., 109118.08669656202 rows/sec., 9.51 MiB/sec.
5935 2024.11.28 04:57:16.266870 [ 266 ] {cb37807b-83cb-46aa-a211-a81c2cb7446b} <Debug> TCPHandler: Processed in 0.002340372 sec.
5936 2024.11.28 04:57:16.267030 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5937 2024.11.28 04:57:16.267149 [ 261 ] {ef46d9bc-06a9-4ed3-b36b-5e8266059e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5938 2024.11.28 04:57:16.267199 [ 261 ] {ef46d9bc-06a9-4ed3-b36b-5e8266059e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5939 2024.11.28 04:57:16.267781 [ 261 ] {ef46d9bc-06a9-4ed3-b36b-5e8266059e7c} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5940 2024.11.28 04:57:16.267820 [ 261 ] {ef46d9bc-06a9-4ed3-b36b-5e8266059e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5941 2024.11.28 04:57:16.268183 [ 261 ] {ef46d9bc-06a9-4ed3-b36b-5e8266059e7c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5942 2024.11.28 04:57:16.268427 [ 261 ] {ef46d9bc-06a9-4ed3-b36b-5e8266059e7c} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5943 2024.11.28 04:57:16.268631 [ 261 ] {ef46d9bc-06a9-4ed3-b36b-5e8266059e7c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001507 sec., 9953.5500995355 rows/sec., 701.80 KiB/sec.
5944 2024.11.28 04:57:16.268683 [ 261 ] {ef46d9bc-06a9-4ed3-b36b-5e8266059e7c} <Debug> TCPHandler: Processed in 0.001708838 sec.
5945 2024.11.28 04:57:16.268833 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5946 2024.11.28 04:57:16.268961 [ 266 ] {91d1ad6b-a68a-4448-b550-047d7088bd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5947 2024.11.28 04:57:16.269034 [ 266 ] {91d1ad6b-a68a-4448-b550-047d7088bd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5948 2024.11.28 04:57:16.270086 [ 266 ] {91d1ad6b-a68a-4448-b550-047d7088bd6c} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5949 2024.11.28 04:57:16.270128 [ 266 ] {91d1ad6b-a68a-4448-b550-047d7088bd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5950 2024.11.28 04:57:16.270504 [ 266 ] {91d1ad6b-a68a-4448-b550-047d7088bd6c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5951 2024.11.28 04:57:16.270769 [ 266 ] {91d1ad6b-a68a-4448-b550-047d7088bd6c} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5952 2024.11.28 04:57:16.270987 [ 266 ] {91d1ad6b-a68a-4448-b550-047d7088bd6c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002056 sec., 6809.338521400778 rows/sec., 476.88 KiB/sec.
5953 2024.11.28 04:57:16.271046 [ 266 ] {91d1ad6b-a68a-4448-b550-047d7088bd6c} <Debug> TCPHandler: Processed in 0.002271791 sec.
5954 2024.11.28 04:57:16.271201 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5955 2024.11.28 04:57:16.271322 [ 261 ] {441a7456-a0ad-452e-a666-c2642d7d29e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5956 2024.11.28 04:57:16.271371 [ 261 ] {441a7456-a0ad-452e-a666-c2642d7d29e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5957 2024.11.28 04:57:16.271952 [ 261 ] {441a7456-a0ad-452e-a666-c2642d7d29e7} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5958 2024.11.28 04:57:16.271993 [ 261 ] {441a7456-a0ad-452e-a666-c2642d7d29e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5959 2024.11.28 04:57:16.272349 [ 261 ] {441a7456-a0ad-452e-a666-c2642d7d29e7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5960 2024.11.28 04:57:16.272591 [ 261 ] {441a7456-a0ad-452e-a666-c2642d7d29e7} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5961 2024.11.28 04:57:16.272797 [ 261 ] {441a7456-a0ad-452e-a666-c2642d7d29e7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec.
5962 2024.11.28 04:57:16.272850 [ 261 ] {441a7456-a0ad-452e-a666-c2642d7d29e7} <Debug> TCPHandler: Processed in 0.001707708 sec.
5963 2024.11.28 04:57:16.273003 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5964 2024.11.28 04:57:16.273142 [ 266 ] {76b3ee7d-5676-4c83-a16b-f0da61ff4307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5965 2024.11.28 04:57:16.273200 [ 266 ] {76b3ee7d-5676-4c83-a16b-f0da61ff4307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5966 2024.11.28 04:57:16.274061 [ 266 ] {76b3ee7d-5676-4c83-a16b-f0da61ff4307} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5967 2024.11.28 04:57:16.274102 [ 266 ] {76b3ee7d-5676-4c83-a16b-f0da61ff4307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5968 2024.11.28 04:57:16.274530 [ 266 ] {76b3ee7d-5676-4c83-a16b-f0da61ff4307} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5969 2024.11.28 04:57:16.274830 [ 266 ] {76b3ee7d-5676-4c83-a16b-f0da61ff4307} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5970 2024.11.28 04:57:16.275089 [ 266 ] {76b3ee7d-5676-4c83-a16b-f0da61ff4307} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001965 sec., 198473.28244274808 rows/sec., 14.08 MiB/sec.
5971 2024.11.28 04:57:16.275198 [ 266 ] {76b3ee7d-5676-4c83-a16b-f0da61ff4307} <Debug> TCPHandler: Processed in 0.0022534 sec.
5972 2024.11.28 04:57:16.275393 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5973 2024.11.28 04:57:16.275511 [ 261 ] {4864f54d-ee7b-4f4a-a1f5-a95810f6f566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5974 2024.11.28 04:57:16.275560 [ 261 ] {4864f54d-ee7b-4f4a-a1f5-a95810f6f566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5975 2024.11.28 04:57:16.276034 [ 261 ] {4864f54d-ee7b-4f4a-a1f5-a95810f6f566} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5976 2024.11.28 04:57:16.276091 [ 261 ] {4864f54d-ee7b-4f4a-a1f5-a95810f6f566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5977 2024.11.28 04:57:16.276584 [ 261 ] {4864f54d-ee7b-4f4a-a1f5-a95810f6f566} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5978 2024.11.28 04:57:16.276833 [ 261 ] {4864f54d-ee7b-4f4a-a1f5-a95810f6f566} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5979 2024.11.28 04:57:16.277106 [ 261 ] {4864f54d-ee7b-4f4a-a1f5-a95810f6f566} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001616 sec., 3712.871287128713 rows/sec., 193.98 KiB/sec.
5980 2024.11.28 04:57:16.277302 [ 261 ] {4864f54d-ee7b-4f4a-a1f5-a95810f6f566} <Debug> TCPHandler: Processed in 0.001991925 sec.
5981 2024.11.28 04:57:16.277475 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5982 2024.11.28 04:57:16.277616 [ 266 ] {7d0625c1-018a-4cf9-b1be-f77b35aef2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5983 2024.11.28 04:57:16.277676 [ 266 ] {7d0625c1-018a-4cf9-b1be-f77b35aef2ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5984 2024.11.28 04:57:16.278321 [ 266 ] {7d0625c1-018a-4cf9-b1be-f77b35aef2ba} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5985 2024.11.28 04:57:16.278361 [ 266 ] {7d0625c1-018a-4cf9-b1be-f77b35aef2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5986 2024.11.28 04:57:16.278756 [ 266 ] {7d0625c1-018a-4cf9-b1be-f77b35aef2ba} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5987 2024.11.28 04:57:16.278998 [ 266 ] {7d0625c1-018a-4cf9-b1be-f77b35aef2ba} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5988 2024.11.28 04:57:16.279250 [ 266 ] {7d0625c1-018a-4cf9-b1be-f77b35aef2ba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001663 sec., 142513.52976548407 rows/sec., 9.55 MiB/sec.
5989 2024.11.28 04:57:16.279376 [ 266 ] {7d0625c1-018a-4cf9-b1be-f77b35aef2ba} <Debug> TCPHandler: Processed in 0.001966894 sec.
5990 2024.11.28 04:57:16.279542 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5991 2024.11.28 04:57:16.279682 [ 261 ] {501e19d5-c6de-4b81-a289-ba700aa63a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5992 2024.11.28 04:57:16.279742 [ 261 ] {501e19d5-c6de-4b81-a289-ba700aa63a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5993 2024.11.28 04:57:16.280250 [ 261 ] {501e19d5-c6de-4b81-a289-ba700aa63a6a} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5994 2024.11.28 04:57:16.280289 [ 261 ] {501e19d5-c6de-4b81-a289-ba700aa63a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5995 2024.11.28 04:57:16.280645 [ 261 ] {501e19d5-c6de-4b81-a289-ba700aa63a6a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5996 2024.11.28 04:57:16.280892 [ 261 ] {501e19d5-c6de-4b81-a289-ba700aa63a6a} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5997 2024.11.28 04:57:16.281131 [ 261 ] {501e19d5-c6de-4b81-a289-ba700aa63a6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec.
5998 2024.11.28 04:57:16.281181 [ 261 ] {501e19d5-c6de-4b81-a289-ba700aa63a6a} <Debug> TCPHandler: Processed in 0.001706678 sec.
5999 2024.11.28 04:57:16.281331 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6000 2024.11.28 04:57:16.281469 [ 266 ] {008d26be-641d-423a-8774-015192478eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6001 2024.11.28 04:57:16.281563 [ 266 ] {008d26be-641d-423a-8774-015192478eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6002 2024.11.28 04:57:16.282715 [ 266 ] {008d26be-641d-423a-8774-015192478eb5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6003 2024.11.28 04:57:16.282755 [ 266 ] {008d26be-641d-423a-8774-015192478eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6004 2024.11.28 04:57:16.283362 [ 266 ] {008d26be-641d-423a-8774-015192478eb5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6005 2024.11.28 04:57:16.283638 [ 266 ] {008d26be-641d-423a-8774-015192478eb5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6006 2024.11.28 04:57:16.283918 [ 266 ] {008d26be-641d-423a-8774-015192478eb5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002461 sec., 3250.711093051605 rows/sec., 5.83 MiB/sec.
6007 2024.11.28 04:57:16.284343 [ 266 ] {008d26be-641d-423a-8774-015192478eb5} <Debug> TCPHandler: Processed in 0.003075238 sec.
6008 2024.11.28 04:57:16.284644 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6009 2024.11.28 04:57:16.284797 [ 261 ] {e744227e-c75d-4a70-88d3-d4bbb663a201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6010 2024.11.28 04:57:16.284849 [ 261 ] {e744227e-c75d-4a70-88d3-d4bbb663a201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6011 2024.11.28 04:57:16.285356 [ 261 ] {e744227e-c75d-4a70-88d3-d4bbb663a201} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6012 2024.11.28 04:57:16.285394 [ 261 ] {e744227e-c75d-4a70-88d3-d4bbb663a201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6013 2024.11.28 04:57:16.285789 [ 261 ] {e744227e-c75d-4a70-88d3-d4bbb663a201} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6014 2024.11.28 04:57:16.286031 [ 261 ] {e744227e-c75d-4a70-88d3-d4bbb663a201} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6015 2024.11.28 04:57:16.286226 [ 261 ] {e744227e-c75d-4a70-88d3-d4bbb663a201} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec.
6016 2024.11.28 04:57:16.286275 [ 261 ] {e744227e-c75d-4a70-88d3-d4bbb663a201} <Debug> TCPHandler: Processed in 0.0017873 sec.
6017 2024.11.28 04:57:20.427840 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
6018 2024.11.28 04:57:20.427950 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
6019 2024.11.28 04:57:20.546796 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
6020 2024.11.28 04:57:20.547449 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6021 2024.11.28 04:57:20.547492 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6022 2024.11.28 04:57:20.548052 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6023 2024.11.28 04:57:20.548310 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6024 2024.11.28 04:57:20.548581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
6025 2024.11.28 04:57:20.596383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 834
6026 2024.11.28 04:57:20.599642 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6027 2024.11.28 04:57:20.599701 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6028 2024.11.28 04:57:20.601200 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6029 2024.11.28 04:57:20.601523 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6030 2024.11.28 04:57:20.602242 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 834
6031 2024.11.28 04:57:21.258104 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6032 2024.11.28 04:57:21.258318 [ 261 ] {18cfde15-83af-4e69-b413-2bcd4839a0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6033 2024.11.28 04:57:21.258416 [ 261 ] {18cfde15-83af-4e69-b413-2bcd4839a0b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6034 2024.11.28 04:57:21.259331 [ 261 ] {18cfde15-83af-4e69-b413-2bcd4839a0b6} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6035 2024.11.28 04:57:21.259384 [ 261 ] {18cfde15-83af-4e69-b413-2bcd4839a0b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6036 2024.11.28 04:57:21.259821 [ 261 ] {18cfde15-83af-4e69-b413-2bcd4839a0b6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6037 2024.11.28 04:57:21.260077 [ 261 ] {18cfde15-83af-4e69-b413-2bcd4839a0b6} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6038 2024.11.28 04:57:21.260335 [ 261 ] {18cfde15-83af-4e69-b413-2bcd4839a0b6} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002076 sec., 56840.07707129094 rows/sec., 4.81 MiB/sec.
6039 2024.11.28 04:57:21.260437 [ 261 ] {18cfde15-83af-4e69-b413-2bcd4839a0b6} <Debug> TCPHandler: Processed in 0.002465755 sec.
6040 2024.11.28 04:57:21.260716 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6041 2024.11.28 04:57:21.260907 [ 266 ] {58e991b7-d1d9-4cf4-8d46-3f5de9315ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6042 2024.11.28 04:57:21.260979 [ 266 ] {58e991b7-d1d9-4cf4-8d46-3f5de9315ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6043 2024.11.28 04:57:21.261724 [ 266 ] {58e991b7-d1d9-4cf4-8d46-3f5de9315ba1} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6044 2024.11.28 04:57:21.261776 [ 266 ] {58e991b7-d1d9-4cf4-8d46-3f5de9315ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6045 2024.11.28 04:57:21.262214 [ 266 ] {58e991b7-d1d9-4cf4-8d46-3f5de9315ba1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6046 2024.11.28 04:57:21.262474 [ 266 ] {58e991b7-d1d9-4cf4-8d46-3f5de9315ba1} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6047 2024.11.28 04:57:21.262738 [ 266 ] {58e991b7-d1d9-4cf4-8d46-3f5de9315ba1} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001882 sec., 16471.83846971307 rows/sec., 1.21 MiB/sec.
6048 2024.11.28 04:57:21.262868 [ 266 ] {58e991b7-d1d9-4cf4-8d46-3f5de9315ba1} <Debug> TCPHandler: Processed in 0.002287491 sec.
6049 2024.11.28 04:57:21.263078 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6050 2024.11.28 04:57:21.263215 [ 261 ] {f370d68e-f7fc-4c2f-bfe3-edb07a9de42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6051 2024.11.28 04:57:21.263274 [ 261 ] {f370d68e-f7fc-4c2f-bfe3-edb07a9de42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6052 2024.11.28 04:57:21.264033 [ 261 ] {f370d68e-f7fc-4c2f-bfe3-edb07a9de42f} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6053 2024.11.28 04:57:21.264075 [ 261 ] {f370d68e-f7fc-4c2f-bfe3-edb07a9de42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6054 2024.11.28 04:57:21.264494 [ 261 ] {f370d68e-f7fc-4c2f-bfe3-edb07a9de42f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6055 2024.11.28 04:57:21.264751 [ 261 ] {f370d68e-f7fc-4c2f-bfe3-edb07a9de42f} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6056 2024.11.28 04:57:21.264972 [ 261 ] {f370d68e-f7fc-4c2f-bfe3-edb07a9de42f} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001792 sec., 53013.392857142855 rows/sec., 4.14 MiB/sec.
6057 2024.11.28 04:57:21.265031 [ 261 ] {f370d68e-f7fc-4c2f-bfe3-edb07a9de42f} <Debug> TCPHandler: Processed in 0.002049286 sec.
6058 2024.11.28 04:57:21.265214 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6059 2024.11.28 04:57:21.265351 [ 266 ] {3c47f15c-7e15-4299-8625-410bbc29f6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6060 2024.11.28 04:57:21.265412 [ 266 ] {3c47f15c-7e15-4299-8625-410bbc29f6ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6061 2024.11.28 04:57:21.266092 [ 266 ] {3c47f15c-7e15-4299-8625-410bbc29f6ec} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6062 2024.11.28 04:57:21.266139 [ 266 ] {3c47f15c-7e15-4299-8625-410bbc29f6ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6063 2024.11.28 04:57:21.266532 [ 266 ] {3c47f15c-7e15-4299-8625-410bbc29f6ec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6064 2024.11.28 04:57:21.266776 [ 266 ] {3c47f15c-7e15-4299-8625-410bbc29f6ec} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6065 2024.11.28 04:57:21.266944 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6066 2024.11.28 04:57:21.267000 [ 266 ] {3c47f15c-7e15-4299-8625-410bbc29f6ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec.
6067 2024.11.28 04:57:21.267018 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6068 2024.11.28 04:57:21.267090 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6069 2024.11.28 04:57:21.267137 [ 266 ] {3c47f15c-7e15-4299-8625-410bbc29f6ec} <Debug> TCPHandler: Processed in 0.001987815 sec.
6070 2024.11.28 04:57:21.267277 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
6071 2024.11.28 04:57:21.267333 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6072 2024.11.28 04:57:21.267436 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6073 2024.11.28 04:57:21.267532 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9045 rows starting from the beginning of the part
6074 2024.11.28 04:57:21.267574 [ 261 ] {409455f4-a933-4420-9405-d01859c3e7e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6075 2024.11.28 04:57:21.267804 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part
6076 2024.11.28 04:57:21.267940 [ 261 ] {409455f4-a933-4420-9405-d01859c3e7e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6077 2024.11.28 04:57:21.268186 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part
6078 2024.11.28 04:57:21.268694 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 883 rows starting from the beginning of the part
6079 2024.11.28 04:57:21.269120 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part
6080 2024.11.28 04:57:21.269477 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
6081 2024.11.28 04:57:21.272912 [ 261 ] {409455f4-a933-4420-9405-d01859c3e7e2} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6082 2024.11.28 04:57:21.272988 [ 261 ] {409455f4-a933-4420-9405-d01859c3e7e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6083 2024.11.28 04:57:21.274287 [ 261 ] {409455f4-a933-4420-9405-d01859c3e7e2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6084 2024.11.28 04:57:21.274622 [ 261 ] {409455f4-a933-4420-9405-d01859c3e7e2} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6085 2024.11.28 04:57:21.275051 [ 261 ] {409455f4-a933-4420-9405-d01859c3e7e2} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007554 sec., 4103.786073603389 rows/sec., 7.35 MiB/sec.
6086 2024.11.28 04:57:21.275267 [ 261 ] {409455f4-a933-4420-9405-d01859c3e7e2} <Debug> TCPHandler: Processed in 0.008016708 sec.
6087 2024.11.28 04:57:21.275433 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6088 2024.11.28 04:57:21.275624 [ 266 ] {0aa25890-f77b-4c16-915a-3b8bba634a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6089 2024.11.28 04:57:21.275697 [ 266 ] {0aa25890-f77b-4c16-915a-3b8bba634a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6090 2024.11.28 04:57:21.275710 [ 188 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10722 rows, containing 5 columns (5 merged, 0 gathered) in 0.008515869 sec., 1259061.1715609997 rows/sec., 84.56 MiB/sec.
6091 2024.11.28 04:57:21.276016 [ 188 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6092 2024.11.28 04:57:21.276319 [ 266 ] {0aa25890-f77b-4c16-915a-3b8bba634a07} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6093 2024.11.28 04:57:21.276360 [ 266 ] {0aa25890-f77b-4c16-915a-3b8bba634a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6094 2024.11.28 04:57:21.276433 [ 188 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6095 2024.11.28 04:57:21.276521 [ 188 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6096 2024.11.28 04:57:21.276617 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB.
6097 2024.11.28 04:57:21.276805 [ 266 ] {0aa25890-f77b-4c16-915a-3b8bba634a07} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6098 2024.11.28 04:57:21.277048 [ 266 ] {0aa25890-f77b-4c16-915a-3b8bba634a07} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6099 2024.11.28 04:57:21.277219 [ 150 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6100 2024.11.28 04:57:21.277277 [ 150 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6101 2024.11.28 04:57:21.277311 [ 266 ] {0aa25890-f77b-4c16-915a-3b8bba634a07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001732 sec., 34642.03233256351 rows/sec., 2.33 MiB/sec.
6102 2024.11.28 04:57:21.277319 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6103 2024.11.28 04:57:21.277475 [ 266 ] {0aa25890-f77b-4c16-915a-3b8bba634a07} <Debug> TCPHandler: Processed in 0.002099087 sec.
6104 2024.11.28 04:57:21.277562 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
6105 2024.11.28 04:57:21.277707 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6106 2024.11.28 04:57:21.277743 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1582 rows starting from the beginning of the part
6107 2024.11.28 04:57:21.277828 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
6108 2024.11.28 04:57:21.277901 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
6109 2024.11.28 04:57:21.278095 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
6110 2024.11.28 04:57:21.278320 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part
6111 2024.11.28 04:57:21.278520 [ 199 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
6112 2024.11.28 04:57:21.280019 [ 200 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1926 rows, containing 4 columns (4 merged, 0 gathered) in 0.002567857 sec., 750041.7663444654 rows/sec., 48.37 MiB/sec.
6113 2024.11.28 04:57:21.280239 [ 191 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6114 2024.11.28 04:57:21.280542 [ 191 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_36_7} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6115 2024.11.28 04:57:21.280625 [ 191 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_36_7} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6116 2024.11.28 04:57:21.280707 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
6117 2024.11.28 04:57:21.435263 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
6118 2024.11.28 04:57:21.457001 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6119 2024.11.28 04:57:21.457046 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6120 2024.11.28 04:57:21.464772 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6121 2024.11.28 04:57:21.465534 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6122 2024.11.28 04:57:21.468263 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
6123 2024.11.28 04:57:23.911478 [ 148 ] {} <Debug> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6124 2024.11.28 04:57:23.911563 [ 148 ] {} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6125 2024.11.28 04:57:23.911590 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6126 2024.11.28 04:57:23.911815 [ 199 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
6127 2024.11.28 04:57:23.911999 [ 199 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6128 2024.11.28 04:57:23.912042 [ 199 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
6129 2024.11.28 04:57:23.912135 [ 199 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
6130 2024.11.28 04:57:23.912359 [ 199 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
6131 2024.11.28 04:57:23.912587 [ 199 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
6132 2024.11.28 04:57:23.912801 [ 199 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
6133 2024.11.28 04:57:23.913778 [ 200 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002101166 sec., 15229.639162255626 rows/sec., 1.27 MiB/sec.
6134 2024.11.28 04:57:23.913953 [ 191 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6135 2024.11.28 04:57:23.914296 [ 191 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_9_2} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6136 2024.11.28 04:57:23.914376 [ 191 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_9_2} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6137 2024.11.28 04:57:23.914459 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6138 2024.11.28 04:57:26.261887 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6139 2024.11.28 04:57:26.262075 [ 261 ] {77eb40a7-b973-4918-868d-84be22f74456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6140 2024.11.28 04:57:26.262148 [ 261 ] {77eb40a7-b973-4918-868d-84be22f74456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6141 2024.11.28 04:57:26.262905 [ 261 ] {77eb40a7-b973-4918-868d-84be22f74456} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6142 2024.11.28 04:57:26.262956 [ 261 ] {77eb40a7-b973-4918-868d-84be22f74456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6143 2024.11.28 04:57:26.263379 [ 261 ] {77eb40a7-b973-4918-868d-84be22f74456} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6144 2024.11.28 04:57:26.263627 [ 261 ] {77eb40a7-b973-4918-868d-84be22f74456} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6145 2024.11.28 04:57:26.263863 [ 261 ] {77eb40a7-b973-4918-868d-84be22f74456} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 550.72 KiB/sec.
6146 2024.11.28 04:57:26.263956 [ 261 ] {77eb40a7-b973-4918-868d-84be22f74456} <Debug> TCPHandler: Processed in 0.002205469 sec.
6147 2024.11.28 04:57:26.264250 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6148 2024.11.28 04:57:26.264444 [ 266 ] {453931b9-5e7e-4269-8c9f-781996c973a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6149 2024.11.28 04:57:26.264521 [ 266 ] {453931b9-5e7e-4269-8c9f-781996c973a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6150 2024.11.28 04:57:26.265274 [ 266 ] {453931b9-5e7e-4269-8c9f-781996c973a1} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6151 2024.11.28 04:57:26.265325 [ 266 ] {453931b9-5e7e-4269-8c9f-781996c973a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6152 2024.11.28 04:57:26.265743 [ 266 ] {453931b9-5e7e-4269-8c9f-781996c973a1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6153 2024.11.28 04:57:26.266003 [ 266 ] {453931b9-5e7e-4269-8c9f-781996c973a1} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6154 2024.11.28 04:57:26.266285 [ 266 ] {453931b9-5e7e-4269-8c9f-781996c973a1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001894 sec., 2111.932418162619 rows/sec., 172.21 KiB/sec.
6155 2024.11.28 04:57:26.266472 [ 266 ] {453931b9-5e7e-4269-8c9f-781996c973a1} <Debug> TCPHandler: Processed in 0.002361443 sec.
6156 2024.11.28 04:57:26.266641 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6157 2024.11.28 04:57:26.266789 [ 261 ] {f25d9a5f-1c0b-42fe-93db-60881dbf6976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6158 2024.11.28 04:57:26.266849 [ 261 ] {f25d9a5f-1c0b-42fe-93db-60881dbf6976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6159 2024.11.28 04:57:26.267571 [ 261 ] {f25d9a5f-1c0b-42fe-93db-60881dbf6976} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6160 2024.11.28 04:57:26.267610 [ 261 ] {f25d9a5f-1c0b-42fe-93db-60881dbf6976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6161 2024.11.28 04:57:26.267999 [ 261 ] {f25d9a5f-1c0b-42fe-93db-60881dbf6976} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6162 2024.11.28 04:57:26.268247 [ 261 ] {f25d9a5f-1c0b-42fe-93db-60881dbf6976} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6163 2024.11.28 04:57:26.268497 [ 261 ] {f25d9a5f-1c0b-42fe-93db-60881dbf6976} <Debug> executeQuery: Read 221 rows, 19.68 KiB in 0.001743 sec., 126792.8858290304 rows/sec., 11.03 MiB/sec.
6164 2024.11.28 04:57:26.268667 [ 261 ] {f25d9a5f-1c0b-42fe-93db-60881dbf6976} <Debug> TCPHandler: Processed in 0.002089397 sec.
6165 2024.11.28 04:57:26.268905 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6166 2024.11.28 04:57:26.269043 [ 266 ] {3d39e6f8-b298-4d1d-a38e-1ddc4d2857d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6167 2024.11.28 04:57:26.269104 [ 266 ] {3d39e6f8-b298-4d1d-a38e-1ddc4d2857d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6168 2024.11.28 04:57:26.269750 [ 266 ] {3d39e6f8-b298-4d1d-a38e-1ddc4d2857d9} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6169 2024.11.28 04:57:26.269788 [ 266 ] {3d39e6f8-b298-4d1d-a38e-1ddc4d2857d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6170 2024.11.28 04:57:26.270149 [ 266 ] {3d39e6f8-b298-4d1d-a38e-1ddc4d2857d9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6171 2024.11.28 04:57:26.270388 [ 266 ] {3d39e6f8-b298-4d1d-a38e-1ddc4d2857d9} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6172 2024.11.28 04:57:26.270620 [ 266 ] {3d39e6f8-b298-4d1d-a38e-1ddc4d2857d9} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001601 sec., 11867.582760774516 rows/sec., 835.05 KiB/sec.
6173 2024.11.28 04:57:26.270718 [ 266 ] {3d39e6f8-b298-4d1d-a38e-1ddc4d2857d9} <Debug> TCPHandler: Processed in 0.001920462 sec.
6174 2024.11.28 04:57:26.270937 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6175 2024.11.28 04:57:26.271073 [ 261 ] {ccc7a40b-4cac-44b1-b625-43fd11a6250c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6176 2024.11.28 04:57:26.271128 [ 261 ] {ccc7a40b-4cac-44b1-b625-43fd11a6250c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6177 2024.11.28 04:57:26.271725 [ 261 ] {ccc7a40b-4cac-44b1-b625-43fd11a6250c} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6178 2024.11.28 04:57:26.271767 [ 261 ] {ccc7a40b-4cac-44b1-b625-43fd11a6250c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6179 2024.11.28 04:57:26.272118 [ 261 ] {ccc7a40b-4cac-44b1-b625-43fd11a6250c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6180 2024.11.28 04:57:26.272355 [ 261 ] {ccc7a40b-4cac-44b1-b625-43fd11a6250c} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6181 2024.11.28 04:57:26.272565 [ 261 ] {ccc7a40b-4cac-44b1-b625-43fd11a6250c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001521 sec., 9204.47074293228 rows/sec., 644.62 KiB/sec.
6182 2024.11.28 04:57:26.272618 [ 261 ] {ccc7a40b-4cac-44b1-b625-43fd11a6250c} <Debug> TCPHandler: Processed in 0.001779829 sec.
6183 2024.11.28 04:57:26.272779 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6184 2024.11.28 04:57:26.272913 [ 266 ] {00b8c4ca-223a-494f-adb3-60146023ed94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6185 2024.11.28 04:57:26.273001 [ 266 ] {00b8c4ca-223a-494f-adb3-60146023ed94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6186 2024.11.28 04:57:26.273624 [ 266 ] {00b8c4ca-223a-494f-adb3-60146023ed94} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6187 2024.11.28 04:57:26.273662 [ 266 ] {00b8c4ca-223a-494f-adb3-60146023ed94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6188 2024.11.28 04:57:26.274009 [ 266 ] {00b8c4ca-223a-494f-adb3-60146023ed94} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6189 2024.11.28 04:57:26.274245 [ 266 ] {00b8c4ca-223a-494f-adb3-60146023ed94} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6190 2024.11.28 04:57:26.274485 [ 266 ] {00b8c4ca-223a-494f-adb3-60146023ed94} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec.
6191 2024.11.28 04:57:26.274675 [ 266 ] {00b8c4ca-223a-494f-adb3-60146023ed94} <Debug> TCPHandler: Processed in 0.001959484 sec.
6192 2024.11.28 04:57:26.274873 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6193 2024.11.28 04:57:26.275010 [ 261 ] {750d943e-9950-47d9-b9b5-b33536debb5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6194 2024.11.28 04:57:26.275095 [ 261 ] {750d943e-9950-47d9-b9b5-b33536debb5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6195 2024.11.28 04:57:26.275885 [ 261 ] {750d943e-9950-47d9-b9b5-b33536debb5b} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6196 2024.11.28 04:57:26.275925 [ 261 ] {750d943e-9950-47d9-b9b5-b33536debb5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6197 2024.11.28 04:57:26.276313 [ 261 ] {750d943e-9950-47d9-b9b5-b33536debb5b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6198 2024.11.28 04:57:26.276546 [ 261 ] {750d943e-9950-47d9-b9b5-b33536debb5b} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6199 2024.11.28 04:57:26.276761 [ 261 ] {750d943e-9950-47d9-b9b5-b33536debb5b} <Debug> executeQuery: Read 394 rows, 28.65 KiB in 0.001781 sec., 221224.03144300953 rows/sec., 15.71 MiB/sec.
6200 2024.11.28 04:57:26.276813 [ 261 ] {750d943e-9950-47d9-b9b5-b33536debb5b} <Debug> TCPHandler: Processed in 0.002037115 sec.
6201 2024.11.28 04:57:26.276966 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6202 2024.11.28 04:57:26.277083 [ 266 ] {1742c006-05ff-4911-b870-800f88f5d9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6203 2024.11.28 04:57:26.277132 [ 266 ] {1742c006-05ff-4911-b870-800f88f5d9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6204 2024.11.28 04:57:26.277618 [ 266 ] {1742c006-05ff-4911-b870-800f88f5d9c3} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6205 2024.11.28 04:57:26.277656 [ 266 ] {1742c006-05ff-4911-b870-800f88f5d9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6206 2024.11.28 04:57:26.278013 [ 266 ] {1742c006-05ff-4911-b870-800f88f5d9c3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6207 2024.11.28 04:57:26.278249 [ 266 ] {1742c006-05ff-4911-b870-800f88f5d9c3} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6208 2024.11.28 04:57:26.278499 [ 266 ] {1742c006-05ff-4911-b870-800f88f5d9c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec.
6209 2024.11.28 04:57:26.278678 [ 266 ] {1742c006-05ff-4911-b870-800f88f5d9c3} <Debug> TCPHandler: Processed in 0.001766239 sec.
6210 2024.11.28 04:57:26.278865 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6211 2024.11.28 04:57:26.279001 [ 261 ] {5052604a-3359-44d9-8100-6ccec0e83823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6212 2024.11.28 04:57:26.279061 [ 261 ] {5052604a-3359-44d9-8100-6ccec0e83823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6213 2024.11.28 04:57:26.279674 [ 261 ] {5052604a-3359-44d9-8100-6ccec0e83823} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6214 2024.11.28 04:57:26.279712 [ 261 ] {5052604a-3359-44d9-8100-6ccec0e83823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6215 2024.11.28 04:57:26.280094 [ 261 ] {5052604a-3359-44d9-8100-6ccec0e83823} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6216 2024.11.28 04:57:26.280336 [ 261 ] {5052604a-3359-44d9-8100-6ccec0e83823} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6217 2024.11.28 04:57:26.280566 [ 261 ] {5052604a-3359-44d9-8100-6ccec0e83823} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001592 sec., 150125.6281407035 rows/sec., 10.06 MiB/sec.
6218 2024.11.28 04:57:26.280651 [ 261 ] {5052604a-3359-44d9-8100-6ccec0e83823} <Debug> TCPHandler: Processed in 0.001870522 sec.
6219 2024.11.28 04:57:26.280892 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6220 2024.11.28 04:57:26.281049 [ 266 ] {f042daf7-8527-4d7a-9758-cd3e35d1d2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6221 2024.11.28 04:57:26.281108 [ 266 ] {f042daf7-8527-4d7a-9758-cd3e35d1d2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6222 2024.11.28 04:57:26.281614 [ 266 ] {f042daf7-8527-4d7a-9758-cd3e35d1d2e5} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6223 2024.11.28 04:57:26.281652 [ 266 ] {f042daf7-8527-4d7a-9758-cd3e35d1d2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6224 2024.11.28 04:57:26.282012 [ 266 ] {f042daf7-8527-4d7a-9758-cd3e35d1d2e5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6225 2024.11.28 04:57:26.282245 [ 266 ] {f042daf7-8527-4d7a-9758-cd3e35d1d2e5} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6226 2024.11.28 04:57:26.282409 [ 146 ] {} <Debug> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6227 2024.11.28 04:57:26.282470 [ 266 ] {f042daf7-8527-4d7a-9758-cd3e35d1d2e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec.
6228 2024.11.28 04:57:26.282493 [ 146 ] {} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6229 2024.11.28 04:57:26.282559 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6230 2024.11.28 04:57:26.282581 [ 266 ] {f042daf7-8527-4d7a-9758-cd3e35d1d2e5} <Debug> TCPHandler: Processed in 0.0018249 sec.
6231 2024.11.28 04:57:26.282852 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6232 2024.11.28 04:57:26.283100 [ 194 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
6233 2024.11.28 04:57:26.283213 [ 261 ] {e353cf78-906d-4162-911c-342f7e8d63fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6234 2024.11.28 04:57:26.283446 [ 261 ] {e353cf78-906d-4162-911c-342f7e8d63fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6235 2024.11.28 04:57:26.283503 [ 194 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6236 2024.11.28 04:57:26.283681 [ 194 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
6237 2024.11.28 04:57:26.283973 [ 194 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
6238 2024.11.28 04:57:26.284410 [ 194 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
6239 2024.11.28 04:57:26.284768 [ 194 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
6240 2024.11.28 04:57:26.285190 [ 194 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
6241 2024.11.28 04:57:26.285575 [ 194 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
6242 2024.11.28 04:57:26.289398 [ 261 ] {e353cf78-906d-4162-911c-342f7e8d63fe} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6243 2024.11.28 04:57:26.289496 [ 261 ] {e353cf78-906d-4162-911c-342f7e8d63fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6244 2024.11.28 04:57:26.289645 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.006974905 sec., 2867.422567045716 rows/sec., 192.65 KiB/sec.
6245 2024.11.28 04:57:26.289916 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6246 2024.11.28 04:57:26.290766 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_20_4} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6247 2024.11.28 04:57:26.290987 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_20_4} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6248 2024.11.28 04:57:26.291041 [ 261 ] {e353cf78-906d-4162-911c-342f7e8d63fe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6249 2024.11.28 04:57:26.291133 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6250 2024.11.28 04:57:26.291407 [ 261 ] {e353cf78-906d-4162-911c-342f7e8d63fe} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6251 2024.11.28 04:57:26.291598 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6252 2024.11.28 04:57:26.291665 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6253 2024.11.28 04:57:26.291708 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6254 2024.11.28 04:57:26.291805 [ 261 ] {e353cf78-906d-4162-911c-342f7e8d63fe} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008661 sec., 923.6808682600162 rows/sec., 1.66 MiB/sec.
6255 2024.11.28 04:57:26.292037 [ 194 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
6256 2024.11.28 04:57:26.292624 [ 261 ] {e353cf78-906d-4162-911c-342f7e8d63fe} <Debug> TCPHandler: Processed in 0.00990962 sec.
6257 2024.11.28 04:57:26.292995 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6258 2024.11.28 04:57:26.293460 [ 266 ] {c74bebeb-6627-4611-be2e-0d0bda1da021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6259 2024.11.28 04:57:26.293580 [ 194 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6260 2024.11.28 04:57:26.293583 [ 266 ] {c74bebeb-6627-4611-be2e-0d0bda1da021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6261 2024.11.28 04:57:26.293828 [ 194 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 624 rows starting from the beginning of the part
6262 2024.11.28 04:57:26.294674 [ 194 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
6263 2024.11.28 04:57:26.295265 [ 194 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part
6264 2024.11.28 04:57:26.296065 [ 266 ] {c74bebeb-6627-4611-be2e-0d0bda1da021} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6265 2024.11.28 04:57:26.296077 [ 194 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
6266 2024.11.28 04:57:26.296140 [ 266 ] {c74bebeb-6627-4611-be2e-0d0bda1da021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6267 2024.11.28 04:57:26.296757 [ 194 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
6268 2024.11.28 04:57:26.297300 [ 194 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
6269 2024.11.28 04:57:26.298285 [ 266 ] {c74bebeb-6627-4611-be2e-0d0bda1da021} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6270 2024.11.28 04:57:26.298812 [ 266 ] {c74bebeb-6627-4611-be2e-0d0bda1da021} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6271 2024.11.28 04:57:26.299521 [ 266 ] {c74bebeb-6627-4611-be2e-0d0bda1da021} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006157 sec., 13318.174435601753 rows/sec., 866.17 KiB/sec.
6272 2024.11.28 04:57:26.299758 [ 266 ] {c74bebeb-6627-4611-be2e-0d0bda1da021} <Debug> TCPHandler: Processed in 0.006981675 sec.
6273 2024.11.28 04:57:26.303256 [ 191 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 19 columns (19 merged, 0 gathered) in 0.011467345 sec., 61914.94195038171 rows/sec., 110.95 MiB/sec.
6274 2024.11.28 04:57:26.304230 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6275 2024.11.28 04:57:26.304659 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6276 2024.11.28 04:57:26.304745 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6277 2024.11.28 04:57:26.304872 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB.
6278 2024.11.28 04:57:28.049688 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
6279 2024.11.28 04:57:28.050359 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6280 2024.11.28 04:57:28.050398 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6281 2024.11.28 04:57:28.050917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6282 2024.11.28 04:57:28.051172 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6283 2024.11.28 04:57:28.051351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
6284 2024.11.28 04:57:28.969312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
6285 2024.11.28 04:57:28.990427 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6286 2024.11.28 04:57:28.990493 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6287 2024.11.28 04:57:28.997862 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6288 2024.11.28 04:57:28.998626 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6289 2024.11.28 04:57:29.000265 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.36 MiB, peak 206.36 MiB, free memory in arenas 0.00 B, will set to 198.99 MiB (RSS), difference: -4.36 MiB
6290 2024.11.28 04:57:29.003012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6291 2024.11.28 04:57:30.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.99 MiB, peak 206.36 MiB, free memory in arenas 0.00 B, will set to 198.99 MiB (RSS), difference: 4.00 MiB
6292 2024.11.28 04:57:30.603419 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 870
6293 2024.11.28 04:57:30.607081 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6294 2024.11.28 04:57:30.607139 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6295 2024.11.28 04:57:30.608620 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6296 2024.11.28 04:57:30.608945 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6297 2024.11.28 04:57:30.609203 [ 140 ] {} <Debug> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6298 2024.11.28 04:57:30.609370 [ 140 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6299 2024.11.28 04:57:30.609486 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6300 2024.11.28 04:57:30.610080 [ 191 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
6301 2024.11.28 04:57:30.610631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 870
6302 2024.11.28 04:57:30.611182 [ 191 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6303 2024.11.28 04:57:30.611372 [ 191 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 688 rows starting from the beginning of the part
6304 2024.11.28 04:57:30.612081 [ 191 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 38 rows starting from the beginning of the part
6305 2024.11.28 04:57:30.612724 [ 191 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part
6306 2024.11.28 04:57:30.613354 [ 191 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part
6307 2024.11.28 04:57:30.613940 [ 191 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part
6308 2024.11.28 04:57:30.614409 [ 191 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part
6309 2024.11.28 04:57:30.622571 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 72 columns (72 merged, 0 gathered) in 0.012892156 sec., 67482.89424980585 rows/sec., 56.03 MiB/sec.
6310 2024.11.28 04:57:30.624341 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6311 2024.11.28 04:57:30.625183 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6312 2024.11.28 04:57:30.625276 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_21_4} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6313 2024.11.28 04:57:30.625605 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB.
6314 2024.11.28 04:57:31.258812 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6315 2024.11.28 04:57:31.259033 [ 261 ] {0c268d0f-3f29-47ed-b303-16df2659a75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6316 2024.11.28 04:57:31.259114 [ 261 ] {0c268d0f-3f29-47ed-b303-16df2659a75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6317 2024.11.28 04:57:31.259948 [ 261 ] {0c268d0f-3f29-47ed-b303-16df2659a75e} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6318 2024.11.28 04:57:31.259999 [ 261 ] {0c268d0f-3f29-47ed-b303-16df2659a75e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6319 2024.11.28 04:57:31.260452 [ 261 ] {0c268d0f-3f29-47ed-b303-16df2659a75e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6320 2024.11.28 04:57:31.260724 [ 261 ] {0c268d0f-3f29-47ed-b303-16df2659a75e} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6321 2024.11.28 04:57:31.260959 [ 138 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6322 2024.11.28 04:57:31.261018 [ 261 ] {0c268d0f-3f29-47ed-b303-16df2659a75e} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002043 sec., 57758.19872736172 rows/sec., 4.89 MiB/sec.
6323 2024.11.28 04:57:31.261074 [ 138 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6324 2024.11.28 04:57:31.261183 [ 261 ] {0c268d0f-3f29-47ed-b303-16df2659a75e} <Debug> TCPHandler: Processed in 0.002512276 sec.
6325 2024.11.28 04:57:31.261182 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6326 2024.11.28 04:57:31.261485 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
6327 2024.11.28 04:57:31.261494 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6328 2024.11.28 04:57:31.261746 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6329 2024.11.28 04:57:31.261817 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1432 rows starting from the beginning of the part
6330 2024.11.28 04:57:31.261844 [ 266 ] {550e2919-ed5b-44f8-b995-6c94528952a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6331 2024.11.28 04:57:31.262001 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1261 rows starting from the beginning of the part
6332 2024.11.28 04:57:31.262029 [ 266 ] {550e2919-ed5b-44f8-b995-6c94528952a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6333 2024.11.28 04:57:31.262339 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 219 rows starting from the beginning of the part
6334 2024.11.28 04:57:31.262694 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 118 rows starting from the beginning of the part
6335 2024.11.28 04:57:31.262956 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 221 rows starting from the beginning of the part
6336 2024.11.28 04:57:31.263312 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 118 rows starting from the beginning of the part
6337 2024.11.28 04:57:31.264937 [ 266 ] {550e2919-ed5b-44f8-b995-6c94528952a7} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6338 2024.11.28 04:57:31.265020 [ 266 ] {550e2919-ed5b-44f8-b995-6c94528952a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6339 2024.11.28 04:57:31.266181 [ 266 ] {550e2919-ed5b-44f8-b995-6c94528952a7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6340 2024.11.28 04:57:31.266509 [ 266 ] {550e2919-ed5b-44f8-b995-6c94528952a7} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6341 2024.11.28 04:57:31.266890 [ 266 ] {550e2919-ed5b-44f8-b995-6c94528952a7} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005132 sec., 6040.530007794232 rows/sec., 454.22 KiB/sec.
6342 2024.11.28 04:57:31.267200 [ 266 ] {550e2919-ed5b-44f8-b995-6c94528952a7} <Debug> TCPHandler: Processed in 0.005880171 sec.
6343 2024.11.28 04:57:31.267536 [ 193 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3369 rows, containing 5 columns (5 merged, 0 gathered) in 0.006171816 sec., 545868.5093658009 rows/sec., 47.74 MiB/sec.
6344 2024.11.28 04:57:31.267545 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6345 2024.11.28 04:57:31.267746 [ 261 ] {69f8a786-d640-452d-8c98-b36b7e26f46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6346 2024.11.28 04:57:31.267843 [ 261 ] {69f8a786-d640-452d-8c98-b36b7e26f46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6347 2024.11.28 04:57:31.267871 [ 190 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6348 2024.11.28 04:57:31.268685 [ 190 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6349 2024.11.28 04:57:31.268854 [ 190 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_41_8} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6350 2024.11.28 04:57:31.269029 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
6351 2024.11.28 04:57:31.269244 [ 261 ] {69f8a786-d640-452d-8c98-b36b7e26f46a} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6352 2024.11.28 04:57:31.269290 [ 261 ] {69f8a786-d640-452d-8c98-b36b7e26f46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6353 2024.11.28 04:57:31.269662 [ 261 ] {69f8a786-d640-452d-8c98-b36b7e26f46a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6354 2024.11.28 04:57:31.269906 [ 261 ] {69f8a786-d640-452d-8c98-b36b7e26f46a} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6355 2024.11.28 04:57:31.270104 [ 138 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6356 2024.11.28 04:57:31.270182 [ 261 ] {69f8a786-d640-452d-8c98-b36b7e26f46a} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.002482 sec., 38275.58420628525 rows/sec., 2.99 MiB/sec.
6357 2024.11.28 04:57:31.270190 [ 138 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6358 2024.11.28 04:57:31.270292 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6359 2024.11.28 04:57:31.270339 [ 261 ] {69f8a786-d640-452d-8c98-b36b7e26f46a} <Debug> TCPHandler: Processed in 0.002985306 sec.
6360 2024.11.28 04:57:31.270586 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
6361 2024.11.28 04:57:31.270663 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6362 2024.11.28 04:57:31.270766 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6363 2024.11.28 04:57:31.270811 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part
6364 2024.11.28 04:57:31.271160 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 557 rows starting from the beginning of the part
6365 2024.11.28 04:57:31.271178 [ 266 ] {565475e6-86d5-490e-bfdd-67b6cb9c50da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6366 2024.11.28 04:57:31.271432 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 390 rows starting from the beginning of the part
6367 2024.11.28 04:57:31.271551 [ 266 ] {565475e6-86d5-490e-bfdd-67b6cb9c50da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6368 2024.11.28 04:57:31.271753 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 95 rows starting from the beginning of the part
6369 2024.11.28 04:57:31.272070 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 394 rows starting from the beginning of the part
6370 2024.11.28 04:57:31.272395 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 95 rows starting from the beginning of the part
6371 2024.11.28 04:57:31.273918 [ 266 ] {565475e6-86d5-490e-bfdd-67b6cb9c50da} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6372 2024.11.28 04:57:31.274004 [ 266 ] {565475e6-86d5-490e-bfdd-67b6cb9c50da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6373 2024.11.28 04:57:31.275128 [ 266 ] {565475e6-86d5-490e-bfdd-67b6cb9c50da} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6374 2024.11.28 04:57:31.275497 [ 266 ] {565475e6-86d5-490e-bfdd-67b6cb9c50da} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6375 2024.11.28 04:57:31.275888 [ 193 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2444 rows, containing 5 columns (5 merged, 0 gathered) in 0.005466301 sec., 447103.07756561524 rows/sec., 34.32 MiB/sec.
6376 2024.11.28 04:57:31.276071 [ 266 ] {565475e6-86d5-490e-bfdd-67b6cb9c50da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005161 sec., 31001.743848091457 rows/sec., 2.16 MiB/sec.
6377 2024.11.28 04:57:31.276201 [ 193 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6378 2024.11.28 04:57:31.276462 [ 266 ] {565475e6-86d5-490e-bfdd-67b6cb9c50da} <Debug> TCPHandler: Processed in 0.006002964 sec.
6379 2024.11.28 04:57:31.276843 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6380 2024.11.28 04:57:31.277113 [ 261 ] {8ebd9409-5da5-461e-808a-a85edf2380da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6381 2024.11.28 04:57:31.277159 [ 193 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6382 2024.11.28 04:57:31.277335 [ 261 ] {8ebd9409-5da5-461e-808a-a85edf2380da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6383 2024.11.28 04:57:31.277383 [ 193 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_41_8} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6384 2024.11.28 04:57:31.277664 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6385 2024.11.28 04:57:31.278843 [ 261 ] {8ebd9409-5da5-461e-808a-a85edf2380da} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6386 2024.11.28 04:57:31.278886 [ 261 ] {8ebd9409-5da5-461e-808a-a85edf2380da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6387 2024.11.28 04:57:31.279552 [ 261 ] {8ebd9409-5da5-461e-808a-a85edf2380da} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6388 2024.11.28 04:57:31.279811 [ 261 ] {8ebd9409-5da5-461e-808a-a85edf2380da} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6389 2024.11.28 04:57:31.280077 [ 261 ] {8ebd9409-5da5-461e-808a-a85edf2380da} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003029 sec., 10234.400792340706 rows/sec., 18.34 MiB/sec.
6390 2024.11.28 04:57:31.280174 [ 261 ] {8ebd9409-5da5-461e-808a-a85edf2380da} <Debug> TCPHandler: Processed in 0.003578079 sec.
6391 2024.11.28 04:57:31.280381 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6392 2024.11.28 04:57:31.280524 [ 266 ] {14d8ef6f-d097-4cf1-9e75-4eba1030253a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6393 2024.11.28 04:57:31.280585 [ 266 ] {14d8ef6f-d097-4cf1-9e75-4eba1030253a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6394 2024.11.28 04:57:31.281169 [ 266 ] {14d8ef6f-d097-4cf1-9e75-4eba1030253a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6395 2024.11.28 04:57:31.281215 [ 266 ] {14d8ef6f-d097-4cf1-9e75-4eba1030253a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6396 2024.11.28 04:57:31.281626 [ 266 ] {14d8ef6f-d097-4cf1-9e75-4eba1030253a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6397 2024.11.28 04:57:31.281866 [ 266 ] {14d8ef6f-d097-4cf1-9e75-4eba1030253a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6398 2024.11.28 04:57:31.282085 [ 266 ] {14d8ef6f-d097-4cf1-9e75-4eba1030253a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001592 sec., 37688.44221105528 rows/sec., 2.54 MiB/sec.
6399 2024.11.28 04:57:31.282135 [ 266 ] {14d8ef6f-d097-4cf1-9e75-4eba1030253a} <Debug> TCPHandler: Processed in 0.001824281 sec.
6400 2024.11.28 04:57:35.428002 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
6401 2024.11.28 04:57:35.428070 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
6402 2024.11.28 04:57:35.552486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
6403 2024.11.28 04:57:35.553349 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6404 2024.11.28 04:57:35.553403 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6405 2024.11.28 04:57:35.553945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6406 2024.11.28 04:57:35.554215 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6407 2024.11.28 04:57:35.554516 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6408 2024.11.28 04:57:36.261275 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6409 2024.11.28 04:57:36.261469 [ 261 ] {b8f36ce2-e3d3-475c-b849-20ec99c25958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6410 2024.11.28 04:57:36.261541 [ 261 ] {b8f36ce2-e3d3-475c-b849-20ec99c25958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6411 2024.11.28 04:57:36.262278 [ 261 ] {b8f36ce2-e3d3-475c-b849-20ec99c25958} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6412 2024.11.28 04:57:36.262327 [ 261 ] {b8f36ce2-e3d3-475c-b849-20ec99c25958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6413 2024.11.28 04:57:36.262746 [ 261 ] {b8f36ce2-e3d3-475c-b849-20ec99c25958} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6414 2024.11.28 04:57:36.263001 [ 261 ] {b8f36ce2-e3d3-475c-b849-20ec99c25958} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6415 2024.11.28 04:57:36.263227 [ 261 ] {b8f36ce2-e3d3-475c-b849-20ec99c25958} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001813 sec., 7722.007722007722 rows/sec., 555.88 KiB/sec.
6416 2024.11.28 04:57:36.263284 [ 261 ] {b8f36ce2-e3d3-475c-b849-20ec99c25958} <Debug> TCPHandler: Processed in 0.002143588 sec.
6417 2024.11.28 04:57:36.263543 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6418 2024.11.28 04:57:36.263758 [ 266 ] {a9fbea99-e93d-43c8-a3ff-c8806748e374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6419 2024.11.28 04:57:36.263841 [ 266 ] {a9fbea99-e93d-43c8-a3ff-c8806748e374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6420 2024.11.28 04:57:36.264757 [ 266 ] {a9fbea99-e93d-43c8-a3ff-c8806748e374} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6421 2024.11.28 04:57:36.264799 [ 266 ] {a9fbea99-e93d-43c8-a3ff-c8806748e374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6422 2024.11.28 04:57:36.265251 [ 266 ] {a9fbea99-e93d-43c8-a3ff-c8806748e374} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6423 2024.11.28 04:57:36.265519 [ 266 ] {a9fbea99-e93d-43c8-a3ff-c8806748e374} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6424 2024.11.28 04:57:36.265711 [ 266 ] {a9fbea99-e93d-43c8-a3ff-c8806748e374} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002014 sec., 108738.82820258192 rows/sec., 9.47 MiB/sec.
6425 2024.11.28 04:57:36.265766 [ 266 ] {a9fbea99-e93d-43c8-a3ff-c8806748e374} <Debug> TCPHandler: Processed in 0.002369703 sec.
6426 2024.11.28 04:57:36.265903 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6427 2024.11.28 04:57:36.266020 [ 261 ] {21f96417-a067-43b7-a1a9-47796c86ef9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6428 2024.11.28 04:57:36.266069 [ 261 ] {21f96417-a067-43b7-a1a9-47796c86ef9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6429 2024.11.28 04:57:36.266649 [ 261 ] {21f96417-a067-43b7-a1a9-47796c86ef9d} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6430 2024.11.28 04:57:36.266688 [ 261 ] {21f96417-a067-43b7-a1a9-47796c86ef9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6431 2024.11.28 04:57:36.267155 [ 261 ] {21f96417-a067-43b7-a1a9-47796c86ef9d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6432 2024.11.28 04:57:36.267453 [ 261 ] {21f96417-a067-43b7-a1a9-47796c86ef9d} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6433 2024.11.28 04:57:36.267635 [ 128 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6434 2024.11.28 04:57:36.267698 [ 128 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6435 2024.11.28 04:57:36.267735 [ 261 ] {21f96417-a067-43b7-a1a9-47796c86ef9d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001727 sec., 8685.581933989577 rows/sec., 612.40 KiB/sec.
6436 2024.11.28 04:57:36.267742 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6437 2024.11.28 04:57:36.267889 [ 261 ] {21f96417-a067-43b7-a1a9-47796c86ef9d} <Debug> TCPHandler: Processed in 0.002040336 sec.
6438 2024.11.28 04:57:36.267956 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
6439 2024.11.28 04:57:36.268092 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6440 2024.11.28 04:57:36.268112 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6441 2024.11.28 04:57:36.268169 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
6442 2024.11.28 04:57:36.268399 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 15 rows starting from the beginning of the part
6443 2024.11.28 04:57:36.268429 [ 266 ] {5bab7286-133a-47df-b06a-7529c70583a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6444 2024.11.28 04:57:36.268689 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
6445 2024.11.28 04:57:36.268756 [ 266 ] {5bab7286-133a-47df-b06a-7529c70583a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6446 2024.11.28 04:57:36.269045 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 19 rows starting from the beginning of the part
6447 2024.11.28 04:57:36.269354 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 31 rows starting from the beginning of the part
6448 2024.11.28 04:57:36.269628 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part
6449 2024.11.28 04:57:36.271489 [ 266 ] {5bab7286-133a-47df-b06a-7529c70583a3} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6450 2024.11.28 04:57:36.271558 [ 266 ] {5bab7286-133a-47df-b06a-7529c70583a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6451 2024.11.28 04:57:36.272614 [ 266 ] {5bab7286-133a-47df-b06a-7529c70583a3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6452 2024.11.28 04:57:36.272740 [ 195 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.004840117 sec., 36156.150770735505 rows/sec., 2.71 MiB/sec.
6453 2024.11.28 04:57:36.273041 [ 266 ] {5bab7286-133a-47df-b06a-7529c70583a3} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6454 2024.11.28 04:57:36.273153 [ 195 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6455 2024.11.28 04:57:36.273268 [ 128 ] {} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6456 2024.11.28 04:57:36.273373 [ 128 ] {} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6457 2024.11.28 04:57:36.273464 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6458 2024.11.28 04:57:36.273670 [ 266 ] {5bab7286-133a-47df-b06a-7529c70583a3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005365 sec., 2609.50605778192 rows/sec., 182.75 KiB/sec.
6459 2024.11.28 04:57:36.273976 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::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
6460 2024.11.28 04:57:36.274366 [ 195 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_41_8} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6461 2024.11.28 04:57:36.274689 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6462 2024.11.28 04:57:36.274708 [ 195 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_41_8} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6463 2024.11.28 04:57:36.274799 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part
6464 2024.11.28 04:57:36.274823 [ 266 ] {5bab7286-133a-47df-b06a-7529c70583a3} <Debug> TCPHandler: Processed in 0.006829712 sec.
6465 2024.11.28 04:57:36.275004 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6466 2024.11.28 04:57:36.275144 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6467 2024.11.28 04:57:36.275200 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
6468 2024.11.28 04:57:36.275524 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part
6469 2024.11.28 04:57:36.275577 [ 261 ] {8c4433d6-847d-421b-abaf-39612b3e8c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6470 2024.11.28 04:57:36.275800 [ 261 ] {8c4433d6-847d-421b-abaf-39612b3e8c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6471 2024.11.28 04:57:36.275880 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
6472 2024.11.28 04:57:36.276143 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
6473 2024.11.28 04:57:36.276480 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
6474 2024.11.28 04:57:36.277647 [ 261 ] {8c4433d6-847d-421b-abaf-39612b3e8c21} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6475 2024.11.28 04:57:36.277696 [ 261 ] {8c4433d6-847d-421b-abaf-39612b3e8c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6476 2024.11.28 04:57:36.278222 [ 261 ] {8c4433d6-847d-421b-abaf-39612b3e8c21} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6477 2024.11.28 04:57:36.278392 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004746456 sec., 111030.20864409152 rows/sec., 7.95 MiB/sec.
6478 2024.11.28 04:57:36.278537 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6479 2024.11.28 04:57:36.278601 [ 261 ] {8c4433d6-847d-421b-abaf-39612b3e8c21} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6480 2024.11.28 04:57:36.278974 [ 261 ] {8c4433d6-847d-421b-abaf-39612b3e8c21} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003542 sec., 3670.242800677583 rows/sec., 228.84 KiB/sec.
6481 2024.11.28 04:57:36.279060 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6482 2024.11.28 04:57:36.279101 [ 261 ] {8c4433d6-847d-421b-abaf-39612b3e8c21} <Debug> TCPHandler: Processed in 0.004128722 sec.
6483 2024.11.28 04:57:36.279181 [ 187 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_26_5} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6484 2024.11.28 04:57:36.279294 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6485 2024.11.28 04:57:36.279308 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
6486 2024.11.28 04:57:36.279422 [ 266 ] {f2750897-8763-4144-bf81-e4683587c4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6487 2024.11.28 04:57:36.279474 [ 266 ] {f2750897-8763-4144-bf81-e4683587c4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6488 2024.11.28 04:57:36.280197 [ 266 ] {f2750897-8763-4144-bf81-e4683587c4ef} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6489 2024.11.28 04:57:36.280237 [ 266 ] {f2750897-8763-4144-bf81-e4683587c4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6490 2024.11.28 04:57:36.280628 [ 266 ] {f2750897-8763-4144-bf81-e4683587c4ef} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6491 2024.11.28 04:57:36.280879 [ 266 ] {f2750897-8763-4144-bf81-e4683587c4ef} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6492 2024.11.28 04:57:36.281101 [ 266 ] {f2750897-8763-4144-bf81-e4683587c4ef} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001694 sec., 230224.32113341204 rows/sec., 16.33 MiB/sec.
6493 2024.11.28 04:57:36.281243 [ 266 ] {f2750897-8763-4144-bf81-e4683587c4ef} <Debug> TCPHandler: Processed in 0.002039485 sec.
6494 2024.11.28 04:57:36.281478 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6495 2024.11.28 04:57:36.281623 [ 261 ] {5566004d-f9d6-4c93-a046-99215d5a7c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6496 2024.11.28 04:57:36.281685 [ 261 ] {5566004d-f9d6-4c93-a046-99215d5a7c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6497 2024.11.28 04:57:36.282269 [ 261 ] {5566004d-f9d6-4c93-a046-99215d5a7c88} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6498 2024.11.28 04:57:36.282316 [ 261 ] {5566004d-f9d6-4c93-a046-99215d5a7c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6499 2024.11.28 04:57:36.282730 [ 261 ] {5566004d-f9d6-4c93-a046-99215d5a7c88} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6500 2024.11.28 04:57:36.282970 [ 261 ] {5566004d-f9d6-4c93-a046-99215d5a7c88} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6501 2024.11.28 04:57:36.283183 [ 261 ] {5566004d-f9d6-4c93-a046-99215d5a7c88} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001588 sec., 3778.337531486146 rows/sec., 197.40 KiB/sec.
6502 2024.11.28 04:57:36.283232 [ 261 ] {5566004d-f9d6-4c93-a046-99215d5a7c88} <Debug> TCPHandler: Processed in 0.001884602 sec.
6503 2024.11.28 04:57:36.283374 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6504 2024.11.28 04:57:36.283491 [ 266 ] {a78893f2-0ae9-419e-812d-273777162a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6505 2024.11.28 04:57:36.283544 [ 266 ] {a78893f2-0ae9-419e-812d-273777162a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6506 2024.11.28 04:57:36.284213 [ 266 ] {a78893f2-0ae9-419e-812d-273777162a44} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6507 2024.11.28 04:57:36.284258 [ 266 ] {a78893f2-0ae9-419e-812d-273777162a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6508 2024.11.28 04:57:36.284714 [ 266 ] {a78893f2-0ae9-419e-812d-273777162a44} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6509 2024.11.28 04:57:36.284973 [ 266 ] {a78893f2-0ae9-419e-812d-273777162a44} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6510 2024.11.28 04:57:36.285147 [ 266 ] {a78893f2-0ae9-419e-812d-273777162a44} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001682 sec., 140903.6860879905 rows/sec., 9.44 MiB/sec.
6511 2024.11.28 04:57:36.285197 [ 266 ] {a78893f2-0ae9-419e-812d-273777162a44} <Debug> TCPHandler: Processed in 0.001881242 sec.
6512 2024.11.28 04:57:36.285336 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6513 2024.11.28 04:57:36.285453 [ 261 ] {6e033eb1-fa19-437f-902c-5bc9152d0ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6514 2024.11.28 04:57:36.285504 [ 261 ] {6e033eb1-fa19-437f-902c-5bc9152d0ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6515 2024.11.28 04:57:36.285971 [ 261 ] {6e033eb1-fa19-437f-902c-5bc9152d0ef1} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6516 2024.11.28 04:57:36.286010 [ 261 ] {6e033eb1-fa19-437f-902c-5bc9152d0ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6517 2024.11.28 04:57:36.286365 [ 261 ] {6e033eb1-fa19-437f-902c-5bc9152d0ef1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6518 2024.11.28 04:57:36.286615 [ 261 ] {6e033eb1-fa19-437f-902c-5bc9152d0ef1} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6519 2024.11.28 04:57:36.286845 [ 261 ] {6e033eb1-fa19-437f-902c-5bc9152d0ef1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 47.79 KiB/sec.
6520 2024.11.28 04:57:36.286960 [ 261 ] {6e033eb1-fa19-437f-902c-5bc9152d0ef1} <Debug> TCPHandler: Processed in 0.001677317 sec.
6521 2024.11.28 04:57:36.287095 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6522 2024.11.28 04:57:36.287210 [ 266 ] {1a31a11b-fc49-4bf5-abb6-916892170267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6523 2024.11.28 04:57:36.287291 [ 266 ] {1a31a11b-fc49-4bf5-abb6-916892170267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6524 2024.11.28 04:57:36.288371 [ 266 ] {1a31a11b-fc49-4bf5-abb6-916892170267} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6525 2024.11.28 04:57:36.288409 [ 266 ] {1a31a11b-fc49-4bf5-abb6-916892170267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6526 2024.11.28 04:57:36.289023 [ 266 ] {1a31a11b-fc49-4bf5-abb6-916892170267} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6527 2024.11.28 04:57:36.289287 [ 266 ] {1a31a11b-fc49-4bf5-abb6-916892170267} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6528 2024.11.28 04:57:36.289487 [ 266 ] {1a31a11b-fc49-4bf5-abb6-916892170267} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002302 sec., 3475.238922675934 rows/sec., 6.23 MiB/sec.
6529 2024.11.28 04:57:36.289576 [ 266 ] {1a31a11b-fc49-4bf5-abb6-916892170267} <Debug> TCPHandler: Processed in 0.002537056 sec.
6530 2024.11.28 04:57:36.289748 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6531 2024.11.28 04:57:36.289888 [ 261 ] {3a6650f0-9632-47f1-b4b2-e02a7544d499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6532 2024.11.28 04:57:36.289949 [ 261 ] {3a6650f0-9632-47f1-b4b2-e02a7544d499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6533 2024.11.28 04:57:36.290533 [ 261 ] {3a6650f0-9632-47f1-b4b2-e02a7544d499} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6534 2024.11.28 04:57:36.290581 [ 261 ] {3a6650f0-9632-47f1-b4b2-e02a7544d499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6535 2024.11.28 04:57:36.290957 [ 261 ] {3a6650f0-9632-47f1-b4b2-e02a7544d499} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6536 2024.11.28 04:57:36.291205 [ 261 ] {3a6650f0-9632-47f1-b4b2-e02a7544d499} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6537 2024.11.28 04:57:36.291455 [ 261 ] {3a6650f0-9632-47f1-b4b2-e02a7544d499} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001591 sec., 51539.91200502829 rows/sec., 3.27 MiB/sec.
6538 2024.11.28 04:57:36.291625 [ 261 ] {3a6650f0-9632-47f1-b4b2-e02a7544d499} <Debug> TCPHandler: Processed in 0.001941513 sec.
6539 2024.11.28 04:57:36.504058 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6540 2024.11.28 04:57:36.526094 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6541 2024.11.28 04:57:36.526161 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6542 2024.11.28 04:57:36.533840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6543 2024.11.28 04:57:36.534626 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6544 2024.11.28 04:57:36.538077 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6545 2024.11.28 04:57:40.611811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 904
6546 2024.11.28 04:57:40.614926 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6547 2024.11.28 04:57:40.614977 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6548 2024.11.28 04:57:40.616471 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6549 2024.11.28 04:57:40.616784 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6550 2024.11.28 04:57:40.617367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 904
6551 2024.11.28 04:57:41.286671 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6552 2024.11.28 04:57:41.286898 [ 261 ] {081f9e53-4dd9-4fbc-b089-b2d2f1a06041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6553 2024.11.28 04:57:41.286983 [ 261 ] {081f9e53-4dd9-4fbc-b089-b2d2f1a06041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6554 2024.11.28 04:57:41.287870 [ 261 ] {081f9e53-4dd9-4fbc-b089-b2d2f1a06041} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6555 2024.11.28 04:57:41.287925 [ 261 ] {081f9e53-4dd9-4fbc-b089-b2d2f1a06041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6556 2024.11.28 04:57:41.288356 [ 261 ] {081f9e53-4dd9-4fbc-b089-b2d2f1a06041} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6557 2024.11.28 04:57:41.288611 [ 261 ] {081f9e53-4dd9-4fbc-b089-b2d2f1a06041} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6558 2024.11.28 04:57:41.288854 [ 261 ] {081f9e53-4dd9-4fbc-b089-b2d2f1a06041} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002016 sec., 2976.190476190476 rows/sec., 242.69 KiB/sec.
6559 2024.11.28 04:57:41.288920 [ 261 ] {081f9e53-4dd9-4fbc-b089-b2d2f1a06041} <Debug> TCPHandler: Processed in 0.002395534 sec.
6560 2024.11.28 04:57:41.289185 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6561 2024.11.28 04:57:41.289401 [ 266 ] {628a82e2-f8f5-4042-9314-e0fd9b513e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6562 2024.11.28 04:57:41.289481 [ 266 ] {628a82e2-f8f5-4042-9314-e0fd9b513e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6563 2024.11.28 04:57:41.290878 [ 266 ] {628a82e2-f8f5-4042-9314-e0fd9b513e6a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6564 2024.11.28 04:57:41.290919 [ 266 ] {628a82e2-f8f5-4042-9314-e0fd9b513e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6565 2024.11.28 04:57:41.291419 [ 266 ] {628a82e2-f8f5-4042-9314-e0fd9b513e6a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6566 2024.11.28 04:57:41.291676 [ 266 ] {628a82e2-f8f5-4042-9314-e0fd9b513e6a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6567 2024.11.28 04:57:41.291876 [ 266 ] {628a82e2-f8f5-4042-9314-e0fd9b513e6a} <Debug> executeQuery: Read 1261 rows, 106.56 KiB in 0.002536 sec., 497239.7476340694 rows/sec., 41.03 MiB/sec.
6568 2024.11.28 04:57:41.291933 [ 266 ] {628a82e2-f8f5-4042-9314-e0fd9b513e6a} <Debug> TCPHandler: Processed in 0.002885884 sec.
6569 2024.11.28 04:57:41.292114 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6570 2024.11.28 04:57:41.292263 [ 261 ] {99725bc2-88ca-46f6-8e83-ae817ea6b448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6571 2024.11.28 04:57:41.292324 [ 261 ] {99725bc2-88ca-46f6-8e83-ae817ea6b448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6572 2024.11.28 04:57:41.292990 [ 261 ] {99725bc2-88ca-46f6-8e83-ae817ea6b448} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6573 2024.11.28 04:57:41.293031 [ 261 ] {99725bc2-88ca-46f6-8e83-ae817ea6b448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6574 2024.11.28 04:57:41.293398 [ 261 ] {99725bc2-88ca-46f6-8e83-ae817ea6b448} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6575 2024.11.28 04:57:41.293647 [ 261 ] {99725bc2-88ca-46f6-8e83-ae817ea6b448} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6576 2024.11.28 04:57:41.293852 [ 261 ] {99725bc2-88ca-46f6-8e83-ae817ea6b448} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001624 sec., 22783.251231527094 rows/sec., 1.65 MiB/sec.
6577 2024.11.28 04:57:41.293907 [ 261 ] {99725bc2-88ca-46f6-8e83-ae817ea6b448} <Debug> TCPHandler: Processed in 0.001866481 sec.
6578 2024.11.28 04:57:41.294054 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6579 2024.11.28 04:57:41.294193 [ 266 ] {f9b61ced-cb99-4fba-b611-7d102b815260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6580 2024.11.28 04:57:41.294249 [ 266 ] {f9b61ced-cb99-4fba-b611-7d102b815260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6581 2024.11.28 04:57:41.294982 [ 266 ] {f9b61ced-cb99-4fba-b611-7d102b815260} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6582 2024.11.28 04:57:41.295020 [ 266 ] {f9b61ced-cb99-4fba-b611-7d102b815260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6583 2024.11.28 04:57:41.295384 [ 266 ] {f9b61ced-cb99-4fba-b611-7d102b815260} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6584 2024.11.28 04:57:41.295624 [ 266 ] {f9b61ced-cb99-4fba-b611-7d102b815260} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6585 2024.11.28 04:57:41.295794 [ 266 ] {f9b61ced-cb99-4fba-b611-7d102b815260} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001631 sec., 139791.53893316982 rows/sec., 9.47 MiB/sec.
6586 2024.11.28 04:57:41.295845 [ 266 ] {f9b61ced-cb99-4fba-b611-7d102b815260} <Debug> TCPHandler: Processed in 0.001856011 sec.
6587 2024.11.28 04:57:41.295992 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6588 2024.11.28 04:57:41.296133 [ 261 ] {eac23d79-3819-4e91-9115-9751c11b9470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6589 2024.11.28 04:57:41.296191 [ 261 ] {eac23d79-3819-4e91-9115-9751c11b9470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6590 2024.11.28 04:57:41.297080 [ 261 ] {eac23d79-3819-4e91-9115-9751c11b9470} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6591 2024.11.28 04:57:41.297122 [ 261 ] {eac23d79-3819-4e91-9115-9751c11b9470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6592 2024.11.28 04:57:41.297507 [ 261 ] {eac23d79-3819-4e91-9115-9751c11b9470} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6593 2024.11.28 04:57:41.297745 [ 261 ] {eac23d79-3819-4e91-9115-9751c11b9470} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6594 2024.11.28 04:57:41.297964 [ 261 ] {eac23d79-3819-4e91-9115-9751c11b9470} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.001863 sec., 298980.1395598497 rows/sec., 22.21 MiB/sec.
6595 2024.11.28 04:57:41.298023 [ 261 ] {eac23d79-3819-4e91-9115-9751c11b9470} <Debug> TCPHandler: Processed in 0.002095976 sec.
6596 2024.11.28 04:57:41.298151 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6597 2024.11.28 04:57:41.298266 [ 266 ] {34b4b4cf-8945-4dda-b079-e2d1c3b94b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6598 2024.11.28 04:57:41.298316 [ 266 ] {34b4b4cf-8945-4dda-b079-e2d1c3b94b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6599 2024.11.28 04:57:41.299056 [ 266 ] {34b4b4cf-8945-4dda-b079-e2d1c3b94b5c} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6600 2024.11.28 04:57:41.299093 [ 266 ] {34b4b4cf-8945-4dda-b079-e2d1c3b94b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6601 2024.11.28 04:57:41.299540 [ 266 ] {34b4b4cf-8945-4dda-b079-e2d1c3b94b5c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6602 2024.11.28 04:57:41.299787 [ 266 ] {34b4b4cf-8945-4dda-b079-e2d1c3b94b5c} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6603 2024.11.28 04:57:41.299963 [ 266 ] {34b4b4cf-8945-4dda-b079-e2d1c3b94b5c} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001722 sec., 512775.84204413474 rows/sec., 34.50 MiB/sec.
6604 2024.11.28 04:57:41.300012 [ 266 ] {34b4b4cf-8945-4dda-b079-e2d1c3b94b5c} <Debug> TCPHandler: Processed in 0.001917812 sec.
6605 2024.11.28 04:57:41.300157 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6606 2024.11.28 04:57:41.300300 [ 261 ] {8f8d5aed-4726-4e31-8f03-b811bcd546e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6607 2024.11.28 04:57:41.300395 [ 261 ] {8f8d5aed-4726-4e31-8f03-b811bcd546e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6608 2024.11.28 04:57:41.301630 [ 261 ] {8f8d5aed-4726-4e31-8f03-b811bcd546e5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6609 2024.11.28 04:57:41.301670 [ 261 ] {8f8d5aed-4726-4e31-8f03-b811bcd546e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6610 2024.11.28 04:57:41.302333 [ 261 ] {8f8d5aed-4726-4e31-8f03-b811bcd546e5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6611 2024.11.28 04:57:41.302592 [ 261 ] {8f8d5aed-4726-4e31-8f03-b811bcd546e5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6612 2024.11.28 04:57:41.302851 [ 261 ] {8f8d5aed-4726-4e31-8f03-b811bcd546e5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002584 sec., 11996.904024767802 rows/sec., 21.50 MiB/sec.
6613 2024.11.28 04:57:41.302975 [ 261 ] {8f8d5aed-4726-4e31-8f03-b811bcd546e5} <Debug> TCPHandler: Processed in 0.002887074 sec.
6614 2024.11.28 04:57:41.303131 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6615 2024.11.28 04:57:41.303269 [ 266 ] {73a07326-048f-42c5-915d-7a1b795a169a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6616 2024.11.28 04:57:41.303327 [ 266 ] {73a07326-048f-42c5-915d-7a1b795a169a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6617 2024.11.28 04:57:41.303885 [ 266 ] {73a07326-048f-42c5-915d-7a1b795a169a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6618 2024.11.28 04:57:41.303923 [ 266 ] {73a07326-048f-42c5-915d-7a1b795a169a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6619 2024.11.28 04:57:41.304290 [ 266 ] {73a07326-048f-42c5-915d-7a1b795a169a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6620 2024.11.28 04:57:41.304530 [ 266 ] {73a07326-048f-42c5-915d-7a1b795a169a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6621 2024.11.28 04:57:41.304719 [ 266 ] {73a07326-048f-42c5-915d-7a1b795a169a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec.
6622 2024.11.28 04:57:41.304836 [ 266 ] {73a07326-048f-42c5-915d-7a1b795a169a} <Debug> TCPHandler: Processed in 0.00177258 sec.
6623 2024.11.28 04:57:43.055616 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
6624 2024.11.28 04:57:43.056303 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6625 2024.11.28 04:57:43.056344 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6626 2024.11.28 04:57:43.056965 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6627 2024.11.28 04:57:43.057228 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6628 2024.11.28 04:57:43.057373 [ 119 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6629 2024.11.28 04:57:43.057436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
6630 2024.11.28 04:57:43.057440 [ 119 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6631 2024.11.28 04:57:43.057474 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6632 2024.11.28 04:57:43.057721 [ 188 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
6633 2024.11.28 04:57:43.057930 [ 188 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6634 2024.11.28 04:57:43.057980 [ 188 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
6635 2024.11.28 04:57:43.058074 [ 188 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
6636 2024.11.28 04:57:43.058348 [ 188 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
6637 2024.11.28 04:57:43.058487 [ 188 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
6638 2024.11.28 04:57:43.058685 [ 188 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
6639 2024.11.28 04:57:43.058820 [ 188 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
6640 2024.11.28 04:57:43.061505 [ 199 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003936298 sec., 3626249.841856485 rows/sec., 51.87 MiB/sec.
6641 2024.11.28 04:57:43.062081 [ 199 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6642 2024.11.28 04:57:43.062414 [ 199 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6643 2024.11.28 04:57:43.062510 [ 199 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_31_6} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6644 2024.11.28 04:57:43.062622 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6645 2024.11.28 04:57:44.039122 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6646 2024.11.28 04:57:44.061695 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6647 2024.11.28 04:57:44.061765 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6648 2024.11.28 04:57:44.069673 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6649 2024.11.28 04:57:44.070553 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6650 2024.11.28 04:57:44.070965 [ 116 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6651 2024.11.28 04:57:44.071103 [ 116 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6652 2024.11.28 04:57:44.071169 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6653 2024.11.28 04:57:44.071566 [ 201 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
6654 2024.11.28 04:57:44.088734 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6655 2024.11.28 04:57:44.089916 [ 201 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6656 2024.11.28 04:57:44.091456 [ 201 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
6657 2024.11.28 04:57:44.097084 [ 201 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
6658 2024.11.28 04:57:44.103026 [ 201 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
6659 2024.11.28 04:57:44.108657 [ 201 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
6660 2024.11.28 04:57:44.114527 [ 201 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
6661 2024.11.28 04:57:44.119131 [ 201 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
6662 2024.11.28 04:57:44.185457 [ 200 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.114143473 sec., 2050.0515171813636 rows/sec., 10.60 MiB/sec.
6663 2024.11.28 04:57:44.189233 [ 194 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6664 2024.11.28 04:57:44.192304 [ 194 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_31_6} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6665 2024.11.28 04:57:44.192442 [ 194 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_31_6} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6666 2024.11.28 04:57:44.194705 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6667 2024.11.28 04:57:45.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.41 MiB, peak 211.96 MiB, free memory in arenas 0.00 B, will set to 203.08 MiB (RSS), difference: 1.67 MiB
6668 2024.11.28 04:57:46.261673 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6669 2024.11.28 04:57:46.261901 [ 261 ] {7ecb4bae-0825-4c84-9229-cd37a83451f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6670 2024.11.28 04:57:46.261977 [ 261 ] {7ecb4bae-0825-4c84-9229-cd37a83451f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6671 2024.11.28 04:57:46.262767 [ 261 ] {7ecb4bae-0825-4c84-9229-cd37a83451f7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6672 2024.11.28 04:57:46.262815 [ 261 ] {7ecb4bae-0825-4c84-9229-cd37a83451f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6673 2024.11.28 04:57:46.263274 [ 261 ] {7ecb4bae-0825-4c84-9229-cd37a83451f7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6674 2024.11.28 04:57:46.263530 [ 261 ] {7ecb4bae-0825-4c84-9229-cd37a83451f7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6675 2024.11.28 04:57:46.263728 [ 114 ] {} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6676 2024.11.28 04:57:46.263804 [ 261 ] {7ecb4bae-0825-4c84-9229-cd37a83451f7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00196 sec., 7142.857142857143 rows/sec., 514.19 KiB/sec.
6677 2024.11.28 04:57:46.263810 [ 114 ] {} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6678 2024.11.28 04:57:46.263889 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6679 2024.11.28 04:57:46.263964 [ 261 ] {7ecb4bae-0825-4c84-9229-cd37a83451f7} <Debug> TCPHandler: Processed in 0.002439044 sec.
6680 2024.11.28 04:57:46.264390 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
6681 2024.11.28 04:57:46.264436 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6682 2024.11.28 04:57:46.264962 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6683 2024.11.28 04:57:46.264972 [ 266 ] {f6e05575-aa42-491b-bec5-ac3dce978689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6684 2024.11.28 04:57:46.265026 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
6685 2024.11.28 04:57:46.265100 [ 266 ] {f6e05575-aa42-491b-bec5-ac3dce978689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6686 2024.11.28 04:57:46.265260 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
6687 2024.11.28 04:57:46.265642 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
6688 2024.11.28 04:57:46.266025 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
6689 2024.11.28 04:57:46.266400 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
6690 2024.11.28 04:57:46.268360 [ 266 ] {f6e05575-aa42-491b-bec5-ac3dce978689} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6691 2024.11.28 04:57:46.268450 [ 266 ] {f6e05575-aa42-491b-bec5-ac3dce978689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6692 2024.11.28 04:57:46.269208 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005143264 sec., 13610.034406166978 rows/sec., 1.01 MiB/sec.
6693 2024.11.28 04:57:46.269486 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6694 2024.11.28 04:57:46.269531 [ 266 ] {f6e05575-aa42-491b-bec5-ac3dce978689} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6695 2024.11.28 04:57:46.270023 [ 266 ] {f6e05575-aa42-491b-bec5-ac3dce978689} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6696 2024.11.28 04:57:46.270057 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_21_5} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6697 2024.11.28 04:57:46.270307 [ 186 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_21_5} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6698 2024.11.28 04:57:46.270441 [ 266 ] {f6e05575-aa42-491b-bec5-ac3dce978689} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005628 sec., 38912.57995735607 rows/sec., 3.39 MiB/sec.
6699 2024.11.28 04:57:46.270490 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6700 2024.11.28 04:57:46.270614 [ 266 ] {f6e05575-aa42-491b-bec5-ac3dce978689} <Debug> TCPHandler: Processed in 0.006472484 sec.
6701 2024.11.28 04:57:46.270796 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6702 2024.11.28 04:57:46.270928 [ 261 ] {845820be-f93f-490a-914a-a1b8bf285550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6703 2024.11.28 04:57:46.270989 [ 261 ] {845820be-f93f-490a-914a-a1b8bf285550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6704 2024.11.28 04:57:46.271654 [ 261 ] {845820be-f93f-490a-914a-a1b8bf285550} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6705 2024.11.28 04:57:46.271698 [ 261 ] {845820be-f93f-490a-914a-a1b8bf285550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6706 2024.11.28 04:57:46.272085 [ 261 ] {845820be-f93f-490a-914a-a1b8bf285550} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6707 2024.11.28 04:57:46.272325 [ 261 ] {845820be-f93f-490a-914a-a1b8bf285550} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6708 2024.11.28 04:57:46.272554 [ 261 ] {845820be-f93f-490a-914a-a1b8bf285550} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001659 sec., 9041.591320072332 rows/sec., 637.50 KiB/sec.
6709 2024.11.28 04:57:46.272612 [ 261 ] {845820be-f93f-490a-914a-a1b8bf285550} <Debug> TCPHandler: Processed in 0.001876812 sec.
6710 2024.11.28 04:57:46.272760 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6711 2024.11.28 04:57:46.272884 [ 266 ] {9d291272-f571-4e2b-a626-e9753fd054fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6712 2024.11.28 04:57:46.272945 [ 266 ] {9d291272-f571-4e2b-a626-e9753fd054fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6713 2024.11.28 04:57:46.273633 [ 266 ] {9d291272-f571-4e2b-a626-e9753fd054fe} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6714 2024.11.28 04:57:46.273681 [ 266 ] {9d291272-f571-4e2b-a626-e9753fd054fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6715 2024.11.28 04:57:46.274080 [ 266 ] {9d291272-f571-4e2b-a626-e9753fd054fe} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6716 2024.11.28 04:57:46.274332 [ 266 ] {9d291272-f571-4e2b-a626-e9753fd054fe} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6717 2024.11.28 04:57:46.274549 [ 266 ] {9d291272-f571-4e2b-a626-e9753fd054fe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00169 sec., 8284.023668639053 rows/sec., 580.16 KiB/sec.
6718 2024.11.28 04:57:46.274603 [ 266 ] {9d291272-f571-4e2b-a626-e9753fd054fe} <Debug> TCPHandler: Processed in 0.001902032 sec.
6719 2024.11.28 04:57:46.274741 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6720 2024.11.28 04:57:46.274861 [ 261 ] {5060a810-5007-4ca2-b580-9e1d5b77b2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6721 2024.11.28 04:57:46.274912 [ 261 ] {5060a810-5007-4ca2-b580-9e1d5b77b2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6722 2024.11.28 04:57:46.275496 [ 261 ] {5060a810-5007-4ca2-b580-9e1d5b77b2ab} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6723 2024.11.28 04:57:46.275537 [ 261 ] {5060a810-5007-4ca2-b580-9e1d5b77b2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6724 2024.11.28 04:57:46.275895 [ 261 ] {5060a810-5007-4ca2-b580-9e1d5b77b2ab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6725 2024.11.28 04:57:46.276135 [ 261 ] {5060a810-5007-4ca2-b580-9e1d5b77b2ab} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6726 2024.11.28 04:57:46.276305 [ 113 ] {} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6727 2024.11.28 04:57:46.276375 [ 261 ] {5060a810-5007-4ca2-b580-9e1d5b77b2ab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001538 sec., 8452.535760728219 rows/sec., 527.01 KiB/sec.
6728 2024.11.28 04:57:46.276394 [ 113 ] {} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6729 2024.11.28 04:57:46.276473 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6730 2024.11.28 04:57:46.276527 [ 261 ] {5060a810-5007-4ca2-b580-9e1d5b77b2ab} <Debug> TCPHandler: Processed in 0.001842591 sec.
6731 2024.11.28 04:57:46.276755 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
6732 2024.11.28 04:57:46.276775 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6733 2024.11.28 04:57:46.277025 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6734 2024.11.28 04:57:46.277025 [ 266 ] {7774be84-55ec-4696-ba2a-478f670e781d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6735 2024.11.28 04:57:46.277089 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
6736 2024.11.28 04:57:46.277153 [ 266 ] {7774be84-55ec-4696-ba2a-478f670e781d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6737 2024.11.28 04:57:46.277434 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
6738 2024.11.28 04:57:46.277800 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
6739 2024.11.28 04:57:46.278142 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
6740 2024.11.28 04:57:46.278562 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
6741 2024.11.28 04:57:46.280123 [ 266 ] {7774be84-55ec-4696-ba2a-478f670e781d} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6742 2024.11.28 04:57:46.280203 [ 266 ] {7774be84-55ec-4696-ba2a-478f670e781d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6743 2024.11.28 04:57:46.281282 [ 266 ] {7774be84-55ec-4696-ba2a-478f670e781d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6744 2024.11.28 04:57:46.281308 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004735705 sec., 13725.517108857077 rows/sec., 909.40 KiB/sec.
6745 2024.11.28 04:57:46.281536 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6746 2024.11.28 04:57:46.281725 [ 266 ] {7774be84-55ec-4696-ba2a-478f670e781d} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6747 2024.11.28 04:57:46.282122 [ 198 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_21_5} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6748 2024.11.28 04:57:46.282128 [ 266 ] {7774be84-55ec-4696-ba2a-478f670e781d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005187 sec., 75187.96992481203 rows/sec., 5.33 MiB/sec.
6749 2024.11.28 04:57:46.282318 [ 266 ] {7774be84-55ec-4696-ba2a-478f670e781d} <Debug> TCPHandler: Processed in 0.005672746 sec.
6750 2024.11.28 04:57:46.282370 [ 198 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_21_5} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6751 2024.11.28 04:57:46.282517 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6752 2024.11.28 04:57:46.282530 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6753 2024.11.28 04:57:46.282675 [ 261 ] {e03625cb-4149-4faf-8a09-900cabd3d1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6754 2024.11.28 04:57:46.282740 [ 261 ] {e03625cb-4149-4faf-8a09-900cabd3d1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6755 2024.11.28 04:57:46.283258 [ 261 ] {e03625cb-4149-4faf-8a09-900cabd3d1de} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6756 2024.11.28 04:57:46.283297 [ 261 ] {e03625cb-4149-4faf-8a09-900cabd3d1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6757 2024.11.28 04:57:46.283659 [ 261 ] {e03625cb-4149-4faf-8a09-900cabd3d1de} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6758 2024.11.28 04:57:46.283897 [ 261 ] {e03625cb-4149-4faf-8a09-900cabd3d1de} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6759 2024.11.28 04:57:46.284102 [ 113 ] {} <Debug> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6760 2024.11.28 04:57:46.284180 [ 261 ] {e03625cb-4149-4faf-8a09-900cabd3d1de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec.
6761 2024.11.28 04:57:46.284209 [ 113 ] {} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6762 2024.11.28 04:57:46.284306 [ 261 ] {e03625cb-4149-4faf-8a09-900cabd3d1de} <Debug> TCPHandler: Processed in 0.001879131 sec.
6763 2024.11.28 04:57:46.284308 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6764 2024.11.28 04:57:46.284531 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6765 2024.11.28 04:57:46.284551 [ 196 ] {0e358359-da00-4141-96e5-d1810c325245::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
6766 2024.11.28 04:57:46.284771 [ 266 ] {b1d8369c-42eb-4fe6-bf57-a8f85c76c832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6767 2024.11.28 04:57:46.284796 [ 196 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6768 2024.11.28 04:57:46.284875 [ 196 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part
6769 2024.11.28 04:57:46.284887 [ 266 ] {b1d8369c-42eb-4fe6-bf57-a8f85c76c832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6770 2024.11.28 04:57:46.285165 [ 196 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6771 2024.11.28 04:57:46.285472 [ 196 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6772 2024.11.28 04:57:46.285775 [ 196 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6773 2024.11.28 04:57:46.285975 [ 196 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6774 2024.11.28 04:57:46.286232 [ 196 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
6775 2024.11.28 04:57:46.287741 [ 266 ] {b1d8369c-42eb-4fe6-bf57-a8f85c76c832} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6776 2024.11.28 04:57:46.287810 [ 266 ] {b1d8369c-42eb-4fe6-bf57-a8f85c76c832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6777 2024.11.28 04:57:46.288969 [ 197 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.00451686 sec., 27895.484916512796 rows/sec., 1.42 MiB/sec.
6778 2024.11.28 04:57:46.288981 [ 266 ] {b1d8369c-42eb-4fe6-bf57-a8f85c76c832} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6779 2024.11.28 04:57:46.289196 [ 191 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6780 2024.11.28 04:57:46.289415 [ 266 ] {b1d8369c-42eb-4fe6-bf57-a8f85c76c832} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6781 2024.11.28 04:57:46.289721 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6782 2024.11.28 04:57:46.289843 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6783 2024.11.28 04:57:46.289958 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6784 2024.11.28 04:57:46.289970 [ 191 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6785 2024.11.28 04:57:46.289986 [ 266 ] {b1d8369c-42eb-4fe6-bf57-a8f85c76c832} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005274 sec., 44937.42889647326 rows/sec., 3.01 MiB/sec.
6786 2024.11.28 04:57:46.290419 [ 266 ] {b1d8369c-42eb-4fe6-bf57-a8f85c76c832} <Debug> TCPHandler: Processed in 0.006003533 sec.
6787 2024.11.28 04:57:46.290414 [ 191 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_21_4} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6788 2024.11.28 04:57:46.290480 [ 193 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
6789 2024.11.28 04:57:46.290688 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6790 2024.11.28 04:57:46.290710 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6791 2024.11.28 04:57:46.290826 [ 193 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6792 2024.11.28 04:57:46.290909 [ 193 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10722 rows starting from the beginning of the part
6793 2024.11.28 04:57:46.290972 [ 261 ] {fbc51bf3-9eec-4ab2-9ff3-2dfdf013c147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6794 2024.11.28 04:57:46.291176 [ 261 ] {fbc51bf3-9eec-4ab2-9ff3-2dfdf013c147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6795 2024.11.28 04:57:46.291193 [ 193 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 239 rows starting from the beginning of the part
6796 2024.11.28 04:57:46.291597 [ 193 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part
6797 2024.11.28 04:57:46.291993 [ 193 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part
6798 2024.11.28 04:57:46.292316 [ 193 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 883 rows starting from the beginning of the part
6799 2024.11.28 04:57:46.292656 [ 193 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part
6800 2024.11.28 04:57:46.293320 [ 261 ] {fbc51bf3-9eec-4ab2-9ff3-2dfdf013c147} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6801 2024.11.28 04:57:46.293384 [ 261 ] {fbc51bf3-9eec-4ab2-9ff3-2dfdf013c147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6802 2024.11.28 04:57:46.294044 [ 261 ] {fbc51bf3-9eec-4ab2-9ff3-2dfdf013c147} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6803 2024.11.28 04:57:46.294487 [ 261 ] {fbc51bf3-9eec-4ab2-9ff3-2dfdf013c147} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6804 2024.11.28 04:57:46.294871 [ 261 ] {fbc51bf3-9eec-4ab2-9ff3-2dfdf013c147} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003969 sec., 251.95263290501384 rows/sec., 16.98 KiB/sec.
6805 2024.11.28 04:57:46.294994 [ 261 ] {fbc51bf3-9eec-4ab2-9ff3-2dfdf013c147} <Debug> TCPHandler: Processed in 0.004456379 sec.
6806 2024.11.28 04:57:46.295191 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6807 2024.11.28 04:57:46.295364 [ 266 ] {93487ebb-7e45-4194-977a-ba7e4979a5d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6808 2024.11.28 04:57:46.295482 [ 266 ] {93487ebb-7e45-4194-977a-ba7e4979a5d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6809 2024.11.28 04:57:46.296907 [ 266 ] {93487ebb-7e45-4194-977a-ba7e4979a5d2} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6810 2024.11.28 04:57:46.296954 [ 266 ] {93487ebb-7e45-4194-977a-ba7e4979a5d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6811 2024.11.28 04:57:46.297818 [ 193 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12478 rows, containing 5 columns (5 merged, 0 gathered) in 0.007702001 sec., 1620098.4653208952 rows/sec., 108.86 MiB/sec.
6812 2024.11.28 04:57:46.297909 [ 266 ] {93487ebb-7e45-4194-977a-ba7e4979a5d2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6813 2024.11.28 04:57:46.298214 [ 266 ] {93487ebb-7e45-4194-977a-ba7e4979a5d2} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6814 2024.11.28 04:57:46.298295 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6815 2024.11.28 04:57:46.298881 [ 266 ] {93487ebb-7e45-4194-977a-ba7e4979a5d2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003513 sec., 2277.255906632508 rows/sec., 4.08 MiB/sec.
6816 2024.11.28 04:57:46.299366 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6817 2024.11.28 04:57:46.299620 [ 266 ] {93487ebb-7e45-4194-977a-ba7e4979a5d2} <Debug> TCPHandler: Processed in 0.00452564 sec.
6818 2024.11.28 04:57:46.299660 [ 192 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6819 2024.11.28 04:57:46.299809 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6820 2024.11.28 04:57:46.299821 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB.
6821 2024.11.28 04:57:46.299922 [ 261 ] {7d09c611-5b98-4774-836b-a52a914d5fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6822 2024.11.28 04:57:46.299973 [ 261 ] {7d09c611-5b98-4774-836b-a52a914d5fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6823 2024.11.28 04:57:46.300442 [ 261 ] {7d09c611-5b98-4774-836b-a52a914d5fca} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6824 2024.11.28 04:57:46.300481 [ 261 ] {7d09c611-5b98-4774-836b-a52a914d5fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6825 2024.11.28 04:57:46.300855 [ 261 ] {7d09c611-5b98-4774-836b-a52a914d5fca} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6826 2024.11.28 04:57:46.301092 [ 261 ] {7d09c611-5b98-4774-836b-a52a914d5fca} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6827 2024.11.28 04:57:46.301261 [ 113 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6828 2024.11.28 04:57:46.301322 [ 113 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6829 2024.11.28 04:57:46.301352 [ 261 ] {7d09c611-5b98-4774-836b-a52a914d5fca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec.
6830 2024.11.28 04:57:46.301364 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6831 2024.11.28 04:57:46.301499 [ 261 ] {7d09c611-5b98-4774-836b-a52a914d5fca} <Debug> TCPHandler: Processed in 0.00177421 sec.
6832 2024.11.28 04:57:46.301554 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
6833 2024.11.28 04:57:46.301649 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6834 2024.11.28 04:57:46.301677 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1926 rows starting from the beginning of the part
6835 2024.11.28 04:57:46.301779 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part
6836 2024.11.28 04:57:46.301972 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
6837 2024.11.28 04:57:46.302197 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part
6838 2024.11.28 04:57:46.302418 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part
6839 2024.11.28 04:57:46.302553 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part
6840 2024.11.28 04:57:46.303899 [ 195 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2292 rows, containing 4 columns (4 merged, 0 gathered) in 0.002407884 sec., 951873.0968767599 rows/sec., 61.43 MiB/sec.
6841 2024.11.28 04:57:46.304326 [ 188 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6842 2024.11.28 04:57:46.304887 [ 188 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6843 2024.11.28 04:57:46.304998 [ 188 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_41_8} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6844 2024.11.28 04:57:46.305091 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
6845 2024.11.28 04:57:50.428113 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
6846 2024.11.28 04:57:50.428191 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
6847 2024.11.28 04:57:50.558540 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6848 2024.11.28 04:57:50.559186 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6849 2024.11.28 04:57:50.559235 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6850 2024.11.28 04:57:50.559768 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6851 2024.11.28 04:57:50.560028 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6852 2024.11.28 04:57:50.560289 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6853 2024.11.28 04:57:50.618529 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 942
6854 2024.11.28 04:57:50.621779 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6855 2024.11.28 04:57:50.621843 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6856 2024.11.28 04:57:50.623335 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6857 2024.11.28 04:57:50.623655 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6858 2024.11.28 04:57:50.624571 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 942
6859 2024.11.28 04:57:51.001734 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001182366 sec.
6860 2024.11.28 04:57:51.258352 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6861 2024.11.28 04:57:51.258539 [ 261 ] {05f65317-9148-45c0-b6e6-3e32f347d3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6862 2024.11.28 04:57:51.258611 [ 261 ] {05f65317-9148-45c0-b6e6-3e32f347d3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6863 2024.11.28 04:57:51.259419 [ 261 ] {05f65317-9148-45c0-b6e6-3e32f347d3d2} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6864 2024.11.28 04:57:51.259498 [ 261 ] {05f65317-9148-45c0-b6e6-3e32f347d3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6865 2024.11.28 04:57:51.259933 [ 261 ] {05f65317-9148-45c0-b6e6-3e32f347d3d2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6866 2024.11.28 04:57:51.260187 [ 261 ] {05f65317-9148-45c0-b6e6-3e32f347d3d2} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6867 2024.11.28 04:57:51.260483 [ 261 ] {05f65317-9148-45c0-b6e6-3e32f347d3d2} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.001988 sec., 59356.136820925545 rows/sec., 5.02 MiB/sec.
6868 2024.11.28 04:57:51.260665 [ 261 ] {05f65317-9148-45c0-b6e6-3e32f347d3d2} <Debug> TCPHandler: Processed in 0.002441864 sec.
6869 2024.11.28 04:57:51.260960 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6870 2024.11.28 04:57:51.261153 [ 266 ] {0253d387-89c1-469c-ae70-dde8c7371afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6871 2024.11.28 04:57:51.261229 [ 266 ] {0253d387-89c1-469c-ae70-dde8c7371afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6872 2024.11.28 04:57:51.262091 [ 266 ] {0253d387-89c1-469c-ae70-dde8c7371afd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6873 2024.11.28 04:57:51.262136 [ 266 ] {0253d387-89c1-469c-ae70-dde8c7371afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6874 2024.11.28 04:57:51.262576 [ 266 ] {0253d387-89c1-469c-ae70-dde8c7371afd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6875 2024.11.28 04:57:51.262824 [ 266 ] {0253d387-89c1-469c-ae70-dde8c7371afd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6876 2024.11.28 04:57:51.263060 [ 266 ] {0253d387-89c1-469c-ae70-dde8c7371afd} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001966 sec., 15768.056968463887 rows/sec., 1.16 MiB/sec.
6877 2024.11.28 04:57:51.263117 [ 266 ] {0253d387-89c1-469c-ae70-dde8c7371afd} <Debug> TCPHandler: Processed in 0.002312161 sec.
6878 2024.11.28 04:57:51.263289 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6879 2024.11.28 04:57:51.263436 [ 261 ] {26961bda-cdec-4682-90f8-11da79bad770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6880 2024.11.28 04:57:51.263496 [ 261 ] {26961bda-cdec-4682-90f8-11da79bad770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6881 2024.11.28 04:57:51.264204 [ 261 ] {26961bda-cdec-4682-90f8-11da79bad770} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6882 2024.11.28 04:57:51.264245 [ 261 ] {26961bda-cdec-4682-90f8-11da79bad770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6883 2024.11.28 04:57:51.264619 [ 261 ] {26961bda-cdec-4682-90f8-11da79bad770} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6884 2024.11.28 04:57:51.264872 [ 261 ] {26961bda-cdec-4682-90f8-11da79bad770} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6885 2024.11.28 04:57:51.265097 [ 261 ] {26961bda-cdec-4682-90f8-11da79bad770} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001696 sec., 56014.15094339623 rows/sec., 4.37 MiB/sec.
6886 2024.11.28 04:57:51.265155 [ 261 ] {26961bda-cdec-4682-90f8-11da79bad770} <Debug> TCPHandler: Processed in 0.001935313 sec.
6887 2024.11.28 04:57:51.265311 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6888 2024.11.28 04:57:51.265456 [ 266 ] {ae6224a6-ca57-492c-abef-c6c9dee01dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6889 2024.11.28 04:57:51.265518 [ 266 ] {ae6224a6-ca57-492c-abef-c6c9dee01dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6890 2024.11.28 04:57:51.266191 [ 266 ] {ae6224a6-ca57-492c-abef-c6c9dee01dd5} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6891 2024.11.28 04:57:51.266230 [ 266 ] {ae6224a6-ca57-492c-abef-c6c9dee01dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6892 2024.11.28 04:57:51.266629 [ 266 ] {ae6224a6-ca57-492c-abef-c6c9dee01dd5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6893 2024.11.28 04:57:51.266866 [ 266 ] {ae6224a6-ca57-492c-abef-c6c9dee01dd5} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6894 2024.11.28 04:57:51.267102 [ 266 ] {ae6224a6-ca57-492c-abef-c6c9dee01dd5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec.
6895 2024.11.28 04:57:51.267295 [ 266 ] {ae6224a6-ca57-492c-abef-c6c9dee01dd5} <Debug> TCPHandler: Processed in 0.002047125 sec.
6896 2024.11.28 04:57:51.267512 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6897 2024.11.28 04:57:51.267653 [ 261 ] {d11d4599-b860-4309-ba75-0739d4596c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6898 2024.11.28 04:57:51.267737 [ 261 ] {d11d4599-b860-4309-ba75-0739d4596c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6899 2024.11.28 04:57:51.268961 [ 261 ] {d11d4599-b860-4309-ba75-0739d4596c8c} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6900 2024.11.28 04:57:51.269000 [ 261 ] {d11d4599-b860-4309-ba75-0739d4596c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6901 2024.11.28 04:57:51.269656 [ 261 ] {d11d4599-b860-4309-ba75-0739d4596c8c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6902 2024.11.28 04:57:51.269913 [ 261 ] {d11d4599-b860-4309-ba75-0739d4596c8c} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6903 2024.11.28 04:57:51.270129 [ 105 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6904 2024.11.28 04:57:51.270202 [ 261 ] {d11d4599-b860-4309-ba75-0739d4596c8c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002566 sec., 12081.060015588464 rows/sec., 21.65 MiB/sec.
6905 2024.11.28 04:57:51.270263 [ 105 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6906 2024.11.28 04:57:51.270377 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6907 2024.11.28 04:57:51.270531 [ 261 ] {d11d4599-b860-4309-ba75-0739d4596c8c} <Debug> TCPHandler: Processed in 0.00313454 sec.
6908 2024.11.28 04:57:51.270811 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6909 2024.11.28 04:57:51.270921 [ 195 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
6910 2024.11.28 04:57:51.271010 [ 266 ] {96bd3da8-91bb-462c-a942-5bc6eda69d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6911 2024.11.28 04:57:51.271094 [ 266 ] {96bd3da8-91bb-462c-a942-5bc6eda69d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6912 2024.11.28 04:57:51.272050 [ 195 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6913 2024.11.28 04:57:51.272290 [ 195 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 710 rows starting from the beginning of the part
6914 2024.11.28 04:57:51.273114 [ 195 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part
6915 2024.11.28 04:57:51.273251 [ 266 ] {96bd3da8-91bb-462c-a942-5bc6eda69d8c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6916 2024.11.28 04:57:51.273477 [ 266 ] {96bd3da8-91bb-462c-a942-5bc6eda69d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6917 2024.11.28 04:57:51.273709 [ 195 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
6918 2024.11.28 04:57:51.274401 [ 195 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part
6919 2024.11.28 04:57:51.275096 [ 195 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
6920 2024.11.28 04:57:51.275225 [ 266 ] {96bd3da8-91bb-462c-a942-5bc6eda69d8c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6921 2024.11.28 04:57:51.275622 [ 195 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part
6922 2024.11.28 04:57:51.276265 [ 266 ] {96bd3da8-91bb-462c-a942-5bc6eda69d8c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6923 2024.11.28 04:57:51.277268 [ 266 ] {96bd3da8-91bb-462c-a942-5bc6eda69d8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006274 sec., 9563.27701625757 rows/sec., 659.97 KiB/sec.
6924 2024.11.28 04:57:51.277943 [ 266 ] {96bd3da8-91bb-462c-a942-5bc6eda69d8c} <Debug> TCPHandler: Processed in 0.007293882 sec.
6925 2024.11.28 04:57:51.286778 [ 188 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 819 rows, containing 19 columns (19 merged, 0 gathered) in 0.016210609 sec., 50522.46957532564 rows/sec., 90.53 MiB/sec.
6926 2024.11.28 04:57:51.287645 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6927 2024.11.28 04:57:51.288128 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6928 2024.11.28 04:57:51.288213 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6929 2024.11.28 04:57:51.288332 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB.
6930 2024.11.28 04:57:51.589816 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6931 2024.11.28 04:57:51.609705 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6932 2024.11.28 04:57:51.609774 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6933 2024.11.28 04:57:51.616983 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6934 2024.11.28 04:57:51.617737 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6935 2024.11.28 04:57:51.620554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6936 2024.11.28 04:57:52.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.89 MiB, peak 211.98 MiB, free memory in arenas 0.00 B, will set to 206.68 MiB (RSS), difference: 1.78 MiB
6937 2024.11.28 04:57:56.261774 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6938 2024.11.28 04:57:56.261990 [ 261 ] {99543598-df95-441f-9a05-0611937ce4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6939 2024.11.28 04:57:56.262067 [ 261 ] {99543598-df95-441f-9a05-0611937ce4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6940 2024.11.28 04:57:56.262847 [ 261 ] {99543598-df95-441f-9a05-0611937ce4ca} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6941 2024.11.28 04:57:56.262902 [ 261 ] {99543598-df95-441f-9a05-0611937ce4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6942 2024.11.28 04:57:56.263350 [ 261 ] {99543598-df95-441f-9a05-0611937ce4ca} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6943 2024.11.28 04:57:56.263608 [ 261 ] {99543598-df95-441f-9a05-0611937ce4ca} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6944 2024.11.28 04:57:56.263855 [ 261 ] {99543598-df95-441f-9a05-0611937ce4ca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec.
6945 2024.11.28 04:57:56.263921 [ 261 ] {99543598-df95-441f-9a05-0611937ce4ca} <Debug> TCPHandler: Processed in 0.002287801 sec.
6946 2024.11.28 04:57:56.264210 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6947 2024.11.28 04:57:56.264403 [ 266 ] {283abf9e-ec5e-41b0-80d9-e98f5d920f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6948 2024.11.28 04:57:56.264474 [ 266 ] {283abf9e-ec5e-41b0-80d9-e98f5d920f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6949 2024.11.28 04:57:56.265233 [ 266 ] {283abf9e-ec5e-41b0-80d9-e98f5d920f42} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6950 2024.11.28 04:57:56.265276 [ 266 ] {283abf9e-ec5e-41b0-80d9-e98f5d920f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6951 2024.11.28 04:57:56.265700 [ 266 ] {283abf9e-ec5e-41b0-80d9-e98f5d920f42} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6952 2024.11.28 04:57:56.265956 [ 266 ] {283abf9e-ec5e-41b0-80d9-e98f5d920f42} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6953 2024.11.28 04:57:56.266159 [ 266 ] {283abf9e-ec5e-41b0-80d9-e98f5d920f42} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001812 sec., 1103.7527593818984 rows/sec., 90.00 KiB/sec.
6954 2024.11.28 04:57:56.266226 [ 266 ] {283abf9e-ec5e-41b0-80d9-e98f5d920f42} <Debug> TCPHandler: Processed in 0.002177478 sec.
6955 2024.11.28 04:57:56.266385 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6956 2024.11.28 04:57:56.266514 [ 261 ] {5fa64263-01e1-4b10-b10e-fdfdd2b6dc6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6957 2024.11.28 04:57:56.266569 [ 261 ] {5fa64263-01e1-4b10-b10e-fdfdd2b6dc6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6958 2024.11.28 04:57:56.267260 [ 261 ] {5fa64263-01e1-4b10-b10e-fdfdd2b6dc6f} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6959 2024.11.28 04:57:56.267303 [ 261 ] {5fa64263-01e1-4b10-b10e-fdfdd2b6dc6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6960 2024.11.28 04:57:56.267716 [ 261 ] {5fa64263-01e1-4b10-b10e-fdfdd2b6dc6f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6961 2024.11.28 04:57:56.267987 [ 261 ] {5fa64263-01e1-4b10-b10e-fdfdd2b6dc6f} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6962 2024.11.28 04:57:56.268164 [ 100 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6963 2024.11.28 04:57:56.268222 [ 100 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6964 2024.11.28 04:57:56.268233 [ 261 ] {5fa64263-01e1-4b10-b10e-fdfdd2b6dc6f} <Debug> executeQuery: Read 220 rows, 19.61 KiB in 0.001741 sec., 126364.1585295807 rows/sec., 11.00 MiB/sec.
6965 2024.11.28 04:57:56.268254 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6966 2024.11.28 04:57:56.268391 [ 261 ] {5fa64263-01e1-4b10-b10e-fdfdd2b6dc6f} <Debug> TCPHandler: Processed in 0.002063346 sec.
6967 2024.11.28 04:57:56.268530 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
6968 2024.11.28 04:57:56.268619 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6969 2024.11.28 04:57:56.268811 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6970 2024.11.28 04:57:56.268878 [ 266 ] {aaa48c53-8faa-4d6f-be6f-932364a1ddde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6971 2024.11.28 04:57:56.268886 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1432 rows starting from the beginning of the part
6972 2024.11.28 04:57:56.268980 [ 266 ] {aaa48c53-8faa-4d6f-be6f-932364a1ddde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6973 2024.11.28 04:57:56.269152 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 219 rows starting from the beginning of the part
6974 2024.11.28 04:57:56.269563 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1261 rows starting from the beginning of the part
6975 2024.11.28 04:57:56.269911 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 219 rows starting from the beginning of the part
6976 2024.11.28 04:57:56.270326 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 118 rows starting from the beginning of the part
6977 2024.11.28 04:57:56.270793 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 220 rows starting from the beginning of the part
6978 2024.11.28 04:57:56.271999 [ 266 ] {aaa48c53-8faa-4d6f-be6f-932364a1ddde} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6979 2024.11.28 04:57:56.272064 [ 266 ] {aaa48c53-8faa-4d6f-be6f-932364a1ddde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6980 2024.11.28 04:57:56.272970 [ 266 ] {aaa48c53-8faa-4d6f-be6f-932364a1ddde} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6981 2024.11.28 04:57:56.273432 [ 266 ] {aaa48c53-8faa-4d6f-be6f-932364a1ddde} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6982 2024.11.28 04:57:56.273689 [ 266 ] {aaa48c53-8faa-4d6f-be6f-932364a1ddde} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.004883 sec., 3481.466311693631 rows/sec., 245.19 KiB/sec.
6983 2024.11.28 04:57:56.273772 [ 266 ] {aaa48c53-8faa-4d6f-be6f-932364a1ddde} <Debug> TCPHandler: Processed in 0.005249947 sec.
6984 2024.11.28 04:57:56.274006 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6985 2024.11.28 04:57:56.274279 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3469 rows, containing 5 columns (5 merged, 0 gathered) in 0.00588574 sec., 589390.6288758932 rows/sec., 51.66 MiB/sec.
6986 2024.11.28 04:57:56.274294 [ 261 ] {9656c4c7-cf8f-4683-8365-0a2f146b5956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6987 2024.11.28 04:57:56.274374 [ 261 ] {9656c4c7-cf8f-4683-8365-0a2f146b5956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6988 2024.11.28 04:57:56.274575 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6989 2024.11.28 04:57:56.275195 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6990 2024.11.28 04:57:56.275399 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_46_9} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6991 2024.11.28 04:57:56.275595 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
6992 2024.11.28 04:57:56.275702 [ 261 ] {9656c4c7-cf8f-4683-8365-0a2f146b5956} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6993 2024.11.28 04:57:56.275748 [ 261 ] {9656c4c7-cf8f-4683-8365-0a2f146b5956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
6994 2024.11.28 04:57:56.276120 [ 261 ] {9656c4c7-cf8f-4683-8365-0a2f146b5956} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6995 2024.11.28 04:57:56.276363 [ 261 ] {9656c4c7-cf8f-4683-8365-0a2f146b5956} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6996 2024.11.28 04:57:56.276632 [ 261 ] {9656c4c7-cf8f-4683-8365-0a2f146b5956} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002392 sec., 5852.842809364548 rows/sec., 409.89 KiB/sec.
6997 2024.11.28 04:57:56.276848 [ 261 ] {9656c4c7-cf8f-4683-8365-0a2f146b5956} <Debug> TCPHandler: Processed in 0.002971996 sec.
6998 2024.11.28 04:57:56.277050 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6999 2024.11.28 04:57:56.277186 [ 266 ] {f535775d-03ac-45fb-80e0-d5cb2665e7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7000 2024.11.28 04:57:56.277243 [ 266 ] {f535775d-03ac-45fb-80e0-d5cb2665e7af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7001 2024.11.28 04:57:56.277914 [ 266 ] {f535775d-03ac-45fb-80e0-d5cb2665e7af} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7002 2024.11.28 04:57:56.277959 [ 266 ] {f535775d-03ac-45fb-80e0-d5cb2665e7af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7003 2024.11.28 04:57:56.278374 [ 266 ] {f535775d-03ac-45fb-80e0-d5cb2665e7af} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7004 2024.11.28 04:57:56.278610 [ 266 ] {f535775d-03ac-45fb-80e0-d5cb2665e7af} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7005 2024.11.28 04:57:56.278804 [ 266 ] {f535775d-03ac-45fb-80e0-d5cb2665e7af} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001645 sec., 7902.73556231003 rows/sec., 492.73 KiB/sec.
7006 2024.11.28 04:57:56.278921 [ 266 ] {f535775d-03ac-45fb-80e0-d5cb2665e7af} <Debug> TCPHandler: Processed in 0.001960323 sec.
7007 2024.11.28 04:57:56.279072 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7008 2024.11.28 04:57:56.279190 [ 261 ] {04dfb0f1-a86b-441c-b1e7-be0ee1ac8965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7009 2024.11.28 04:57:56.279245 [ 261 ] {04dfb0f1-a86b-441c-b1e7-be0ee1ac8965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7010 2024.11.28 04:57:56.280095 [ 261 ] {04dfb0f1-a86b-441c-b1e7-be0ee1ac8965} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7011 2024.11.28 04:57:56.280143 [ 261 ] {04dfb0f1-a86b-441c-b1e7-be0ee1ac8965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7012 2024.11.28 04:57:56.280541 [ 261 ] {04dfb0f1-a86b-441c-b1e7-be0ee1ac8965} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7013 2024.11.28 04:57:56.280785 [ 261 ] {04dfb0f1-a86b-441c-b1e7-be0ee1ac8965} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7014 2024.11.28 04:57:56.280948 [ 100 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7015 2024.11.28 04:57:56.281014 [ 100 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7016 2024.11.28 04:57:56.281028 [ 261 ] {04dfb0f1-a86b-441c-b1e7-be0ee1ac8965} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001852 sec., 211663.06695464364 rows/sec., 15.02 MiB/sec.
7017 2024.11.28 04:57:56.281059 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7018 2024.11.28 04:57:56.281180 [ 261 ] {04dfb0f1-a86b-441c-b1e7-be0ee1ac8965} <Debug> TCPHandler: Processed in 0.002164408 sec.
7019 2024.11.28 04:57:56.281275 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
7020 2024.11.28 04:57:56.281363 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7021 2024.11.28 04:57:56.281407 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7022 2024.11.28 04:57:56.281445 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part
7023 2024.11.28 04:57:56.281498 [ 266 ] {e1213ba1-eda4-4306-b27d-8a608a9de064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7024 2024.11.28 04:57:56.281626 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 390 rows starting from the beginning of the part
7025 2024.11.28 04:57:56.281697 [ 266 ] {e1213ba1-eda4-4306-b27d-8a608a9de064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7026 2024.11.28 04:57:56.281997 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 557 rows starting from the beginning of the part
7027 2024.11.28 04:57:56.282405 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 390 rows starting from the beginning of the part
7028 2024.11.28 04:57:56.282799 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 95 rows starting from the beginning of the part
7029 2024.11.28 04:57:56.283195 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 392 rows starting from the beginning of the part
7030 2024.11.28 04:57:56.283898 [ 266 ] {e1213ba1-eda4-4306-b27d-8a608a9de064} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7031 2024.11.28 04:57:56.283942 [ 266 ] {e1213ba1-eda4-4306-b27d-8a608a9de064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7032 2024.11.28 04:57:56.284497 [ 266 ] {e1213ba1-eda4-4306-b27d-8a608a9de064} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7033 2024.11.28 04:57:56.284798 [ 266 ] {e1213ba1-eda4-4306-b27d-8a608a9de064} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7034 2024.11.28 04:57:56.284995 [ 266 ] {e1213ba1-eda4-4306-b27d-8a608a9de064} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003531 sec., 1699.2353440951572 rows/sec., 88.78 KiB/sec.
7035 2024.11.28 04:57:56.285048 [ 266 ] {e1213ba1-eda4-4306-b27d-8a608a9de064} <Debug> TCPHandler: Processed in 0.003753073 sec.
7036 2024.11.28 04:57:56.285257 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7037 2024.11.28 04:57:56.285398 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2737 rows, containing 5 columns (5 merged, 0 gathered) in 0.004216974 sec., 649043.6033041702 rows/sec., 49.51 MiB/sec.
7038 2024.11.28 04:57:56.285480 [ 261 ] {0e432cb3-ffa2-4653-b6eb-e83197761bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7039 2024.11.28 04:57:56.285555 [ 261 ] {0e432cb3-ffa2-4653-b6eb-e83197761bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7040 2024.11.28 04:57:56.285706 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7041 2024.11.28 04:57:56.286339 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7042 2024.11.28 04:57:56.286579 [ 194 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_46_9} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7043 2024.11.28 04:57:56.286790 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
7044 2024.11.28 04:57:56.286881 [ 261 ] {0e432cb3-ffa2-4653-b6eb-e83197761bb1} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7045 2024.11.28 04:57:56.286925 [ 261 ] {0e432cb3-ffa2-4653-b6eb-e83197761bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7046 2024.11.28 04:57:56.287334 [ 261 ] {0e432cb3-ffa2-4653-b6eb-e83197761bb1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7047 2024.11.28 04:57:56.287599 [ 261 ] {0e432cb3-ffa2-4653-b6eb-e83197761bb1} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7048 2024.11.28 04:57:56.287854 [ 261 ] {0e432cb3-ffa2-4653-b6eb-e83197761bb1} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002418 sec., 98428.45326716294 rows/sec., 6.60 MiB/sec.
7049 2024.11.28 04:57:56.287968 [ 261 ] {0e432cb3-ffa2-4653-b6eb-e83197761bb1} <Debug> TCPHandler: Processed in 0.002828293 sec.
7050 2024.11.28 04:57:56.288216 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7051 2024.11.28 04:57:56.288338 [ 266 ] {e53fd410-9854-4851-a543-6a5f912616d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7052 2024.11.28 04:57:56.288389 [ 266 ] {e53fd410-9854-4851-a543-6a5f912616d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7053 2024.11.28 04:57:56.288860 [ 266 ] {e53fd410-9854-4851-a543-6a5f912616d3} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7054 2024.11.28 04:57:56.288898 [ 266 ] {e53fd410-9854-4851-a543-6a5f912616d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7055 2024.11.28 04:57:56.289249 [ 266 ] {e53fd410-9854-4851-a543-6a5f912616d3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7056 2024.11.28 04:57:56.289484 [ 266 ] {e53fd410-9854-4851-a543-6a5f912616d3} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7057 2024.11.28 04:57:56.289679 [ 266 ] {e53fd410-9854-4851-a543-6a5f912616d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec.
7058 2024.11.28 04:57:56.289786 [ 266 ] {e53fd410-9854-4851-a543-6a5f912616d3} <Debug> TCPHandler: Processed in 0.001715938 sec.
7059 2024.11.28 04:57:56.289940 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7060 2024.11.28 04:57:56.290055 [ 261 ] {d667d745-ee55-48f3-848e-86821e7a4018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7061 2024.11.28 04:57:56.290135 [ 261 ] {d667d745-ee55-48f3-848e-86821e7a4018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7062 2024.11.28 04:57:56.291228 [ 261 ] {d667d745-ee55-48f3-848e-86821e7a4018} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7063 2024.11.28 04:57:56.291266 [ 261 ] {d667d745-ee55-48f3-848e-86821e7a4018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7064 2024.11.28 04:57:56.291872 [ 261 ] {d667d745-ee55-48f3-848e-86821e7a4018} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7065 2024.11.28 04:57:56.292124 [ 261 ] {d667d745-ee55-48f3-848e-86821e7a4018} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7066 2024.11.28 04:57:56.292353 [ 261 ] {d667d745-ee55-48f3-848e-86821e7a4018} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002322 sec., 3445.3057708871665 rows/sec., 6.17 MiB/sec.
7067 2024.11.28 04:57:56.292444 [ 261 ] {d667d745-ee55-48f3-848e-86821e7a4018} <Debug> TCPHandler: Processed in 0.002561597 sec.
7068 2024.11.28 04:57:56.292596 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7069 2024.11.28 04:57:56.292735 [ 266 ] {69b86422-16ac-4246-9679-506fdd86ad78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7070 2024.11.28 04:57:56.292792 [ 266 ] {69b86422-16ac-4246-9679-506fdd86ad78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7071 2024.11.28 04:57:56.293368 [ 266 ] {69b86422-16ac-4246-9679-506fdd86ad78} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7072 2024.11.28 04:57:56.293408 [ 266 ] {69b86422-16ac-4246-9679-506fdd86ad78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7073 2024.11.28 04:57:56.293798 [ 266 ] {69b86422-16ac-4246-9679-506fdd86ad78} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7074 2024.11.28 04:57:56.294044 [ 266 ] {69b86422-16ac-4246-9679-506fdd86ad78} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7075 2024.11.28 04:57:56.294222 [ 266 ] {69b86422-16ac-4246-9679-506fdd86ad78} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec.
7076 2024.11.28 04:57:56.294271 [ 266 ] {69b86422-16ac-4246-9679-506fdd86ad78} <Debug> TCPHandler: Processed in 0.001740759 sec.
7077 2024.11.28 04:57:58.061384 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
7078 2024.11.28 04:57:58.062100 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7079 2024.11.28 04:57:58.062158 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7080 2024.11.28 04:57:58.062709 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7081 2024.11.28 04:57:58.062979 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7082 2024.11.28 04:57:58.063281 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
7083 2024.11.28 04:57:59.121590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
7084 2024.11.28 04:57:59.141819 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7085 2024.11.28 04:57:59.141870 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7086 2024.11.28 04:57:59.149275 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7087 2024.11.28 04:57:59.150031 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7088 2024.11.28 04:57:59.153330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
7089 2024.11.28 04:58:00.625742 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 978
7090 2024.11.28 04:58:00.628891 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7091 2024.11.28 04:58:00.628942 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7092 2024.11.28 04:58:00.630429 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7093 2024.11.28 04:58:00.630749 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7094 2024.11.28 04:58:00.631914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 978
7095 2024.11.28 04:58:01.258606 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7096 2024.11.28 04:58:01.258830 [ 261 ] {ebe1f316-1401-4f7c-aaca-d99518539e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7097 2024.11.28 04:58:01.258914 [ 261 ] {ebe1f316-1401-4f7c-aaca-d99518539e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7098 2024.11.28 04:58:01.259807 [ 261 ] {ebe1f316-1401-4f7c-aaca-d99518539e11} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7099 2024.11.28 04:58:01.259858 [ 261 ] {ebe1f316-1401-4f7c-aaca-d99518539e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7100 2024.11.28 04:58:01.260316 [ 261 ] {ebe1f316-1401-4f7c-aaca-d99518539e11} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7101 2024.11.28 04:58:01.260580 [ 261 ] {ebe1f316-1401-4f7c-aaca-d99518539e11} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7102 2024.11.28 04:58:01.260833 [ 261 ] {ebe1f316-1401-4f7c-aaca-d99518539e11} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002061 sec., 57253.76031052887 rows/sec., 4.84 MiB/sec.
7103 2024.11.28 04:58:01.260923 [ 261 ] {ebe1f316-1401-4f7c-aaca-d99518539e11} <Debug> TCPHandler: Processed in 0.002459914 sec.
7104 2024.11.28 04:58:01.261197 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7105 2024.11.28 04:58:01.261406 [ 266 ] {da84fb5f-1e12-4e53-b229-2ddf7b19bb1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7106 2024.11.28 04:58:01.261487 [ 266 ] {da84fb5f-1e12-4e53-b229-2ddf7b19bb1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7107 2024.11.28 04:58:01.262311 [ 266 ] {da84fb5f-1e12-4e53-b229-2ddf7b19bb1f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7108 2024.11.28 04:58:01.262360 [ 266 ] {da84fb5f-1e12-4e53-b229-2ddf7b19bb1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7109 2024.11.28 04:58:01.262787 [ 266 ] {da84fb5f-1e12-4e53-b229-2ddf7b19bb1f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7110 2024.11.28 04:58:01.263042 [ 266 ] {da84fb5f-1e12-4e53-b229-2ddf7b19bb1f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7111 2024.11.28 04:58:01.263182 [ 92 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7112 2024.11.28 04:58:01.263236 [ 92 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7113 2024.11.28 04:58:01.263237 [ 266 ] {da84fb5f-1e12-4e53-b229-2ddf7b19bb1f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001888 sec., 16419.49152542373 rows/sec., 1.21 MiB/sec.
7114 2024.11.28 04:58:01.263265 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7115 2024.11.28 04:58:01.263327 [ 266 ] {da84fb5f-1e12-4e53-b229-2ddf7b19bb1f} <Debug> TCPHandler: Processed in 0.0022735 sec.
7116 2024.11.28 04:58:01.263462 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
7117 2024.11.28 04:58:01.263527 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7118 2024.11.28 04:58:01.263621 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7119 2024.11.28 04:58:01.263703 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 64 rows starting from the beginning of the part
7120 2024.11.28 04:58:01.263785 [ 261 ] {399a0d09-680a-448b-aeed-6fcb63fc080c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7121 2024.11.28 04:58:01.263864 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 37 rows starting from the beginning of the part
7122 2024.11.28 04:58:01.263932 [ 261 ] {399a0d09-680a-448b-aeed-6fcb63fc080c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7123 2024.11.28 04:58:01.264421 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 15 rows starting from the beginning of the part
7124 2024.11.28 04:58:01.264822 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 31 rows starting from the beginning of the part
7125 2024.11.28 04:58:01.265173 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 17 rows starting from the beginning of the part
7126 2024.11.28 04:58:01.265555 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 31 rows starting from the beginning of the part
7127 2024.11.28 04:58:01.266978 [ 261 ] {399a0d09-680a-448b-aeed-6fcb63fc080c} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7128 2024.11.28 04:58:01.267054 [ 261 ] {399a0d09-680a-448b-aeed-6fcb63fc080c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7129 2024.11.28 04:58:01.268146 [ 261 ] {399a0d09-680a-448b-aeed-6fcb63fc080c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7130 2024.11.28 04:58:01.268324 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.00498204 sec., 39140.59301009225 rows/sec., 2.95 MiB/sec.
7131 2024.11.28 04:58:01.268599 [ 261 ] {399a0d09-680a-448b-aeed-6fcb63fc080c} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7132 2024.11.28 04:58:01.268713 [ 194 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7133 2024.11.28 04:58:01.269153 [ 261 ] {399a0d09-680a-448b-aeed-6fcb63fc080c} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.005417 sec., 17537.382314934464 rows/sec., 1.37 MiB/sec.
7134 2024.11.28 04:58:01.269473 [ 261 ] {399a0d09-680a-448b-aeed-6fcb63fc080c} <Debug> TCPHandler: Processed in 0.006051445 sec.
7135 2024.11.28 04:58:01.269780 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7136 2024.11.28 04:58:01.270020 [ 194 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7137 2024.11.28 04:58:01.270055 [ 266 ] {5869e2f7-ea2e-45e3-9f70-4907d6b6081c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7138 2024.11.28 04:58:01.270182 [ 266 ] {5869e2f7-ea2e-45e3-9f70-4907d6b6081c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7139 2024.11.28 04:58:01.270215 [ 194 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_46_9} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7140 2024.11.28 04:58:01.270449 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7141 2024.11.28 04:58:01.270962 [ 266 ] {5869e2f7-ea2e-45e3-9f70-4907d6b6081c} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7142 2024.11.28 04:58:01.271005 [ 266 ] {5869e2f7-ea2e-45e3-9f70-4907d6b6081c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7143 2024.11.28 04:58:01.271400 [ 266 ] {5869e2f7-ea2e-45e3-9f70-4907d6b6081c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7144 2024.11.28 04:58:01.271654 [ 266 ] {5869e2f7-ea2e-45e3-9f70-4907d6b6081c} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7145 2024.11.28 04:58:01.271838 [ 266 ] {5869e2f7-ea2e-45e3-9f70-4907d6b6081c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001844 sec., 86767.89587852494 rows/sec., 6.04 MiB/sec.
7146 2024.11.28 04:58:01.271891 [ 266 ] {5869e2f7-ea2e-45e3-9f70-4907d6b6081c} <Debug> TCPHandler: Processed in 0.002281321 sec.
7147 2024.11.28 04:58:01.272055 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7148 2024.11.28 04:58:01.272197 [ 261 ] {5ae9e5cd-cf18-42ff-a9fc-61e7229d0a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7149 2024.11.28 04:58:01.272293 [ 261 ] {5ae9e5cd-cf18-42ff-a9fc-61e7229d0a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7150 2024.11.28 04:58:01.273457 [ 261 ] {5ae9e5cd-cf18-42ff-a9fc-61e7229d0a19} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7151 2024.11.28 04:58:01.273497 [ 261 ] {5ae9e5cd-cf18-42ff-a9fc-61e7229d0a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7152 2024.11.28 04:58:01.274169 [ 261 ] {5ae9e5cd-cf18-42ff-a9fc-61e7229d0a19} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7153 2024.11.28 04:58:01.274428 [ 261 ] {5ae9e5cd-cf18-42ff-a9fc-61e7229d0a19} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7154 2024.11.28 04:58:01.274680 [ 261 ] {5ae9e5cd-cf18-42ff-a9fc-61e7229d0a19} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002516 sec., 12321.14467408585 rows/sec., 22.08 MiB/sec.
7155 2024.11.28 04:58:01.274792 [ 261 ] {5ae9e5cd-cf18-42ff-a9fc-61e7229d0a19} <Debug> TCPHandler: Processed in 0.002806732 sec.
7156 2024.11.28 04:58:01.274945 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7157 2024.11.28 04:58:01.275084 [ 266 ] {6bd49e94-cf38-4182-9fe1-431ef16836c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7158 2024.11.28 04:58:01.275142 [ 266 ] {6bd49e94-cf38-4182-9fe1-431ef16836c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7159 2024.11.28 04:58:01.275665 [ 266 ] {6bd49e94-cf38-4182-9fe1-431ef16836c1} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7160 2024.11.28 04:58:01.275704 [ 266 ] {6bd49e94-cf38-4182-9fe1-431ef16836c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7161 2024.11.28 04:58:01.276076 [ 266 ] {6bd49e94-cf38-4182-9fe1-431ef16836c1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7162 2024.11.28 04:58:01.276313 [ 266 ] {6bd49e94-cf38-4182-9fe1-431ef16836c1} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7163 2024.11.28 04:58:01.276529 [ 266 ] {6bd49e94-cf38-4182-9fe1-431ef16836c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec.
7164 2024.11.28 04:58:01.276591 [ 266 ] {6bd49e94-cf38-4182-9fe1-431ef16836c1} <Debug> TCPHandler: Processed in 0.001711248 sec.
7165 2024.11.28 04:58:05.428235 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
7166 2024.11.28 04:58:05.428312 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
7167 2024.11.28 04:58:05.564383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
7168 2024.11.28 04:58:05.565036 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7169 2024.11.28 04:58:05.565079 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7170 2024.11.28 04:58:05.565609 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7171 2024.11.28 04:58:05.565860 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7172 2024.11.28 04:58:05.566238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7173 2024.11.28 04:58:06.261852 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7174 2024.11.28 04:58:06.262070 [ 261 ] {e82b6814-342e-43f4-96c4-614e33dd812b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7175 2024.11.28 04:58:06.262153 [ 261 ] {e82b6814-342e-43f4-96c4-614e33dd812b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7176 2024.11.28 04:58:06.262969 [ 261 ] {e82b6814-342e-43f4-96c4-614e33dd812b} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7177 2024.11.28 04:58:06.263020 [ 261 ] {e82b6814-342e-43f4-96c4-614e33dd812b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7178 2024.11.28 04:58:06.263453 [ 261 ] {e82b6814-342e-43f4-96c4-614e33dd812b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7179 2024.11.28 04:58:06.263703 [ 261 ] {e82b6814-342e-43f4-96c4-614e33dd812b} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7180 2024.11.28 04:58:06.263939 [ 261 ] {e82b6814-342e-43f4-96c4-614e33dd812b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec.
7181 2024.11.28 04:58:06.264005 [ 261 ] {e82b6814-342e-43f4-96c4-614e33dd812b} <Debug> TCPHandler: Processed in 0.002293081 sec.
7182 2024.11.28 04:58:06.264339 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7183 2024.11.28 04:58:06.264613 [ 266 ] {73bb24d0-cae2-4b66-8252-d650e34816a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7184 2024.11.28 04:58:06.264684 [ 266 ] {73bb24d0-cae2-4b66-8252-d650e34816a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7185 2024.11.28 04:58:06.265534 [ 266 ] {73bb24d0-cae2-4b66-8252-d650e34816a0} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7186 2024.11.28 04:58:06.265575 [ 266 ] {73bb24d0-cae2-4b66-8252-d650e34816a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7187 2024.11.28 04:58:06.266020 [ 266 ] {73bb24d0-cae2-4b66-8252-d650e34816a0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7188 2024.11.28 04:58:06.266275 [ 266 ] {73bb24d0-cae2-4b66-8252-d650e34816a0} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7189 2024.11.28 04:58:06.266487 [ 266 ] {73bb24d0-cae2-4b66-8252-d650e34816a0} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001933 sec., 113295.39575788929 rows/sec., 9.87 MiB/sec.
7190 2024.11.28 04:58:06.266586 [ 266 ] {73bb24d0-cae2-4b66-8252-d650e34816a0} <Debug> TCPHandler: Processed in 0.002435284 sec.
7191 2024.11.28 04:58:06.266814 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7192 2024.11.28 04:58:06.266974 [ 261 ] {cc2f4f52-9f0b-4a58-9275-c4a6e7cbcab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7193 2024.11.28 04:58:06.267035 [ 261 ] {cc2f4f52-9f0b-4a58-9275-c4a6e7cbcab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7194 2024.11.28 04:58:06.267702 [ 261 ] {cc2f4f52-9f0b-4a58-9275-c4a6e7cbcab9} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7195 2024.11.28 04:58:06.267743 [ 261 ] {cc2f4f52-9f0b-4a58-9275-c4a6e7cbcab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7196 2024.11.28 04:58:06.268101 [ 261 ] {cc2f4f52-9f0b-4a58-9275-c4a6e7cbcab9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7197 2024.11.28 04:58:06.268336 [ 261 ] {cc2f4f52-9f0b-4a58-9275-c4a6e7cbcab9} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7198 2024.11.28 04:58:06.268542 [ 261 ] {cc2f4f52-9f0b-4a58-9275-c4a6e7cbcab9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001604 sec., 9351.620947630923 rows/sec., 659.36 KiB/sec.
7199 2024.11.28 04:58:06.268597 [ 261 ] {cc2f4f52-9f0b-4a58-9275-c4a6e7cbcab9} <Debug> TCPHandler: Processed in 0.001905552 sec.
7200 2024.11.28 04:58:06.268759 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7201 2024.11.28 04:58:06.268898 [ 266 ] {bae7be55-c9e7-4fb8-8a6b-c25c786a7c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7202 2024.11.28 04:58:06.268956 [ 266 ] {bae7be55-c9e7-4fb8-8a6b-c25c786a7c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7203 2024.11.28 04:58:06.269613 [ 266 ] {bae7be55-c9e7-4fb8-8a6b-c25c786a7c0f} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7204 2024.11.28 04:58:06.269650 [ 266 ] {bae7be55-c9e7-4fb8-8a6b-c25c786a7c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7205 2024.11.28 04:58:06.270004 [ 266 ] {bae7be55-c9e7-4fb8-8a6b-c25c786a7c0f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7206 2024.11.28 04:58:06.270254 [ 266 ] {bae7be55-c9e7-4fb8-8a6b-c25c786a7c0f} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7207 2024.11.28 04:58:06.270465 [ 266 ] {bae7be55-c9e7-4fb8-8a6b-c25c786a7c0f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec.
7208 2024.11.28 04:58:06.270534 [ 266 ] {bae7be55-c9e7-4fb8-8a6b-c25c786a7c0f} <Debug> TCPHandler: Processed in 0.001841711 sec.
7209 2024.11.28 04:58:06.270756 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7210 2024.11.28 04:58:06.270979 [ 261 ] {c3cc48df-c259-475e-9d7f-908047146ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7211 2024.11.28 04:58:06.271037 [ 261 ] {c3cc48df-c259-475e-9d7f-908047146ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7212 2024.11.28 04:58:06.271707 [ 261 ] {c3cc48df-c259-475e-9d7f-908047146ceb} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7213 2024.11.28 04:58:06.271747 [ 261 ] {c3cc48df-c259-475e-9d7f-908047146ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7214 2024.11.28 04:58:06.272105 [ 261 ] {c3cc48df-c259-475e-9d7f-908047146ceb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7215 2024.11.28 04:58:06.272341 [ 261 ] {c3cc48df-c259-475e-9d7f-908047146ceb} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7216 2024.11.28 04:58:06.272560 [ 261 ] {c3cc48df-c259-475e-9d7f-908047146ceb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001625 sec., 8000 rows/sec., 498.80 KiB/sec.
7217 2024.11.28 04:58:06.272614 [ 261 ] {c3cc48df-c259-475e-9d7f-908047146ceb} <Debug> TCPHandler: Processed in 0.001994824 sec.
7218 2024.11.28 04:58:06.272784 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7219 2024.11.28 04:58:06.272944 [ 266 ] {17aab6e1-60e6-431c-980b-16902e40c34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7220 2024.11.28 04:58:06.273004 [ 266 ] {17aab6e1-60e6-431c-980b-16902e40c34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7221 2024.11.28 04:58:06.273813 [ 266 ] {17aab6e1-60e6-431c-980b-16902e40c34f} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7222 2024.11.28 04:58:06.273852 [ 266 ] {17aab6e1-60e6-431c-980b-16902e40c34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7223 2024.11.28 04:58:06.274226 [ 266 ] {17aab6e1-60e6-431c-980b-16902e40c34f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7224 2024.11.28 04:58:06.274465 [ 266 ] {17aab6e1-60e6-431c-980b-16902e40c34f} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7225 2024.11.28 04:58:06.274640 [ 266 ] {17aab6e1-60e6-431c-980b-16902e40c34f} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001733 sec., 225043.27755337566 rows/sec., 15.96 MiB/sec.
7226 2024.11.28 04:58:06.274691 [ 266 ] {17aab6e1-60e6-431c-980b-16902e40c34f} <Debug> TCPHandler: Processed in 0.001977624 sec.
7227 2024.11.28 04:58:06.274850 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7228 2024.11.28 04:58:06.274989 [ 261 ] {c346889c-704a-4c22-b3dd-3c8fd7a29999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7229 2024.11.28 04:58:06.275048 [ 261 ] {c346889c-704a-4c22-b3dd-3c8fd7a29999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7230 2024.11.28 04:58:06.275594 [ 261 ] {c346889c-704a-4c22-b3dd-3c8fd7a29999} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7231 2024.11.28 04:58:06.275632 [ 261 ] {c346889c-704a-4c22-b3dd-3c8fd7a29999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7232 2024.11.28 04:58:06.275993 [ 261 ] {c346889c-704a-4c22-b3dd-3c8fd7a29999} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7233 2024.11.28 04:58:06.276228 [ 261 ] {c346889c-704a-4c22-b3dd-3c8fd7a29999} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7234 2024.11.28 04:58:06.276478 [ 261 ] {c346889c-704a-4c22-b3dd-3c8fd7a29999} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec.
7235 2024.11.28 04:58:06.276710 [ 261 ] {c346889c-704a-4c22-b3dd-3c8fd7a29999} <Debug> TCPHandler: Processed in 0.001920603 sec.
7236 2024.11.28 04:58:06.277032 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7237 2024.11.28 04:58:06.277253 [ 266 ] {803d3d79-59d0-4d15-8de9-ba987963fe87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7238 2024.11.28 04:58:06.277348 [ 266 ] {803d3d79-59d0-4d15-8de9-ba987963fe87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7239 2024.11.28 04:58:06.278030 [ 266 ] {803d3d79-59d0-4d15-8de9-ba987963fe87} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7240 2024.11.28 04:58:06.278068 [ 266 ] {803d3d79-59d0-4d15-8de9-ba987963fe87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7241 2024.11.28 04:58:06.278455 [ 266 ] {803d3d79-59d0-4d15-8de9-ba987963fe87} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7242 2024.11.28 04:58:06.278696 [ 266 ] {803d3d79-59d0-4d15-8de9-ba987963fe87} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7243 2024.11.28 04:58:06.278874 [ 266 ] {803d3d79-59d0-4d15-8de9-ba987963fe87} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001675 sec., 141492.53731343284 rows/sec., 9.48 MiB/sec.
7244 2024.11.28 04:58:06.278924 [ 266 ] {803d3d79-59d0-4d15-8de9-ba987963fe87} <Debug> TCPHandler: Processed in 0.002082456 sec.
7245 2024.11.28 04:58:06.279079 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7246 2024.11.28 04:58:06.279216 [ 261 ] {a7335b49-b430-4b80-b0e0-e71f0bde4297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7247 2024.11.28 04:58:06.279274 [ 261 ] {a7335b49-b430-4b80-b0e0-e71f0bde4297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7248 2024.11.28 04:58:06.279775 [ 261 ] {a7335b49-b430-4b80-b0e0-e71f0bde4297} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7249 2024.11.28 04:58:06.279813 [ 261 ] {a7335b49-b430-4b80-b0e0-e71f0bde4297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7250 2024.11.28 04:58:06.280170 [ 261 ] {a7335b49-b430-4b80-b0e0-e71f0bde4297} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7251 2024.11.28 04:58:06.280400 [ 261 ] {a7335b49-b430-4b80-b0e0-e71f0bde4297} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7252 2024.11.28 04:58:06.280578 [ 261 ] {a7335b49-b430-4b80-b0e0-e71f0bde4297} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec.
7253 2024.11.28 04:58:06.280628 [ 261 ] {a7335b49-b430-4b80-b0e0-e71f0bde4297} <Debug> TCPHandler: Processed in 0.001616256 sec.
7254 2024.11.28 04:58:06.280783 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7255 2024.11.28 04:58:06.280919 [ 266 ] {8c5d128e-b2ee-4654-bf01-31915879c9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7256 2024.11.28 04:58:06.281010 [ 266 ] {8c5d128e-b2ee-4654-bf01-31915879c9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7257 2024.11.28 04:58:06.282188 [ 266 ] {8c5d128e-b2ee-4654-bf01-31915879c9f0} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7258 2024.11.28 04:58:06.282226 [ 266 ] {8c5d128e-b2ee-4654-bf01-31915879c9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7259 2024.11.28 04:58:06.282831 [ 266 ] {8c5d128e-b2ee-4654-bf01-31915879c9f0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7260 2024.11.28 04:58:06.283095 [ 266 ] {8c5d128e-b2ee-4654-bf01-31915879c9f0} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7261 2024.11.28 04:58:06.283379 [ 266 ] {8c5d128e-b2ee-4654-bf01-31915879c9f0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002482 sec., 3223.2070910556004 rows/sec., 5.78 MiB/sec.
7262 2024.11.28 04:58:06.283874 [ 266 ] {8c5d128e-b2ee-4654-bf01-31915879c9f0} <Debug> TCPHandler: Processed in 0.00315603 sec.
7263 2024.11.28 04:58:06.284086 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7264 2024.11.28 04:58:06.284203 [ 261 ] {eaaa0cb1-63a1-44a7-b4a3-fb0c96ff7418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7265 2024.11.28 04:58:06.284252 [ 261 ] {eaaa0cb1-63a1-44a7-b4a3-fb0c96ff7418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7266 2024.11.28 04:58:06.284762 [ 261 ] {eaaa0cb1-63a1-44a7-b4a3-fb0c96ff7418} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7267 2024.11.28 04:58:06.284801 [ 261 ] {eaaa0cb1-63a1-44a7-b4a3-fb0c96ff7418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7268 2024.11.28 04:58:06.285181 [ 261 ] {eaaa0cb1-63a1-44a7-b4a3-fb0c96ff7418} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7269 2024.11.28 04:58:06.285415 [ 261 ] {eaaa0cb1-63a1-44a7-b4a3-fb0c96ff7418} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7270 2024.11.28 04:58:06.285601 [ 261 ] {eaaa0cb1-63a1-44a7-b4a3-fb0c96ff7418} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001423 sec., 57624.73647224174 rows/sec., 3.66 MiB/sec.
7271 2024.11.28 04:58:06.285655 [ 261 ] {eaaa0cb1-63a1-44a7-b4a3-fb0c96ff7418} <Debug> TCPHandler: Processed in 0.001679767 sec.
7272 2024.11.28 04:58:06.654379 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7273 2024.11.28 04:58:06.675937 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7274 2024.11.28 04:58:06.676003 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7275 2024.11.28 04:58:06.683572 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7276 2024.11.28 04:58:06.684400 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7277 2024.11.28 04:58:06.688548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7278 2024.11.28 04:58:10.633090 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1012
7279 2024.11.28 04:58:10.636199 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7280 2024.11.28 04:58:10.636250 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7281 2024.11.28 04:58:10.637725 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7282 2024.11.28 04:58:10.638056 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7283 2024.11.28 04:58:10.638656 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1012
7284 2024.11.28 04:58:11.288088 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7285 2024.11.28 04:58:11.288283 [ 261 ] {be35fa46-19e5-4b29-9f9e-8e25895c77c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7286 2024.11.28 04:58:11.288357 [ 261 ] {be35fa46-19e5-4b29-9f9e-8e25895c77c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7287 2024.11.28 04:58:11.289142 [ 261 ] {be35fa46-19e5-4b29-9f9e-8e25895c77c1} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7288 2024.11.28 04:58:11.289190 [ 261 ] {be35fa46-19e5-4b29-9f9e-8e25895c77c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7289 2024.11.28 04:58:11.289626 [ 261 ] {be35fa46-19e5-4b29-9f9e-8e25895c77c1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7290 2024.11.28 04:58:11.289897 [ 261 ] {be35fa46-19e5-4b29-9f9e-8e25895c77c1} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7291 2024.11.28 04:58:11.290149 [ 261 ] {be35fa46-19e5-4b29-9f9e-8e25895c77c1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00192 sec., 3125 rows/sec., 254.82 KiB/sec.
7292 2024.11.28 04:58:11.290279 [ 261 ] {be35fa46-19e5-4b29-9f9e-8e25895c77c1} <Debug> TCPHandler: Processed in 0.002323182 sec.
7293 2024.11.28 04:58:11.290565 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7294 2024.11.28 04:58:11.290789 [ 266 ] {2f3435fc-1dd6-428a-9450-ffd2fff66e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7295 2024.11.28 04:58:11.290879 [ 266 ] {2f3435fc-1dd6-428a-9450-ffd2fff66e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7296 2024.11.28 04:58:11.292397 [ 266 ] {2f3435fc-1dd6-428a-9450-ffd2fff66e14} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7297 2024.11.28 04:58:11.292453 [ 266 ] {2f3435fc-1dd6-428a-9450-ffd2fff66e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7298 2024.11.28 04:58:11.292996 [ 266 ] {2f3435fc-1dd6-428a-9450-ffd2fff66e14} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7299 2024.11.28 04:58:11.293269 [ 266 ] {2f3435fc-1dd6-428a-9450-ffd2fff66e14} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7300 2024.11.28 04:58:11.293558 [ 266 ] {2f3435fc-1dd6-428a-9450-ffd2fff66e14} <Debug> executeQuery: Read 1261 rows, 106.56 KiB in 0.002821 sec., 447004.60829493083 rows/sec., 36.89 MiB/sec.
7301 2024.11.28 04:58:11.293712 [ 266 ] {2f3435fc-1dd6-428a-9450-ffd2fff66e14} <Debug> TCPHandler: Processed in 0.003289943 sec.
7302 2024.11.28 04:58:11.293991 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7303 2024.11.28 04:58:11.294156 [ 261 ] {0246f8f1-d632-4d61-9961-e2d0f1c533cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7304 2024.11.28 04:58:11.294221 [ 261 ] {0246f8f1-d632-4d61-9961-e2d0f1c533cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7305 2024.11.28 04:58:11.294929 [ 261 ] {0246f8f1-d632-4d61-9961-e2d0f1c533cd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7306 2024.11.28 04:58:11.294973 [ 261 ] {0246f8f1-d632-4d61-9961-e2d0f1c533cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7307 2024.11.28 04:58:11.295375 [ 261 ] {0246f8f1-d632-4d61-9961-e2d0f1c533cd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7308 2024.11.28 04:58:11.295638 [ 261 ] {0246f8f1-d632-4d61-9961-e2d0f1c533cd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7309 2024.11.28 04:58:11.295901 [ 261 ] {0246f8f1-d632-4d61-9961-e2d0f1c533cd} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001776 sec., 20833.333333333332 rows/sec., 1.51 MiB/sec.
7310 2024.11.28 04:58:11.296013 [ 261 ] {0246f8f1-d632-4d61-9961-e2d0f1c533cd} <Debug> TCPHandler: Processed in 0.002164578 sec.
7311 2024.11.28 04:58:11.296244 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7312 2024.11.28 04:58:11.296394 [ 266 ] {9b9d5d27-7d2f-4756-98c6-519ad127d3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7313 2024.11.28 04:58:11.296454 [ 266 ] {9b9d5d27-7d2f-4756-98c6-519ad127d3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7314 2024.11.28 04:58:11.297166 [ 266 ] {9b9d5d27-7d2f-4756-98c6-519ad127d3dc} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7315 2024.11.28 04:58:11.297210 [ 266 ] {9b9d5d27-7d2f-4756-98c6-519ad127d3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7316 2024.11.28 04:58:11.297612 [ 266 ] {9b9d5d27-7d2f-4756-98c6-519ad127d3dc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7317 2024.11.28 04:58:11.297853 [ 266 ] {9b9d5d27-7d2f-4756-98c6-519ad127d3dc} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7318 2024.11.28 04:58:11.298040 [ 38 ] {} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7319 2024.11.28 04:58:11.298098 [ 266 ] {9b9d5d27-7d2f-4756-98c6-519ad127d3dc} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001733 sec., 131563.76226197346 rows/sec., 8.91 MiB/sec.
7320 2024.11.28 04:58:11.298127 [ 38 ] {} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7321 2024.11.28 04:58:11.298202 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7322 2024.11.28 04:58:11.298215 [ 266 ] {9b9d5d27-7d2f-4756-98c6-519ad127d3dc} <Debug> TCPHandler: Processed in 0.002078076 sec.
7323 2024.11.28 04:58:11.298504 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7324 2024.11.28 04:58:11.298616 [ 201 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::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
7325 2024.11.28 04:58:11.299006 [ 261 ] {15d0fd2b-f003-47cc-8588-ccc272819125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7326 2024.11.28 04:58:11.299225 [ 201 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7327 2024.11.28 04:58:11.299235 [ 261 ] {15d0fd2b-f003-47cc-8588-ccc272819125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7328 2024.11.28 04:58:11.299294 [ 201 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part
7329 2024.11.28 04:58:11.299636 [ 201 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part
7330 2024.11.28 04:58:11.299979 [ 201 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
7331 2024.11.28 04:58:11.300429 [ 201 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
7332 2024.11.28 04:58:11.300765 [ 201 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
7333 2024.11.28 04:58:11.300961 [ 201 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 228 rows starting from the beginning of the part
7334 2024.11.28 04:58:11.302137 [ 261 ] {15d0fd2b-f003-47cc-8588-ccc272819125} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7335 2024.11.28 04:58:11.302213 [ 261 ] {15d0fd2b-f003-47cc-8588-ccc272819125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7336 2024.11.28 04:58:11.303335 [ 261 ] {15d0fd2b-f003-47cc-8588-ccc272819125} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7337 2024.11.28 04:58:11.303883 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.005567983 sec., 133082.30287341034 rows/sec., 9.53 MiB/sec.
7338 2024.11.28 04:58:11.303902 [ 261 ] {15d0fd2b-f003-47cc-8588-ccc272819125} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7339 2024.11.28 04:58:11.304141 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7340 2024.11.28 04:58:11.304442 [ 261 ] {15d0fd2b-f003-47cc-8588-ccc272819125} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.005655 sec., 98496.90539345711 rows/sec., 7.32 MiB/sec.
7341 2024.11.28 04:58:11.304757 [ 261 ] {15d0fd2b-f003-47cc-8588-ccc272819125} <Debug> TCPHandler: Processed in 0.006391892 sec.
7342 2024.11.28 04:58:11.305090 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7343 2024.11.28 04:58:11.305179 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7344 2024.11.28 04:58:11.305284 [ 266 ] {e8cae5a1-5db7-4fb2-ab43-ba8cdb50ce56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7345 2024.11.28 04:58:11.305319 [ 197 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_31_6} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7346 2024.11.28 04:58:11.305353 [ 266 ] {e8cae5a1-5db7-4fb2-ab43-ba8cdb50ce56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7347 2024.11.28 04:58:11.305428 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
7348 2024.11.28 04:58:11.306134 [ 266 ] {e8cae5a1-5db7-4fb2-ab43-ba8cdb50ce56} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7349 2024.11.28 04:58:11.306174 [ 266 ] {e8cae5a1-5db7-4fb2-ab43-ba8cdb50ce56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7350 2024.11.28 04:58:11.306624 [ 266 ] {e8cae5a1-5db7-4fb2-ab43-ba8cdb50ce56} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7351 2024.11.28 04:58:11.306869 [ 266 ] {e8cae5a1-5db7-4fb2-ab43-ba8cdb50ce56} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7352 2024.11.28 04:58:11.307047 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7353 2024.11.28 04:58:11.307100 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7354 2024.11.28 04:58:11.307116 [ 266 ] {e8cae5a1-5db7-4fb2-ab43-ba8cdb50ce56} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001867 sec., 472951.2587038029 rows/sec., 31.82 MiB/sec.
7355 2024.11.28 04:58:11.307134 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7356 2024.11.28 04:58:11.307286 [ 266 ] {e8cae5a1-5db7-4fb2-ab43-ba8cdb50ce56} <Debug> TCPHandler: Processed in 0.002384473 sec.
7357 2024.11.28 04:58:11.307367 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
7358 2024.11.28 04:58:11.307537 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7359 2024.11.28 04:58:11.307566 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7360 2024.11.28 04:58:11.307624 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12478 rows starting from the beginning of the part
7361 2024.11.28 04:58:11.307826 [ 261 ] {79cf155f-04f4-4884-9dd8-3b9545c9be1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7362 2024.11.28 04:58:11.307877 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part
7363 2024.11.28 04:58:11.308221 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 238 rows starting from the beginning of the part
7364 2024.11.28 04:58:11.308293 [ 261 ] {79cf155f-04f4-4884-9dd8-3b9545c9be1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7365 2024.11.28 04:58:11.308644 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part
7366 2024.11.28 04:58:11.309104 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part
7367 2024.11.28 04:58:11.309512 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 883 rows starting from the beginning of the part
7368 2024.11.28 04:58:11.313065 [ 261 ] {79cf155f-04f4-4884-9dd8-3b9545c9be1a} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7369 2024.11.28 04:58:11.313149 [ 261 ] {79cf155f-04f4-4884-9dd8-3b9545c9be1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7370 2024.11.28 04:58:11.314431 [ 261 ] {79cf155f-04f4-4884-9dd8-3b9545c9be1a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7371 2024.11.28 04:58:11.315255 [ 261 ] {79cf155f-04f4-4884-9dd8-3b9545c9be1a} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7372 2024.11.28 04:58:11.315562 [ 261 ] {79cf155f-04f4-4884-9dd8-3b9545c9be1a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00787 sec., 3939.008894536213 rows/sec., 7.06 MiB/sec.
7373 2024.11.28 04:58:11.315775 [ 261 ] {79cf155f-04f4-4884-9dd8-3b9545c9be1a} <Debug> TCPHandler: Processed in 0.008333825 sec.
7374 2024.11.28 04:58:11.315957 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7375 2024.11.28 04:58:11.316120 [ 266 ] {5e47feff-966e-4d98-8361-9637aa85de8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7376 2024.11.28 04:58:11.316182 [ 266 ] {5e47feff-966e-4d98-8361-9637aa85de8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7377 2024.11.28 04:58:11.316861 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14156 rows, containing 5 columns (5 merged, 0 gathered) in 0.009602593 sec., 1474185.149781939 rows/sec., 99.14 MiB/sec.
7378 2024.11.28 04:58:11.317114 [ 266 ] {5e47feff-966e-4d98-8361-9637aa85de8d} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7379 2024.11.28 04:58:11.317164 [ 266 ] {5e47feff-966e-4d98-8361-9637aa85de8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7380 2024.11.28 04:58:11.317300 [ 198 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7381 2024.11.28 04:58:11.317907 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7382 2024.11.28 04:58:11.317922 [ 266 ] {5e47feff-966e-4d98-8361-9637aa85de8d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7383 2024.11.28 04:58:11.318034 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7384 2024.11.28 04:58:11.318155 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB.
7385 2024.11.28 04:58:11.318238 [ 266 ] {5e47feff-966e-4d98-8361-9637aa85de8d} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7386 2024.11.28 04:58:11.318420 [ 38 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7387 2024.11.28 04:58:11.318473 [ 38 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7388 2024.11.28 04:58:11.318491 [ 266 ] {5e47feff-966e-4d98-8361-9637aa85de8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002399 sec., 25010.421008753645 rows/sec., 1.69 MiB/sec.
7389 2024.11.28 04:58:11.318509 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7390 2024.11.28 04:58:11.318667 [ 266 ] {5e47feff-966e-4d98-8361-9637aa85de8d} <Debug> TCPHandler: Processed in 0.002776101 sec.
7391 2024.11.28 04:58:11.318761 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
7392 2024.11.28 04:58:11.318888 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7393 2024.11.28 04:58:11.318920 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2292 rows starting from the beginning of the part
7394 2024.11.28 04:58:11.319017 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
7395 2024.11.28 04:58:11.319211 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part
7396 2024.11.28 04:58:11.319369 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
7397 2024.11.28 04:58:11.319566 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
7398 2024.11.28 04:58:11.319705 [ 192 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
7399 2024.11.28 04:58:11.321200 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2636 rows, containing 4 columns (4 merged, 0 gathered) in 0.002545337 sec., 1035619.2519890293 rows/sec., 66.97 MiB/sec.
7400 2024.11.28 04:58:11.321484 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7401 2024.11.28 04:58:11.321802 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7402 2024.11.28 04:58:11.321882 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_46_9} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7403 2024.11.28 04:58:11.321959 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
7404 2024.11.28 04:58:13.066351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
7405 2024.11.28 04:58:13.067055 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7406 2024.11.28 04:58:13.067103 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7407 2024.11.28 04:58:13.067621 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7408 2024.11.28 04:58:13.067897 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7409 2024.11.28 04:58:13.068130 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
7410 2024.11.28 04:58:14.188619 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7411 2024.11.28 04:58:14.210955 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7412 2024.11.28 04:58:14.211021 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7413 2024.11.28 04:58:14.218516 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7414 2024.11.28 04:58:14.219324 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7415 2024.11.28 04:58:14.222643 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7416 2024.11.28 04:58:16.261559 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7417 2024.11.28 04:58:16.261771 [ 261 ] {49ffd0ce-3eb3-4d92-8a1c-663f6584e5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7418 2024.11.28 04:58:16.261852 [ 261 ] {49ffd0ce-3eb3-4d92-8a1c-663f6584e5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7419 2024.11.28 04:58:16.262624 [ 261 ] {49ffd0ce-3eb3-4d92-8a1c-663f6584e5a7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7420 2024.11.28 04:58:16.262677 [ 261 ] {49ffd0ce-3eb3-4d92-8a1c-663f6584e5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7421 2024.11.28 04:58:16.263109 [ 261 ] {49ffd0ce-3eb3-4d92-8a1c-663f6584e5a7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7422 2024.11.28 04:58:16.263370 [ 261 ] {49ffd0ce-3eb3-4d92-8a1c-663f6584e5a7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7423 2024.11.28 04:58:16.263621 [ 261 ] {49ffd0ce-3eb3-4d92-8a1c-663f6584e5a7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec.
7424 2024.11.28 04:58:16.263690 [ 261 ] {49ffd0ce-3eb3-4d92-8a1c-663f6584e5a7} <Debug> TCPHandler: Processed in 0.002274621 sec.
7425 2024.11.28 04:58:16.263955 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7426 2024.11.28 04:58:16.264150 [ 266 ] {e4c09ce6-c8f3-429d-b885-3027fcf906e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7427 2024.11.28 04:58:16.264221 [ 266 ] {e4c09ce6-c8f3-429d-b885-3027fcf906e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7428 2024.11.28 04:58:16.265096 [ 266 ] {e4c09ce6-c8f3-429d-b885-3027fcf906e8} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7429 2024.11.28 04:58:16.265138 [ 266 ] {e4c09ce6-c8f3-429d-b885-3027fcf906e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7430 2024.11.28 04:58:16.265608 [ 266 ] {e4c09ce6-c8f3-429d-b885-3027fcf906e8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7431 2024.11.28 04:58:16.265865 [ 266 ] {e4c09ce6-c8f3-429d-b885-3027fcf906e8} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7432 2024.11.28 04:58:16.266077 [ 266 ] {e4c09ce6-c8f3-429d-b885-3027fcf906e8} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001979 sec., 110661.95048004044 rows/sec., 9.64 MiB/sec.
7433 2024.11.28 04:58:16.266155 [ 266 ] {e4c09ce6-c8f3-429d-b885-3027fcf906e8} <Debug> TCPHandler: Processed in 0.002329192 sec.
7434 2024.11.28 04:58:16.266357 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7435 2024.11.28 04:58:16.266495 [ 261 ] {82accee9-1009-400b-a2af-934522d4a093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7436 2024.11.28 04:58:16.266548 [ 261 ] {82accee9-1009-400b-a2af-934522d4a093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7437 2024.11.28 04:58:16.267152 [ 261 ] {82accee9-1009-400b-a2af-934522d4a093} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7438 2024.11.28 04:58:16.267192 [ 261 ] {82accee9-1009-400b-a2af-934522d4a093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7439 2024.11.28 04:58:16.267557 [ 261 ] {82accee9-1009-400b-a2af-934522d4a093} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7440 2024.11.28 04:58:16.267792 [ 261 ] {82accee9-1009-400b-a2af-934522d4a093} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7441 2024.11.28 04:58:16.267991 [ 261 ] {82accee9-1009-400b-a2af-934522d4a093} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001514 sec., 9907.529722589168 rows/sec., 698.56 KiB/sec.
7442 2024.11.28 04:58:16.268095 [ 261 ] {82accee9-1009-400b-a2af-934522d4a093} <Debug> TCPHandler: Processed in 0.001829261 sec.
7443 2024.11.28 04:58:16.268352 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7444 2024.11.28 04:58:16.268502 [ 266 ] {5f5ca5df-3b96-47b9-b6f4-75246198767f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7445 2024.11.28 04:58:16.268560 [ 266 ] {5f5ca5df-3b96-47b9-b6f4-75246198767f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7446 2024.11.28 04:58:16.269180 [ 266 ] {5f5ca5df-3b96-47b9-b6f4-75246198767f} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7447 2024.11.28 04:58:16.269220 [ 266 ] {5f5ca5df-3b96-47b9-b6f4-75246198767f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7448 2024.11.28 04:58:16.269584 [ 266 ] {5f5ca5df-3b96-47b9-b6f4-75246198767f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7449 2024.11.28 04:58:16.269824 [ 266 ] {5f5ca5df-3b96-47b9-b6f4-75246198767f} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7450 2024.11.28 04:58:16.270029 [ 266 ] {5f5ca5df-3b96-47b9-b6f4-75246198767f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec.
7451 2024.11.28 04:58:16.270080 [ 266 ] {5f5ca5df-3b96-47b9-b6f4-75246198767f} <Debug> TCPHandler: Processed in 0.001884352 sec.
7452 2024.11.28 04:58:16.270229 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7453 2024.11.28 04:58:16.270352 [ 261 ] {5e78b835-3355-423f-b91f-6654dc0a39e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7454 2024.11.28 04:58:16.270403 [ 261 ] {5e78b835-3355-423f-b91f-6654dc0a39e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7455 2024.11.28 04:58:16.270988 [ 261 ] {5e78b835-3355-423f-b91f-6654dc0a39e3} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7456 2024.11.28 04:58:16.271026 [ 261 ] {5e78b835-3355-423f-b91f-6654dc0a39e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7457 2024.11.28 04:58:16.271381 [ 261 ] {5e78b835-3355-423f-b91f-6654dc0a39e3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7458 2024.11.28 04:58:16.271616 [ 261 ] {5e78b835-3355-423f-b91f-6654dc0a39e3} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7459 2024.11.28 04:58:16.271808 [ 261 ] {5e78b835-3355-423f-b91f-6654dc0a39e3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001485 sec., 8754.208754208754 rows/sec., 545.82 KiB/sec.
7460 2024.11.28 04:58:16.271867 [ 261 ] {5e78b835-3355-423f-b91f-6654dc0a39e3} <Debug> TCPHandler: Processed in 0.001692917 sec.
7461 2024.11.28 04:58:16.272008 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7462 2024.11.28 04:58:16.272124 [ 266 ] {e1afd099-b509-4e2d-aee7-64dc7d65a1e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7463 2024.11.28 04:58:16.272173 [ 266 ] {e1afd099-b509-4e2d-aee7-64dc7d65a1e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7464 2024.11.28 04:58:16.272873 [ 266 ] {e1afd099-b509-4e2d-aee7-64dc7d65a1e3} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7465 2024.11.28 04:58:16.272914 [ 266 ] {e1afd099-b509-4e2d-aee7-64dc7d65a1e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7466 2024.11.28 04:58:16.273290 [ 266 ] {e1afd099-b509-4e2d-aee7-64dc7d65a1e3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7467 2024.11.28 04:58:16.273528 [ 266 ] {e1afd099-b509-4e2d-aee7-64dc7d65a1e3} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7468 2024.11.28 04:58:16.273780 [ 266 ] {e1afd099-b509-4e2d-aee7-64dc7d65a1e3} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001675 sec., 232835.82089552237 rows/sec., 16.51 MiB/sec.
7469 2024.11.28 04:58:16.273883 [ 266 ] {e1afd099-b509-4e2d-aee7-64dc7d65a1e3} <Debug> TCPHandler: Processed in 0.001928133 sec.
7470 2024.11.28 04:58:16.274073 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7471 2024.11.28 04:58:16.274198 [ 261 ] {9cfdb381-51b2-40fe-ac0c-f070ec686941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7472 2024.11.28 04:58:16.274249 [ 261 ] {9cfdb381-51b2-40fe-ac0c-f070ec686941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7473 2024.11.28 04:58:16.274716 [ 261 ] {9cfdb381-51b2-40fe-ac0c-f070ec686941} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7474 2024.11.28 04:58:16.274754 [ 261 ] {9cfdb381-51b2-40fe-ac0c-f070ec686941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7475 2024.11.28 04:58:16.275113 [ 261 ] {9cfdb381-51b2-40fe-ac0c-f070ec686941} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7476 2024.11.28 04:58:16.275349 [ 261 ] {9cfdb381-51b2-40fe-ac0c-f070ec686941} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7477 2024.11.28 04:58:16.275566 [ 261 ] {9cfdb381-51b2-40fe-ac0c-f070ec686941} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec.
7478 2024.11.28 04:58:16.275759 [ 261 ] {9cfdb381-51b2-40fe-ac0c-f070ec686941} <Debug> TCPHandler: Processed in 0.001777479 sec.
7479 2024.11.28 04:58:16.275948 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7480 2024.11.28 04:58:16.276069 [ 266 ] {b2d49c60-b10f-4cd5-b6a4-9b48737c77d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7481 2024.11.28 04:58:16.276121 [ 266 ] {b2d49c60-b10f-4cd5-b6a4-9b48737c77d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7482 2024.11.28 04:58:16.276731 [ 266 ] {b2d49c60-b10f-4cd5-b6a4-9b48737c77d6} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7483 2024.11.28 04:58:16.276772 [ 266 ] {b2d49c60-b10f-4cd5-b6a4-9b48737c77d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7484 2024.11.28 04:58:16.277163 [ 266 ] {b2d49c60-b10f-4cd5-b6a4-9b48737c77d6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7485 2024.11.28 04:58:16.277399 [ 266 ] {b2d49c60-b10f-4cd5-b6a4-9b48737c77d6} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7486 2024.11.28 04:58:16.277641 [ 266 ] {b2d49c60-b10f-4cd5-b6a4-9b48737c77d6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec.
7487 2024.11.28 04:58:16.277831 [ 266 ] {b2d49c60-b10f-4cd5-b6a4-9b48737c77d6} <Debug> TCPHandler: Processed in 0.001946043 sec.
7488 2024.11.28 04:58:16.278033 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7489 2024.11.28 04:58:16.278157 [ 261 ] {279d1de3-02e0-4310-a504-ff96957566a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7490 2024.11.28 04:58:16.278209 [ 261 ] {279d1de3-02e0-4310-a504-ff96957566a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7491 2024.11.28 04:58:16.278675 [ 261 ] {279d1de3-02e0-4310-a504-ff96957566a0} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7492 2024.11.28 04:58:16.278713 [ 261 ] {279d1de3-02e0-4310-a504-ff96957566a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7493 2024.11.28 04:58:16.279089 [ 261 ] {279d1de3-02e0-4310-a504-ff96957566a0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7494 2024.11.28 04:58:16.279348 [ 261 ] {279d1de3-02e0-4310-a504-ff96957566a0} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7495 2024.11.28 04:58:16.279476 [ 36 ] {} <Debug> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
7496 2024.11.28 04:58:16.279520 [ 36 ] {} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7497 2024.11.28 04:58:16.279539 [ 261 ] {279d1de3-02e0-4310-a504-ff96957566a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001406 sec., 711.2375533428166 rows/sec., 47.93 KiB/sec.
7498 2024.11.28 04:58:16.279548 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7499 2024.11.28 04:58:16.279619 [ 261 ] {279d1de3-02e0-4310-a504-ff96957566a0} <Debug> TCPHandler: Processed in 0.001673667 sec.
7500 2024.11.28 04:58:16.280009 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7501 2024.11.28 04:58:16.280061 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
7502 2024.11.28 04:58:16.280289 [ 266 ] {89f78da5-e5d6-4c44-9f93-8385bccc9277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7503 2024.11.28 04:58:16.280421 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7504 2024.11.28 04:58:16.280495 [ 266 ] {89f78da5-e5d6-4c44-9f93-8385bccc9277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7505 2024.11.28 04:58:16.280519 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
7506 2024.11.28 04:58:16.280894 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
7507 2024.11.28 04:58:16.281202 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
7508 2024.11.28 04:58:16.281526 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
7509 2024.11.28 04:58:16.281811 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
7510 2024.11.28 04:58:16.282144 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
7511 2024.11.28 04:58:16.286320 [ 191 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.006648938 sec., 3759.9989652482845 rows/sec., 252.77 KiB/sec.
7512 2024.11.28 04:58:16.286347 [ 266 ] {89f78da5-e5d6-4c44-9f93-8385bccc9277} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7513 2024.11.28 04:58:16.286410 [ 266 ] {89f78da5-e5d6-4c44-9f93-8385bccc9277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7514 2024.11.28 04:58:16.286521 [ 201 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
7515 2024.11.28 04:58:16.287001 [ 201 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_25_5} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7516 2024.11.28 04:58:16.287150 [ 201 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_25_5} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
7517 2024.11.28 04:58:16.287258 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7518 2024.11.28 04:58:16.287363 [ 266 ] {89f78da5-e5d6-4c44-9f93-8385bccc9277} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7519 2024.11.28 04:58:16.287637 [ 266 ] {89f78da5-e5d6-4c44-9f93-8385bccc9277} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7520 2024.11.28 04:58:16.287827 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7521 2024.11.28 04:58:16.287900 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7522 2024.11.28 04:58:16.287931 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7523 2024.11.28 04:58:16.287956 [ 266 ] {89f78da5-e5d6-4c44-9f93-8385bccc9277} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007737 sec., 1033.9925035543492 rows/sec., 1.85 MiB/sec.
7524 2024.11.28 04:58:16.288325 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
7525 2024.11.28 04:58:16.288930 [ 266 ] {89f78da5-e5d6-4c44-9f93-8385bccc9277} <Debug> TCPHandler: Processed in 0.009191004 sec.
7526 2024.11.28 04:58:16.289357 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7527 2024.11.28 04:58:16.289572 [ 261 ] {ec0c9299-64cb-4f9d-91c7-094bc11c2708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7528 2024.11.28 04:58:16.289580 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7529 2024.11.28 04:58:16.289692 [ 261 ] {ec0c9299-64cb-4f9d-91c7-094bc11c2708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7530 2024.11.28 04:58:16.289718 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 819 rows starting from the beginning of the part
7531 2024.11.28 04:58:16.290271 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
7532 2024.11.28 04:58:16.290676 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part
7533 2024.11.28 04:58:16.291321 [ 261 ] {ec0c9299-64cb-4f9d-91c7-094bc11c2708} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7534 2024.11.28 04:58:16.291361 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
7535 2024.11.28 04:58:16.291378 [ 261 ] {ec0c9299-64cb-4f9d-91c7-094bc11c2708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7536 2024.11.28 04:58:16.292004 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 31 rows starting from the beginning of the part
7537 2024.11.28 04:58:16.292570 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part
7538 2024.11.28 04:58:16.292630 [ 261 ] {ec0c9299-64cb-4f9d-91c7-094bc11c2708} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7539 2024.11.28 04:58:16.293194 [ 261 ] {ec0c9299-64cb-4f9d-91c7-094bc11c2708} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7540 2024.11.28 04:58:16.293468 [ 261 ] {ec0c9299-64cb-4f9d-91c7-094bc11c2708} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003932 sec., 20854.526958290946 rows/sec., 1.32 MiB/sec.
7541 2024.11.28 04:58:16.293580 [ 261 ] {ec0c9299-64cb-4f9d-91c7-094bc11c2708} <Debug> TCPHandler: Processed in 0.004476019 sec.
7542 2024.11.28 04:58:16.298974 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 905 rows, containing 19 columns (19 merged, 0 gathered) in 0.010944293 sec., 82691.49957882157 rows/sec., 148.18 MiB/sec.
7543 2024.11.28 04:58:16.300063 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7544 2024.11.28 04:58:16.300487 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7545 2024.11.28 04:58:16.300568 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7546 2024.11.28 04:58:16.300726 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.99 MiB.
7547 2024.11.28 04:58:17.000230 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.90 MiB, peak 216.85 MiB, free memory in arenas 0.00 B, will set to 210.94 MiB (RSS), difference: 2.04 MiB
7548 2024.11.28 04:58:20.428358 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
7549 2024.11.28 04:58:20.428463 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
7550 2024.11.28 04:58:20.568275 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
7551 2024.11.28 04:58:20.568958 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7552 2024.11.28 04:58:20.569004 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7553 2024.11.28 04:58:20.569531 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7554 2024.11.28 04:58:20.569797 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7555 2024.11.28 04:58:20.570032 [ 51 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7556 2024.11.28 04:58:20.570069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7557 2024.11.28 04:58:20.570138 [ 51 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7558 2024.11.28 04:58:20.570187 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7559 2024.11.28 04:58:20.570556 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
7560 2024.11.28 04:58:20.570834 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7561 2024.11.28 04:58:20.570907 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
7562 2024.11.28 04:58:20.571038 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
7563 2024.11.28 04:58:20.571251 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
7564 2024.11.28 04:58:20.571491 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
7565 2024.11.28 04:58:20.571662 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
7566 2024.11.28 04:58:20.571824 [ 193 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
7567 2024.11.28 04:58:20.574303 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003995199 sec., 4137716.293981852 rows/sec., 59.19 MiB/sec.
7568 2024.11.28 04:58:20.574511 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7569 2024.11.28 04:58:20.575051 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7570 2024.11.28 04:58:20.575143 [ 186 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_36_7} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7571 2024.11.28 04:58:20.575261 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7572 2024.11.28 04:58:20.638888 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1050
7573 2024.11.28 04:58:20.642704 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7574 2024.11.28 04:58:20.642765 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7575 2024.11.28 04:58:20.644280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7576 2024.11.28 04:58:20.644590 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7577 2024.11.28 04:58:20.644855 [ 51 ] {} <Debug> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7578 2024.11.28 04:58:20.645002 [ 51 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7579 2024.11.28 04:58:20.645100 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7580 2024.11.28 04:58:20.645610 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
7581 2024.11.28 04:58:20.646787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1050
7582 2024.11.28 04:58:20.647150 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7583 2024.11.28 04:58:20.647307 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 870 rows starting from the beginning of the part
7584 2024.11.28 04:58:20.647901 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part
7585 2024.11.28 04:58:20.648566 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 38 rows starting from the beginning of the part
7586 2024.11.28 04:58:20.649202 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
7587 2024.11.28 04:58:20.649836 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part
7588 2024.11.28 04:58:20.650466 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 38 rows starting from the beginning of the part
7589 2024.11.28 04:58:20.658450 [ 199 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 72 columns (72 merged, 0 gathered) in 0.013177732 sec., 79679.87207510367 rows/sec., 64.48 MiB/sec.
7590 2024.11.28 04:58:20.659849 [ 199 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7591 2024.11.28 04:58:20.660657 [ 199 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7592 2024.11.28 04:58:20.660748 [ 199 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_26_5} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7593 2024.11.28 04:58:20.661075 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB.
7594 2024.11.28 04:58:21.258361 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7595 2024.11.28 04:58:21.258557 [ 261 ] {10a52041-9e15-4478-a708-498f630bdbea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7596 2024.11.28 04:58:21.258630 [ 261 ] {10a52041-9e15-4478-a708-498f630bdbea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7597 2024.11.28 04:58:21.259467 [ 261 ] {10a52041-9e15-4478-a708-498f630bdbea} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7598 2024.11.28 04:58:21.259519 [ 261 ] {10a52041-9e15-4478-a708-498f630bdbea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7599 2024.11.28 04:58:21.259960 [ 261 ] {10a52041-9e15-4478-a708-498f630bdbea} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7600 2024.11.28 04:58:21.260226 [ 261 ] {10a52041-9e15-4478-a708-498f630bdbea} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7601 2024.11.28 04:58:21.260428 [ 61 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7602 2024.11.28 04:58:21.260494 [ 261 ] {10a52041-9e15-4478-a708-498f630bdbea} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.001988 sec., 59356.136820925545 rows/sec., 5.02 MiB/sec.
7603 2024.11.28 04:58:21.260504 [ 61 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7604 2024.11.28 04:58:21.260574 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7605 2024.11.28 04:58:21.260636 [ 261 ] {10a52041-9e15-4478-a708-498f630bdbea} <Debug> TCPHandler: Processed in 0.002400713 sec.
7606 2024.11.28 04:58:21.261008 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7607 2024.11.28 04:58:21.261075 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
7608 2024.11.28 04:58:21.261577 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7609 2024.11.28 04:58:21.261695 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1432 rows starting from the beginning of the part
7610 2024.11.28 04:58:21.261738 [ 266 ] {bb621451-ca1f-485f-9648-039abb28e3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7611 2024.11.28 04:58:21.261994 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 118 rows starting from the beginning of the part
7612 2024.11.28 04:58:21.262036 [ 266 ] {bb621451-ca1f-485f-9648-039abb28e3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7613 2024.11.28 04:58:21.262387 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 219 rows starting from the beginning of the part
7614 2024.11.28 04:58:21.262732 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1261 rows starting from the beginning of the part
7615 2024.11.28 04:58:21.262982 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 219 rows starting from the beginning of the part
7616 2024.11.28 04:58:21.263279 [ 189 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 118 rows starting from the beginning of the part
7617 2024.11.28 04:58:21.265037 [ 266 ] {bb621451-ca1f-485f-9648-039abb28e3b1} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7618 2024.11.28 04:58:21.265117 [ 266 ] {bb621451-ca1f-485f-9648-039abb28e3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7619 2024.11.28 04:58:21.266208 [ 266 ] {bb621451-ca1f-485f-9648-039abb28e3b1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7620 2024.11.28 04:58:21.266525 [ 266 ] {bb621451-ca1f-485f-9648-039abb28e3b1} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7621 2024.11.28 04:58:21.267003 [ 266 ] {bb621451-ca1f-485f-9648-039abb28e3b1} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005636 sec., 5500.354861603974 rows/sec., 413.60 KiB/sec.
7622 2024.11.28 04:58:21.267374 [ 266 ] {bb621451-ca1f-485f-9648-039abb28e3b1} <Debug> TCPHandler: Processed in 0.006578435 sec.
7623 2024.11.28 04:58:21.267423 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3367 rows, containing 5 columns (5 merged, 0 gathered) in 0.006718229 sec., 501173.7468311961 rows/sec., 43.83 MiB/sec.
7624 2024.11.28 04:58:21.267538 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7625 2024.11.28 04:58:21.267716 [ 261 ] {e3ac654e-d7bc-4c0e-91e0-79cef7ab448e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7626 2024.11.28 04:58:21.267761 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7627 2024.11.28 04:58:21.267790 [ 261 ] {e3ac654e-d7bc-4c0e-91e0-79cef7ab448e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7628 2024.11.28 04:58:21.268468 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7629 2024.11.28 04:58:21.268621 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_51_10} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7630 2024.11.28 04:58:21.268804 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
7631 2024.11.28 04:58:21.269025 [ 261 ] {e3ac654e-d7bc-4c0e-91e0-79cef7ab448e} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7632 2024.11.28 04:58:21.269070 [ 261 ] {e3ac654e-d7bc-4c0e-91e0-79cef7ab448e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7633 2024.11.28 04:58:21.269439 [ 261 ] {e3ac654e-d7bc-4c0e-91e0-79cef7ab448e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7634 2024.11.28 04:58:21.269686 [ 261 ] {e3ac654e-d7bc-4c0e-91e0-79cef7ab448e} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7635 2024.11.28 04:58:21.269859 [ 61 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7636 2024.11.28 04:58:21.269915 [ 61 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7637 2024.11.28 04:58:21.269938 [ 261 ] {e3ac654e-d7bc-4c0e-91e0-79cef7ab448e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.002249 sec., 42240.99599822143 rows/sec., 3.30 MiB/sec.
7638 2024.11.28 04:58:21.269950 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7639 2024.11.28 04:58:21.270126 [ 261 ] {e3ac654e-d7bc-4c0e-91e0-79cef7ab448e} <Debug> TCPHandler: Processed in 0.002648799 sec.
7640 2024.11.28 04:58:21.270209 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
7641 2024.11.28 04:58:21.270308 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7642 2024.11.28 04:58:21.270356 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7643 2024.11.28 04:58:21.270389 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part
7644 2024.11.28 04:58:21.270527 [ 266 ] {48191343-cef0-45ee-9dd5-63d4ff370166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7645 2024.11.28 04:58:21.270600 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 95 rows starting from the beginning of the part
7646 2024.11.28 04:58:21.270745 [ 266 ] {48191343-cef0-45ee-9dd5-63d4ff370166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7647 2024.11.28 04:58:21.270986 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 390 rows starting from the beginning of the part
7648 2024.11.28 04:58:21.271417 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 557 rows starting from the beginning of the part
7649 2024.11.28 04:58:21.271692 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 390 rows starting from the beginning of the part
7650 2024.11.28 04:58:21.272079 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 95 rows starting from the beginning of the part
7651 2024.11.28 04:58:21.273132 [ 266 ] {48191343-cef0-45ee-9dd5-63d4ff370166} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7652 2024.11.28 04:58:21.273182 [ 266 ] {48191343-cef0-45ee-9dd5-63d4ff370166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7653 2024.11.28 04:58:21.273834 [ 266 ] {48191343-cef0-45ee-9dd5-63d4ff370166} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7654 2024.11.28 04:58:21.274109 [ 266 ] {48191343-cef0-45ee-9dd5-63d4ff370166} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7655 2024.11.28 04:58:21.274400 [ 188 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2440 rows, containing 5 columns (5 merged, 0 gathered) in 0.004327306 sec., 563861.2106469937 rows/sec., 43.27 MiB/sec.
7656 2024.11.28 04:58:21.274445 [ 266 ] {48191343-cef0-45ee-9dd5-63d4ff370166} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004007 sec., 39930.122285999496 rows/sec., 2.78 MiB/sec.
7657 2024.11.28 04:58:21.274575 [ 266 ] {48191343-cef0-45ee-9dd5-63d4ff370166} <Debug> TCPHandler: Processed in 0.004344396 sec.
7658 2024.11.28 04:58:21.274693 [ 200 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7659 2024.11.28 04:58:21.274747 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7660 2024.11.28 04:58:21.274879 [ 261 ] {5f380fda-435b-4de7-aec1-1fdbe95518fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7661 2024.11.28 04:58:21.274979 [ 261 ] {5f380fda-435b-4de7-aec1-1fdbe95518fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7662 2024.11.28 04:58:21.275072 [ 200 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7663 2024.11.28 04:58:21.275226 [ 200 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_51_10} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7664 2024.11.28 04:58:21.275355 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
7665 2024.11.28 04:58:21.276388 [ 261 ] {5f380fda-435b-4de7-aec1-1fdbe95518fe} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7666 2024.11.28 04:58:21.276426 [ 261 ] {5f380fda-435b-4de7-aec1-1fdbe95518fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7667 2024.11.28 04:58:21.277092 [ 261 ] {5f380fda-435b-4de7-aec1-1fdbe95518fe} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7668 2024.11.28 04:58:21.277350 [ 261 ] {5f380fda-435b-4de7-aec1-1fdbe95518fe} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7669 2024.11.28 04:58:21.277585 [ 261 ] {5f380fda-435b-4de7-aec1-1fdbe95518fe} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00274 sec., 11313.868613138688 rows/sec., 20.27 MiB/sec.
7670 2024.11.28 04:58:21.277704 [ 261 ] {5f380fda-435b-4de7-aec1-1fdbe95518fe} <Debug> TCPHandler: Processed in 0.003035188 sec.
7671 2024.11.28 04:58:21.277852 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7672 2024.11.28 04:58:21.277991 [ 266 ] {74e0cf97-ea6b-4e6d-b7a4-4f684cdee570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7673 2024.11.28 04:58:21.278047 [ 266 ] {74e0cf97-ea6b-4e6d-b7a4-4f684cdee570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7674 2024.11.28 04:58:21.278544 [ 266 ] {74e0cf97-ea6b-4e6d-b7a4-4f684cdee570} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7675 2024.11.28 04:58:21.278583 [ 266 ] {74e0cf97-ea6b-4e6d-b7a4-4f684cdee570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7676 2024.11.28 04:58:21.278975 [ 266 ] {74e0cf97-ea6b-4e6d-b7a4-4f684cdee570} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7677 2024.11.28 04:58:21.279235 [ 266 ] {74e0cf97-ea6b-4e6d-b7a4-4f684cdee570} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7678 2024.11.28 04:58:21.279416 [ 266 ] {74e0cf97-ea6b-4e6d-b7a4-4f684cdee570} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec.
7679 2024.11.28 04:58:21.279469 [ 266 ] {74e0cf97-ea6b-4e6d-b7a4-4f684cdee570} <Debug> TCPHandler: Processed in 0.001685698 sec.
7680 2024.11.28 04:58:21.722697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7681 2024.11.28 04:58:21.746293 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7682 2024.11.28 04:58:21.746358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7683 2024.11.28 04:58:21.753867 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7684 2024.11.28 04:58:21.754674 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7685 2024.11.28 04:58:21.755110 [ 52 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7686 2024.11.28 04:58:21.755231 [ 52 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7687 2024.11.28 04:58:21.755314 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7688 2024.11.28 04:58:21.755890 [ 197 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
7689 2024.11.28 04:58:21.774049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7690 2024.11.28 04:58:21.775221 [ 197 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7691 2024.11.28 04:58:21.776939 [ 197 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
7692 2024.11.28 04:58:21.782944 [ 197 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
7693 2024.11.28 04:58:21.788702 [ 197 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
7694 2024.11.28 04:58:21.794616 [ 197 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
7695 2024.11.28 04:58:21.800695 [ 197 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
7696 2024.11.28 04:58:21.805353 [ 197 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
7697 2024.11.28 04:58:21.867368 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.111888062 sec., 2431.0010839226084 rows/sec., 12.57 MiB/sec.
7698 2024.11.28 04:58:21.870300 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7699 2024.11.28 04:58:21.873254 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_36_7} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7700 2024.11.28 04:58:21.873386 [ 192 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_36_7} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7701 2024.11.28 04:58:21.875679 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB.
7702 2024.11.28 04:58:22.223415 [ 52 ] {} <Debug> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7703 2024.11.28 04:58:22.223460 [ 52 ] {} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7704 2024.11.28 04:58:22.223483 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7705 2024.11.28 04:58:22.223654 [ 198 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
7706 2024.11.28 04:58:22.223825 [ 198 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7707 2024.11.28 04:58:22.223871 [ 198 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
7708 2024.11.28 04:58:22.223980 [ 198 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part
7709 2024.11.28 04:58:22.224171 [ 198 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
7710 2024.11.28 04:58:22.224407 [ 198 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
7711 2024.11.28 04:58:22.224544 [ 198 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
7712 2024.11.28 04:58:22.225711 [ 187 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002156048 sec., 16697.21638850341 rows/sec., 1.39 MiB/sec.
7713 2024.11.28 04:58:22.225870 [ 190 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7714 2024.11.28 04:58:22.226173 [ 190 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_13_3} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7715 2024.11.28 04:58:22.226254 [ 190 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_13_3} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7716 2024.11.28 04:58:22.226341 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7717 2024.11.28 04:58:26.261252 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7718 2024.11.28 04:58:26.261460 [ 261 ] {cfc281b3-ec51-4ece-b82e-da8659926780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7719 2024.11.28 04:58:26.261534 [ 261 ] {cfc281b3-ec51-4ece-b82e-da8659926780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7720 2024.11.28 04:58:26.262317 [ 261 ] {cfc281b3-ec51-4ece-b82e-da8659926780} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7721 2024.11.28 04:58:26.262367 [ 261 ] {cfc281b3-ec51-4ece-b82e-da8659926780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7722 2024.11.28 04:58:26.262818 [ 261 ] {cfc281b3-ec51-4ece-b82e-da8659926780} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7723 2024.11.28 04:58:26.263076 [ 261 ] {cfc281b3-ec51-4ece-b82e-da8659926780} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7724 2024.11.28 04:58:26.263285 [ 70 ] {} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7725 2024.11.28 04:58:26.263357 [ 261 ] {cfc281b3-ec51-4ece-b82e-da8659926780} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001947 sec., 7190.54956343092 rows/sec., 517.62 KiB/sec.
7726 2024.11.28 04:58:26.263381 [ 70 ] {} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7727 2024.11.28 04:58:26.263454 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7728 2024.11.28 04:58:26.263512 [ 261 ] {cfc281b3-ec51-4ece-b82e-da8659926780} <Debug> TCPHandler: Processed in 0.002388523 sec.
7729 2024.11.28 04:58:26.263771 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
7730 2024.11.28 04:58:26.263876 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7731 2024.11.28 04:58:26.263981 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7732 2024.11.28 04:58:26.264050 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
7733 2024.11.28 04:58:26.264249 [ 266 ] {2be8b62c-56ba-4f63-ad19-6abad628cff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7734 2024.11.28 04:58:26.264301 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
7735 2024.11.28 04:58:26.264520 [ 266 ] {2be8b62c-56ba-4f63-ad19-6abad628cff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7736 2024.11.28 04:58:26.264603 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
7737 2024.11.28 04:58:26.265003 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
7738 2024.11.28 04:58:26.265304 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
7739 2024.11.28 04:58:26.267213 [ 266 ] {2be8b62c-56ba-4f63-ad19-6abad628cff2} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7740 2024.11.28 04:58:26.267287 [ 266 ] {2be8b62c-56ba-4f63-ad19-6abad628cff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7741 2024.11.28 04:58:26.268017 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004448099 sec., 15737.059809145436 rows/sec., 1.17 MiB/sec.
7742 2024.11.28 04:58:26.268362 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7743 2024.11.28 04:58:26.268444 [ 266 ] {2be8b62c-56ba-4f63-ad19-6abad628cff2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7744 2024.11.28 04:58:26.268842 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_25_6} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7745 2024.11.28 04:58:26.269021 [ 198 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_25_6} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7746 2024.11.28 04:58:26.269032 [ 266 ] {2be8b62c-56ba-4f63-ad19-6abad628cff2} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7747 2024.11.28 04:58:26.269181 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7748 2024.11.28 04:58:26.269422 [ 266 ] {2be8b62c-56ba-4f63-ad19-6abad628cff2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005332 sec., 750.1875468867216 rows/sec., 61.17 KiB/sec.
7749 2024.11.28 04:58:26.269516 [ 266 ] {2be8b62c-56ba-4f63-ad19-6abad628cff2} <Debug> TCPHandler: Processed in 0.00584333 sec.
7750 2024.11.28 04:58:26.269685 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7751 2024.11.28 04:58:26.269812 [ 261 ] {1eb9e560-9fea-49f4-8fe0-2be59b3ae02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7752 2024.11.28 04:58:26.269864 [ 261 ] {1eb9e560-9fea-49f4-8fe0-2be59b3ae02d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7753 2024.11.28 04:58:26.270731 [ 261 ] {1eb9e560-9fea-49f4-8fe0-2be59b3ae02d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7754 2024.11.28 04:58:26.270794 [ 261 ] {1eb9e560-9fea-49f4-8fe0-2be59b3ae02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7755 2024.11.28 04:58:26.271231 [ 261 ] {1eb9e560-9fea-49f4-8fe0-2be59b3ae02d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7756 2024.11.28 04:58:26.271477 [ 261 ] {1eb9e560-9fea-49f4-8fe0-2be59b3ae02d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7757 2024.11.28 04:58:26.271725 [ 261 ] {1eb9e560-9fea-49f4-8fe0-2be59b3ae02d} <Debug> executeQuery: Read 221 rows, 19.68 KiB in 0.001938 sec., 114035.08771929824 rows/sec., 9.92 MiB/sec.
7758 2024.11.28 04:58:26.271905 [ 261 ] {1eb9e560-9fea-49f4-8fe0-2be59b3ae02d} <Debug> TCPHandler: Processed in 0.002284861 sec.
7759 2024.11.28 04:58:26.272088 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7760 2024.11.28 04:58:26.272220 [ 266 ] {8760497a-295f-47df-bb7d-8bb0f94fc471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7761 2024.11.28 04:58:26.272277 [ 266 ] {8760497a-295f-47df-bb7d-8bb0f94fc471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7762 2024.11.28 04:58:26.272944 [ 266 ] {8760497a-295f-47df-bb7d-8bb0f94fc471} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7763 2024.11.28 04:58:26.272991 [ 266 ] {8760497a-295f-47df-bb7d-8bb0f94fc471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7764 2024.11.28 04:58:26.273378 [ 266 ] {8760497a-295f-47df-bb7d-8bb0f94fc471} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7765 2024.11.28 04:58:26.273618 [ 266 ] {8760497a-295f-47df-bb7d-8bb0f94fc471} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7766 2024.11.28 04:58:26.273792 [ 70 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7767 2024.11.28 04:58:26.273847 [ 70 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7768 2024.11.28 04:58:26.273865 [ 266 ] {8760497a-295f-47df-bb7d-8bb0f94fc471} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001665 sec., 11411.41141141141 rows/sec., 802.95 KiB/sec.
7769 2024.11.28 04:58:26.273885 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7770 2024.11.28 04:58:26.274045 [ 266 ] {8760497a-295f-47df-bb7d-8bb0f94fc471} <Debug> TCPHandler: Processed in 0.002020104 sec.
7771 2024.11.28 04:58:26.274115 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
7772 2024.11.28 04:58:26.274228 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7773 2024.11.28 04:58:26.274289 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7774 2024.11.28 04:58:26.274354 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 64 rows starting from the beginning of the part
7775 2024.11.28 04:58:26.274454 [ 261 ] {959d92ae-8430-4d1e-83da-3499c8e2fba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7776 2024.11.28 04:58:26.274591 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part
7777 2024.11.28 04:58:26.274672 [ 261 ] {959d92ae-8430-4d1e-83da-3499c8e2fba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7778 2024.11.28 04:58:26.274973 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 37 rows starting from the beginning of the part
7779 2024.11.28 04:58:26.275290 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 15 rows starting from the beginning of the part
7780 2024.11.28 04:58:26.275640 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
7781 2024.11.28 04:58:26.275985 [ 198 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 19 rows starting from the beginning of the part
7782 2024.11.28 04:58:26.277629 [ 261 ] {959d92ae-8430-4d1e-83da-3499c8e2fba9} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7783 2024.11.28 04:58:26.277714 [ 261 ] {959d92ae-8430-4d1e-83da-3499c8e2fba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7784 2024.11.28 04:58:26.278790 [ 261 ] {959d92ae-8430-4d1e-83da-3499c8e2fba9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7785 2024.11.28 04:58:26.278955 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.00495545 sec., 36525.44168541706 rows/sec., 2.74 MiB/sec.
7786 2024.11.28 04:58:26.279227 [ 261 ] {959d92ae-8430-4d1e-83da-3499c8e2fba9} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7787 2024.11.28 04:58:26.279233 [ 191 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7788 2024.11.28 04:58:26.279776 [ 261 ] {959d92ae-8430-4d1e-83da-3499c8e2fba9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005365 sec., 2609.50605778192 rows/sec., 182.75 KiB/sec.
7789 2024.11.28 04:58:26.280047 [ 191 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7790 2024.11.28 04:58:26.280252 [ 261 ] {959d92ae-8430-4d1e-83da-3499c8e2fba9} <Debug> TCPHandler: Processed in 0.006091045 sec.
7791 2024.11.28 04:58:26.280423 [ 191 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_51_10} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7792 2024.11.28 04:58:26.280551 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7793 2024.11.28 04:58:26.280644 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7794 2024.11.28 04:58:26.280740 [ 266 ] {a5c4ef50-7332-4fbd-9b17-7a53198df94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7795 2024.11.28 04:58:26.280794 [ 266 ] {a5c4ef50-7332-4fbd-9b17-7a53198df94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7796 2024.11.28 04:58:26.281361 [ 266 ] {a5c4ef50-7332-4fbd-9b17-7a53198df94e} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7797 2024.11.28 04:58:26.281399 [ 266 ] {a5c4ef50-7332-4fbd-9b17-7a53198df94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7798 2024.11.28 04:58:26.281751 [ 266 ] {a5c4ef50-7332-4fbd-9b17-7a53198df94e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7799 2024.11.28 04:58:26.281991 [ 266 ] {a5c4ef50-7332-4fbd-9b17-7a53198df94e} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7800 2024.11.28 04:58:26.282128 [ 81 ] {} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7801 2024.11.28 04:58:26.282167 [ 81 ] {} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7802 2024.11.28 04:58:26.282177 [ 266 ] {a5c4ef50-7332-4fbd-9b17-7a53198df94e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001458 sec., 8916.323731138546 rows/sec., 555.93 KiB/sec.
7803 2024.11.28 04:58:26.282191 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7804 2024.11.28 04:58:26.282288 [ 266 ] {a5c4ef50-7332-4fbd-9b17-7a53198df94e} <Debug> TCPHandler: Processed in 0.001872792 sec.
7805 2024.11.28 04:58:26.282401 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
7806 2024.11.28 04:58:26.282465 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7807 2024.11.28 04:58:26.282529 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7808 2024.11.28 04:58:26.282574 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
7809 2024.11.28 04:58:26.282616 [ 261 ] {7d8ccb18-1b45-43df-b9b8-e39148203f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7810 2024.11.28 04:58:26.282697 [ 261 ] {7d8ccb18-1b45-43df-b9b8-e39148203f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7811 2024.11.28 04:58:26.282698 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
7812 2024.11.28 04:58:26.282932 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
7813 2024.11.28 04:58:26.283140 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
7814 2024.11.28 04:58:26.283381 [ 196 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
7815 2024.11.28 04:58:26.284345 [ 261 ] {7d8ccb18-1b45-43df-b9b8-e39148203f65} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7816 2024.11.28 04:58:26.284398 [ 261 ] {7d8ccb18-1b45-43df-b9b8-e39148203f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7817 2024.11.28 04:58:26.284797 [ 191 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002504535 sec., 25952.921400579347 rows/sec., 1.68 MiB/sec.
7818 2024.11.28 04:58:26.285053 [ 191 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7819 2024.11.28 04:58:26.285150 [ 261 ] {7d8ccb18-1b45-43df-b9b8-e39148203f65} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7820 2024.11.28 04:58:26.285496 [ 191 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_25_6} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7821 2024.11.28 04:58:26.285586 [ 261 ] {7d8ccb18-1b45-43df-b9b8-e39148203f65} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7822 2024.11.28 04:58:26.285693 [ 191 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_25_6} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7823 2024.11.28 04:58:26.285915 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7824 2024.11.28 04:58:26.286029 [ 261 ] {7d8ccb18-1b45-43df-b9b8-e39148203f65} <Debug> executeQuery: Read 394 rows, 28.65 KiB in 0.003447 sec., 114302.29184798375 rows/sec., 8.12 MiB/sec.
7825 2024.11.28 04:58:26.286104 [ 261 ] {7d8ccb18-1b45-43df-b9b8-e39148203f65} <Debug> TCPHandler: Processed in 0.003706932 sec.
7826 2024.11.28 04:58:26.286243 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7827 2024.11.28 04:58:26.286404 [ 266 ] {04d3f661-0742-4e5f-8e10-db173db031cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7828 2024.11.28 04:58:26.286463 [ 266 ] {04d3f661-0742-4e5f-8e10-db173db031cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7829 2024.11.28 04:58:26.286966 [ 266 ] {04d3f661-0742-4e5f-8e10-db173db031cd} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7830 2024.11.28 04:58:26.287004 [ 266 ] {04d3f661-0742-4e5f-8e10-db173db031cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7831 2024.11.28 04:58:26.287388 [ 266 ] {04d3f661-0742-4e5f-8e10-db173db031cd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7832 2024.11.28 04:58:26.287635 [ 266 ] {04d3f661-0742-4e5f-8e10-db173db031cd} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7833 2024.11.28 04:58:26.287847 [ 266 ] {04d3f661-0742-4e5f-8e10-db173db031cd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec.
7834 2024.11.28 04:58:26.287985 [ 266 ] {04d3f661-0742-4e5f-8e10-db173db031cd} <Debug> TCPHandler: Processed in 0.00179685 sec.
7835 2024.11.28 04:58:26.288209 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7836 2024.11.28 04:58:26.288354 [ 261 ] {fa2b5ebe-2468-4ea9-8e25-1d1493ef17de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7837 2024.11.28 04:58:26.288420 [ 261 ] {fa2b5ebe-2468-4ea9-8e25-1d1493ef17de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7838 2024.11.28 04:58:26.289136 [ 261 ] {fa2b5ebe-2468-4ea9-8e25-1d1493ef17de} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7839 2024.11.28 04:58:26.289176 [ 261 ] {fa2b5ebe-2468-4ea9-8e25-1d1493ef17de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7840 2024.11.28 04:58:26.289588 [ 261 ] {fa2b5ebe-2468-4ea9-8e25-1d1493ef17de} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7841 2024.11.28 04:58:26.289839 [ 261 ] {fa2b5ebe-2468-4ea9-8e25-1d1493ef17de} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7842 2024.11.28 04:58:26.290069 [ 261 ] {fa2b5ebe-2468-4ea9-8e25-1d1493ef17de} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001747 sec., 136805.95306239265 rows/sec., 9.17 MiB/sec.
7843 2024.11.28 04:58:26.290131 [ 261 ] {fa2b5ebe-2468-4ea9-8e25-1d1493ef17de} <Debug> TCPHandler: Processed in 0.002029235 sec.
7844 2024.11.28 04:58:26.290276 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7845 2024.11.28 04:58:26.290393 [ 266 ] {2e66c42f-5d59-4b03-b5fa-16fa5e80c2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7846 2024.11.28 04:58:26.290444 [ 266 ] {2e66c42f-5d59-4b03-b5fa-16fa5e80c2f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7847 2024.11.28 04:58:26.290924 [ 266 ] {2e66c42f-5d59-4b03-b5fa-16fa5e80c2f7} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7848 2024.11.28 04:58:26.290961 [ 266 ] {2e66c42f-5d59-4b03-b5fa-16fa5e80c2f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7849 2024.11.28 04:58:26.291321 [ 266 ] {2e66c42f-5d59-4b03-b5fa-16fa5e80c2f7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7850 2024.11.28 04:58:26.291566 [ 266 ] {2e66c42f-5d59-4b03-b5fa-16fa5e80c2f7} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7851 2024.11.28 04:58:26.291780 [ 266 ] {2e66c42f-5d59-4b03-b5fa-16fa5e80c2f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 47.79 KiB/sec.
7852 2024.11.28 04:58:26.291977 [ 266 ] {2e66c42f-5d59-4b03-b5fa-16fa5e80c2f7} <Debug> TCPHandler: Processed in 0.001756728 sec.
7853 2024.11.28 04:58:26.292185 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7854 2024.11.28 04:58:26.292324 [ 261 ] {56a0908a-b3b5-4d93-955e-d0377ee35090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7855 2024.11.28 04:58:26.292419 [ 261 ] {56a0908a-b3b5-4d93-955e-d0377ee35090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7856 2024.11.28 04:58:26.293630 [ 261 ] {56a0908a-b3b5-4d93-955e-d0377ee35090} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7857 2024.11.28 04:58:26.293672 [ 261 ] {56a0908a-b3b5-4d93-955e-d0377ee35090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7858 2024.11.28 04:58:26.294283 [ 261 ] {56a0908a-b3b5-4d93-955e-d0377ee35090} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7859 2024.11.28 04:58:26.294548 [ 261 ] {56a0908a-b3b5-4d93-955e-d0377ee35090} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7860 2024.11.28 04:58:26.294794 [ 261 ] {56a0908a-b3b5-4d93-955e-d0377ee35090} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002501 sec., 3198.7205117952817 rows/sec., 5.73 MiB/sec.
7861 2024.11.28 04:58:26.294894 [ 261 ] {56a0908a-b3b5-4d93-955e-d0377ee35090} <Debug> TCPHandler: Processed in 0.002811982 sec.
7862 2024.11.28 04:58:26.295044 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7863 2024.11.28 04:58:26.295179 [ 266 ] {78499545-163f-4053-bf02-87c64242b73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7864 2024.11.28 04:58:26.295238 [ 266 ] {78499545-163f-4053-bf02-87c64242b73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7865 2024.11.28 04:58:26.295810 [ 266 ] {78499545-163f-4053-bf02-87c64242b73b} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7866 2024.11.28 04:58:26.295855 [ 266 ] {78499545-163f-4053-bf02-87c64242b73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7867 2024.11.28 04:58:26.296292 [ 266 ] {78499545-163f-4053-bf02-87c64242b73b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7868 2024.11.28 04:58:26.296537 [ 266 ] {78499545-163f-4053-bf02-87c64242b73b} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7869 2024.11.28 04:58:26.296747 [ 266 ] {78499545-163f-4053-bf02-87c64242b73b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001586 sec., 51702.39596469105 rows/sec., 3.28 MiB/sec.
7870 2024.11.28 04:58:26.296816 [ 266 ] {78499545-163f-4053-bf02-87c64242b73b} <Debug> TCPHandler: Processed in 0.001833641 sec.
7871 2024.11.28 04:58:28.071199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7872 2024.11.28 04:58:28.071885 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7873 2024.11.28 04:58:28.071932 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7874 2024.11.28 04:58:28.072464 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7875 2024.11.28 04:58:28.072751 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7876 2024.11.28 04:58:28.073040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7877 2024.11.28 04:58:29.275116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7878 2024.11.28 04:58:29.294189 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7879 2024.11.28 04:58:29.294249 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7880 2024.11.28 04:58:29.301377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7881 2024.11.28 04:58:29.302167 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7882 2024.11.28 04:58:29.305207 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7883 2024.11.28 04:58:30.647992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1086
7884 2024.11.28 04:58:30.651214 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7885 2024.11.28 04:58:30.651275 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7886 2024.11.28 04:58:30.652768 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7887 2024.11.28 04:58:30.653091 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7888 2024.11.28 04:58:30.654310 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1086
7889 2024.11.28 04:58:31.258332 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7890 2024.11.28 04:58:31.258555 [ 261 ] {100dc001-3676-4b9b-a858-f5fe210ffad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7891 2024.11.28 04:58:31.258639 [ 261 ] {100dc001-3676-4b9b-a858-f5fe210ffad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7892 2024.11.28 04:58:31.259554 [ 261 ] {100dc001-3676-4b9b-a858-f5fe210ffad0} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7893 2024.11.28 04:58:31.259607 [ 261 ] {100dc001-3676-4b9b-a858-f5fe210ffad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7894 2024.11.28 04:58:31.260063 [ 261 ] {100dc001-3676-4b9b-a858-f5fe210ffad0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7895 2024.11.28 04:58:31.260321 [ 261 ] {100dc001-3676-4b9b-a858-f5fe210ffad0} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7896 2024.11.28 04:58:31.260590 [ 261 ] {100dc001-3676-4b9b-a858-f5fe210ffad0} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002097 sec., 56270.86313781593 rows/sec., 4.76 MiB/sec.
7897 2024.11.28 04:58:31.260663 [ 261 ] {100dc001-3676-4b9b-a858-f5fe210ffad0} <Debug> TCPHandler: Processed in 0.002476075 sec.
7898 2024.11.28 04:58:31.260934 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7899 2024.11.28 04:58:31.261154 [ 266 ] {6bf301ed-aa1a-4ac4-ad37-bf311b53e499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7900 2024.11.28 04:58:31.261236 [ 266 ] {6bf301ed-aa1a-4ac4-ad37-bf311b53e499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7901 2024.11.28 04:58:31.262002 [ 266 ] {6bf301ed-aa1a-4ac4-ad37-bf311b53e499} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7902 2024.11.28 04:58:31.262052 [ 266 ] {6bf301ed-aa1a-4ac4-ad37-bf311b53e499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7903 2024.11.28 04:58:31.262498 [ 266 ] {6bf301ed-aa1a-4ac4-ad37-bf311b53e499} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7904 2024.11.28 04:58:31.262761 [ 266 ] {6bf301ed-aa1a-4ac4-ad37-bf311b53e499} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7905 2024.11.28 04:58:31.263017 [ 266 ] {6bf301ed-aa1a-4ac4-ad37-bf311b53e499} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001925 sec., 16103.896103896104 rows/sec., 1.18 MiB/sec.
7906 2024.11.28 04:58:31.263087 [ 266 ] {6bf301ed-aa1a-4ac4-ad37-bf311b53e499} <Debug> TCPHandler: Processed in 0.002292831 sec.
7907 2024.11.28 04:58:31.263250 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7908 2024.11.28 04:58:31.263451 [ 261 ] {cfdf3d07-e10f-4f51-a4bc-4bade5c379c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7909 2024.11.28 04:58:31.263539 [ 261 ] {cfdf3d07-e10f-4f51-a4bc-4bade5c379c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7910 2024.11.28 04:58:31.264488 [ 261 ] {cfdf3d07-e10f-4f51-a4bc-4bade5c379c3} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7911 2024.11.28 04:58:31.264530 [ 261 ] {cfdf3d07-e10f-4f51-a4bc-4bade5c379c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7912 2024.11.28 04:58:31.264904 [ 261 ] {cfdf3d07-e10f-4f51-a4bc-4bade5c379c3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7913 2024.11.28 04:58:31.265148 [ 261 ] {cfdf3d07-e10f-4f51-a4bc-4bade5c379c3} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7914 2024.11.28 04:58:31.265366 [ 261 ] {cfdf3d07-e10f-4f51-a4bc-4bade5c379c3} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001971 sec., 48198.883815322166 rows/sec., 3.76 MiB/sec.
7915 2024.11.28 04:58:31.265428 [ 261 ] {cfdf3d07-e10f-4f51-a4bc-4bade5c379c3} <Debug> TCPHandler: Processed in 0.00224777 sec.
7916 2024.11.28 04:58:31.265616 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7917 2024.11.28 04:58:31.265779 [ 266 ] {17d17906-d88f-4b1f-865c-07b4cdd55d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7918 2024.11.28 04:58:31.265847 [ 266 ] {17d17906-d88f-4b1f-865c-07b4cdd55d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7919 2024.11.28 04:58:31.266498 [ 266 ] {17d17906-d88f-4b1f-865c-07b4cdd55d58} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7920 2024.11.28 04:58:31.266538 [ 266 ] {17d17906-d88f-4b1f-865c-07b4cdd55d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7921 2024.11.28 04:58:31.266948 [ 266 ] {17d17906-d88f-4b1f-865c-07b4cdd55d58} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7922 2024.11.28 04:58:31.267192 [ 266 ] {17d17906-d88f-4b1f-865c-07b4cdd55d58} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7923 2024.11.28 04:58:31.267411 [ 266 ] {17d17906-d88f-4b1f-865c-07b4cdd55d58} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001668 sec., 95923.26139088729 rows/sec., 6.68 MiB/sec.
7924 2024.11.28 04:58:31.267468 [ 266 ] {17d17906-d88f-4b1f-865c-07b4cdd55d58} <Debug> TCPHandler: Processed in 0.001968134 sec.
7925 2024.11.28 04:58:31.267618 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7926 2024.11.28 04:58:31.267760 [ 261 ] {53838396-090a-48a8-93f8-b629b6de3790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7927 2024.11.28 04:58:31.267854 [ 261 ] {53838396-090a-48a8-93f8-b629b6de3790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7928 2024.11.28 04:58:31.269132 [ 261 ] {53838396-090a-48a8-93f8-b629b6de3790} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7929 2024.11.28 04:58:31.269172 [ 261 ] {53838396-090a-48a8-93f8-b629b6de3790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7930 2024.11.28 04:58:31.269840 [ 261 ] {53838396-090a-48a8-93f8-b629b6de3790} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7931 2024.11.28 04:58:31.270102 [ 261 ] {53838396-090a-48a8-93f8-b629b6de3790} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7932 2024.11.28 04:58:31.270369 [ 261 ] {53838396-090a-48a8-93f8-b629b6de3790} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002641 sec., 11737.978038621734 rows/sec., 21.03 MiB/sec.
7933 2024.11.28 04:58:31.270488 [ 261 ] {53838396-090a-48a8-93f8-b629b6de3790} <Debug> TCPHandler: Processed in 0.002938655 sec.
7934 2024.11.28 04:58:31.270645 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7935 2024.11.28 04:58:31.270789 [ 266 ] {1c152fa7-5c6e-4403-bcfc-82f3031a935b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7936 2024.11.28 04:58:31.270849 [ 266 ] {1c152fa7-5c6e-4403-bcfc-82f3031a935b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7937 2024.11.28 04:58:31.271407 [ 266 ] {1c152fa7-5c6e-4403-bcfc-82f3031a935b} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7938 2024.11.28 04:58:31.271447 [ 266 ] {1c152fa7-5c6e-4403-bcfc-82f3031a935b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7939 2024.11.28 04:58:31.271824 [ 266 ] {1c152fa7-5c6e-4403-bcfc-82f3031a935b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7940 2024.11.28 04:58:31.272075 [ 266 ] {1c152fa7-5c6e-4403-bcfc-82f3031a935b} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7941 2024.11.28 04:58:31.272287 [ 266 ] {1c152fa7-5c6e-4403-bcfc-82f3031a935b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec.
7942 2024.11.28 04:58:31.272341 [ 266 ] {1c152fa7-5c6e-4403-bcfc-82f3031a935b} <Debug> TCPHandler: Processed in 0.001767859 sec.
7943 2024.11.28 04:58:35.428504 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
7944 2024.11.28 04:58:35.428570 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
7945 2024.11.28 04:58:35.574139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
7946 2024.11.28 04:58:35.574774 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7947 2024.11.28 04:58:35.574813 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7948 2024.11.28 04:58:35.575378 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7949 2024.11.28 04:58:35.575630 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7950 2024.11.28 04:58:35.575837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7951 2024.11.28 04:58:36.260879 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7952 2024.11.28 04:58:36.261092 [ 261 ] {c31d3201-146c-43d6-bd57-d9b9a22e5cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7953 2024.11.28 04:58:36.261174 [ 261 ] {c31d3201-146c-43d6-bd57-d9b9a22e5cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7954 2024.11.28 04:58:36.261981 [ 261 ] {c31d3201-146c-43d6-bd57-d9b9a22e5cdf} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7955 2024.11.28 04:58:36.262029 [ 261 ] {c31d3201-146c-43d6-bd57-d9b9a22e5cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7956 2024.11.28 04:58:36.262471 [ 261 ] {c31d3201-146c-43d6-bd57-d9b9a22e5cdf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7957 2024.11.28 04:58:36.262728 [ 261 ] {c31d3201-146c-43d6-bd57-d9b9a22e5cdf} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7958 2024.11.28 04:58:36.262977 [ 261 ] {c31d3201-146c-43d6-bd57-d9b9a22e5cdf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec.
7959 2024.11.28 04:58:36.263046 [ 261 ] {c31d3201-146c-43d6-bd57-d9b9a22e5cdf} <Debug> TCPHandler: Processed in 0.002309831 sec.
7960 2024.11.28 04:58:36.263315 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7961 2024.11.28 04:58:36.263509 [ 266 ] {bdaac6c9-4ec2-45bc-8361-4a98f8629187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7962 2024.11.28 04:58:36.263584 [ 266 ] {bdaac6c9-4ec2-45bc-8361-4a98f8629187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7963 2024.11.28 04:58:36.264452 [ 266 ] {bdaac6c9-4ec2-45bc-8361-4a98f8629187} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7964 2024.11.28 04:58:36.264501 [ 266 ] {bdaac6c9-4ec2-45bc-8361-4a98f8629187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7965 2024.11.28 04:58:36.264962 [ 266 ] {bdaac6c9-4ec2-45bc-8361-4a98f8629187} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7966 2024.11.28 04:58:36.265222 [ 266 ] {bdaac6c9-4ec2-45bc-8361-4a98f8629187} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7967 2024.11.28 04:58:36.265459 [ 266 ] {bdaac6c9-4ec2-45bc-8361-4a98f8629187} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002005 sec., 109226.93266832919 rows/sec., 9.51 MiB/sec.
7968 2024.11.28 04:58:36.265530 [ 266 ] {bdaac6c9-4ec2-45bc-8361-4a98f8629187} <Debug> TCPHandler: Processed in 0.002344852 sec.
7969 2024.11.28 04:58:36.265697 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7970 2024.11.28 04:58:36.265846 [ 261 ] {0ee6383e-3028-4044-a4fd-412bb6d3c18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7971 2024.11.28 04:58:36.265907 [ 261 ] {0ee6383e-3028-4044-a4fd-412bb6d3c18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7972 2024.11.28 04:58:36.266579 [ 261 ] {0ee6383e-3028-4044-a4fd-412bb6d3c18f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7973 2024.11.28 04:58:36.266618 [ 261 ] {0ee6383e-3028-4044-a4fd-412bb6d3c18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7974 2024.11.28 04:58:36.266986 [ 261 ] {0ee6383e-3028-4044-a4fd-412bb6d3c18f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7975 2024.11.28 04:58:36.267226 [ 261 ] {0ee6383e-3028-4044-a4fd-412bb6d3c18f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7976 2024.11.28 04:58:36.267444 [ 261 ] {0ee6383e-3028-4044-a4fd-412bb6d3c18f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001636 sec., 9168.704156479218 rows/sec., 646.47 KiB/sec.
7977 2024.11.28 04:58:36.267502 [ 261 ] {0ee6383e-3028-4044-a4fd-412bb6d3c18f} <Debug> TCPHandler: Processed in 0.001873301 sec.
7978 2024.11.28 04:58:36.267643 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7979 2024.11.28 04:58:36.267771 [ 266 ] {8ac0ae25-ae11-4119-bfab-6ec864000366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7980 2024.11.28 04:58:36.267824 [ 266 ] {8ac0ae25-ae11-4119-bfab-6ec864000366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7981 2024.11.28 04:58:36.268414 [ 266 ] {8ac0ae25-ae11-4119-bfab-6ec864000366} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7982 2024.11.28 04:58:36.268456 [ 266 ] {8ac0ae25-ae11-4119-bfab-6ec864000366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7983 2024.11.28 04:58:36.268825 [ 266 ] {8ac0ae25-ae11-4119-bfab-6ec864000366} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7984 2024.11.28 04:58:36.269075 [ 266 ] {8ac0ae25-ae11-4119-bfab-6ec864000366} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7985 2024.11.28 04:58:36.269286 [ 266 ] {8ac0ae25-ae11-4119-bfab-6ec864000366} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec.
7986 2024.11.28 04:58:36.269341 [ 266 ] {8ac0ae25-ae11-4119-bfab-6ec864000366} <Debug> TCPHandler: Processed in 0.001761289 sec.
7987 2024.11.28 04:58:36.269481 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7988 2024.11.28 04:58:36.269622 [ 261 ] {10e99e29-7a3f-4743-8f8f-72dd0febf273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7989 2024.11.28 04:58:36.269681 [ 261 ] {10e99e29-7a3f-4743-8f8f-72dd0febf273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7990 2024.11.28 04:58:36.270371 [ 261 ] {10e99e29-7a3f-4743-8f8f-72dd0febf273} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7991 2024.11.28 04:58:36.270418 [ 261 ] {10e99e29-7a3f-4743-8f8f-72dd0febf273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
7992 2024.11.28 04:58:36.270809 [ 261 ] {10e99e29-7a3f-4743-8f8f-72dd0febf273} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7993 2024.11.28 04:58:36.271104 [ 261 ] {10e99e29-7a3f-4743-8f8f-72dd0febf273} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7994 2024.11.28 04:58:36.271314 [ 261 ] {10e99e29-7a3f-4743-8f8f-72dd0febf273} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001726 sec., 7531.865585168018 rows/sec., 469.61 KiB/sec.
7995 2024.11.28 04:58:36.271370 [ 261 ] {10e99e29-7a3f-4743-8f8f-72dd0febf273} <Debug> TCPHandler: Processed in 0.001953823 sec.
7996 2024.11.28 04:58:36.271503 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7997 2024.11.28 04:58:36.271622 [ 266 ] {9a0dbfbf-c422-47d0-9016-d40409c45bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7998 2024.11.28 04:58:36.271678 [ 266 ] {9a0dbfbf-c422-47d0-9016-d40409c45bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7999 2024.11.28 04:58:36.272373 [ 266 ] {9a0dbfbf-c422-47d0-9016-d40409c45bae} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8000 2024.11.28 04:58:36.272414 [ 266 ] {9a0dbfbf-c422-47d0-9016-d40409c45bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8001 2024.11.28 04:58:36.272799 [ 266 ] {9a0dbfbf-c422-47d0-9016-d40409c45bae} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8002 2024.11.28 04:58:36.273053 [ 266 ] {9a0dbfbf-c422-47d0-9016-d40409c45bae} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8003 2024.11.28 04:58:36.273273 [ 266 ] {9a0dbfbf-c422-47d0-9016-d40409c45bae} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001675 sec., 232835.82089552237 rows/sec., 16.51 MiB/sec.
8004 2024.11.28 04:58:36.273353 [ 266 ] {9a0dbfbf-c422-47d0-9016-d40409c45bae} <Debug> TCPHandler: Processed in 0.001906992 sec.
8005 2024.11.28 04:58:36.273552 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8006 2024.11.28 04:58:36.273704 [ 261 ] {07a6d51f-7884-4848-ac36-4bab6ada629b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8007 2024.11.28 04:58:36.273765 [ 261 ] {07a6d51f-7884-4848-ac36-4bab6ada629b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8008 2024.11.28 04:58:36.274335 [ 261 ] {07a6d51f-7884-4848-ac36-4bab6ada629b} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8009 2024.11.28 04:58:36.274382 [ 261 ] {07a6d51f-7884-4848-ac36-4bab6ada629b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8010 2024.11.28 04:58:36.274769 [ 261 ] {07a6d51f-7884-4848-ac36-4bab6ada629b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8011 2024.11.28 04:58:36.275003 [ 261 ] {07a6d51f-7884-4848-ac36-4bab6ada629b} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8012 2024.11.28 04:58:36.275165 [ 67 ] {} <Debug> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8013 2024.11.28 04:58:36.275243 [ 261 ] {07a6d51f-7884-4848-ac36-4bab6ada629b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 200.69 KiB/sec.
8014 2024.11.28 04:58:36.275248 [ 67 ] {} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8015 2024.11.28 04:58:36.275319 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8016 2024.11.28 04:58:36.275366 [ 261 ] {07a6d51f-7884-4848-ac36-4bab6ada629b} <Debug> TCPHandler: Processed in 0.001919273 sec.
8017 2024.11.28 04:58:36.275532 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::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
8018 2024.11.28 04:58:36.275559 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8019 2024.11.28 04:58:36.275760 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8020 2024.11.28 04:58:36.275795 [ 266 ] {f9c79147-18dc-43b7-9e81-52cae0dcd0fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8021 2024.11.28 04:58:36.275817 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part
8022 2024.11.28 04:58:36.275912 [ 266 ] {f9c79147-18dc-43b7-9e81-52cae0dcd0fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8023 2024.11.28 04:58:36.276054 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
8024 2024.11.28 04:58:36.276423 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
8025 2024.11.28 04:58:36.276689 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
8026 2024.11.28 04:58:36.276979 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
8027 2024.11.28 04:58:36.277259 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8028 2024.11.28 04:58:36.278752 [ 266 ] {f9c79147-18dc-43b7-9e81-52cae0dcd0fd} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8029 2024.11.28 04:58:36.278813 [ 266 ] {f9c79147-18dc-43b7-9e81-52cae0dcd0fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8030 2024.11.28 04:58:36.279914 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.00449316 sec., 34719.440215794675 rows/sec., 1.77 MiB/sec.
8031 2024.11.28 04:58:36.279984 [ 266 ] {f9c79147-18dc-43b7-9e81-52cae0dcd0fd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8032 2024.11.28 04:58:36.280071 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8033 2024.11.28 04:58:36.280453 [ 266 ] {f9c79147-18dc-43b7-9e81-52cae0dcd0fd} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8034 2024.11.28 04:58:36.280611 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8035 2024.11.28 04:58:36.280740 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8036 2024.11.28 04:58:36.280852 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8037 2024.11.28 04:58:36.280936 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8038 2024.11.28 04:58:36.280964 [ 187 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_26_5} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8039 2024.11.28 04:58:36.281152 [ 266 ] {f9c79147-18dc-43b7-9e81-52cae0dcd0fd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005358 sec., 44232.92273236282 rows/sec., 2.96 MiB/sec.
8040 2024.11.28 04:58:36.281295 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8041 2024.11.28 04:58:36.281372 [ 266 ] {f9c79147-18dc-43b7-9e81-52cae0dcd0fd} <Debug> TCPHandler: Processed in 0.005913691 sec.
8042 2024.11.28 04:58:36.281407 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
8043 2024.11.28 04:58:36.281553 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8044 2024.11.28 04:58:36.281580 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8045 2024.11.28 04:58:36.281612 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14156 rows starting from the beginning of the part
8046 2024.11.28 04:58:36.281803 [ 261 ] {66d9b164-4deb-400a-a6e6-aa0286584c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8047 2024.11.28 04:58:36.281826 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
8048 2024.11.28 04:58:36.281973 [ 261 ] {66d9b164-4deb-400a-a6e6-aa0286584c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8049 2024.11.28 04:58:36.282128 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
8050 2024.11.28 04:58:36.282506 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 239 rows starting from the beginning of the part
8051 2024.11.28 04:58:36.282888 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
8052 2024.11.28 04:58:36.283249 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part
8053 2024.11.28 04:58:36.284032 [ 261 ] {66d9b164-4deb-400a-a6e6-aa0286584c64} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8054 2024.11.28 04:58:36.284074 [ 261 ] {66d9b164-4deb-400a-a6e6-aa0286584c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8055 2024.11.28 04:58:36.284462 [ 261 ] {66d9b164-4deb-400a-a6e6-aa0286584c64} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8056 2024.11.28 04:58:36.284956 [ 261 ] {66d9b164-4deb-400a-a6e6-aa0286584c64} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8057 2024.11.28 04:58:36.285367 [ 261 ] {66d9b164-4deb-400a-a6e6-aa0286584c64} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003682 sec., 271.59152634437805 rows/sec., 18.30 KiB/sec.
8058 2024.11.28 04:58:36.285630 [ 261 ] {66d9b164-4deb-400a-a6e6-aa0286584c64} <Debug> TCPHandler: Processed in 0.004157072 sec.
8059 2024.11.28 04:58:36.285940 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8060 2024.11.28 04:58:36.286122 [ 266 ] {7c130c91-280d-41be-889f-4aa80ec177ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8061 2024.11.28 04:58:36.286237 [ 266 ] {7c130c91-280d-41be-889f-4aa80ec177ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8062 2024.11.28 04:58:36.287871 [ 266 ] {7c130c91-280d-41be-889f-4aa80ec177ce} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8063 2024.11.28 04:58:36.287911 [ 266 ] {7c130c91-280d-41be-889f-4aa80ec177ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8064 2024.11.28 04:58:36.289102 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15189 rows, containing 5 columns (5 merged, 0 gathered) in 0.008028818 sec., 1891810.2266111898 rows/sec., 127.30 MiB/sec.
8065 2024.11.28 04:58:36.289283 [ 266 ] {7c130c91-280d-41be-889f-4aa80ec177ce} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8066 2024.11.28 04:58:36.289555 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8067 2024.11.28 04:58:36.289791 [ 266 ] {7c130c91-280d-41be-889f-4aa80ec177ce} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8068 2024.11.28 04:58:36.290242 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8069 2024.11.28 04:58:36.290330 [ 266 ] {7c130c91-280d-41be-889f-4aa80ec177ce} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004233 sec., 1889.9125915426412 rows/sec., 3.39 MiB/sec.
8070 2024.11.28 04:58:36.290529 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8071 2024.11.28 04:58:36.290632 [ 266 ] {7c130c91-280d-41be-889f-4aa80ec177ce} <Debug> TCPHandler: Processed in 0.004888918 sec.
8072 2024.11.28 04:58:36.290804 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB.
8073 2024.11.28 04:58:36.290905 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8074 2024.11.28 04:58:36.291043 [ 261 ] {76067c79-c0c3-4d0f-b099-f5038f9ae21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8075 2024.11.28 04:58:36.291102 [ 261 ] {76067c79-c0c3-4d0f-b099-f5038f9ae21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8076 2024.11.28 04:58:36.291641 [ 261 ] {76067c79-c0c3-4d0f-b099-f5038f9ae21f} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8077 2024.11.28 04:58:36.291680 [ 261 ] {76067c79-c0c3-4d0f-b099-f5038f9ae21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8078 2024.11.28 04:58:36.292057 [ 261 ] {76067c79-c0c3-4d0f-b099-f5038f9ae21f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8079 2024.11.28 04:58:36.292295 [ 261 ] {76067c79-c0c3-4d0f-b099-f5038f9ae21f} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8080 2024.11.28 04:58:36.292470 [ 65 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8081 2024.11.28 04:58:36.292529 [ 65 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8082 2024.11.28 04:58:36.292538 [ 261 ] {76067c79-c0c3-4d0f-b099-f5038f9ae21f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001512 sec., 54232.80423280423 rows/sec., 3.44 MiB/sec.
8083 2024.11.28 04:58:36.292572 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8084 2024.11.28 04:58:36.292680 [ 261 ] {76067c79-c0c3-4d0f-b099-f5038f9ae21f} <Debug> TCPHandler: Processed in 0.001915233 sec.
8085 2024.11.28 04:58:36.292868 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
8086 2024.11.28 04:58:36.293040 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8087 2024.11.28 04:58:36.293088 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2636 rows starting from the beginning of the part
8088 2024.11.28 04:58:36.293214 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
8089 2024.11.28 04:58:36.293390 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
8090 2024.11.28 04:58:36.293548 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
8091 2024.11.28 04:58:36.293678 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
8092 2024.11.28 04:58:36.293796 [ 194 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part
8093 2024.11.28 04:58:36.295363 [ 200 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3002 rows, containing 4 columns (4 merged, 0 gathered) in 0.002660169 sec., 1128499.73065621 rows/sec., 72.99 MiB/sec.
8094 2024.11.28 04:58:36.295692 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8095 2024.11.28 04:58:36.296023 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_51_10} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8096 2024.11.28 04:58:36.296114 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_51_10} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8097 2024.11.28 04:58:36.296202 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
8098 2024.11.28 04:58:36.806252 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
8099 2024.11.28 04:58:36.826168 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8100 2024.11.28 04:58:36.826231 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8101 2024.11.28 04:58:36.834427 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8102 2024.11.28 04:58:36.835217 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8103 2024.11.28 04:58:36.838274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
8104 2024.11.28 04:58:40.655536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1120
8105 2024.11.28 04:58:40.658600 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8106 2024.11.28 04:58:40.658644 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8107 2024.11.28 04:58:40.660097 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8108 2024.11.28 04:58:40.660414 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8109 2024.11.28 04:58:40.661826 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1120
8110 2024.11.28 04:58:41.287766 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8111 2024.11.28 04:58:41.287963 [ 261 ] {e200496f-074e-490c-a59d-aa535443c75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8112 2024.11.28 04:58:41.288036 [ 261 ] {e200496f-074e-490c-a59d-aa535443c75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8113 2024.11.28 04:58:41.288808 [ 261 ] {e200496f-074e-490c-a59d-aa535443c75c} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8114 2024.11.28 04:58:41.288853 [ 261 ] {e200496f-074e-490c-a59d-aa535443c75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8115 2024.11.28 04:58:41.289290 [ 261 ] {e200496f-074e-490c-a59d-aa535443c75c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8116 2024.11.28 04:58:41.289566 [ 261 ] {e200496f-074e-490c-a59d-aa535443c75c} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8117 2024.11.28 04:58:41.289828 [ 261 ] {e200496f-074e-490c-a59d-aa535443c75c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001911 sec., 3139.717425431711 rows/sec., 256.02 KiB/sec.
8118 2024.11.28 04:58:41.290046 [ 261 ] {e200496f-074e-490c-a59d-aa535443c75c} <Debug> TCPHandler: Processed in 0.002409383 sec.
8119 2024.11.28 04:58:41.290325 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8120 2024.11.28 04:58:41.290537 [ 266 ] {680a5353-dcfb-47fa-a819-f02aa0830fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8121 2024.11.28 04:58:41.290616 [ 266 ] {680a5353-dcfb-47fa-a819-f02aa0830fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8122 2024.11.28 04:58:41.292202 [ 266 ] {680a5353-dcfb-47fa-a819-f02aa0830fa8} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8123 2024.11.28 04:58:41.292246 [ 266 ] {680a5353-dcfb-47fa-a819-f02aa0830fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8124 2024.11.28 04:58:41.292801 [ 266 ] {680a5353-dcfb-47fa-a819-f02aa0830fa8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8125 2024.11.28 04:58:41.293268 [ 266 ] {680a5353-dcfb-47fa-a819-f02aa0830fa8} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8126 2024.11.28 04:58:41.293516 [ 266 ] {680a5353-dcfb-47fa-a819-f02aa0830fa8} <Debug> executeQuery: Read 1261 rows, 106.56 KiB in 0.003036 sec., 415349.1436100132 rows/sec., 34.28 MiB/sec.
8127 2024.11.28 04:58:41.293629 [ 266 ] {680a5353-dcfb-47fa-a819-f02aa0830fa8} <Debug> TCPHandler: Processed in 0.003439306 sec.
8128 2024.11.28 04:58:41.293828 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8129 2024.11.28 04:58:41.293975 [ 261 ] {f99979ca-974b-4cb0-8583-55415f238e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8130 2024.11.28 04:58:41.294037 [ 261 ] {f99979ca-974b-4cb0-8583-55415f238e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8131 2024.11.28 04:58:41.294735 [ 261 ] {f99979ca-974b-4cb0-8583-55415f238e6a} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8132 2024.11.28 04:58:41.294775 [ 261 ] {f99979ca-974b-4cb0-8583-55415f238e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8133 2024.11.28 04:58:41.295148 [ 261 ] {f99979ca-974b-4cb0-8583-55415f238e6a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8134 2024.11.28 04:58:41.295391 [ 261 ] {f99979ca-974b-4cb0-8583-55415f238e6a} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8135 2024.11.28 04:58:41.295573 [ 261 ] {f99979ca-974b-4cb0-8583-55415f238e6a} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001635 sec., 22629.969418960245 rows/sec., 1.64 MiB/sec.
8136 2024.11.28 04:58:41.295629 [ 261 ] {f99979ca-974b-4cb0-8583-55415f238e6a} <Debug> TCPHandler: Processed in 0.001906442 sec.
8137 2024.11.28 04:58:41.295772 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8138 2024.11.28 04:58:41.295912 [ 266 ] {8f8504e2-5923-4e33-85ec-e11a2f310bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8139 2024.11.28 04:58:41.295969 [ 266 ] {8f8504e2-5923-4e33-85ec-e11a2f310bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8140 2024.11.28 04:58:41.296734 [ 266 ] {8f8504e2-5923-4e33-85ec-e11a2f310bed} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8141 2024.11.28 04:58:41.296774 [ 266 ] {8f8504e2-5923-4e33-85ec-e11a2f310bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8142 2024.11.28 04:58:41.297158 [ 266 ] {8f8504e2-5923-4e33-85ec-e11a2f310bed} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8143 2024.11.28 04:58:41.297399 [ 266 ] {8f8504e2-5923-4e33-85ec-e11a2f310bed} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8144 2024.11.28 04:58:41.297617 [ 266 ] {8f8504e2-5923-4e33-85ec-e11a2f310bed} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001736 sec., 131336.40552995392 rows/sec., 8.89 MiB/sec.
8145 2024.11.28 04:58:41.297670 [ 266 ] {8f8504e2-5923-4e33-85ec-e11a2f310bed} <Debug> TCPHandler: Processed in 0.001966964 sec.
8146 2024.11.28 04:58:41.297810 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8147 2024.11.28 04:58:41.297934 [ 261 ] {6b7f2fb1-110f-4e6e-96b8-aee76cbde3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8148 2024.11.28 04:58:41.297982 [ 261 ] {6b7f2fb1-110f-4e6e-96b8-aee76cbde3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8149 2024.11.28 04:58:41.298808 [ 261 ] {6b7f2fb1-110f-4e6e-96b8-aee76cbde3e3} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8150 2024.11.28 04:58:41.298847 [ 261 ] {6b7f2fb1-110f-4e6e-96b8-aee76cbde3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8151 2024.11.28 04:58:41.299242 [ 261 ] {6b7f2fb1-110f-4e6e-96b8-aee76cbde3e3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8152 2024.11.28 04:58:41.299489 [ 261 ] {6b7f2fb1-110f-4e6e-96b8-aee76cbde3e3} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8153 2024.11.28 04:58:41.299709 [ 261 ] {6b7f2fb1-110f-4e6e-96b8-aee76cbde3e3} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.001801 sec., 309272.6263187118 rows/sec., 22.98 MiB/sec.
8154 2024.11.28 04:58:41.299767 [ 261 ] {6b7f2fb1-110f-4e6e-96b8-aee76cbde3e3} <Debug> TCPHandler: Processed in 0.002016615 sec.
8155 2024.11.28 04:58:41.299935 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8156 2024.11.28 04:58:41.300074 [ 266 ] {6b121934-0096-40c5-bac0-3cb2d641f7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8157 2024.11.28 04:58:41.300135 [ 266 ] {6b121934-0096-40c5-bac0-3cb2d641f7ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8158 2024.11.28 04:58:41.300985 [ 266 ] {6b121934-0096-40c5-bac0-3cb2d641f7ae} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8159 2024.11.28 04:58:41.301024 [ 266 ] {6b121934-0096-40c5-bac0-3cb2d641f7ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8160 2024.11.28 04:58:41.301466 [ 266 ] {6b121934-0096-40c5-bac0-3cb2d641f7ae} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8161 2024.11.28 04:58:41.301705 [ 266 ] {6b121934-0096-40c5-bac0-3cb2d641f7ae} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8162 2024.11.28 04:58:41.301926 [ 266 ] {6b121934-0096-40c5-bac0-3cb2d641f7ae} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001883 sec., 468932.5544344132 rows/sec., 31.55 MiB/sec.
8163 2024.11.28 04:58:41.301979 [ 266 ] {6b121934-0096-40c5-bac0-3cb2d641f7ae} <Debug> TCPHandler: Processed in 0.002111347 sec.
8164 2024.11.28 04:58:41.302158 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8165 2024.11.28 04:58:41.302299 [ 261 ] {116d7f69-9d12-4892-ac2c-14f6cbda28f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8166 2024.11.28 04:58:41.302395 [ 261 ] {116d7f69-9d12-4892-ac2c-14f6cbda28f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8167 2024.11.28 04:58:41.303649 [ 261 ] {116d7f69-9d12-4892-ac2c-14f6cbda28f5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8168 2024.11.28 04:58:41.303691 [ 261 ] {116d7f69-9d12-4892-ac2c-14f6cbda28f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8169 2024.11.28 04:58:41.304365 [ 261 ] {116d7f69-9d12-4892-ac2c-14f6cbda28f5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8170 2024.11.28 04:58:41.304639 [ 261 ] {116d7f69-9d12-4892-ac2c-14f6cbda28f5} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8171 2024.11.28 04:58:41.304837 [ 58 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8172 2024.11.28 04:58:41.304929 [ 58 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8173 2024.11.28 04:58:41.304937 [ 261 ] {116d7f69-9d12-4892-ac2c-14f6cbda28f5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00266 sec., 11654.135338345865 rows/sec., 20.88 MiB/sec.
8174 2024.11.28 04:58:41.304970 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8175 2024.11.28 04:58:41.305539 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
8176 2024.11.28 04:58:41.305656 [ 261 ] {116d7f69-9d12-4892-ac2c-14f6cbda28f5} <Debug> TCPHandler: Processed in 0.003561799 sec.
8177 2024.11.28 04:58:41.306003 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8178 2024.11.28 04:58:41.306496 [ 266 ] {ba8eadb7-8425-4e63-8b99-310b806ec26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8179 2024.11.28 04:58:41.306640 [ 266 ] {ba8eadb7-8425-4e63-8b99-310b806ec26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8180 2024.11.28 04:58:41.306843 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8181 2024.11.28 04:58:41.307104 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 905 rows starting from the beginning of the part
8182 2024.11.28 04:58:41.307843 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
8183 2024.11.28 04:58:41.308647 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part
8184 2024.11.28 04:58:41.309046 [ 266 ] {ba8eadb7-8425-4e63-8b99-310b806ec26d} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8185 2024.11.28 04:58:41.309226 [ 266 ] {ba8eadb7-8425-4e63-8b99-310b806ec26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8186 2024.11.28 04:58:41.309421 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 31 rows starting from the beginning of the part
8187 2024.11.28 04:58:41.310008 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part
8188 2024.11.28 04:58:41.310561 [ 200 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part
8189 2024.11.28 04:58:41.311118 [ 266 ] {ba8eadb7-8425-4e63-8b99-310b806ec26d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8190 2024.11.28 04:58:41.311711 [ 266 ] {ba8eadb7-8425-4e63-8b99-310b806ec26d} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8191 2024.11.28 04:58:41.312283 [ 266 ] {ba8eadb7-8425-4e63-8b99-310b806ec26d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005979 sec., 10035.122930255895 rows/sec., 692.53 KiB/sec.
8192 2024.11.28 04:58:41.312700 [ 266 ] {ba8eadb7-8425-4e63-8b99-310b806ec26d} <Debug> TCPHandler: Processed in 0.006931054 sec.
8193 2024.11.28 04:58:41.319606 [ 188 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1014 rows, containing 19 columns (19 merged, 0 gathered) in 0.014494411 sec., 69957.99967311538 rows/sec., 125.36 MiB/sec.
8194 2024.11.28 04:58:41.321318 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8195 2024.11.28 04:58:41.321820 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8196 2024.11.28 04:58:41.321923 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8197 2024.11.28 04:58:41.322108 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.26 MiB.
8198 2024.11.28 04:58:42.000229 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.87 MiB, peak 224.58 MiB, free memory in arenas 0.00 B, will set to 217.07 MiB (RSS), difference: 3.20 MiB
8199 2024.11.28 04:58:43.076931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
8200 2024.11.28 04:58:43.077609 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8201 2024.11.28 04:58:43.077663 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8202 2024.11.28 04:58:43.078176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8203 2024.11.28 04:58:43.078431 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8204 2024.11.28 04:58:43.078744 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
8205 2024.11.28 04:58:44.339313 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
8206 2024.11.28 04:58:44.360744 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8207 2024.11.28 04:58:44.360803 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8208 2024.11.28 04:58:44.368368 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8209 2024.11.28 04:58:44.369180 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8210 2024.11.28 04:58:44.373345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
8211 2024.11.28 04:58:46.261208 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8212 2024.11.28 04:58:46.261493 [ 261 ] {b76cace9-7886-4764-a0df-7d1ada898afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8213 2024.11.28 04:58:46.261599 [ 261 ] {b76cace9-7886-4764-a0df-7d1ada898afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8214 2024.11.28 04:58:46.262472 [ 261 ] {b76cace9-7886-4764-a0df-7d1ada898afa} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8215 2024.11.28 04:58:46.262523 [ 261 ] {b76cace9-7886-4764-a0df-7d1ada898afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8216 2024.11.28 04:58:46.262957 [ 261 ] {b76cace9-7886-4764-a0df-7d1ada898afa} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8217 2024.11.28 04:58:46.263214 [ 261 ] {b76cace9-7886-4764-a0df-7d1ada898afa} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8218 2024.11.28 04:58:46.263460 [ 261 ] {b76cace9-7886-4764-a0df-7d1ada898afa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002046 sec., 6842.619745845552 rows/sec., 492.58 KiB/sec.
8219 2024.11.28 04:58:46.263517 [ 261 ] {b76cace9-7886-4764-a0df-7d1ada898afa} <Debug> TCPHandler: Processed in 0.002488945 sec.
8220 2024.11.28 04:58:46.263829 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8221 2024.11.28 04:58:46.264114 [ 266 ] {8df46b16-e510-4729-b5b2-7e78993982ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8222 2024.11.28 04:58:46.264209 [ 266 ] {8df46b16-e510-4729-b5b2-7e78993982ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8223 2024.11.28 04:58:46.265242 [ 266 ] {8df46b16-e510-4729-b5b2-7e78993982ab} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8224 2024.11.28 04:58:46.265293 [ 266 ] {8df46b16-e510-4729-b5b2-7e78993982ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8225 2024.11.28 04:58:46.265742 [ 266 ] {8df46b16-e510-4729-b5b2-7e78993982ab} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8226 2024.11.28 04:58:46.266016 [ 266 ] {8df46b16-e510-4729-b5b2-7e78993982ab} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8227 2024.11.28 04:58:46.266246 [ 54 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8228 2024.11.28 04:58:46.266300 [ 266 ] {8df46b16-e510-4729-b5b2-7e78993982ab} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002259 sec., 96945.55112881806 rows/sec., 8.45 MiB/sec.
8229 2024.11.28 04:58:46.266361 [ 54 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8230 2024.11.28 04:58:46.266459 [ 266 ] {8df46b16-e510-4729-b5b2-7e78993982ab} <Debug> TCPHandler: Processed in 0.002800542 sec.
8231 2024.11.28 04:58:46.266459 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8232 2024.11.28 04:58:46.266686 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
8233 2024.11.28 04:58:46.266704 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8234 2024.11.28 04:58:46.266901 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8235 2024.11.28 04:58:46.266965 [ 261 ] {465e87ff-1a76-42b5-9845-33216f44b702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8236 2024.11.28 04:58:46.266979 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1432 rows starting from the beginning of the part
8237 2024.11.28 04:58:46.267062 [ 261 ] {465e87ff-1a76-42b5-9845-33216f44b702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8238 2024.11.28 04:58:46.267250 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 221 rows starting from the beginning of the part
8239 2024.11.28 04:58:46.267708 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 118 rows starting from the beginning of the part
8240 2024.11.28 04:58:46.268059 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 219 rows starting from the beginning of the part
8241 2024.11.28 04:58:46.268400 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1261 rows starting from the beginning of the part
8242 2024.11.28 04:58:46.268812 [ 188 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 219 rows starting from the beginning of the part
8243 2024.11.28 04:58:46.269905 [ 261 ] {465e87ff-1a76-42b5-9845-33216f44b702} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8244 2024.11.28 04:58:46.269973 [ 261 ] {465e87ff-1a76-42b5-9845-33216f44b702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8245 2024.11.28 04:58:46.270935 [ 261 ] {465e87ff-1a76-42b5-9845-33216f44b702} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8246 2024.11.28 04:58:46.271387 [ 261 ] {465e87ff-1a76-42b5-9845-33216f44b702} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8247 2024.11.28 04:58:46.271682 [ 261 ] {465e87ff-1a76-42b5-9845-33216f44b702} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004778 sec., 3139.3888656341564 rows/sec., 221.35 KiB/sec.
8248 2024.11.28 04:58:46.271745 [ 261 ] {465e87ff-1a76-42b5-9845-33216f44b702} <Debug> TCPHandler: Processed in 0.005140604 sec.
8249 2024.11.28 04:58:46.271946 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8250 2024.11.28 04:58:46.272092 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3470 rows, containing 5 columns (5 merged, 0 gathered) in 0.005487192 sec., 632381.7355033321 rows/sec., 55.42 MiB/sec.
8251 2024.11.28 04:58:46.272122 [ 266 ] {6a498e17-5086-4b87-b767-028080486b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8252 2024.11.28 04:58:46.272224 [ 266 ] {6a498e17-5086-4b87-b767-028080486b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8253 2024.11.28 04:58:46.272491 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8254 2024.11.28 04:58:46.273227 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8255 2024.11.28 04:58:46.273387 [ 266 ] {6a498e17-5086-4b87-b767-028080486b8c} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8256 2024.11.28 04:58:46.273451 [ 199 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_56_11} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8257 2024.11.28 04:58:46.273451 [ 266 ] {6a498e17-5086-4b87-b767-028080486b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8258 2024.11.28 04:58:46.273656 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
8259 2024.11.28 04:58:46.273963 [ 266 ] {6a498e17-5086-4b87-b767-028080486b8c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8260 2024.11.28 04:58:46.274210 [ 266 ] {6a498e17-5086-4b87-b767-028080486b8c} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8261 2024.11.28 04:58:46.274388 [ 54 ] {} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8262 2024.11.28 04:58:46.274444 [ 54 ] {} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8263 2024.11.28 04:58:46.274457 [ 266 ] {6a498e17-5086-4b87-b767-028080486b8c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002372 sec., 5902.192242833053 rows/sec., 413.35 KiB/sec.
8264 2024.11.28 04:58:46.274480 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8265 2024.11.28 04:58:46.274630 [ 266 ] {6a498e17-5086-4b87-b767-028080486b8c} <Debug> TCPHandler: Processed in 0.002766792 sec.
8266 2024.11.28 04:58:46.274683 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::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
8267 2024.11.28 04:58:46.274820 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8268 2024.11.28 04:58:46.274835 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8269 2024.11.28 04:58:46.274855 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part
8270 2024.11.28 04:58:46.275081 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
8271 2024.11.28 04:58:46.275242 [ 261 ] {fa6e8652-2433-43bb-a6a5-83ac188aec12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8272 2024.11.28 04:58:46.275380 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
8273 2024.11.28 04:58:46.275448 [ 261 ] {fa6e8652-2433-43bb-a6a5-83ac188aec12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8274 2024.11.28 04:58:46.275744 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
8275 2024.11.28 04:58:46.276040 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 228 rows starting from the beginning of the part
8276 2024.11.28 04:58:46.276399 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
8277 2024.11.28 04:58:46.277944 [ 261 ] {fa6e8652-2433-43bb-a6a5-83ac188aec12} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8278 2024.11.28 04:58:46.278013 [ 261 ] {fa6e8652-2433-43bb-a6a5-83ac188aec12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8279 2024.11.28 04:58:46.278963 [ 261 ] {fa6e8652-2433-43bb-a6a5-83ac188aec12} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8280 2024.11.28 04:58:46.279155 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004553321 sec., 115739.69856287312 rows/sec., 8.29 MiB/sec.
8281 2024.11.28 04:58:46.279321 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8282 2024.11.28 04:58:46.279460 [ 261 ] {fa6e8652-2433-43bb-a6a5-83ac188aec12} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8283 2024.11.28 04:58:46.279893 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8284 2024.11.28 04:58:46.279908 [ 261 ] {fa6e8652-2433-43bb-a6a5-83ac188aec12} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004818 sec., 2698.21502698215 rows/sec., 168.23 KiB/sec.
8285 2024.11.28 04:58:46.280088 [ 261 ] {fa6e8652-2433-43bb-a6a5-83ac188aec12} <Debug> TCPHandler: Processed in 0.005342939 sec.
8286 2024.11.28 04:58:46.280099 [ 193 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_36_7} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8287 2024.11.28 04:58:46.280239 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
8288 2024.11.28 04:58:46.280291 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8289 2024.11.28 04:58:46.280400 [ 266 ] {7bd21a7b-dd57-4279-8034-350f1d76c133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8290 2024.11.28 04:58:46.280448 [ 266 ] {7bd21a7b-dd57-4279-8034-350f1d76c133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8291 2024.11.28 04:58:46.281153 [ 266 ] {7bd21a7b-dd57-4279-8034-350f1d76c133} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8292 2024.11.28 04:58:46.281191 [ 266 ] {7bd21a7b-dd57-4279-8034-350f1d76c133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8293 2024.11.28 04:58:46.281566 [ 266 ] {7bd21a7b-dd57-4279-8034-350f1d76c133} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8294 2024.11.28 04:58:46.281812 [ 266 ] {7bd21a7b-dd57-4279-8034-350f1d76c133} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8295 2024.11.28 04:58:46.281989 [ 54 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8296 2024.11.28 04:58:46.282048 [ 54 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8297 2024.11.28 04:58:46.282063 [ 266 ] {7bd21a7b-dd57-4279-8034-350f1d76c133} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001677 sec., 232558.1395348837 rows/sec., 16.49 MiB/sec.
8298 2024.11.28 04:58:46.282089 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8299 2024.11.28 04:58:46.282192 [ 266 ] {7bd21a7b-dd57-4279-8034-350f1d76c133} <Debug> TCPHandler: Processed in 0.001965544 sec.
8300 2024.11.28 04:58:46.282429 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
8301 2024.11.28 04:58:46.282509 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8302 2024.11.28 04:58:46.282945 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8303 2024.11.28 04:58:46.283005 [ 261 ] {807f5aef-5c42-4059-be40-005eaa30a7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8304 2024.11.28 04:58:46.283036 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part
8305 2024.11.28 04:58:46.283173 [ 261 ] {807f5aef-5c42-4059-be40-005eaa30a7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8306 2024.11.28 04:58:46.283401 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 394 rows starting from the beginning of the part
8307 2024.11.28 04:58:46.283795 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 95 rows starting from the beginning of the part
8308 2024.11.28 04:58:46.284198 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 390 rows starting from the beginning of the part
8309 2024.11.28 04:58:46.284477 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 557 rows starting from the beginning of the part
8310 2024.11.28 04:58:46.284801 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 390 rows starting from the beginning of the part
8311 2024.11.28 04:58:46.285509 [ 261 ] {807f5aef-5c42-4059-be40-005eaa30a7ab} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8312 2024.11.28 04:58:46.285581 [ 261 ] {807f5aef-5c42-4059-be40-005eaa30a7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8313 2024.11.28 04:58:46.286475 [ 261 ] {807f5aef-5c42-4059-be40-005eaa30a7ab} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8314 2024.11.28 04:58:46.286990 [ 261 ] {807f5aef-5c42-4059-be40-005eaa30a7ab} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8315 2024.11.28 04:58:46.287248 [ 261 ] {807f5aef-5c42-4059-be40-005eaa30a7ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004424 sec., 1356.23869801085 rows/sec., 70.86 KiB/sec.
8316 2024.11.28 04:58:46.287310 [ 261 ] {807f5aef-5c42-4059-be40-005eaa30a7ab} <Debug> TCPHandler: Processed in 0.004997431 sec.
8317 2024.11.28 04:58:46.287521 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8318 2024.11.28 04:58:46.287626 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2739 rows, containing 5 columns (5 merged, 0 gathered) in 0.0054126 sec., 506041.4588183128 rows/sec., 38.61 MiB/sec.
8319 2024.11.28 04:58:46.287700 [ 266 ] {b3162e86-3d05-4b0d-8114-c2336ae7ae13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8320 2024.11.28 04:58:46.287768 [ 266 ] {b3162e86-3d05-4b0d-8114-c2336ae7ae13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8321 2024.11.28 04:58:46.287787 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8322 2024.11.28 04:58:46.288183 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8323 2024.11.28 04:58:46.288299 [ 197 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_56_11} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8324 2024.11.28 04:58:46.288394 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
8325 2024.11.28 04:58:46.288532 [ 266 ] {b3162e86-3d05-4b0d-8114-c2336ae7ae13} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8326 2024.11.28 04:58:46.288570 [ 266 ] {b3162e86-3d05-4b0d-8114-c2336ae7ae13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8327 2024.11.28 04:58:46.288958 [ 266 ] {b3162e86-3d05-4b0d-8114-c2336ae7ae13} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8328 2024.11.28 04:58:46.289207 [ 266 ] {b3162e86-3d05-4b0d-8114-c2336ae7ae13} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8329 2024.11.28 04:58:46.289386 [ 266 ] {b3162e86-3d05-4b0d-8114-c2336ae7ae13} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec.
8330 2024.11.28 04:58:46.289438 [ 266 ] {b3162e86-3d05-4b0d-8114-c2336ae7ae13} <Debug> TCPHandler: Processed in 0.002023515 sec.
8331 2024.11.28 04:58:46.289592 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8332 2024.11.28 04:58:46.289710 [ 261 ] {4538a9c2-66d4-4183-8560-0a8fdad993f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8333 2024.11.28 04:58:46.289769 [ 261 ] {4538a9c2-66d4-4183-8560-0a8fdad993f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8334 2024.11.28 04:58:46.290334 [ 261 ] {4538a9c2-66d4-4183-8560-0a8fdad993f9} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8335 2024.11.28 04:58:46.290380 [ 261 ] {4538a9c2-66d4-4183-8560-0a8fdad993f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8336 2024.11.28 04:58:46.290806 [ 261 ] {4538a9c2-66d4-4183-8560-0a8fdad993f9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8337 2024.11.28 04:58:46.291057 [ 261 ] {4538a9c2-66d4-4183-8560-0a8fdad993f9} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8338 2024.11.28 04:58:46.291286 [ 261 ] {4538a9c2-66d4-4183-8560-0a8fdad993f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001601 sec., 624.6096189881324 rows/sec., 42.09 KiB/sec.
8339 2024.11.28 04:58:46.291407 [ 261 ] {4538a9c2-66d4-4183-8560-0a8fdad993f9} <Debug> TCPHandler: Processed in 0.001873042 sec.
8340 2024.11.28 04:58:46.291570 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8341 2024.11.28 04:58:46.291685 [ 266 ] {8ea98fcf-d4e4-4e8f-9303-0dccc28707f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8342 2024.11.28 04:58:46.291768 [ 266 ] {8ea98fcf-d4e4-4e8f-9303-0dccc28707f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8343 2024.11.28 04:58:46.293011 [ 266 ] {8ea98fcf-d4e4-4e8f-9303-0dccc28707f0} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8344 2024.11.28 04:58:46.293049 [ 266 ] {8ea98fcf-d4e4-4e8f-9303-0dccc28707f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8345 2024.11.28 04:58:46.293662 [ 266 ] {8ea98fcf-d4e4-4e8f-9303-0dccc28707f0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8346 2024.11.28 04:58:46.293935 [ 266 ] {8ea98fcf-d4e4-4e8f-9303-0dccc28707f0} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8347 2024.11.28 04:58:46.294141 [ 266 ] {8ea98fcf-d4e4-4e8f-9303-0dccc28707f0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00248 sec., 3225.8064516129034 rows/sec., 5.78 MiB/sec.
8348 2024.11.28 04:58:46.294252 [ 266 ] {8ea98fcf-d4e4-4e8f-9303-0dccc28707f0} <Debug> TCPHandler: Processed in 0.002739001 sec.
8349 2024.11.28 04:58:46.294410 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8350 2024.11.28 04:58:46.294549 [ 261 ] {951473be-a564-4411-9cf2-7953c5493be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8351 2024.11.28 04:58:46.294609 [ 261 ] {951473be-a564-4411-9cf2-7953c5493be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8352 2024.11.28 04:58:46.295132 [ 261 ] {951473be-a564-4411-9cf2-7953c5493be4} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8353 2024.11.28 04:58:46.295171 [ 261 ] {951473be-a564-4411-9cf2-7953c5493be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8354 2024.11.28 04:58:46.295544 [ 261 ] {951473be-a564-4411-9cf2-7953c5493be4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8355 2024.11.28 04:58:46.295784 [ 261 ] {951473be-a564-4411-9cf2-7953c5493be4} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8356 2024.11.28 04:58:46.296043 [ 261 ] {951473be-a564-4411-9cf2-7953c5493be4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec.
8357 2024.11.28 04:58:46.296206 [ 261 ] {951473be-a564-4411-9cf2-7953c5493be4} <Debug> TCPHandler: Processed in 0.001859581 sec.
8358 2024.11.28 04:58:50.428811 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
8359 2024.11.28 04:58:50.428883 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
8360 2024.11.28 04:58:50.579848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
8361 2024.11.28 04:58:50.580500 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8362 2024.11.28 04:58:50.580548 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8363 2024.11.28 04:58:50.581086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8364 2024.11.28 04:58:50.581344 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8365 2024.11.28 04:58:50.581615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8366 2024.11.28 04:58:50.663004 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1158
8367 2024.11.28 04:58:50.666195 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8368 2024.11.28 04:58:50.666246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8369 2024.11.28 04:58:50.667731 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8370 2024.11.28 04:58:50.668045 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8371 2024.11.28 04:58:50.669427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1158
8372 2024.11.28 04:58:51.258361 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8373 2024.11.28 04:58:51.258583 [ 261 ] {0fa4d565-7db3-4bb7-98e8-e2db69864f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8374 2024.11.28 04:58:51.258666 [ 261 ] {0fa4d565-7db3-4bb7-98e8-e2db69864f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8375 2024.11.28 04:58:51.259513 [ 261 ] {0fa4d565-7db3-4bb7-98e8-e2db69864f6f} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8376 2024.11.28 04:58:51.259566 [ 261 ] {0fa4d565-7db3-4bb7-98e8-e2db69864f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8377 2024.11.28 04:58:51.260030 [ 261 ] {0fa4d565-7db3-4bb7-98e8-e2db69864f6f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8378 2024.11.28 04:58:51.260293 [ 261 ] {0fa4d565-7db3-4bb7-98e8-e2db69864f6f} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8379 2024.11.28 04:58:51.260566 [ 261 ] {0fa4d565-7db3-4bb7-98e8-e2db69864f6f} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002032 sec., 58070.86614173229 rows/sec., 4.91 MiB/sec.
8380 2024.11.28 04:58:51.260677 [ 261 ] {0fa4d565-7db3-4bb7-98e8-e2db69864f6f} <Debug> TCPHandler: Processed in 0.002452795 sec.
8381 2024.11.28 04:58:51.260992 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8382 2024.11.28 04:58:51.261199 [ 266 ] {4ceb3647-d2b4-4162-8f1a-f69dc164faea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8383 2024.11.28 04:58:51.261279 [ 266 ] {4ceb3647-d2b4-4162-8f1a-f69dc164faea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8384 2024.11.28 04:58:51.262106 [ 266 ] {4ceb3647-d2b4-4162-8f1a-f69dc164faea} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8385 2024.11.28 04:58:51.262151 [ 266 ] {4ceb3647-d2b4-4162-8f1a-f69dc164faea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8386 2024.11.28 04:58:51.262588 [ 266 ] {4ceb3647-d2b4-4162-8f1a-f69dc164faea} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8387 2024.11.28 04:58:51.262848 [ 266 ] {4ceb3647-d2b4-4162-8f1a-f69dc164faea} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8388 2024.11.28 04:58:51.262988 [ 45 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8389 2024.11.28 04:58:51.263026 [ 45 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8390 2024.11.28 04:58:51.263053 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8391 2024.11.28 04:58:51.263059 [ 266 ] {4ceb3647-d2b4-4162-8f1a-f69dc164faea} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001918 sec., 16162.66944734098 rows/sec., 1.19 MiB/sec.
8392 2024.11.28 04:58:51.263183 [ 266 ] {4ceb3647-d2b4-4162-8f1a-f69dc164faea} <Debug> TCPHandler: Processed in 0.002355252 sec.
8393 2024.11.28 04:58:51.263210 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
8394 2024.11.28 04:58:51.263339 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8395 2024.11.28 04:58:51.263369 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 64 rows starting from the beginning of the part
8396 2024.11.28 04:58:51.263396 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8397 2024.11.28 04:58:51.263525 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 31 rows starting from the beginning of the part
8398 2024.11.28 04:58:51.263798 [ 261 ] {945a013f-d432-4282-b563-bc5cb1a2b080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8399 2024.11.28 04:58:51.263877 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 15 rows starting from the beginning of the part
8400 2024.11.28 04:58:51.263991 [ 261 ] {945a013f-d432-4282-b563-bc5cb1a2b080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8401 2024.11.28 04:58:51.264292 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 37 rows starting from the beginning of the part
8402 2024.11.28 04:58:51.264590 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 15 rows starting from the beginning of the part
8403 2024.11.28 04:58:51.264967 [ 201 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 31 rows starting from the beginning of the part
8404 2024.11.28 04:58:51.266492 [ 261 ] {945a013f-d432-4282-b563-bc5cb1a2b080} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8405 2024.11.28 04:58:51.266575 [ 261 ] {945a013f-d432-4282-b563-bc5cb1a2b080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8406 2024.11.28 04:58:51.267636 [ 261 ] {945a013f-d432-4282-b563-bc5cb1a2b080} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8407 2024.11.28 04:58:51.267791 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.004668993 sec., 41336.536593650926 rows/sec., 3.12 MiB/sec.
8408 2024.11.28 04:58:51.267996 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8409 2024.11.28 04:58:51.268175 [ 261 ] {945a013f-d432-4282-b563-bc5cb1a2b080} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8410 2024.11.28 04:58:51.268578 [ 261 ] {945a013f-d432-4282-b563-bc5cb1a2b080} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.004953 sec., 19180.29477084595 rows/sec., 1.50 MiB/sec.
8411 2024.11.28 04:58:51.268624 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8412 2024.11.28 04:58:51.268777 [ 261 ] {945a013f-d432-4282-b563-bc5cb1a2b080} <Debug> TCPHandler: Processed in 0.005476191 sec.
8413 2024.11.28 04:58:51.268847 [ 197 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_56_11} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8414 2024.11.28 04:58:51.268967 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8415 2024.11.28 04:58:51.268989 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8416 2024.11.28 04:58:51.269115 [ 266 ] {c80a5f29-cc66-4261-be40-6921b91b38c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8417 2024.11.28 04:58:51.269171 [ 266 ] {c80a5f29-cc66-4261-be40-6921b91b38c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8418 2024.11.28 04:58:51.269737 [ 266 ] {c80a5f29-cc66-4261-be40-6921b91b38c0} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8419 2024.11.28 04:58:51.269775 [ 266 ] {c80a5f29-cc66-4261-be40-6921b91b38c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8420 2024.11.28 04:58:51.270178 [ 266 ] {c80a5f29-cc66-4261-be40-6921b91b38c0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8421 2024.11.28 04:58:51.270440 [ 266 ] {c80a5f29-cc66-4261-be40-6921b91b38c0} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8422 2024.11.28 04:58:51.270624 [ 266 ] {c80a5f29-cc66-4261-be40-6921b91b38c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec.
8423 2024.11.28 04:58:51.270677 [ 266 ] {c80a5f29-cc66-4261-be40-6921b91b38c0} <Debug> TCPHandler: Processed in 0.001770759 sec.
8424 2024.11.28 04:58:51.270837 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8425 2024.11.28 04:58:51.270977 [ 261 ] {7f74850d-61cd-4869-8426-a00a7c678f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8426 2024.11.28 04:58:51.271074 [ 261 ] {7f74850d-61cd-4869-8426-a00a7c678f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8427 2024.11.28 04:58:51.272361 [ 261 ] {7f74850d-61cd-4869-8426-a00a7c678f55} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8428 2024.11.28 04:58:51.272403 [ 261 ] {7f74850d-61cd-4869-8426-a00a7c678f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8429 2024.11.28 04:58:51.273078 [ 261 ] {7f74850d-61cd-4869-8426-a00a7c678f55} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8430 2024.11.28 04:58:51.273346 [ 261 ] {7f74850d-61cd-4869-8426-a00a7c678f55} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8431 2024.11.28 04:58:51.273583 [ 261 ] {7f74850d-61cd-4869-8426-a00a7c678f55} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002641 sec., 11737.978038621734 rows/sec., 21.03 MiB/sec.
8432 2024.11.28 04:58:51.273682 [ 261 ] {7f74850d-61cd-4869-8426-a00a7c678f55} <Debug> TCPHandler: Processed in 0.002904034 sec.
8433 2024.11.28 04:58:51.273851 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8434 2024.11.28 04:58:51.273992 [ 266 ] {15467bc6-fb47-41ad-8661-ae877562e6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8435 2024.11.28 04:58:51.274054 [ 266 ] {15467bc6-fb47-41ad-8661-ae877562e6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8436 2024.11.28 04:58:51.274646 [ 266 ] {15467bc6-fb47-41ad-8661-ae877562e6ce} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8437 2024.11.28 04:58:51.274693 [ 266 ] {15467bc6-fb47-41ad-8661-ae877562e6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8438 2024.11.28 04:58:51.275105 [ 266 ] {15467bc6-fb47-41ad-8661-ae877562e6ce} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8439 2024.11.28 04:58:51.275357 [ 266 ] {15467bc6-fb47-41ad-8661-ae877562e6ce} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8440 2024.11.28 04:58:51.275567 [ 266 ] {15467bc6-fb47-41ad-8661-ae877562e6ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec.
8441 2024.11.28 04:58:51.275618 [ 266 ] {15467bc6-fb47-41ad-8661-ae877562e6ce} <Debug> TCPHandler: Processed in 0.001837071 sec.
8442 2024.11.28 04:58:51.874385 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8443 2024.11.28 04:58:51.896102 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8444 2024.11.28 04:58:51.896162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8445 2024.11.28 04:58:51.903838 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8446 2024.11.28 04:58:51.904628 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8447 2024.11.28 04:58:51.907652 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8448 2024.11.28 04:58:56.261602 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8449 2024.11.28 04:58:56.261838 [ 261 ] {3dec401c-e617-4bd2-b5cc-95e3218c4ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8450 2024.11.28 04:58:56.261923 [ 261 ] {3dec401c-e617-4bd2-b5cc-95e3218c4ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8451 2024.11.28 04:58:56.262721 [ 261 ] {3dec401c-e617-4bd2-b5cc-95e3218c4ba7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8452 2024.11.28 04:58:56.262778 [ 261 ] {3dec401c-e617-4bd2-b5cc-95e3218c4ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8453 2024.11.28 04:58:56.263229 [ 261 ] {3dec401c-e617-4bd2-b5cc-95e3218c4ba7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8454 2024.11.28 04:58:56.263494 [ 261 ] {3dec401c-e617-4bd2-b5cc-95e3218c4ba7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8455 2024.11.28 04:58:56.263787 [ 261 ] {3dec401c-e617-4bd2-b5cc-95e3218c4ba7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002004 sec., 6986.027944111776 rows/sec., 502.90 KiB/sec.
8456 2024.11.28 04:58:56.264019 [ 261 ] {3dec401c-e617-4bd2-b5cc-95e3218c4ba7} <Debug> TCPHandler: Processed in 0.002554237 sec.
8457 2024.11.28 04:58:56.264313 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8458 2024.11.28 04:58:56.264510 [ 266 ] {1e568032-d509-493c-a684-f0562a1b0418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8459 2024.11.28 04:58:56.264588 [ 266 ] {1e568032-d509-493c-a684-f0562a1b0418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8460 2024.11.28 04:58:56.265360 [ 266 ] {1e568032-d509-493c-a684-f0562a1b0418} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8461 2024.11.28 04:58:56.265415 [ 266 ] {1e568032-d509-493c-a684-f0562a1b0418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8462 2024.11.28 04:58:56.265861 [ 266 ] {1e568032-d509-493c-a684-f0562a1b0418} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8463 2024.11.28 04:58:56.266138 [ 266 ] {1e568032-d509-493c-a684-f0562a1b0418} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8464 2024.11.28 04:58:56.266574 [ 266 ] {1e568032-d509-493c-a684-f0562a1b0418} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002066 sec., 968.054211035818 rows/sec., 78.94 KiB/sec.
8465 2024.11.28 04:58:56.266927 [ 266 ] {1e568032-d509-493c-a684-f0562a1b0418} <Debug> TCPHandler: Processed in 0.002748081 sec.
8466 2024.11.28 04:58:56.267108 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8467 2024.11.28 04:58:56.267256 [ 261 ] {e608a291-39af-4701-b194-e7e63309c07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8468 2024.11.28 04:58:56.267320 [ 261 ] {e608a291-39af-4701-b194-e7e63309c07d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8469 2024.11.28 04:58:56.268153 [ 261 ] {e608a291-39af-4701-b194-e7e63309c07d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8470 2024.11.28 04:58:56.268195 [ 261 ] {e608a291-39af-4701-b194-e7e63309c07d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8471 2024.11.28 04:58:56.268592 [ 261 ] {e608a291-39af-4701-b194-e7e63309c07d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8472 2024.11.28 04:58:56.268846 [ 261 ] {e608a291-39af-4701-b194-e7e63309c07d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8473 2024.11.28 04:58:56.269110 [ 261 ] {e608a291-39af-4701-b194-e7e63309c07d} <Debug> executeQuery: Read 220 rows, 19.61 KiB in 0.001887 sec., 116587.17541070482 rows/sec., 10.15 MiB/sec.
8474 2024.11.28 04:58:56.269304 [ 261 ] {e608a291-39af-4701-b194-e7e63309c07d} <Debug> TCPHandler: Processed in 0.00226115 sec.
8475 2024.11.28 04:58:56.269545 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8476 2024.11.28 04:58:56.269673 [ 266 ] {4448a2de-50d9-4c28-aae7-42456ed20b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8477 2024.11.28 04:58:56.269727 [ 266 ] {4448a2de-50d9-4c28-aae7-42456ed20b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8478 2024.11.28 04:58:56.270342 [ 266 ] {4448a2de-50d9-4c28-aae7-42456ed20b78} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8479 2024.11.28 04:58:56.270385 [ 266 ] {4448a2de-50d9-4c28-aae7-42456ed20b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8480 2024.11.28 04:58:56.270783 [ 266 ] {4448a2de-50d9-4c28-aae7-42456ed20b78} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8481 2024.11.28 04:58:56.271030 [ 266 ] {4448a2de-50d9-4c28-aae7-42456ed20b78} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8482 2024.11.28 04:58:56.271253 [ 266 ] {4448a2de-50d9-4c28-aae7-42456ed20b78} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001609 sec., 10565.568676196395 rows/sec., 744.11 KiB/sec.
8483 2024.11.28 04:58:56.271315 [ 266 ] {4448a2de-50d9-4c28-aae7-42456ed20b78} <Debug> TCPHandler: Processed in 0.001887372 sec.
8484 2024.11.28 04:58:56.271538 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8485 2024.11.28 04:58:56.271694 [ 261 ] {524f536f-cdf6-4e00-a671-97a4544bc362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8486 2024.11.28 04:58:56.271755 [ 261 ] {524f536f-cdf6-4e00-a671-97a4544bc362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8487 2024.11.28 04:58:56.272380 [ 261 ] {524f536f-cdf6-4e00-a671-97a4544bc362} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8488 2024.11.28 04:58:56.272421 [ 261 ] {524f536f-cdf6-4e00-a671-97a4544bc362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8489 2024.11.28 04:58:56.272788 [ 261 ] {524f536f-cdf6-4e00-a671-97a4544bc362} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8490 2024.11.28 04:58:56.273033 [ 261 ] {524f536f-cdf6-4e00-a671-97a4544bc362} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8491 2024.11.28 04:58:56.273286 [ 261 ] {524f536f-cdf6-4e00-a671-97a4544bc362} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001627 sec., 8604.79409956976 rows/sec., 602.62 KiB/sec.
8492 2024.11.28 04:58:56.273500 [ 261 ] {524f536f-cdf6-4e00-a671-97a4544bc362} <Debug> TCPHandler: Processed in 0.002077056 sec.
8493 2024.11.28 04:58:56.273730 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8494 2024.11.28 04:58:56.273851 [ 266 ] {9fceb928-a5fb-473e-b76f-27e123977f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8495 2024.11.28 04:58:56.273903 [ 266 ] {9fceb928-a5fb-473e-b76f-27e123977f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8496 2024.11.28 04:58:56.274506 [ 266 ] {9fceb928-a5fb-473e-b76f-27e123977f18} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8497 2024.11.28 04:58:56.274547 [ 266 ] {9fceb928-a5fb-473e-b76f-27e123977f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8498 2024.11.28 04:58:56.274919 [ 266 ] {9fceb928-a5fb-473e-b76f-27e123977f18} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8499 2024.11.28 04:58:56.275163 [ 266 ] {9fceb928-a5fb-473e-b76f-27e123977f18} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8500 2024.11.28 04:58:56.275482 [ 266 ] {9fceb928-a5fb-473e-b76f-27e123977f18} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001649 sec., 7883.565797453001 rows/sec., 491.54 KiB/sec.
8501 2024.11.28 04:58:56.275879 [ 266 ] {9fceb928-a5fb-473e-b76f-27e123977f18} <Debug> TCPHandler: Processed in 0.00226507 sec.
8502 2024.11.28 04:58:56.276199 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8503 2024.11.28 04:58:56.276340 [ 261 ] {3ba2173b-06ac-4c8c-b1da-1fe54171d847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8504 2024.11.28 04:58:56.276397 [ 261 ] {3ba2173b-06ac-4c8c-b1da-1fe54171d847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8505 2024.11.28 04:58:56.277209 [ 261 ] {3ba2173b-06ac-4c8c-b1da-1fe54171d847} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8506 2024.11.28 04:58:56.277249 [ 261 ] {3ba2173b-06ac-4c8c-b1da-1fe54171d847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8507 2024.11.28 04:58:56.277634 [ 261 ] {3ba2173b-06ac-4c8c-b1da-1fe54171d847} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8508 2024.11.28 04:58:56.277889 [ 261 ] {3ba2173b-06ac-4c8c-b1da-1fe54171d847} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8509 2024.11.28 04:58:56.278120 [ 261 ] {3ba2173b-06ac-4c8c-b1da-1fe54171d847} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.00181 sec., 216574.5856353591 rows/sec., 15.37 MiB/sec.
8510 2024.11.28 04:58:56.278177 [ 261 ] {3ba2173b-06ac-4c8c-b1da-1fe54171d847} <Debug> TCPHandler: Processed in 0.002143377 sec.
8511 2024.11.28 04:58:56.278340 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8512 2024.11.28 04:58:56.278483 [ 266 ] {26f40981-59ec-46d9-8cfb-b7cdc5fe4109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8513 2024.11.28 04:58:56.278545 [ 266 ] {26f40981-59ec-46d9-8cfb-b7cdc5fe4109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8514 2024.11.28 04:58:56.279119 [ 266 ] {26f40981-59ec-46d9-8cfb-b7cdc5fe4109} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8515 2024.11.28 04:58:56.279158 [ 266 ] {26f40981-59ec-46d9-8cfb-b7cdc5fe4109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8516 2024.11.28 04:58:56.279530 [ 266 ] {26f40981-59ec-46d9-8cfb-b7cdc5fe4109} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8517 2024.11.28 04:58:56.279784 [ 266 ] {26f40981-59ec-46d9-8cfb-b7cdc5fe4109} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8518 2024.11.28 04:58:56.280007 [ 266 ] {26f40981-59ec-46d9-8cfb-b7cdc5fe4109} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec.
8519 2024.11.28 04:58:56.280064 [ 266 ] {26f40981-59ec-46d9-8cfb-b7cdc5fe4109} <Debug> TCPHandler: Processed in 0.00179505 sec.
8520 2024.11.28 04:58:56.280215 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8521 2024.11.28 04:58:56.280336 [ 261 ] {51421672-eae9-4890-adb6-f0882457558e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8522 2024.11.28 04:58:56.280389 [ 261 ] {51421672-eae9-4890-adb6-f0882457558e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8523 2024.11.28 04:58:56.280984 [ 261 ] {51421672-eae9-4890-adb6-f0882457558e} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8524 2024.11.28 04:58:56.281023 [ 261 ] {51421672-eae9-4890-adb6-f0882457558e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8525 2024.11.28 04:58:56.281424 [ 261 ] {51421672-eae9-4890-adb6-f0882457558e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8526 2024.11.28 04:58:56.281667 [ 261 ] {51421672-eae9-4890-adb6-f0882457558e} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8527 2024.11.28 04:58:56.281881 [ 261 ] {51421672-eae9-4890-adb6-f0882457558e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001572 sec., 151399.49109414758 rows/sec., 10.15 MiB/sec.
8528 2024.11.28 04:58:56.281939 [ 261 ] {51421672-eae9-4890-adb6-f0882457558e} <Debug> TCPHandler: Processed in 0.00177902 sec.
8529 2024.11.28 04:58:56.282094 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8530 2024.11.28 04:58:56.282219 [ 266 ] {ebcdfe5b-1d2c-4180-b9d8-e7c3d021d713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8531 2024.11.28 04:58:56.282273 [ 266 ] {ebcdfe5b-1d2c-4180-b9d8-e7c3d021d713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8532 2024.11.28 04:58:56.282749 [ 266 ] {ebcdfe5b-1d2c-4180-b9d8-e7c3d021d713} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8533 2024.11.28 04:58:56.282788 [ 266 ] {ebcdfe5b-1d2c-4180-b9d8-e7c3d021d713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8534 2024.11.28 04:58:56.283156 [ 266 ] {ebcdfe5b-1d2c-4180-b9d8-e7c3d021d713} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8535 2024.11.28 04:58:56.283392 [ 266 ] {ebcdfe5b-1d2c-4180-b9d8-e7c3d021d713} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8536 2024.11.28 04:58:56.283628 [ 266 ] {ebcdfe5b-1d2c-4180-b9d8-e7c3d021d713} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec.
8537 2024.11.28 04:58:56.283746 [ 266 ] {ebcdfe5b-1d2c-4180-b9d8-e7c3d021d713} <Debug> TCPHandler: Processed in 0.001712738 sec.
8538 2024.11.28 04:58:56.283896 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8539 2024.11.28 04:58:56.284015 [ 261 ] {c3c8326b-c6a9-4c25-b863-dc2773ad8550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8540 2024.11.28 04:58:56.284108 [ 261 ] {c3c8326b-c6a9-4c25-b863-dc2773ad8550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8541 2024.11.28 04:58:56.285331 [ 261 ] {c3c8326b-c6a9-4c25-b863-dc2773ad8550} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8542 2024.11.28 04:58:56.285371 [ 261 ] {c3c8326b-c6a9-4c25-b863-dc2773ad8550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8543 2024.11.28 04:58:56.285977 [ 261 ] {c3c8326b-c6a9-4c25-b863-dc2773ad8550} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8544 2024.11.28 04:58:56.286238 [ 261 ] {c3c8326b-c6a9-4c25-b863-dc2773ad8550} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8545 2024.11.28 04:58:56.286484 [ 261 ] {c3c8326b-c6a9-4c25-b863-dc2773ad8550} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002494 sec., 3207.698476343224 rows/sec., 5.75 MiB/sec.
8546 2024.11.28 04:58:56.286592 [ 261 ] {c3c8326b-c6a9-4c25-b863-dc2773ad8550} <Debug> TCPHandler: Processed in 0.002749581 sec.
8547 2024.11.28 04:58:56.286755 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8548 2024.11.28 04:58:56.286895 [ 266 ] {4c351b7d-eef1-4228-ab78-befe565b5205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8549 2024.11.28 04:58:56.286955 [ 266 ] {4c351b7d-eef1-4228-ab78-befe565b5205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8550 2024.11.28 04:58:56.287466 [ 266 ] {4c351b7d-eef1-4228-ab78-befe565b5205} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8551 2024.11.28 04:58:56.287506 [ 266 ] {4c351b7d-eef1-4228-ab78-befe565b5205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8552 2024.11.28 04:58:56.287873 [ 266 ] {4c351b7d-eef1-4228-ab78-befe565b5205} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8553 2024.11.28 04:58:56.288118 [ 266 ] {4c351b7d-eef1-4228-ab78-befe565b5205} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8554 2024.11.28 04:58:56.288346 [ 266 ] {4c351b7d-eef1-4228-ab78-befe565b5205} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001484 sec., 55256.06469002695 rows/sec., 3.51 MiB/sec.
8555 2024.11.28 04:58:56.288398 [ 266 ] {4c351b7d-eef1-4228-ab78-befe565b5205} <Debug> TCPHandler: Processed in 0.001710208 sec.
8556 2024.11.28 04:58:58.082702 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
8557 2024.11.28 04:58:58.083374 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8558 2024.11.28 04:58:58.083418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8559 2024.11.28 04:58:58.083954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8560 2024.11.28 04:58:58.084222 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8561 2024.11.28 04:58:58.084486 [ 31 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8562 2024.11.28 04:58:58.084501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
8563 2024.11.28 04:58:58.084609 [ 31 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8564 2024.11.28 04:58:58.084657 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8565 2024.11.28 04:58:58.085083 [ 201 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
8566 2024.11.28 04:58:58.085822 [ 201 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8567 2024.11.28 04:58:58.085906 [ 201 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
8568 2024.11.28 04:58:58.085992 [ 201 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
8569 2024.11.28 04:58:58.086216 [ 201 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
8570 2024.11.28 04:58:58.086396 [ 201 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
8571 2024.11.28 04:58:58.086576 [ 201 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
8572 2024.11.28 04:58:58.086742 [ 201 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
8573 2024.11.28 04:58:58.089261 [ 197 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.00450444 sec., 4184537.922583051 rows/sec., 59.86 MiB/sec.
8574 2024.11.28 04:58:58.089656 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8575 2024.11.28 04:58:58.090061 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8576 2024.11.28 04:58:58.090158 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_41_8} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8577 2024.11.28 04:58:58.090274 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
8578 2024.11.28 04:58:59.408684 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8579 2024.11.28 04:58:59.429860 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8580 2024.11.28 04:58:59.429913 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8581 2024.11.28 04:58:59.437371 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8582 2024.11.28 04:58:59.438141 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8583 2024.11.28 04:58:59.438428 [ 30 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8584 2024.11.28 04:58:59.438492 [ 30 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8585 2024.11.28 04:58:59.438531 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8586 2024.11.28 04:58:59.439192 [ 191 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
8587 2024.11.28 04:58:59.449353 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8588 2024.11.28 04:58:59.450557 [ 191 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8589 2024.11.28 04:58:59.451478 [ 191 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
8590 2024.11.28 04:58:59.456014 [ 191 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
8591 2024.11.28 04:58:59.460543 [ 191 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
8592 2024.11.28 04:58:59.465492 [ 191 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
8593 2024.11.28 04:58:59.470850 [ 191 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
8594 2024.11.28 04:58:59.475471 [ 191 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
8595 2024.11.28 04:58:59.536034 [ 194 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.097413471 sec., 3172.0458867542047 rows/sec., 16.40 MiB/sec.
8596 2024.11.28 04:58:59.538168 [ 195 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8597 2024.11.28 04:58:59.540758 [ 195 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_41_8} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8598 2024.11.28 04:58:59.540890 [ 195 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_41_8} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8599 2024.11.28 04:58:59.542539 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8600 2024.11.28 04:59:00.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.97 MiB, peak 232.37 MiB, free memory in arenas 0.00 B, will set to 220.12 MiB (RSS), difference: 1.15 MiB
8601 2024.11.28 04:59:00.670598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1194
8602 2024.11.28 04:59:00.673816 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8603 2024.11.28 04:59:00.673868 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8604 2024.11.28 04:59:00.675365 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8605 2024.11.28 04:59:00.675701 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8606 2024.11.28 04:59:00.677017 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194
8607 2024.11.28 04:59:01.258086 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8608 2024.11.28 04:59:01.258352 [ 261 ] {4b7606d9-3985-414c-966d-c2b8b1ad2f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8609 2024.11.28 04:59:01.258463 [ 261 ] {4b7606d9-3985-414c-966d-c2b8b1ad2f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8610 2024.11.28 04:59:01.259534 [ 261 ] {4b7606d9-3985-414c-966d-c2b8b1ad2f3e} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8611 2024.11.28 04:59:01.259590 [ 261 ] {4b7606d9-3985-414c-966d-c2b8b1ad2f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8612 2024.11.28 04:59:01.260060 [ 261 ] {4b7606d9-3985-414c-966d-c2b8b1ad2f3e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8613 2024.11.28 04:59:01.260339 [ 261 ] {4b7606d9-3985-414c-966d-c2b8b1ad2f3e} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8614 2024.11.28 04:59:01.260629 [ 261 ] {4b7606d9-3985-414c-966d-c2b8b1ad2f3e} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002352 sec., 50170.06802721089 rows/sec., 4.24 MiB/sec.
8615 2024.11.28 04:59:01.260765 [ 261 ] {4b7606d9-3985-414c-966d-c2b8b1ad2f3e} <Debug> TCPHandler: Processed in 0.002820933 sec.
8616 2024.11.28 04:59:01.261063 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8617 2024.11.28 04:59:01.261293 [ 266 ] {68541f27-c532-40ba-a6af-4fcd6fc6e304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8618 2024.11.28 04:59:01.261367 [ 266 ] {68541f27-c532-40ba-a6af-4fcd6fc6e304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8619 2024.11.28 04:59:01.262117 [ 266 ] {68541f27-c532-40ba-a6af-4fcd6fc6e304} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8620 2024.11.28 04:59:01.262167 [ 266 ] {68541f27-c532-40ba-a6af-4fcd6fc6e304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8621 2024.11.28 04:59:01.262609 [ 266 ] {68541f27-c532-40ba-a6af-4fcd6fc6e304} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8622 2024.11.28 04:59:01.262864 [ 266 ] {68541f27-c532-40ba-a6af-4fcd6fc6e304} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8623 2024.11.28 04:59:01.263106 [ 266 ] {68541f27-c532-40ba-a6af-4fcd6fc6e304} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001866 sec., 16613.076098606645 rows/sec., 1.22 MiB/sec.
8624 2024.11.28 04:59:01.263174 [ 266 ] {68541f27-c532-40ba-a6af-4fcd6fc6e304} <Debug> TCPHandler: Processed in 0.002307242 sec.
8625 2024.11.28 04:59:01.263328 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8626 2024.11.28 04:59:01.263479 [ 261 ] {769c5da0-1b15-4f07-b23c-e42a2a6fe91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8627 2024.11.28 04:59:01.263540 [ 261 ] {769c5da0-1b15-4f07-b23c-e42a2a6fe91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8628 2024.11.28 04:59:01.264290 [ 261 ] {769c5da0-1b15-4f07-b23c-e42a2a6fe91f} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8629 2024.11.28 04:59:01.264333 [ 261 ] {769c5da0-1b15-4f07-b23c-e42a2a6fe91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8630 2024.11.28 04:59:01.264713 [ 261 ] {769c5da0-1b15-4f07-b23c-e42a2a6fe91f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8631 2024.11.28 04:59:01.264951 [ 261 ] {769c5da0-1b15-4f07-b23c-e42a2a6fe91f} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8632 2024.11.28 04:59:01.265207 [ 261 ] {769c5da0-1b15-4f07-b23c-e42a2a6fe91f} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001759 sec., 54007.959067652075 rows/sec., 4.22 MiB/sec.
8633 2024.11.28 04:59:01.265371 [ 261 ] {769c5da0-1b15-4f07-b23c-e42a2a6fe91f} <Debug> TCPHandler: Processed in 0.002106427 sec.
8634 2024.11.28 04:59:01.265632 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8635 2024.11.28 04:59:01.265790 [ 266 ] {bcfb107e-dd12-4c40-9859-74cccfb3a0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8636 2024.11.28 04:59:01.265857 [ 266 ] {bcfb107e-dd12-4c40-9859-74cccfb3a0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8637 2024.11.28 04:59:01.266482 [ 266 ] {bcfb107e-dd12-4c40-9859-74cccfb3a0bd} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8638 2024.11.28 04:59:01.266521 [ 266 ] {bcfb107e-dd12-4c40-9859-74cccfb3a0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8639 2024.11.28 04:59:01.266931 [ 266 ] {bcfb107e-dd12-4c40-9859-74cccfb3a0bd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8640 2024.11.28 04:59:01.267172 [ 266 ] {bcfb107e-dd12-4c40-9859-74cccfb3a0bd} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8641 2024.11.28 04:59:01.267360 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8642 2024.11.28 04:59:01.267414 [ 266 ] {bcfb107e-dd12-4c40-9859-74cccfb3a0bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec.
8643 2024.11.28 04:59:01.267493 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8644 2024.11.28 04:59:01.267545 [ 266 ] {bcfb107e-dd12-4c40-9859-74cccfb3a0bd} <Debug> TCPHandler: Processed in 0.002035445 sec.
8645 2024.11.28 04:59:01.267571 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8646 2024.11.28 04:59:01.267746 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8647 2024.11.28 04:59:01.267810 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
8648 2024.11.28 04:59:01.267921 [ 261 ] {b6f6c856-5290-41f5-8abb-4ec973469309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8649 2024.11.28 04:59:01.268027 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8650 2024.11.28 04:59:01.268064 [ 261 ] {b6f6c856-5290-41f5-8abb-4ec973469309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8651 2024.11.28 04:59:01.268084 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15189 rows starting from the beginning of the part
8652 2024.11.28 04:59:01.268347 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 883 rows starting from the beginning of the part
8653 2024.11.28 04:59:01.268785 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part
8654 2024.11.28 04:59:01.269184 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
8655 2024.11.28 04:59:01.269535 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 238 rows starting from the beginning of the part
8656 2024.11.28 04:59:01.269916 [ 196 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part
8657 2024.11.28 04:59:01.271819 [ 261 ] {b6f6c856-5290-41f5-8abb-4ec973469309} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8658 2024.11.28 04:59:01.271875 [ 261 ] {b6f6c856-5290-41f5-8abb-4ec973469309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8659 2024.11.28 04:59:01.273087 [ 261 ] {b6f6c856-5290-41f5-8abb-4ec973469309} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8660 2024.11.28 04:59:01.273708 [ 261 ] {b6f6c856-5290-41f5-8abb-4ec973469309} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8661 2024.11.28 04:59:01.274035 [ 261 ] {b6f6c856-5290-41f5-8abb-4ec973469309} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006161 sec., 5031.650706054212 rows/sec., 9.02 MiB/sec.
8662 2024.11.28 04:59:01.274175 [ 261 ] {b6f6c856-5290-41f5-8abb-4ec973469309} <Debug> TCPHandler: Processed in 0.006534545 sec.
8663 2024.11.28 04:59:01.274326 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8664 2024.11.28 04:59:01.274487 [ 266 ] {1074c4b5-0331-492e-8210-6578207d5743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8665 2024.11.28 04:59:01.274550 [ 266 ] {1074c4b5-0331-492e-8210-6578207d5743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8666 2024.11.28 04:59:01.275244 [ 266 ] {1074c4b5-0331-492e-8210-6578207d5743} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8667 2024.11.28 04:59:01.275283 [ 266 ] {1074c4b5-0331-492e-8210-6578207d5743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8668 2024.11.28 04:59:01.275900 [ 266 ] {1074c4b5-0331-492e-8210-6578207d5743} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8669 2024.11.28 04:59:01.276222 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16867 rows, containing 5 columns (5 merged, 0 gathered) in 0.008486578 sec., 1987491.3068612579 rows/sec., 133.82 MiB/sec.
8670 2024.11.28 04:59:01.276413 [ 266 ] {1074c4b5-0331-492e-8210-6578207d5743} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8671 2024.11.28 04:59:01.276534 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8672 2024.11.28 04:59:01.276677 [ 26 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8673 2024.11.28 04:59:01.276787 [ 26 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8674 2024.11.28 04:59:01.276885 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8675 2024.11.28 04:59:01.276939 [ 266 ] {1074c4b5-0331-492e-8210-6578207d5743} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002476 sec., 24232.633279483038 rows/sec., 1.63 MiB/sec.
8676 2024.11.28 04:59:01.277356 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8677 2024.11.28 04:59:01.277379 [ 266 ] {1074c4b5-0331-492e-8210-6578207d5743} <Debug> TCPHandler: Processed in 0.003115679 sec.
8678 2024.11.28 04:59:01.277608 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8679 2024.11.28 04:59:01.277981 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8680 2024.11.28 04:59:01.278286 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB.
8681 2024.11.28 04:59:01.278385 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8682 2024.11.28 04:59:01.278476 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3002 rows starting from the beginning of the part
8683 2024.11.28 04:59:01.278603 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part
8684 2024.11.28 04:59:01.278811 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part
8685 2024.11.28 04:59:01.279016 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
8686 2024.11.28 04:59:01.279184 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part
8687 2024.11.28 04:59:01.279319 [ 187 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part
8688 2024.11.28 04:59:01.280773 [ 189 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3346 rows, containing 4 columns (4 merged, 0 gathered) in 0.003738123 sec., 895101.6325573021 rows/sec., 57.97 MiB/sec.
8689 2024.11.28 04:59:01.281042 [ 200 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8690 2024.11.28 04:59:01.281333 [ 200 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8691 2024.11.28 04:59:01.281413 [ 200 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_56_11} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8692 2024.11.28 04:59:01.281492 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
8693 2024.11.28 04:59:05.428921 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache
8694 2024.11.28 04:59:05.428996 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache
8695 2024.11.28 04:59:05.585699 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
8696 2024.11.28 04:59:05.586342 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8697 2024.11.28 04:59:05.586387 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8698 2024.11.28 04:59:05.586928 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8699 2024.11.28 04:59:05.587183 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8700 2024.11.28 04:59:05.587434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8701 2024.11.28 04:59:06.261361 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8702 2024.11.28 04:59:06.261583 [ 261 ] {e56bf782-cd0f-4f44-b659-e8b8fd715c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8703 2024.11.28 04:59:06.261670 [ 261 ] {e56bf782-cd0f-4f44-b659-e8b8fd715c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8704 2024.11.28 04:59:06.262531 [ 261 ] {e56bf782-cd0f-4f44-b659-e8b8fd715c94} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8705 2024.11.28 04:59:06.262585 [ 261 ] {e56bf782-cd0f-4f44-b659-e8b8fd715c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8706 2024.11.28 04:59:06.263025 [ 261 ] {e56bf782-cd0f-4f44-b659-e8b8fd715c94} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8707 2024.11.28 04:59:06.263294 [ 261 ] {e56bf782-cd0f-4f44-b659-e8b8fd715c94} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8708 2024.11.28 04:59:06.263507 [ 87 ] {} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8709 2024.11.28 04:59:06.263534 [ 261 ] {e56bf782-cd0f-4f44-b659-e8b8fd715c94} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002013 sec., 6954.793840039742 rows/sec., 500.65 KiB/sec.
8710 2024.11.28 04:59:06.263596 [ 87 ] {} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8711 2024.11.28 04:59:06.263680 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8712 2024.11.28 04:59:06.263689 [ 261 ] {e56bf782-cd0f-4f44-b659-e8b8fd715c94} <Debug> TCPHandler: Processed in 0.002473405 sec.
8713 2024.11.28 04:59:06.263997 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
8714 2024.11.28 04:59:06.264101 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8715 2024.11.28 04:59:06.264553 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8716 2024.11.28 04:59:06.264621 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
8717 2024.11.28 04:59:06.264629 [ 266 ] {8b52fd53-9129-467d-86db-3c5b35fb8a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8718 2024.11.28 04:59:06.264812 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
8719 2024.11.28 04:59:06.264837 [ 266 ] {8b52fd53-9129-467d-86db-3c5b35fb8a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8720 2024.11.28 04:59:06.265163 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
8721 2024.11.28 04:59:06.265511 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
8722 2024.11.28 04:59:06.265783 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
8723 2024.11.28 04:59:06.267982 [ 266 ] {8b52fd53-9129-467d-86db-3c5b35fb8a8d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8724 2024.11.28 04:59:06.268103 [ 266 ] {8b52fd53-9129-467d-86db-3c5b35fb8a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8725 2024.11.28 04:59:06.268185 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004400558 sec., 15907.073602938537 rows/sec., 1.18 MiB/sec.
8726 2024.11.28 04:59:06.268374 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8727 2024.11.28 04:59:06.268948 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_29_7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8728 2024.11.28 04:59:06.269026 [ 266 ] {8b52fd53-9129-467d-86db-3c5b35fb8a8d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8729 2024.11.28 04:59:06.269039 [ 192 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_29_7} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8730 2024.11.28 04:59:06.269163 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8731 2024.11.28 04:59:06.269377 [ 266 ] {8b52fd53-9129-467d-86db-3c5b35fb8a8d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8732 2024.11.28 04:59:06.269673 [ 266 ] {8b52fd53-9129-467d-86db-3c5b35fb8a8d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.0052 sec., 42115.38461538462 rows/sec., 3.67 MiB/sec.
8733 2024.11.28 04:59:06.269817 [ 266 ] {8b52fd53-9129-467d-86db-3c5b35fb8a8d} <Debug> TCPHandler: Processed in 0.005969183 sec.
8734 2024.11.28 04:59:06.270045 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8735 2024.11.28 04:59:06.270183 [ 261 ] {98ca1c7e-7e56-4d1b-8077-d8c4e9ad8c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8736 2024.11.28 04:59:06.270235 [ 261 ] {98ca1c7e-7e56-4d1b-8077-d8c4e9ad8c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8737 2024.11.28 04:59:06.270840 [ 261 ] {98ca1c7e-7e56-4d1b-8077-d8c4e9ad8c7f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8738 2024.11.28 04:59:06.270879 [ 261 ] {98ca1c7e-7e56-4d1b-8077-d8c4e9ad8c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8739 2024.11.28 04:59:06.271244 [ 261 ] {98ca1c7e-7e56-4d1b-8077-d8c4e9ad8c7f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8740 2024.11.28 04:59:06.271483 [ 261 ] {98ca1c7e-7e56-4d1b-8077-d8c4e9ad8c7f} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8741 2024.11.28 04:59:06.271734 [ 261 ] {98ca1c7e-7e56-4d1b-8077-d8c4e9ad8c7f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001568 sec., 9566.326530612245 rows/sec., 674.50 KiB/sec.
8742 2024.11.28 04:59:06.271829 [ 261 ] {98ca1c7e-7e56-4d1b-8077-d8c4e9ad8c7f} <Debug> TCPHandler: Processed in 0.001874762 sec.
8743 2024.11.28 04:59:06.272082 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8744 2024.11.28 04:59:06.272242 [ 266 ] {4ab03c77-82d1-459b-85c7-54d9693dd48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8745 2024.11.28 04:59:06.272298 [ 266 ] {4ab03c77-82d1-459b-85c7-54d9693dd48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8746 2024.11.28 04:59:06.272966 [ 266 ] {4ab03c77-82d1-459b-85c7-54d9693dd48c} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8747 2024.11.28 04:59:06.273010 [ 266 ] {4ab03c77-82d1-459b-85c7-54d9693dd48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8748 2024.11.28 04:59:06.273392 [ 266 ] {4ab03c77-82d1-459b-85c7-54d9693dd48c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8749 2024.11.28 04:59:06.273642 [ 266 ] {4ab03c77-82d1-459b-85c7-54d9693dd48c} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8750 2024.11.28 04:59:06.273879 [ 266 ] {4ab03c77-82d1-459b-85c7-54d9693dd48c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001668 sec., 8393.285371702637 rows/sec., 587.81 KiB/sec.
8751 2024.11.28 04:59:06.273943 [ 266 ] {4ab03c77-82d1-459b-85c7-54d9693dd48c} <Debug> TCPHandler: Processed in 0.002000595 sec.
8752 2024.11.28 04:59:06.274105 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8753 2024.11.28 04:59:06.274233 [ 261 ] {d83f9e3f-ec22-40e6-9bf2-4550f7428fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8754 2024.11.28 04:59:06.274285 [ 261 ] {d83f9e3f-ec22-40e6-9bf2-4550f7428fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8755 2024.11.28 04:59:06.274890 [ 261 ] {d83f9e3f-ec22-40e6-9bf2-4550f7428fbb} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8756 2024.11.28 04:59:06.274931 [ 261 ] {d83f9e3f-ec22-40e6-9bf2-4550f7428fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8757 2024.11.28 04:59:06.275306 [ 261 ] {d83f9e3f-ec22-40e6-9bf2-4550f7428fbb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8758 2024.11.28 04:59:06.275543 [ 261 ] {d83f9e3f-ec22-40e6-9bf2-4550f7428fbb} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8759 2024.11.28 04:59:06.275721 [ 87 ] {} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8760 2024.11.28 04:59:06.275790 [ 87 ] {} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8761 2024.11.28 04:59:06.275797 [ 261 ] {d83f9e3f-ec22-40e6-9bf2-4550f7428fbb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec.
8762 2024.11.28 04:59:06.275829 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8763 2024.11.28 04:59:06.275945 [ 261 ] {d83f9e3f-ec22-40e6-9bf2-4550f7428fbb} <Debug> TCPHandler: Processed in 0.001896452 sec.
8764 2024.11.28 04:59:06.276049 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
8765 2024.11.28 04:59:06.276128 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8766 2024.11.28 04:59:06.276298 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8767 2024.11.28 04:59:06.276341 [ 266 ] {dcc2ed16-e41b-44ea-8cd4-7bc03234b508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8768 2024.11.28 04:59:06.276364 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
8769 2024.11.28 04:59:06.276453 [ 266 ] {dcc2ed16-e41b-44ea-8cd4-7bc03234b508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8770 2024.11.28 04:59:06.276737 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
8771 2024.11.28 04:59:06.277052 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
8772 2024.11.28 04:59:06.277503 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
8773 2024.11.28 04:59:06.277825 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
8774 2024.11.28 04:59:06.280383 [ 266 ] {dcc2ed16-e41b-44ea-8cd4-7bc03234b508} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8775 2024.11.28 04:59:06.280468 [ 266 ] {dcc2ed16-e41b-44ea-8cd4-7bc03234b508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8776 2024.11.28 04:59:06.281056 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005108453 sec., 12724.008618656177 rows/sec., 843.04 KiB/sec.
8777 2024.11.28 04:59:06.281320 [ 189 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8778 2024.11.28 04:59:06.281469 [ 266 ] {dcc2ed16-e41b-44ea-8cd4-7bc03234b508} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8779 2024.11.28 04:59:06.281807 [ 188 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_29_7} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8780 2024.11.28 04:59:06.281912 [ 266 ] {dcc2ed16-e41b-44ea-8cd4-7bc03234b508} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8781 2024.11.28 04:59:06.281963 [ 188 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_29_7} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8782 2024.11.28 04:59:06.282174 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8783 2024.11.28 04:59:06.282280 [ 266 ] {dcc2ed16-e41b-44ea-8cd4-7bc03234b508} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.006008 sec., 64913.44873501997 rows/sec., 4.60 MiB/sec.
8784 2024.11.28 04:59:06.282350 [ 266 ] {dcc2ed16-e41b-44ea-8cd4-7bc03234b508} <Debug> TCPHandler: Processed in 0.00630141 sec.
8785 2024.11.28 04:59:06.282512 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8786 2024.11.28 04:59:06.282655 [ 261 ] {e903f638-d3f1-420c-b7ac-9157c3c69db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8787 2024.11.28 04:59:06.282716 [ 261 ] {e903f638-d3f1-420c-b7ac-9157c3c69db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8788 2024.11.28 04:59:06.283307 [ 261 ] {e903f638-d3f1-420c-b7ac-9157c3c69db6} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8789 2024.11.28 04:59:06.283357 [ 261 ] {e903f638-d3f1-420c-b7ac-9157c3c69db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8790 2024.11.28 04:59:06.283726 [ 261 ] {e903f638-d3f1-420c-b7ac-9157c3c69db6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8791 2024.11.28 04:59:06.283979 [ 261 ] {e903f638-d3f1-420c-b7ac-9157c3c69db6} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8792 2024.11.28 04:59:06.284183 [ 261 ] {e903f638-d3f1-420c-b7ac-9157c3c69db6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 200.95 KiB/sec.
8793 2024.11.28 04:59:06.284233 [ 261 ] {e903f638-d3f1-420c-b7ac-9157c3c69db6} <Debug> TCPHandler: Processed in 0.0017957 sec.
8794 2024.11.28 04:59:06.284390 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8795 2024.11.28 04:59:06.284532 [ 266 ] {dddb8eae-72d7-4c10-8a10-74e0e5338c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8796 2024.11.28 04:59:06.284595 [ 266 ] {dddb8eae-72d7-4c10-8a10-74e0e5338c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8797 2024.11.28 04:59:06.285303 [ 266 ] {dddb8eae-72d7-4c10-8a10-74e0e5338c18} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8798 2024.11.28 04:59:06.285348 [ 266 ] {dddb8eae-72d7-4c10-8a10-74e0e5338c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8799 2024.11.28 04:59:06.285788 [ 266 ] {dddb8eae-72d7-4c10-8a10-74e0e5338c18} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8800 2024.11.28 04:59:06.286036 [ 266 ] {dddb8eae-72d7-4c10-8a10-74e0e5338c18} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8801 2024.11.28 04:59:06.286286 [ 266 ] {dddb8eae-72d7-4c10-8a10-74e0e5338c18} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001777 sec., 133370.8497467642 rows/sec., 8.94 MiB/sec.
8802 2024.11.28 04:59:06.286439 [ 266 ] {dddb8eae-72d7-4c10-8a10-74e0e5338c18} <Debug> TCPHandler: Processed in 0.002116527 sec.
8803 2024.11.28 04:59:06.286672 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8804 2024.11.28 04:59:06.286820 [ 261 ] {8107bc2b-8241-46a3-b70b-0592e4f204a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8805 2024.11.28 04:59:06.286872 [ 261 ] {8107bc2b-8241-46a3-b70b-0592e4f204a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8806 2024.11.28 04:59:06.287342 [ 261 ] {8107bc2b-8241-46a3-b70b-0592e4f204a8} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8807 2024.11.28 04:59:06.287382 [ 261 ] {8107bc2b-8241-46a3-b70b-0592e4f204a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8808 2024.11.28 04:59:06.287751 [ 261 ] {8107bc2b-8241-46a3-b70b-0592e4f204a8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8809 2024.11.28 04:59:06.287997 [ 261 ] {8107bc2b-8241-46a3-b70b-0592e4f204a8} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8810 2024.11.28 04:59:06.288165 [ 87 ] {} <Debug> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
8811 2024.11.28 04:59:06.288221 [ 87 ] {} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8812 2024.11.28 04:59:06.288238 [ 261 ] {8107bc2b-8241-46a3-b70b-0592e4f204a8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec.
8813 2024.11.28 04:59:06.288256 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8814 2024.11.28 04:59:06.288390 [ 261 ] {8107bc2b-8241-46a3-b70b-0592e4f204a8} <Debug> TCPHandler: Processed in 0.001841511 sec.
8815 2024.11.28 04:59:06.288759 [ 193 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
8816 2024.11.28 04:59:06.288773 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8817 2024.11.28 04:59:06.289126 [ 193 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8818 2024.11.28 04:59:06.289127 [ 266 ] {2390c4d5-58c3-4781-9992-677a0ae82e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8819 2024.11.28 04:59:06.289167 [ 193 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
8820 2024.11.28 04:59:06.289400 [ 266 ] {2390c4d5-58c3-4781-9992-677a0ae82e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8821 2024.11.28 04:59:06.289403 [ 193 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
8822 2024.11.28 04:59:06.289747 [ 193 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
8823 2024.11.28 04:59:06.290136 [ 193 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
8824 2024.11.28 04:59:06.290451 [ 193 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
8825 2024.11.28 04:59:06.290880 [ 193 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
8826 2024.11.28 04:59:06.293104 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004691424 sec., 6394.646913176042 rows/sec., 430.06 KiB/sec.
8827 2024.11.28 04:59:06.293282 [ 266 ] {2390c4d5-58c3-4781-9992-677a0ae82e5f} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8828 2024.11.28 04:59:06.293339 [ 266 ] {2390c4d5-58c3-4781-9992-677a0ae82e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8829 2024.11.28 04:59:06.293389 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
8830 2024.11.28 04:59:06.294109 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_30_6} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8831 2024.11.28 04:59:06.294366 [ 190 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_30_6} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
8832 2024.11.28 04:59:06.294575 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
8833 2024.11.28 04:59:06.294733 [ 266 ] {2390c4d5-58c3-4781-9992-677a0ae82e5f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8834 2024.11.28 04:59:06.295014 [ 266 ] {2390c4d5-58c3-4781-9992-677a0ae82e5f} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8835 2024.11.28 04:59:06.295220 [ 107 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8836 2024.11.28 04:59:06.295303 [ 266 ] {2390c4d5-58c3-4781-9992-677a0ae82e5f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006245 sec., 1281.0248198558847 rows/sec., 2.30 MiB/sec.
8837 2024.11.28 04:59:06.295307 [ 107 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8838 2024.11.28 04:59:06.295398 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8839 2024.11.28 04:59:06.295808 [ 266 ] {2390c4d5-58c3-4781-9992-677a0ae82e5f} <Debug> TCPHandler: Processed in 0.007239531 sec.
8840 2024.11.28 04:59:06.295815 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
8841 2024.11.28 04:59:06.296133 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8842 2024.11.28 04:59:06.296661 [ 261 ] {eb5f8a35-c423-45b1-a7f8-cad10dba875c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8843 2024.11.28 04:59:06.296858 [ 261 ] {eb5f8a35-c423-45b1-a7f8-cad10dba875c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8844 2024.11.28 04:59:06.297738 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8845 2024.11.28 04:59:06.297902 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1014 rows starting from the beginning of the part
8846 2024.11.28 04:59:06.298536 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part
8847 2024.11.28 04:59:06.299227 [ 261 ] {eb5f8a35-c423-45b1-a7f8-cad10dba875c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8848 2024.11.28 04:59:06.299256 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part
8849 2024.11.28 04:59:06.299302 [ 261 ] {eb5f8a35-c423-45b1-a7f8-cad10dba875c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8850 2024.11.28 04:59:06.299841 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part
8851 2024.11.28 04:59:06.300533 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part
8852 2024.11.28 04:59:06.300800 [ 261 ] {eb5f8a35-c423-45b1-a7f8-cad10dba875c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8853 2024.11.28 04:59:06.301071 [ 197 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
8854 2024.11.28 04:59:06.301600 [ 261 ] {eb5f8a35-c423-45b1-a7f8-cad10dba875c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8855 2024.11.28 04:59:06.302323 [ 261 ] {eb5f8a35-c423-45b1-a7f8-cad10dba875c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005924 sec., 13841.998649561108 rows/sec., 900.24 KiB/sec.
8856 2024.11.28 04:59:06.302417 [ 261 ] {eb5f8a35-c423-45b1-a7f8-cad10dba875c} <Debug> TCPHandler: Processed in 0.006483694 sec.
8857 2024.11.28 04:59:06.307039 [ 193 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1100 rows, containing 19 columns (19 merged, 0 gathered) in 0.011495285 sec., 95691.40739007342 rows/sec., 171.47 MiB/sec.
8858 2024.11.28 04:59:06.308325 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8859 2024.11.28 04:59:06.308776 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8860 2024.11.28 04:59:06.308864 [ 198 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8861 2024.11.28 04:59:06.309033 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.52 MiB.
8862 2024.11.28 04:59:06.950398 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8863 2024.11.28 04:59:06.969354 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8864 2024.11.28 04:59:06.969423 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8865 2024.11.28 04:59:06.976358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8866 2024.11.28 04:59:06.977151 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8867 2024.11.28 04:59:06.980199 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8868 2024.11.28 04:59:10.678197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1228
8869 2024.11.28 04:59:10.681317 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8870 2024.11.28 04:59:10.681376 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8871 2024.11.28 04:59:10.682861 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8872 2024.11.28 04:59:10.683191 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8873 2024.11.28 04:59:10.683471 [ 94 ] {} <Debug> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8874 2024.11.28 04:59:10.683637 [ 94 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8875 2024.11.28 04:59:10.683757 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8876 2024.11.28 04:59:10.684668 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
8877 2024.11.28 04:59:10.685565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1228
8878 2024.11.28 04:59:10.686043 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8879 2024.11.28 04:59:10.686238 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1050 rows starting from the beginning of the part
8880 2024.11.28 04:59:10.686930 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
8881 2024.11.28 04:59:10.687626 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
8882 2024.11.28 04:59:10.688275 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 38 rows starting from the beginning of the part
8883 2024.11.28 04:59:10.688974 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
8884 2024.11.28 04:59:10.689574 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part
8885 2024.11.28 04:59:10.698084 [ 198 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1228 rows, containing 72 columns (72 merged, 0 gathered) in 0.014056612 sec., 87361.02269878403 rows/sec., 69.40 MiB/sec.
8886 2024.11.28 04:59:10.699657 [ 198 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8887 2024.11.28 04:59:10.700442 [ 198 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_31_6} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8888 2024.11.28 04:59:10.700537 [ 198 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_31_6} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8889 2024.11.28 04:59:10.700854 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB.
8890 2024.11.28 04:59:11.285647 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8891 2024.11.28 04:59:11.285844 [ 261 ] {f1266057-4a1a-4f52-b169-6222455b92cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8892 2024.11.28 04:59:11.285918 [ 261 ] {f1266057-4a1a-4f52-b169-6222455b92cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8893 2024.11.28 04:59:11.286683 [ 261 ] {f1266057-4a1a-4f52-b169-6222455b92cd} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8894 2024.11.28 04:59:11.286734 [ 261 ] {f1266057-4a1a-4f52-b169-6222455b92cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8895 2024.11.28 04:59:11.287170 [ 261 ] {f1266057-4a1a-4f52-b169-6222455b92cd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8896 2024.11.28 04:59:11.287423 [ 261 ] {f1266057-4a1a-4f52-b169-6222455b92cd} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8897 2024.11.28 04:59:11.287674 [ 261 ] {f1266057-4a1a-4f52-b169-6222455b92cd} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001884 sec., 3184.7133757961783 rows/sec., 259.69 KiB/sec.
8898 2024.11.28 04:59:11.287770 [ 261 ] {f1266057-4a1a-4f52-b169-6222455b92cd} <Debug> TCPHandler: Processed in 0.00225786 sec.
8899 2024.11.28 04:59:11.288034 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8900 2024.11.28 04:59:11.288215 [ 266 ] {9f1d5115-bd25-43a7-8e30-9ffd423e5283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8901 2024.11.28 04:59:11.288286 [ 266 ] {9f1d5115-bd25-43a7-8e30-9ffd423e5283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8902 2024.11.28 04:59:11.289694 [ 266 ] {9f1d5115-bd25-43a7-8e30-9ffd423e5283} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8903 2024.11.28 04:59:11.289741 [ 266 ] {9f1d5115-bd25-43a7-8e30-9ffd423e5283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8904 2024.11.28 04:59:11.290252 [ 266 ] {9f1d5115-bd25-43a7-8e30-9ffd423e5283} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8905 2024.11.28 04:59:11.290515 [ 266 ] {9f1d5115-bd25-43a7-8e30-9ffd423e5283} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8906 2024.11.28 04:59:11.290775 [ 94 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8907 2024.11.28 04:59:11.290849 [ 266 ] {9f1d5115-bd25-43a7-8e30-9ffd423e5283} <Debug> executeQuery: Read 1261 rows, 106.56 KiB in 0.002684 sec., 469821.16244411323 rows/sec., 38.77 MiB/sec.
8908 2024.11.28 04:59:11.290866 [ 94 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8909 2024.11.28 04:59:11.290944 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8910 2024.11.28 04:59:11.290996 [ 266 ] {9f1d5115-bd25-43a7-8e30-9ffd423e5283} <Debug> TCPHandler: Processed in 0.003096608 sec.
8911 2024.11.28 04:59:11.291223 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8912 2024.11.28 04:59:11.291243 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
8913 2024.11.28 04:59:11.291439 [ 261 ] {f9494ccd-f1eb-4b2b-a609-2d97d763cb05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8914 2024.11.28 04:59:11.291543 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8915 2024.11.28 04:59:11.291557 [ 261 ] {f9494ccd-f1eb-4b2b-a609-2d97d763cb05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8916 2024.11.28 04:59:11.291615 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1432 rows starting from the beginning of the part
8917 2024.11.28 04:59:11.291938 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 118 rows starting from the beginning of the part
8918 2024.11.28 04:59:11.292254 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 220 rows starting from the beginning of the part
8919 2024.11.28 04:59:11.292709 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 118 rows starting from the beginning of the part
8920 2024.11.28 04:59:11.293082 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 219 rows starting from the beginning of the part
8921 2024.11.28 04:59:11.293431 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1261 rows starting from the beginning of the part
8922 2024.11.28 04:59:11.294399 [ 261 ] {f9494ccd-f1eb-4b2b-a609-2d97d763cb05} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8923 2024.11.28 04:59:11.294474 [ 261 ] {f9494ccd-f1eb-4b2b-a609-2d97d763cb05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8924 2024.11.28 04:59:11.295356 [ 261 ] {f9494ccd-f1eb-4b2b-a609-2d97d763cb05} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8925 2024.11.28 04:59:11.295917 [ 261 ] {f9494ccd-f1eb-4b2b-a609-2d97d763cb05} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8926 2024.11.28 04:59:11.296216 [ 261 ] {f9494ccd-f1eb-4b2b-a609-2d97d763cb05} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.004839 sec., 7646.207894193014 rows/sec., 568.30 KiB/sec.
8927 2024.11.28 04:59:11.296294 [ 261 ] {f9494ccd-f1eb-4b2b-a609-2d97d763cb05} <Debug> TCPHandler: Processed in 0.005172365 sec.
8928 2024.11.28 04:59:11.296474 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8929 2024.11.28 04:59:11.296771 [ 266 ] {2d1a219f-01a8-48fe-b0f5-9d01443eaeeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8930 2024.11.28 04:59:11.296893 [ 266 ] {2d1a219f-01a8-48fe-b0f5-9d01443eaeeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8931 2024.11.28 04:59:11.296921 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3368 rows, containing 5 columns (5 merged, 0 gathered) in 0.00585775 sec., 574964.7902351585 rows/sec., 50.29 MiB/sec.
8932 2024.11.28 04:59:11.297268 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8933 2024.11.28 04:59:11.297834 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8934 2024.11.28 04:59:11.298048 [ 194 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_61_12} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8935 2024.11.28 04:59:11.298239 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
8936 2024.11.28 04:59:11.298323 [ 266 ] {2d1a219f-01a8-48fe-b0f5-9d01443eaeeb} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8937 2024.11.28 04:59:11.298367 [ 266 ] {2d1a219f-01a8-48fe-b0f5-9d01443eaeeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8938 2024.11.28 04:59:11.298789 [ 266 ] {2d1a219f-01a8-48fe-b0f5-9d01443eaeeb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8939 2024.11.28 04:59:11.299044 [ 266 ] {2d1a219f-01a8-48fe-b0f5-9d01443eaeeb} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8940 2024.11.28 04:59:11.299281 [ 266 ] {2d1a219f-01a8-48fe-b0f5-9d01443eaeeb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002636 sec., 86494.68892261002 rows/sec., 5.86 MiB/sec.
8941 2024.11.28 04:59:11.299346 [ 266 ] {2d1a219f-01a8-48fe-b0f5-9d01443eaeeb} <Debug> TCPHandler: Processed in 0.002940616 sec.
8942 2024.11.28 04:59:11.299518 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8943 2024.11.28 04:59:11.299665 [ 261 ] {aba7dd02-eac0-43d6-8e47-29c377543371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8944 2024.11.28 04:59:11.299725 [ 261 ] {aba7dd02-eac0-43d6-8e47-29c377543371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8945 2024.11.28 04:59:11.300727 [ 261 ] {aba7dd02-eac0-43d6-8e47-29c377543371} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8946 2024.11.28 04:59:11.300768 [ 261 ] {aba7dd02-eac0-43d6-8e47-29c377543371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8947 2024.11.28 04:59:11.301168 [ 261 ] {aba7dd02-eac0-43d6-8e47-29c377543371} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8948 2024.11.28 04:59:11.301415 [ 261 ] {aba7dd02-eac0-43d6-8e47-29c377543371} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8949 2024.11.28 04:59:11.301588 [ 94 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8950 2024.11.28 04:59:11.301653 [ 261 ] {aba7dd02-eac0-43d6-8e47-29c377543371} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.002014 sec., 276564.0516385303 rows/sec., 20.55 MiB/sec.
8951 2024.11.28 04:59:11.301662 [ 94 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8952 2024.11.28 04:59:11.301742 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8953 2024.11.28 04:59:11.301801 [ 261 ] {aba7dd02-eac0-43d6-8e47-29c377543371} <Debug> TCPHandler: Processed in 0.002342992 sec.
8954 2024.11.28 04:59:11.302099 [ 186 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
8955 2024.11.28 04:59:11.302105 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8956 2024.11.28 04:59:11.302505 [ 266 ] {15716794-add3-410e-9e35-87178f20888f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8957 2024.11.28 04:59:11.302704 [ 266 ] {15716794-add3-410e-9e35-87178f20888f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8958 2024.11.28 04:59:11.302821 [ 186 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8959 2024.11.28 04:59:11.303004 [ 186 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part
8960 2024.11.28 04:59:11.303368 [ 186 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 95 rows starting from the beginning of the part
8961 2024.11.28 04:59:11.303697 [ 186 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 392 rows starting from the beginning of the part
8962 2024.11.28 04:59:11.304036 [ 186 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 95 rows starting from the beginning of the part
8963 2024.11.28 04:59:11.304341 [ 186 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 390 rows starting from the beginning of the part
8964 2024.11.28 04:59:11.304638 [ 186 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 557 rows starting from the beginning of the part
8965 2024.11.28 04:59:11.305839 [ 266 ] {15716794-add3-410e-9e35-87178f20888f} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8966 2024.11.28 04:59:11.305905 [ 266 ] {15716794-add3-410e-9e35-87178f20888f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8967 2024.11.28 04:59:11.307077 [ 266 ] {15716794-add3-410e-9e35-87178f20888f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8968 2024.11.28 04:59:11.307403 [ 266 ] {15716794-add3-410e-9e35-87178f20888f} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8969 2024.11.28 04:59:11.307958 [ 186 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2442 rows, containing 5 columns (5 merged, 0 gathered) in 0.006126196 sec., 398616.04166761885 rows/sec., 30.59 MiB/sec.
8970 2024.11.28 04:59:11.308006 [ 266 ] {15716794-add3-410e-9e35-87178f20888f} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.005638 sec., 156615.82121319618 rows/sec., 10.54 MiB/sec.
8971 2024.11.28 04:59:11.308144 [ 266 ] {15716794-add3-410e-9e35-87178f20888f} <Debug> TCPHandler: Processed in 0.006191388 sec.
8972 2024.11.28 04:59:11.308277 [ 191 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8973 2024.11.28 04:59:11.308353 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8974 2024.11.28 04:59:11.308571 [ 261 ] {ce3c3429-4c86-4c24-9358-27f6b0e8dba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8975 2024.11.28 04:59:11.308720 [ 261 ] {ce3c3429-4c86-4c24-9358-27f6b0e8dba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8976 2024.11.28 04:59:11.308818 [ 191 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8977 2024.11.28 04:59:11.309156 [ 191 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_61_12} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8978 2024.11.28 04:59:11.309351 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
8979 2024.11.28 04:59:11.310438 [ 261 ] {ce3c3429-4c86-4c24-9358-27f6b0e8dba7} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8980 2024.11.28 04:59:11.310483 [ 261 ] {ce3c3429-4c86-4c24-9358-27f6b0e8dba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8981 2024.11.28 04:59:11.311168 [ 261 ] {ce3c3429-4c86-4c24-9358-27f6b0e8dba7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8982 2024.11.28 04:59:11.311426 [ 261 ] {ce3c3429-4c86-4c24-9358-27f6b0e8dba7} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8983 2024.11.28 04:59:11.311696 [ 261 ] {ce3c3429-4c86-4c24-9358-27f6b0e8dba7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003184 sec., 9736.180904522613 rows/sec., 17.45 MiB/sec.
8984 2024.11.28 04:59:11.311825 [ 261 ] {ce3c3429-4c86-4c24-9358-27f6b0e8dba7} <Debug> TCPHandler: Processed in 0.003566459 sec.
8985 2024.11.28 04:59:11.312045 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8986 2024.11.28 04:59:11.312271 [ 266 ] {d12a343b-8393-4ca8-b22e-c314e19015b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8987 2024.11.28 04:59:11.312369 [ 266 ] {d12a343b-8393-4ca8-b22e-c314e19015b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8988 2024.11.28 04:59:11.312943 [ 266 ] {d12a343b-8393-4ca8-b22e-c314e19015b2} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8989 2024.11.28 04:59:11.312983 [ 266 ] {d12a343b-8393-4ca8-b22e-c314e19015b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8990 2024.11.28 04:59:11.313364 [ 266 ] {d12a343b-8393-4ca8-b22e-c314e19015b2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8991 2024.11.28 04:59:11.313610 [ 266 ] {d12a343b-8393-4ca8-b22e-c314e19015b2} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8992 2024.11.28 04:59:11.313851 [ 266 ] {d12a343b-8393-4ca8-b22e-c314e19015b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001637 sec., 36652.41295051924 rows/sec., 2.47 MiB/sec.
8993 2024.11.28 04:59:11.313906 [ 266 ] {d12a343b-8393-4ca8-b22e-c314e19015b2} <Debug> TCPHandler: Processed in 0.001973784 sec.
8994 2024.11.28 04:59:13.088522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
8995 2024.11.28 04:59:13.089229 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8996 2024.11.28 04:59:13.089280 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
8997 2024.11.28 04:59:13.089826 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8998 2024.11.28 04:59:13.090087 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8999 2024.11.28 04:59:13.090384 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
9000 2024.11.28 04:59:14.481234 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
9001 2024.11.28 04:59:14.502105 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9002 2024.11.28 04:59:14.502171 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9003 2024.11.28 04:59:14.509456 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9004 2024.11.28 04:59:14.510249 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9005 2024.11.28 04:59:14.513042 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
9006 2024.11.28 04:59:16.263426 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9007 2024.11.28 04:59:16.263636 [ 261 ] {583ed581-be2a-44ca-b68e-e292e476ea28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9008 2024.11.28 04:59:16.263708 [ 261 ] {583ed581-be2a-44ca-b68e-e292e476ea28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9009 2024.11.28 04:59:16.264449 [ 261 ] {583ed581-be2a-44ca-b68e-e292e476ea28} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9010 2024.11.28 04:59:16.264499 [ 261 ] {583ed581-be2a-44ca-b68e-e292e476ea28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9011 2024.11.28 04:59:16.264925 [ 261 ] {583ed581-be2a-44ca-b68e-e292e476ea28} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9012 2024.11.28 04:59:16.265182 [ 261 ] {583ed581-be2a-44ca-b68e-e292e476ea28} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9013 2024.11.28 04:59:16.265433 [ 261 ] {583ed581-be2a-44ca-b68e-e292e476ea28} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 543.30 KiB/sec.
9014 2024.11.28 04:59:16.265489 [ 261 ] {583ed581-be2a-44ca-b68e-e292e476ea28} <Debug> TCPHandler: Processed in 0.002209709 sec.
9015 2024.11.28 04:59:16.265769 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9016 2024.11.28 04:59:16.265993 [ 266 ] {177c3288-e4ab-474b-bacd-449ecd62ba74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9017 2024.11.28 04:59:16.266080 [ 266 ] {177c3288-e4ab-474b-bacd-449ecd62ba74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9018 2024.11.28 04:59:16.267022 [ 266 ] {177c3288-e4ab-474b-bacd-449ecd62ba74} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9019 2024.11.28 04:59:16.267078 [ 266 ] {177c3288-e4ab-474b-bacd-449ecd62ba74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9020 2024.11.28 04:59:16.267548 [ 266 ] {177c3288-e4ab-474b-bacd-449ecd62ba74} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9021 2024.11.28 04:59:16.267825 [ 266 ] {177c3288-e4ab-474b-bacd-449ecd62ba74} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9022 2024.11.28 04:59:16.268066 [ 266 ] {177c3288-e4ab-474b-bacd-449ecd62ba74} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002136 sec., 102528.08988764045 rows/sec., 8.93 MiB/sec.
9023 2024.11.28 04:59:16.268135 [ 266 ] {177c3288-e4ab-474b-bacd-449ecd62ba74} <Debug> TCPHandler: Processed in 0.002515596 sec.
9024 2024.11.28 04:59:16.268299 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9025 2024.11.28 04:59:16.268417 [ 261 ] {bd4ce3fa-a51f-4497-b2dc-12b98b7056c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9026 2024.11.28 04:59:16.268467 [ 261 ] {bd4ce3fa-a51f-4497-b2dc-12b98b7056c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9027 2024.11.28 04:59:16.269077 [ 261 ] {bd4ce3fa-a51f-4497-b2dc-12b98b7056c0} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9028 2024.11.28 04:59:16.269117 [ 261 ] {bd4ce3fa-a51f-4497-b2dc-12b98b7056c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9029 2024.11.28 04:59:16.269474 [ 261 ] {bd4ce3fa-a51f-4497-b2dc-12b98b7056c0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9030 2024.11.28 04:59:16.269738 [ 261 ] {bd4ce3fa-a51f-4497-b2dc-12b98b7056c0} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9031 2024.11.28 04:59:16.269914 [ 117 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9032 2024.11.28 04:59:16.269989 [ 261 ] {bd4ce3fa-a51f-4497-b2dc-12b98b7056c0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001593 sec., 9416.195856873823 rows/sec., 663.92 KiB/sec.
9033 2024.11.28 04:59:16.270025 [ 117 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9034 2024.11.28 04:59:16.270117 [ 261 ] {bd4ce3fa-a51f-4497-b2dc-12b98b7056c0} <Debug> TCPHandler: Processed in 0.001868731 sec.
9035 2024.11.28 04:59:16.270117 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9036 2024.11.28 04:59:16.270334 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
9037 2024.11.28 04:59:16.270357 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9038 2024.11.28 04:59:16.270565 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9039 2024.11.28 04:59:16.270641 [ 266 ] {e8900007-18dd-401a-a0ef-9ea198182df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9040 2024.11.28 04:59:16.270649 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 64 rows starting from the beginning of the part
9041 2024.11.28 04:59:16.270745 [ 266 ] {e8900007-18dd-401a-a0ef-9ea198182df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9042 2024.11.28 04:59:16.270890 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 17 rows starting from the beginning of the part
9043 2024.11.28 04:59:16.271260 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 31 rows starting from the beginning of the part
9044 2024.11.28 04:59:16.271568 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 15 rows starting from the beginning of the part
9045 2024.11.28 04:59:16.271893 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 37 rows starting from the beginning of the part
9046 2024.11.28 04:59:16.272275 [ 187 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 15 rows starting from the beginning of the part
9047 2024.11.28 04:59:16.273811 [ 266 ] {e8900007-18dd-401a-a0ef-9ea198182df3} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9048 2024.11.28 04:59:16.273891 [ 266 ] {e8900007-18dd-401a-a0ef-9ea198182df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9049 2024.11.28 04:59:16.274976 [ 266 ] {e8900007-18dd-401a-a0ef-9ea198182df3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9050 2024.11.28 04:59:16.275134 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.004883929 sec., 36650.81945294454 rows/sec., 2.75 MiB/sec.
9051 2024.11.28 04:59:16.275345 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9052 2024.11.28 04:59:16.275521 [ 266 ] {e8900007-18dd-401a-a0ef-9ea198182df3} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9053 2024.11.28 04:59:16.275963 [ 266 ] {e8900007-18dd-401a-a0ef-9ea198182df3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005403 sec., 2591.1530631130854 rows/sec., 181.47 KiB/sec.
9054 2024.11.28 04:59:16.275979 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9055 2024.11.28 04:59:16.276127 [ 266 ] {e8900007-18dd-401a-a0ef-9ea198182df3} <Debug> TCPHandler: Processed in 0.00586095 sec.
9056 2024.11.28 04:59:16.276190 [ 196 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_61_12} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9057 2024.11.28 04:59:16.276310 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9058 2024.11.28 04:59:16.276321 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9059 2024.11.28 04:59:16.276456 [ 261 ] {8309d823-9b24-46e7-88cb-4a14bf4ab126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9060 2024.11.28 04:59:16.276511 [ 261 ] {8309d823-9b24-46e7-88cb-4a14bf4ab126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9061 2024.11.28 04:59:16.277098 [ 261 ] {8309d823-9b24-46e7-88cb-4a14bf4ab126} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9062 2024.11.28 04:59:16.277136 [ 261 ] {8309d823-9b24-46e7-88cb-4a14bf4ab126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9063 2024.11.28 04:59:16.277486 [ 261 ] {8309d823-9b24-46e7-88cb-4a14bf4ab126} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9064 2024.11.28 04:59:16.277723 [ 261 ] {8309d823-9b24-46e7-88cb-4a14bf4ab126} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9065 2024.11.28 04:59:16.277989 [ 261 ] {8309d823-9b24-46e7-88cb-4a14bf4ab126} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001553 sec., 8370.895041854475 rows/sec., 521.92 KiB/sec.
9066 2024.11.28 04:59:16.278110 [ 261 ] {8309d823-9b24-46e7-88cb-4a14bf4ab126} <Debug> TCPHandler: Processed in 0.001857481 sec.
9067 2024.11.28 04:59:16.278317 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9068 2024.11.28 04:59:16.278447 [ 266 ] {bf324f60-9fb0-44cf-a05a-5f877accbc89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9069 2024.11.28 04:59:16.278503 [ 266 ] {bf324f60-9fb0-44cf-a05a-5f877accbc89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9070 2024.11.28 04:59:16.279242 [ 266 ] {bf324f60-9fb0-44cf-a05a-5f877accbc89} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9071 2024.11.28 04:59:16.279283 [ 266 ] {bf324f60-9fb0-44cf-a05a-5f877accbc89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9072 2024.11.28 04:59:16.279686 [ 266 ] {bf324f60-9fb0-44cf-a05a-5f877accbc89} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9073 2024.11.28 04:59:16.279948 [ 266 ] {bf324f60-9fb0-44cf-a05a-5f877accbc89} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9074 2024.11.28 04:59:16.280165 [ 266 ] {bf324f60-9fb0-44cf-a05a-5f877accbc89} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001743 sec., 223752.15146299484 rows/sec., 15.87 MiB/sec.
9075 2024.11.28 04:59:16.280219 [ 266 ] {bf324f60-9fb0-44cf-a05a-5f877accbc89} <Debug> TCPHandler: Processed in 0.001995785 sec.
9076 2024.11.28 04:59:16.280366 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9077 2024.11.28 04:59:16.280481 [ 261 ] {8570162b-17ae-4ae7-a8aa-f7180fdea809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9078 2024.11.28 04:59:16.280530 [ 261 ] {8570162b-17ae-4ae7-a8aa-f7180fdea809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9079 2024.11.28 04:59:16.281082 [ 261 ] {8570162b-17ae-4ae7-a8aa-f7180fdea809} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9080 2024.11.28 04:59:16.281128 [ 261 ] {8570162b-17ae-4ae7-a8aa-f7180fdea809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9081 2024.11.28 04:59:16.281559 [ 261 ] {8570162b-17ae-4ae7-a8aa-f7180fdea809} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9082 2024.11.28 04:59:16.281802 [ 261 ] {8570162b-17ae-4ae7-a8aa-f7180fdea809} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9083 2024.11.28 04:59:16.282033 [ 261 ] {8570162b-17ae-4ae7-a8aa-f7180fdea809} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001575 sec., 3809.5238095238096 rows/sec., 199.03 KiB/sec.
9084 2024.11.28 04:59:16.282146 [ 261 ] {8570162b-17ae-4ae7-a8aa-f7180fdea809} <Debug> TCPHandler: Processed in 0.00183459 sec.
9085 2024.11.28 04:59:16.282303 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9086 2024.11.28 04:59:16.282421 [ 266 ] {46b9748a-7b56-414f-97a5-9f7a8c50ed50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9087 2024.11.28 04:59:16.282476 [ 266 ] {46b9748a-7b56-414f-97a5-9f7a8c50ed50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9088 2024.11.28 04:59:16.283087 [ 266 ] {46b9748a-7b56-414f-97a5-9f7a8c50ed50} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9089 2024.11.28 04:59:16.283127 [ 266 ] {46b9748a-7b56-414f-97a5-9f7a8c50ed50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9090 2024.11.28 04:59:16.283537 [ 266 ] {46b9748a-7b56-414f-97a5-9f7a8c50ed50} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9091 2024.11.28 04:59:16.283793 [ 266 ] {46b9748a-7b56-414f-97a5-9f7a8c50ed50} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9092 2024.11.28 04:59:16.284020 [ 266 ] {46b9748a-7b56-414f-97a5-9f7a8c50ed50} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001622 sec., 146115.9062885327 rows/sec., 9.79 MiB/sec.
9093 2024.11.28 04:59:16.284087 [ 266 ] {46b9748a-7b56-414f-97a5-9f7a8c50ed50} <Debug> TCPHandler: Processed in 0.00184256 sec.
9094 2024.11.28 04:59:16.284291 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9095 2024.11.28 04:59:16.284449 [ 261 ] {a0a2f63a-5e97-45b2-b787-241b7eb6a01f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9096 2024.11.28 04:59:16.284510 [ 261 ] {a0a2f63a-5e97-45b2-b787-241b7eb6a01f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9097 2024.11.28 04:59:16.285005 [ 261 ] {a0a2f63a-5e97-45b2-b787-241b7eb6a01f} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9098 2024.11.28 04:59:16.285046 [ 261 ] {a0a2f63a-5e97-45b2-b787-241b7eb6a01f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9099 2024.11.28 04:59:16.285426 [ 261 ] {a0a2f63a-5e97-45b2-b787-241b7eb6a01f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9100 2024.11.28 04:59:16.285685 [ 261 ] {a0a2f63a-5e97-45b2-b787-241b7eb6a01f} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9101 2024.11.28 04:59:16.285912 [ 261 ] {a0a2f63a-5e97-45b2-b787-241b7eb6a01f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001493 sec., 669.7923643670463 rows/sec., 45.13 KiB/sec.
9102 2024.11.28 04:59:16.285966 [ 261 ] {a0a2f63a-5e97-45b2-b787-241b7eb6a01f} <Debug> TCPHandler: Processed in 0.00179046 sec.
9103 2024.11.28 04:59:16.286123 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9104 2024.11.28 04:59:16.286262 [ 266 ] {83d3e459-7e58-4666-aae6-18acee9b1016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9105 2024.11.28 04:59:16.286356 [ 266 ] {83d3e459-7e58-4666-aae6-18acee9b1016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9106 2024.11.28 04:59:16.287522 [ 266 ] {83d3e459-7e58-4666-aae6-18acee9b1016} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9107 2024.11.28 04:59:16.287563 [ 266 ] {83d3e459-7e58-4666-aae6-18acee9b1016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9108 2024.11.28 04:59:16.288188 [ 266 ] {83d3e459-7e58-4666-aae6-18acee9b1016} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9109 2024.11.28 04:59:16.288462 [ 266 ] {83d3e459-7e58-4666-aae6-18acee9b1016} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9110 2024.11.28 04:59:16.288721 [ 266 ] {83d3e459-7e58-4666-aae6-18acee9b1016} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00249 sec., 3212.85140562249 rows/sec., 5.76 MiB/sec.
9111 2024.11.28 04:59:16.288827 [ 266 ] {83d3e459-7e58-4666-aae6-18acee9b1016} <Debug> TCPHandler: Processed in 0.002770332 sec.
9112 2024.11.28 04:59:16.288986 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9113 2024.11.28 04:59:16.289126 [ 261 ] {d87b64a1-f9fc-43e4-85a0-b467d279a4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9114 2024.11.28 04:59:16.289185 [ 261 ] {d87b64a1-f9fc-43e4-85a0-b467d279a4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9115 2024.11.28 04:59:16.289743 [ 261 ] {d87b64a1-f9fc-43e4-85a0-b467d279a4e5} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9116 2024.11.28 04:59:16.289782 [ 261 ] {d87b64a1-f9fc-43e4-85a0-b467d279a4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9117 2024.11.28 04:59:16.290190 [ 261 ] {d87b64a1-f9fc-43e4-85a0-b467d279a4e5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9118 2024.11.28 04:59:16.290444 [ 261 ] {d87b64a1-f9fc-43e4-85a0-b467d279a4e5} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9119 2024.11.28 04:59:16.290655 [ 261 ] {d87b64a1-f9fc-43e4-85a0-b467d279a4e5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00156 sec., 52564.10256410256 rows/sec., 3.34 MiB/sec.
9120 2024.11.28 04:59:16.290710 [ 261 ] {d87b64a1-f9fc-43e4-85a0-b467d279a4e5} <Debug> TCPHandler: Processed in 0.0017908 sec.
9121 2024.11.28 04:59:20.429242 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
9122 2024.11.28 04:59:20.429317 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
9123 2024.11.28 04:59:20.591485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
9124 2024.11.28 04:59:20.592119 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9125 2024.11.28 04:59:20.592160 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9126 2024.11.28 04:59:20.592662 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9127 2024.11.28 04:59:20.592900 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9128 2024.11.28 04:59:20.593128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
9129 2024.11.28 04:59:20.686772 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1266
9130 2024.11.28 04:59:20.690020 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9131 2024.11.28 04:59:20.690081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9132 2024.11.28 04:59:20.691577 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9133 2024.11.28 04:59:20.691894 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9134 2024.11.28 04:59:20.692463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1266
9135 2024.11.28 04:59:21.258083 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9136 2024.11.28 04:59:21.258308 [ 261 ] {941bfb50-05db-46e5-8be3-4d4258ca13e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9137 2024.11.28 04:59:21.258394 [ 261 ] {941bfb50-05db-46e5-8be3-4d4258ca13e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9138 2024.11.28 04:59:21.259304 [ 261 ] {941bfb50-05db-46e5-8be3-4d4258ca13e4} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9139 2024.11.28 04:59:21.259362 [ 261 ] {941bfb50-05db-46e5-8be3-4d4258ca13e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9140 2024.11.28 04:59:21.259838 [ 261 ] {941bfb50-05db-46e5-8be3-4d4258ca13e4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9141 2024.11.28 04:59:21.260153 [ 261 ] {941bfb50-05db-46e5-8be3-4d4258ca13e4} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9142 2024.11.28 04:59:21.260433 [ 261 ] {941bfb50-05db-46e5-8be3-4d4258ca13e4} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002189 sec., 53905.893101873 rows/sec., 4.56 MiB/sec.
9143 2024.11.28 04:59:21.260504 [ 261 ] {941bfb50-05db-46e5-8be3-4d4258ca13e4} <Debug> TCPHandler: Processed in 0.002563436 sec.
9144 2024.11.28 04:59:21.260777 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9145 2024.11.28 04:59:21.261086 [ 266 ] {34a44d12-c1ba-402b-9015-72d9b875860e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9146 2024.11.28 04:59:21.261204 [ 266 ] {34a44d12-c1ba-402b-9015-72d9b875860e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9147 2024.11.28 04:59:21.262201 [ 266 ] {34a44d12-c1ba-402b-9015-72d9b875860e} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9148 2024.11.28 04:59:21.262248 [ 266 ] {34a44d12-c1ba-402b-9015-72d9b875860e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9149 2024.11.28 04:59:21.262723 [ 266 ] {34a44d12-c1ba-402b-9015-72d9b875860e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9150 2024.11.28 04:59:21.262992 [ 266 ] {34a44d12-c1ba-402b-9015-72d9b875860e} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9151 2024.11.28 04:59:21.263252 [ 266 ] {34a44d12-c1ba-402b-9015-72d9b875860e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00225 sec., 13777.77777777778 rows/sec., 1.01 MiB/sec.
9152 2024.11.28 04:59:21.263320 [ 266 ] {34a44d12-c1ba-402b-9015-72d9b875860e} <Debug> TCPHandler: Processed in 0.002681219 sec.
9153 2024.11.28 04:59:21.263476 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9154 2024.11.28 04:59:21.263631 [ 261 ] {e6889fca-0c29-4663-869c-efe15cc5884b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9155 2024.11.28 04:59:21.263695 [ 261 ] {e6889fca-0c29-4663-869c-efe15cc5884b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9156 2024.11.28 04:59:21.264347 [ 261 ] {e6889fca-0c29-4663-869c-efe15cc5884b} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9157 2024.11.28 04:59:21.264390 [ 261 ] {e6889fca-0c29-4663-869c-efe15cc5884b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9158 2024.11.28 04:59:21.264782 [ 261 ] {e6889fca-0c29-4663-869c-efe15cc5884b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9159 2024.11.28 04:59:21.265037 [ 261 ] {e6889fca-0c29-4663-869c-efe15cc5884b} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9160 2024.11.28 04:59:21.265286 [ 261 ] {e6889fca-0c29-4663-869c-efe15cc5884b} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001687 sec., 56312.98162418495 rows/sec., 4.40 MiB/sec.
9161 2024.11.28 04:59:21.265381 [ 261 ] {e6889fca-0c29-4663-869c-efe15cc5884b} <Debug> TCPHandler: Processed in 0.001980224 sec.
9162 2024.11.28 04:59:21.265573 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9163 2024.11.28 04:59:21.265733 [ 266 ] {86a8aa6f-a5d8-4101-9a86-f19b9c3b52d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9164 2024.11.28 04:59:21.265797 [ 266 ] {86a8aa6f-a5d8-4101-9a86-f19b9c3b52d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9165 2024.11.28 04:59:21.266491 [ 266 ] {86a8aa6f-a5d8-4101-9a86-f19b9c3b52d2} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9166 2024.11.28 04:59:21.266540 [ 266 ] {86a8aa6f-a5d8-4101-9a86-f19b9c3b52d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9167 2024.11.28 04:59:21.266997 [ 266 ] {86a8aa6f-a5d8-4101-9a86-f19b9c3b52d2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9168 2024.11.28 04:59:21.267250 [ 266 ] {86a8aa6f-a5d8-4101-9a86-f19b9c3b52d2} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9169 2024.11.28 04:59:21.267483 [ 266 ] {86a8aa6f-a5d8-4101-9a86-f19b9c3b52d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001785 sec., 89635.8543417367 rows/sec., 6.24 MiB/sec.
9170 2024.11.28 04:59:21.267544 [ 266 ] {86a8aa6f-a5d8-4101-9a86-f19b9c3b52d2} <Debug> TCPHandler: Processed in 0.002084237 sec.
9171 2024.11.28 04:59:21.267741 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9172 2024.11.28 04:59:21.267897 [ 261 ] {96280697-7973-4413-a04c-837fcce467a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9173 2024.11.28 04:59:21.267995 [ 261 ] {96280697-7973-4413-a04c-837fcce467a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9174 2024.11.28 04:59:21.269308 [ 261 ] {96280697-7973-4413-a04c-837fcce467a1} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9175 2024.11.28 04:59:21.269349 [ 261 ] {96280697-7973-4413-a04c-837fcce467a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9176 2024.11.28 04:59:21.270049 [ 261 ] {96280697-7973-4413-a04c-837fcce467a1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9177 2024.11.28 04:59:21.270345 [ 261 ] {96280697-7973-4413-a04c-837fcce467a1} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9178 2024.11.28 04:59:21.270594 [ 261 ] {96280697-7973-4413-a04c-837fcce467a1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002729 sec., 11359.472334188347 rows/sec., 20.36 MiB/sec.
9179 2024.11.28 04:59:21.270710 [ 261 ] {96280697-7973-4413-a04c-837fcce467a1} <Debug> TCPHandler: Processed in 0.003068828 sec.
9180 2024.11.28 04:59:21.270891 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9181 2024.11.28 04:59:21.271038 [ 266 ] {ced779a5-ae66-4749-97dd-2701940bde0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9182 2024.11.28 04:59:21.271100 [ 266 ] {ced779a5-ae66-4749-97dd-2701940bde0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9183 2024.11.28 04:59:21.271690 [ 266 ] {ced779a5-ae66-4749-97dd-2701940bde0c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9184 2024.11.28 04:59:21.271737 [ 266 ] {ced779a5-ae66-4749-97dd-2701940bde0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9185 2024.11.28 04:59:21.272117 [ 266 ] {ced779a5-ae66-4749-97dd-2701940bde0c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9186 2024.11.28 04:59:21.272372 [ 266 ] {ced779a5-ae66-4749-97dd-2701940bde0c} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9187 2024.11.28 04:59:21.272598 [ 266 ] {ced779a5-ae66-4749-97dd-2701940bde0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec.
9188 2024.11.28 04:59:21.272651 [ 266 ] {ced779a5-ae66-4749-97dd-2701940bde0c} <Debug> TCPHandler: Processed in 0.0018288 sec.
9189 2024.11.28 04:59:22.013275 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
9190 2024.11.28 04:59:22.036018 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9191 2024.11.28 04:59:22.036076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9192 2024.11.28 04:59:22.043953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9193 2024.11.28 04:59:22.044762 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9194 2024.11.28 04:59:22.048536 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
9195 2024.11.28 04:59:22.608906 [ 150 ] {} <Debug> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9196 2024.11.28 04:59:22.608999 [ 150 ] {} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9197 2024.11.28 04:59:22.609041 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9198 2024.11.28 04:59:22.609331 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
9199 2024.11.28 04:59:22.609581 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9200 2024.11.28 04:59:22.609647 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
9201 2024.11.28 04:59:22.609815 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part
9202 2024.11.28 04:59:22.610016 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::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
9203 2024.11.28 04:59:22.610218 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
9204 2024.11.28 04:59:22.610457 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
9205 2024.11.28 04:59:22.611649 [ 200 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002508596 sec., 14350.656701995857 rows/sec., 1.20 MiB/sec.
9206 2024.11.28 04:59:22.611813 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9207 2024.11.28 04:59:22.612105 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_17_4} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9208 2024.11.28 04:59:22.612194 [ 195 ] {406c3219-4221-498f-a1e9-78f7286ea593::all_1_17_4} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9209 2024.11.28 04:59:22.612274 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9210 2024.11.28 04:59:26.260918 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9211 2024.11.28 04:59:26.261132 [ 261 ] {f75d2316-5ed3-4d54-ad0c-6fc87d21f576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9212 2024.11.28 04:59:26.261208 [ 261 ] {f75d2316-5ed3-4d54-ad0c-6fc87d21f576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9213 2024.11.28 04:59:26.261996 [ 261 ] {f75d2316-5ed3-4d54-ad0c-6fc87d21f576} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9214 2024.11.28 04:59:26.262045 [ 261 ] {f75d2316-5ed3-4d54-ad0c-6fc87d21f576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9215 2024.11.28 04:59:26.262499 [ 261 ] {f75d2316-5ed3-4d54-ad0c-6fc87d21f576} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9216 2024.11.28 04:59:26.262767 [ 261 ] {f75d2316-5ed3-4d54-ad0c-6fc87d21f576} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9217 2024.11.28 04:59:26.263010 [ 261 ] {f75d2316-5ed3-4d54-ad0c-6fc87d21f576} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec.
9218 2024.11.28 04:59:26.263076 [ 261 ] {f75d2316-5ed3-4d54-ad0c-6fc87d21f576} <Debug> TCPHandler: Processed in 0.002289751 sec.
9219 2024.11.28 04:59:26.263349 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9220 2024.11.28 04:59:26.263583 [ 266 ] {49e22314-a9fd-448b-b2f9-881867e8dc6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9221 2024.11.28 04:59:26.263666 [ 266 ] {49e22314-a9fd-448b-b2f9-881867e8dc6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9222 2024.11.28 04:59:26.264434 [ 266 ] {49e22314-a9fd-448b-b2f9-881867e8dc6f} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9223 2024.11.28 04:59:26.264475 [ 266 ] {49e22314-a9fd-448b-b2f9-881867e8dc6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9224 2024.11.28 04:59:26.264928 [ 266 ] {49e22314-a9fd-448b-b2f9-881867e8dc6f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9225 2024.11.28 04:59:26.265194 [ 266 ] {49e22314-a9fd-448b-b2f9-881867e8dc6f} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9226 2024.11.28 04:59:26.265388 [ 266 ] {49e22314-a9fd-448b-b2f9-881867e8dc6f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001867 sec., 2142.4745581146226 rows/sec., 174.70 KiB/sec.
9227 2024.11.28 04:59:26.265442 [ 266 ] {49e22314-a9fd-448b-b2f9-881867e8dc6f} <Debug> TCPHandler: Processed in 0.002234719 sec.
9228 2024.11.28 04:59:26.265623 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9229 2024.11.28 04:59:26.265774 [ 261 ] {77aed301-6cad-4d06-97f4-844365c173d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9230 2024.11.28 04:59:26.265836 [ 261 ] {77aed301-6cad-4d06-97f4-844365c173d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9231 2024.11.28 04:59:26.266790 [ 261 ] {77aed301-6cad-4d06-97f4-844365c173d8} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9232 2024.11.28 04:59:26.266878 [ 261 ] {77aed301-6cad-4d06-97f4-844365c173d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9233 2024.11.28 04:59:26.267330 [ 261 ] {77aed301-6cad-4d06-97f4-844365c173d8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9234 2024.11.28 04:59:26.267589 [ 261 ] {77aed301-6cad-4d06-97f4-844365c173d8} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9235 2024.11.28 04:59:26.267832 [ 261 ] {77aed301-6cad-4d06-97f4-844365c173d8} <Debug> executeQuery: Read 221 rows, 19.68 KiB in 0.002094 sec., 105539.63705826171 rows/sec., 9.18 MiB/sec.
9236 2024.11.28 04:59:26.267918 [ 261 ] {77aed301-6cad-4d06-97f4-844365c173d8} <Debug> TCPHandler: Processed in 0.002369962 sec.
9237 2024.11.28 04:59:26.268179 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9238 2024.11.28 04:59:26.268355 [ 266 ] {5bd0a082-0be1-4348-a8a7-feb541a029e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9239 2024.11.28 04:59:26.268413 [ 266 ] {5bd0a082-0be1-4348-a8a7-feb541a029e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9240 2024.11.28 04:59:26.269083 [ 266 ] {5bd0a082-0be1-4348-a8a7-feb541a029e4} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9241 2024.11.28 04:59:26.269122 [ 266 ] {5bd0a082-0be1-4348-a8a7-feb541a029e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9242 2024.11.28 04:59:26.269488 [ 266 ] {5bd0a082-0be1-4348-a8a7-feb541a029e4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9243 2024.11.28 04:59:26.269737 [ 266 ] {5bd0a082-0be1-4348-a8a7-feb541a029e4} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9244 2024.11.28 04:59:26.269914 [ 266 ] {5bd0a082-0be1-4348-a8a7-feb541a029e4} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.00159 sec., 11949.685534591195 rows/sec., 840.83 KiB/sec.
9245 2024.11.28 04:59:26.269965 [ 266 ] {5bd0a082-0be1-4348-a8a7-feb541a029e4} <Debug> TCPHandler: Processed in 0.001943903 sec.
9246 2024.11.28 04:59:26.270120 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9247 2024.11.28 04:59:26.270262 [ 261 ] {f05fa207-d283-4189-926f-e15bb76cab5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9248 2024.11.28 04:59:26.270323 [ 261 ] {f05fa207-d283-4189-926f-e15bb76cab5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9249 2024.11.28 04:59:26.271003 [ 261 ] {f05fa207-d283-4189-926f-e15bb76cab5b} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9250 2024.11.28 04:59:26.271042 [ 261 ] {f05fa207-d283-4189-926f-e15bb76cab5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9251 2024.11.28 04:59:26.271405 [ 261 ] {f05fa207-d283-4189-926f-e15bb76cab5b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9252 2024.11.28 04:59:26.271697 [ 261 ] {f05fa207-d283-4189-926f-e15bb76cab5b} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9253 2024.11.28 04:59:26.271857 [ 144 ] {} <Debug> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9254 2024.11.28 04:59:26.271919 [ 144 ] {} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9255 2024.11.28 04:59:26.271935 [ 261 ] {f05fa207-d283-4189-926f-e15bb76cab5b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001698 sec., 8244.994110718491 rows/sec., 577.43 KiB/sec.
9256 2024.11.28 04:59:26.271955 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9257 2024.11.28 04:59:26.272105 [ 261 ] {f05fa207-d283-4189-926f-e15bb76cab5b} <Debug> TCPHandler: Processed in 0.002050026 sec.
9258 2024.11.28 04:59:26.272168 [ 188 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::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
9259 2024.11.28 04:59:26.272294 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9260 2024.11.28 04:59:26.272326 [ 188 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9261 2024.11.28 04:59:26.272358 [ 188 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 243 rows starting from the beginning of the part
9262 2024.11.28 04:59:26.272480 [ 266 ] {01d080e8-1e50-4fb7-afd2-9c008add5641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9263 2024.11.28 04:59:26.272487 [ 188 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
9264 2024.11.28 04:59:26.272636 [ 266 ] {01d080e8-1e50-4fb7-afd2-9c008add5641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9265 2024.11.28 04:59:26.272845 [ 188 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
9266 2024.11.28 04:59:26.273243 [ 188 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 228 rows starting from the beginning of the part
9267 2024.11.28 04:59:26.273621 [ 188 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
9268 2024.11.28 04:59:26.273949 [ 188 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
9269 2024.11.28 04:59:26.275043 [ 266 ] {01d080e8-1e50-4fb7-afd2-9c008add5641} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9270 2024.11.28 04:59:26.275088 [ 266 ] {01d080e8-1e50-4fb7-afd2-9c008add5641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9271 2024.11.28 04:59:26.275737 [ 266 ] {01d080e8-1e50-4fb7-afd2-9c008add5641} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9272 2024.11.28 04:59:26.275962 [ 195 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.003909267 sec., 134807.88086359925 rows/sec., 9.65 MiB/sec.
9273 2024.11.28 04:59:26.276164 [ 266 ] {01d080e8-1e50-4fb7-afd2-9c008add5641} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9274 2024.11.28 04:59:26.276257 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9275 2024.11.28 04:59:26.276876 [ 266 ] {01d080e8-1e50-4fb7-afd2-9c008add5641} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004415 sec., 2944.507361268403 rows/sec., 183.59 KiB/sec.
9276 2024.11.28 04:59:26.277279 [ 266 ] {01d080e8-1e50-4fb7-afd2-9c008add5641} <Debug> TCPHandler: Processed in 0.005063083 sec.
9277 2024.11.28 04:59:26.277298 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9278 2024.11.28 04:59:26.277451 [ 200 ] {451c10a5-bef2-4c0b-9328-89feaa8e39d6::all_1_41_8} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9279 2024.11.28 04:59:26.277473 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9280 2024.11.28 04:59:26.277558 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
9281 2024.11.28 04:59:26.277637 [ 261 ] {825a1ef6-269e-4c8c-abcc-a102086cc4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9282 2024.11.28 04:59:26.277696 [ 261 ] {825a1ef6-269e-4c8c-abcc-a102086cc4e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9283 2024.11.28 04:59:26.278490 [ 261 ] {825a1ef6-269e-4c8c-abcc-a102086cc4e8} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9284 2024.11.28 04:59:26.278531 [ 261 ] {825a1ef6-269e-4c8c-abcc-a102086cc4e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9285 2024.11.28 04:59:26.278934 [ 261 ] {825a1ef6-269e-4c8c-abcc-a102086cc4e8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9286 2024.11.28 04:59:26.279190 [ 261 ] {825a1ef6-269e-4c8c-abcc-a102086cc4e8} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9287 2024.11.28 04:59:26.279412 [ 261 ] {825a1ef6-269e-4c8c-abcc-a102086cc4e8} <Debug> executeQuery: Read 394 rows, 28.65 KiB in 0.001807 sec., 218040.9518539015 rows/sec., 15.48 MiB/sec.
9288 2024.11.28 04:59:26.279468 [ 261 ] {825a1ef6-269e-4c8c-abcc-a102086cc4e8} <Debug> TCPHandler: Processed in 0.002087736 sec.
9289 2024.11.28 04:59:26.279628 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9290 2024.11.28 04:59:26.279767 [ 266 ] {d4c7d5d8-b752-43cf-bbef-ee70b85ee9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9291 2024.11.28 04:59:26.279825 [ 266 ] {d4c7d5d8-b752-43cf-bbef-ee70b85ee9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9292 2024.11.28 04:59:26.280324 [ 266 ] {d4c7d5d8-b752-43cf-bbef-ee70b85ee9c3} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9293 2024.11.28 04:59:26.280362 [ 266 ] {d4c7d5d8-b752-43cf-bbef-ee70b85ee9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9294 2024.11.28 04:59:26.280736 [ 266 ] {d4c7d5d8-b752-43cf-bbef-ee70b85ee9c3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9295 2024.11.28 04:59:26.281011 [ 266 ] {d4c7d5d8-b752-43cf-bbef-ee70b85ee9c3} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9296 2024.11.28 04:59:26.281136 [ 144 ] {} <Debug> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9297 2024.11.28 04:59:26.281174 [ 144 ] {} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9298 2024.11.28 04:59:26.281201 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9299 2024.11.28 04:59:26.281200 [ 266 ] {d4c7d5d8-b752-43cf-bbef-ee70b85ee9c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec.
9300 2024.11.28 04:59:26.281436 [ 266 ] {d4c7d5d8-b752-43cf-bbef-ee70b85ee9c3} <Debug> TCPHandler: Processed in 0.001868801 sec.
9301 2024.11.28 04:59:26.281529 [ 193 ] {0e358359-da00-4141-96e5-d1810c325245::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
9302 2024.11.28 04:59:26.281749 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9303 2024.11.28 04:59:26.282145 [ 193 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9304 2024.11.28 04:59:26.282157 [ 261 ] {26e79231-3aae-4dd1-be8c-a35af63aefd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9305 2024.11.28 04:59:26.282198 [ 193 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part
9306 2024.11.28 04:59:26.282273 [ 261 ] {26e79231-3aae-4dd1-be8c-a35af63aefd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9307 2024.11.28 04:59:26.282437 [ 193 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
9308 2024.11.28 04:59:26.282837 [ 193 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
9309 2024.11.28 04:59:26.283201 [ 193 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
9310 2024.11.28 04:59:26.283509 [ 193 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
9311 2024.11.28 04:59:26.283806 [ 193 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9312 2024.11.28 04:59:26.284905 [ 261 ] {26e79231-3aae-4dd1-be8c-a35af63aefd2} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9313 2024.11.28 04:59:26.284973 [ 261 ] {26e79231-3aae-4dd1-be8c-a35af63aefd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9314 2024.11.28 04:59:26.286131 [ 261 ] {26e79231-3aae-4dd1-be8c-a35af63aefd2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9315 2024.11.28 04:59:26.286314 [ 195 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005048232 sec., 36844.58242014234 rows/sec., 1.88 MiB/sec.
9316 2024.11.28 04:59:26.286614 [ 261 ] {26e79231-3aae-4dd1-be8c-a35af63aefd2} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9317 2024.11.28 04:59:26.286613 [ 190 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9318 2024.11.28 04:59:26.286921 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9319 2024.11.28 04:59:26.287036 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9320 2024.11.28 04:59:26.287097 [ 261 ] {26e79231-3aae-4dd1-be8c-a35af63aefd2} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005028 sec., 47533.810660302304 rows/sec., 3.19 MiB/sec.
9321 2024.11.28 04:59:26.287106 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9322 2024.11.28 04:59:26.287568 [ 261 ] {26e79231-3aae-4dd1-be8c-a35af63aefd2} <Debug> TCPHandler: Processed in 0.006025194 sec.
9323 2024.11.28 04:59:26.287600 [ 190 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9324 2024.11.28 04:59:26.287917 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
9325 2024.11.28 04:59:26.288110 [ 190 ] {0e358359-da00-4141-96e5-d1810c325245::all_1_31_6} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9326 2024.11.28 04:59:26.288606 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9327 2024.11.28 04:59:26.288765 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9328 2024.11.28 04:59:26.288788 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16867 rows starting from the beginning of the part
9329 2024.11.28 04:59:26.288791 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9330 2024.11.28 04:59:26.289285 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part
9331 2024.11.28 04:59:26.289542 [ 266 ] {a341b576-96f7-46e5-9637-245fbceddc9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9332 2024.11.28 04:59:26.289634 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 883 rows starting from the beginning of the part
9333 2024.11.28 04:59:26.289750 [ 266 ] {a341b576-96f7-46e5-9637-245fbceddc9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9334 2024.11.28 04:59:26.289975 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part
9335 2024.11.28 04:59:26.290324 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
9336 2024.11.28 04:59:26.290594 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 239 rows starting from the beginning of the part
9337 2024.11.28 04:59:26.292011 [ 266 ] {a341b576-96f7-46e5-9637-245fbceddc9b} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9338 2024.11.28 04:59:26.292060 [ 266 ] {a341b576-96f7-46e5-9637-245fbceddc9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9339 2024.11.28 04:59:26.292846 [ 266 ] {a341b576-96f7-46e5-9637-245fbceddc9b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9340 2024.11.28 04:59:26.293141 [ 266 ] {a341b576-96f7-46e5-9637-245fbceddc9b} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9341 2024.11.28 04:59:26.293551 [ 266 ] {a341b576-96f7-46e5-9637-245fbceddc9b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004186 sec., 238.89154323936935 rows/sec., 16.10 KiB/sec.
9342 2024.11.28 04:59:26.293746 [ 266 ] {a341b576-96f7-46e5-9637-245fbceddc9b} <Debug> TCPHandler: Processed in 0.005970622 sec.
9343 2024.11.28 04:59:26.293942 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9344 2024.11.28 04:59:26.294222 [ 261 ] {bde37da7-8687-446e-bdb2-646c6fcda381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9345 2024.11.28 04:59:26.294488 [ 261 ] {bde37da7-8687-446e-bdb2-646c6fcda381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9346 2024.11.28 04:59:26.296385 [ 261 ] {bde37da7-8687-446e-bdb2-646c6fcda381} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9347 2024.11.28 04:59:26.296436 [ 261 ] {bde37da7-8687-446e-bdb2-646c6fcda381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9348 2024.11.28 04:59:26.297385 [ 261 ] {bde37da7-8687-446e-bdb2-646c6fcda381} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9349 2024.11.28 04:59:26.297795 [ 261 ] {bde37da7-8687-446e-bdb2-646c6fcda381} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9350 2024.11.28 04:59:26.298150 [ 261 ] {bde37da7-8687-446e-bdb2-646c6fcda381} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004027 sec., 1986.5905140302955 rows/sec., 3.56 MiB/sec.
9351 2024.11.28 04:59:26.298300 [ 261 ] {bde37da7-8687-446e-bdb2-646c6fcda381} <Debug> TCPHandler: Processed in 0.004450278 sec.
9352 2024.11.28 04:59:26.298552 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9353 2024.11.28 04:59:26.298833 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18623 rows, containing 5 columns (5 merged, 0 gathered) in 0.011540456 sec., 1613714.3974206913 rows/sec., 108.66 MiB/sec.
9354 2024.11.28 04:59:26.298849 [ 266 ] {7a8c771b-9791-40c6-960d-f2e3ecc28d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9355 2024.11.28 04:59:26.298942 [ 266 ] {7a8c771b-9791-40c6-960d-f2e3ecc28d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9356 2024.11.28 04:59:26.299186 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9357 2024.11.28 04:59:26.299840 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9358 2024.11.28 04:59:26.299865 [ 266 ] {7a8c771b-9791-40c6-960d-f2e3ecc28d86} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9359 2024.11.28 04:59:26.299933 [ 266 ] {7a8c771b-9791-40c6-960d-f2e3ecc28d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9360 2024.11.28 04:59:26.299969 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9361 2024.11.28 04:59:26.300137 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB.
9362 2024.11.28 04:59:26.300455 [ 266 ] {7a8c771b-9791-40c6-960d-f2e3ecc28d86} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9363 2024.11.28 04:59:26.300703 [ 266 ] {7a8c771b-9791-40c6-960d-f2e3ecc28d86} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9364 2024.11.28 04:59:26.300889 [ 146 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9365 2024.11.28 04:59:26.300945 [ 266 ] {7a8c771b-9791-40c6-960d-f2e3ecc28d86} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002175 sec., 37701.14942528736 rows/sec., 2.39 MiB/sec.
9366 2024.11.28 04:59:26.300951 [ 146 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9367 2024.11.28 04:59:26.301038 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9368 2024.11.28 04:59:26.301089 [ 266 ] {7a8c771b-9791-40c6-960d-f2e3ecc28d86} <Debug> TCPHandler: Processed in 0.002675289 sec.
9369 2024.11.28 04:59:26.301289 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
9370 2024.11.28 04:59:26.301408 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9371 2024.11.28 04:59:26.301446 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3346 rows starting from the beginning of the part
9372 2024.11.28 04:59:26.301534 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part
9373 2024.11.28 04:59:26.301751 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part
9374 2024.11.28 04:59:26.301891 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part
9375 2024.11.28 04:59:26.302052 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
9376 2024.11.28 04:59:26.302137 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
9377 2024.11.28 04:59:26.303791 [ 189 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3712 rows, containing 4 columns (4 merged, 0 gathered) in 0.002647249 sec., 1402210.370086078 rows/sec., 90.82 MiB/sec.
9378 2024.11.28 04:59:26.304158 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9379 2024.11.28 04:59:26.304487 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_61_12} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9380 2024.11.28 04:59:26.304568 [ 201 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_61_12} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9381 2024.11.28 04:59:26.304658 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
9382 2024.11.28 04:59:28.094215 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
9383 2024.11.28 04:59:28.094891 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9384 2024.11.28 04:59:28.094932 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9385 2024.11.28 04:59:28.095468 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9386 2024.11.28 04:59:28.095739 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9387 2024.11.28 04:59:28.095987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
9388 2024.11.28 04:59:29.549572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9389 2024.11.28 04:59:29.571367 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9390 2024.11.28 04:59:29.571429 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9391 2024.11.28 04:59:29.578772 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9392 2024.11.28 04:59:29.579575 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9393 2024.11.28 04:59:29.582496 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9394 2024.11.28 04:59:30.693636 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1302
9395 2024.11.28 04:59:30.696863 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9396 2024.11.28 04:59:30.696923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9397 2024.11.28 04:59:30.698480 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9398 2024.11.28 04:59:30.698826 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9399 2024.11.28 04:59:30.699488 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1302
9400 2024.11.28 04:59:31.258383 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9401 2024.11.28 04:59:31.258600 [ 261 ] {3693bbd0-0a4d-41de-95c4-e8ea87e3e07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9402 2024.11.28 04:59:31.258682 [ 261 ] {3693bbd0-0a4d-41de-95c4-e8ea87e3e07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9403 2024.11.28 04:59:31.259582 [ 261 ] {3693bbd0-0a4d-41de-95c4-e8ea87e3e07a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9404 2024.11.28 04:59:31.259631 [ 261 ] {3693bbd0-0a4d-41de-95c4-e8ea87e3e07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9405 2024.11.28 04:59:31.260082 [ 261 ] {3693bbd0-0a4d-41de-95c4-e8ea87e3e07a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9406 2024.11.28 04:59:31.260345 [ 261 ] {3693bbd0-0a4d-41de-95c4-e8ea87e3e07a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9407 2024.11.28 04:59:31.260607 [ 261 ] {3693bbd0-0a4d-41de-95c4-e8ea87e3e07a} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002065 sec., 57142.857142857145 rows/sec., 4.83 MiB/sec.
9408 2024.11.28 04:59:31.260676 [ 261 ] {3693bbd0-0a4d-41de-95c4-e8ea87e3e07a} <Debug> TCPHandler: Processed in 0.002431844 sec.
9409 2024.11.28 04:59:31.260943 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9410 2024.11.28 04:59:31.261149 [ 266 ] {c476e433-3d4e-48ac-bb5d-ce489a44b657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9411 2024.11.28 04:59:31.261236 [ 266 ] {c476e433-3d4e-48ac-bb5d-ce489a44b657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9412 2024.11.28 04:59:31.262101 [ 266 ] {c476e433-3d4e-48ac-bb5d-ce489a44b657} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9413 2024.11.28 04:59:31.262155 [ 266 ] {c476e433-3d4e-48ac-bb5d-ce489a44b657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9414 2024.11.28 04:59:31.262609 [ 266 ] {c476e433-3d4e-48ac-bb5d-ce489a44b657} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9415 2024.11.28 04:59:31.262866 [ 266 ] {c476e433-3d4e-48ac-bb5d-ce489a44b657} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9416 2024.11.28 04:59:31.263110 [ 266 ] {c476e433-3d4e-48ac-bb5d-ce489a44b657} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002024 sec., 15316.205533596836 rows/sec., 1.12 MiB/sec.
9417 2024.11.28 04:59:31.263177 [ 266 ] {c476e433-3d4e-48ac-bb5d-ce489a44b657} <Debug> TCPHandler: Processed in 0.002367622 sec.
9418 2024.11.28 04:59:31.263342 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9419 2024.11.28 04:59:31.263488 [ 261 ] {6864401a-615f-43d3-b921-dfb8b7926749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9420 2024.11.28 04:59:31.263549 [ 261 ] {6864401a-615f-43d3-b921-dfb8b7926749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9421 2024.11.28 04:59:31.264255 [ 261 ] {6864401a-615f-43d3-b921-dfb8b7926749} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9422 2024.11.28 04:59:31.264295 [ 261 ] {6864401a-615f-43d3-b921-dfb8b7926749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9423 2024.11.28 04:59:31.264676 [ 261 ] {6864401a-615f-43d3-b921-dfb8b7926749} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9424 2024.11.28 04:59:31.264929 [ 261 ] {6864401a-615f-43d3-b921-dfb8b7926749} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9425 2024.11.28 04:59:31.265164 [ 261 ] {6864401a-615f-43d3-b921-dfb8b7926749} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001712 sec., 55490.654205607476 rows/sec., 4.33 MiB/sec.
9426 2024.11.28 04:59:31.265221 [ 261 ] {6864401a-615f-43d3-b921-dfb8b7926749} <Debug> TCPHandler: Processed in 0.001948973 sec.
9427 2024.11.28 04:59:31.265359 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9428 2024.11.28 04:59:31.265486 [ 266 ] {dc712329-5855-4d2d-b2e1-751e3cf8163b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9429 2024.11.28 04:59:31.265545 [ 266 ] {dc712329-5855-4d2d-b2e1-751e3cf8163b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9430 2024.11.28 04:59:31.266228 [ 266 ] {dc712329-5855-4d2d-b2e1-751e3cf8163b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9431 2024.11.28 04:59:31.266268 [ 266 ] {dc712329-5855-4d2d-b2e1-751e3cf8163b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9432 2024.11.28 04:59:31.266676 [ 266 ] {dc712329-5855-4d2d-b2e1-751e3cf8163b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9433 2024.11.28 04:59:31.266943 [ 266 ] {dc712329-5855-4d2d-b2e1-751e3cf8163b} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9434 2024.11.28 04:59:31.267155 [ 266 ] {dc712329-5855-4d2d-b2e1-751e3cf8163b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec.
9435 2024.11.28 04:59:31.267211 [ 266 ] {dc712329-5855-4d2d-b2e1-751e3cf8163b} <Debug> TCPHandler: Processed in 0.001907712 sec.
9436 2024.11.28 04:59:31.267373 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9437 2024.11.28 04:59:31.267514 [ 261 ] {2e1f8baa-8022-49b1-87cd-8bb1587d4478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9438 2024.11.28 04:59:31.267609 [ 261 ] {2e1f8baa-8022-49b1-87cd-8bb1587d4478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9439 2024.11.28 04:59:31.268903 [ 261 ] {2e1f8baa-8022-49b1-87cd-8bb1587d4478} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9440 2024.11.28 04:59:31.268943 [ 261 ] {2e1f8baa-8022-49b1-87cd-8bb1587d4478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9441 2024.11.28 04:59:31.269614 [ 261 ] {2e1f8baa-8022-49b1-87cd-8bb1587d4478} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9442 2024.11.28 04:59:31.269892 [ 261 ] {2e1f8baa-8022-49b1-87cd-8bb1587d4478} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9443 2024.11.28 04:59:31.270088 [ 137 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9444 2024.11.28 04:59:31.270176 [ 261 ] {2e1f8baa-8022-49b1-87cd-8bb1587d4478} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00269 sec., 11524.163568773234 rows/sec., 20.65 MiB/sec.
9445 2024.11.28 04:59:31.270200 [ 137 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9446 2024.11.28 04:59:31.270302 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9447 2024.11.28 04:59:31.270581 [ 261 ] {2e1f8baa-8022-49b1-87cd-8bb1587d4478} <Debug> TCPHandler: Processed in 0.003272373 sec.
9448 2024.11.28 04:59:31.270811 [ 186 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
9449 2024.11.28 04:59:31.270933 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9450 2024.11.28 04:59:31.271286 [ 266 ] {427df641-9ae2-4d72-9163-73c7ac55949a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9451 2024.11.28 04:59:31.271421 [ 266 ] {427df641-9ae2-4d72-9163-73c7ac55949a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9452 2024.11.28 04:59:31.271845 [ 186 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9453 2024.11.28 04:59:31.272134 [ 186 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1100 rows starting from the beginning of the part
9454 2024.11.28 04:59:31.272818 [ 186 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 31 rows starting from the beginning of the part
9455 2024.11.28 04:59:31.273576 [ 186 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
9456 2024.11.28 04:59:31.273804 [ 266 ] {427df641-9ae2-4d72-9163-73c7ac55949a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9457 2024.11.28 04:59:31.274041 [ 266 ] {427df641-9ae2-4d72-9163-73c7ac55949a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9458 2024.11.28 04:59:31.274208 [ 186 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
9459 2024.11.28 04:59:31.274888 [ 186 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
9460 2024.11.28 04:59:31.275424 [ 186 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 31 rows starting from the beginning of the part
9461 2024.11.28 04:59:31.276058 [ 266 ] {427df641-9ae2-4d72-9163-73c7ac55949a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9462 2024.11.28 04:59:31.276662 [ 266 ] {427df641-9ae2-4d72-9163-73c7ac55949a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9463 2024.11.28 04:59:31.277529 [ 266 ] {427df641-9ae2-4d72-9163-73c7ac55949a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006297 sec., 9528.34683182468 rows/sec., 657.56 KiB/sec.
9464 2024.11.28 04:59:31.277923 [ 266 ] {427df641-9ae2-4d72-9163-73c7ac55949a} <Debug> TCPHandler: Processed in 0.007163819 sec.
9465 2024.11.28 04:59:31.283753 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1209 rows, containing 19 columns (19 merged, 0 gathered) in 0.013220854 sec., 91446.43757506134 rows/sec., 163.87 MiB/sec.
9466 2024.11.28 04:59:31.285543 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9467 2024.11.28 04:59:31.285982 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9468 2024.11.28 04:59:31.286069 [ 201 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9469 2024.11.28 04:59:31.286235 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB.
9470 2024.11.28 04:59:32.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.75 MiB, peak 235.36 MiB, free memory in arenas 0.00 B, will set to 225.97 MiB (RSS), difference: 2.21 MiB
9471 2024.11.28 04:59:35.429555 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
9472 2024.11.28 04:59:35.429623 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
9473 2024.11.28 04:59:35.597105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
9474 2024.11.28 04:59:35.597943 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9475 2024.11.28 04:59:35.597992 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9476 2024.11.28 04:59:35.598525 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9477 2024.11.28 04:59:35.598783 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9478 2024.11.28 04:59:35.599034 [ 129 ] {} <Debug> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9479 2024.11.28 04:59:35.599064 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9480 2024.11.28 04:59:35.599150 [ 129 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9481 2024.11.28 04:59:35.599199 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9482 2024.11.28 04:59:35.599390 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::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
9483 2024.11.28 04:59:35.599606 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9484 2024.11.28 04:59:35.599674 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
9485 2024.11.28 04:59:35.599792 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
9486 2024.11.28 04:59:35.599939 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
9487 2024.11.28 04:59:35.600272 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
9488 2024.11.28 04:59:35.600478 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
9489 2024.11.28 04:59:35.600603 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
9490 2024.11.28 04:59:35.603075 [ 197 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003774294 sec., 5592039.199913944 rows/sec., 79.99 MiB/sec.
9491 2024.11.28 04:59:35.603353 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9492 2024.11.28 04:59:35.603647 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9493 2024.11.28 04:59:35.603728 [ 198 ] {5e6fe110-655a-4554-b6f0-79d305c88c81::all_1_46_9} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9494 2024.11.28 04:59:35.603820 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB.
9495 2024.11.28 04:59:36.261152 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9496 2024.11.28 04:59:36.261394 [ 261 ] {e7a3e886-0ce5-4bb4-a679-2fd31c51e898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9497 2024.11.28 04:59:36.261478 [ 261 ] {e7a3e886-0ce5-4bb4-a679-2fd31c51e898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9498 2024.11.28 04:59:36.262365 [ 261 ] {e7a3e886-0ce5-4bb4-a679-2fd31c51e898} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9499 2024.11.28 04:59:36.262419 [ 261 ] {e7a3e886-0ce5-4bb4-a679-2fd31c51e898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9500 2024.11.28 04:59:36.262858 [ 261 ] {e7a3e886-0ce5-4bb4-a679-2fd31c51e898} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9501 2024.11.28 04:59:36.263127 [ 261 ] {e7a3e886-0ce5-4bb4-a679-2fd31c51e898} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9502 2024.11.28 04:59:36.263396 [ 261 ] {e7a3e886-0ce5-4bb4-a679-2fd31c51e898} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002053 sec., 6819.288845591816 rows/sec., 490.90 KiB/sec.
9503 2024.11.28 04:59:36.263504 [ 261 ] {e7a3e886-0ce5-4bb4-a679-2fd31c51e898} <Debug> TCPHandler: Processed in 0.002524256 sec.
9504 2024.11.28 04:59:36.263861 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9505 2024.11.28 04:59:36.264131 [ 266 ] {f88a126a-2aa1-47fc-b011-9c0f66bb3c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9506 2024.11.28 04:59:36.264236 [ 266 ] {f88a126a-2aa1-47fc-b011-9c0f66bb3c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9507 2024.11.28 04:59:36.265098 [ 266 ] {f88a126a-2aa1-47fc-b011-9c0f66bb3c4a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9508 2024.11.28 04:59:36.265142 [ 266 ] {f88a126a-2aa1-47fc-b011-9c0f66bb3c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9509 2024.11.28 04:59:36.265592 [ 266 ] {f88a126a-2aa1-47fc-b011-9c0f66bb3c4a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9510 2024.11.28 04:59:36.265868 [ 266 ] {f88a126a-2aa1-47fc-b011-9c0f66bb3c4a} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9511 2024.11.28 04:59:36.266095 [ 129 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9512 2024.11.28 04:59:36.266134 [ 266 ] {f88a126a-2aa1-47fc-b011-9c0f66bb3c4a} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002083 sec., 105136.82189150262 rows/sec., 9.16 MiB/sec.
9513 2024.11.28 04:59:36.266209 [ 129 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9514 2024.11.28 04:59:36.266273 [ 266 ] {f88a126a-2aa1-47fc-b011-9c0f66bb3c4a} <Debug> TCPHandler: Processed in 0.002604088 sec.
9515 2024.11.28 04:59:36.266301 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9516 2024.11.28 04:59:36.266523 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9517 2024.11.28 04:59:36.266624 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
9518 2024.11.28 04:59:36.266880 [ 261 ] {29da81af-1cf6-4145-bbe7-bf25c4ba4e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9519 2024.11.28 04:59:36.267123 [ 261 ] {29da81af-1cf6-4145-bbe7-bf25c4ba4e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9520 2024.11.28 04:59:36.267335 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9521 2024.11.28 04:59:36.267498 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1432 rows starting from the beginning of the part
9522 2024.11.28 04:59:36.268003 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 219 rows starting from the beginning of the part
9523 2024.11.28 04:59:36.268534 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 118 rows starting from the beginning of the part
9524 2024.11.28 04:59:36.268975 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 221 rows starting from the beginning of the part
9525 2024.11.28 04:59:36.269368 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 118 rows starting from the beginning of the part
9526 2024.11.28 04:59:36.269737 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 219 rows starting from the beginning of the part
9527 2024.11.28 04:59:36.270640 [ 261 ] {29da81af-1cf6-4145-bbe7-bf25c4ba4e69} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9528 2024.11.28 04:59:36.270712 [ 261 ] {29da81af-1cf6-4145-bbe7-bf25c4ba4e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9529 2024.11.28 04:59:36.271581 [ 261 ] {29da81af-1cf6-4145-bbe7-bf25c4ba4e69} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9530 2024.11.28 04:59:36.272072 [ 261 ] {29da81af-1cf6-4145-bbe7-bf25c4ba4e69} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9531 2024.11.28 04:59:36.272484 [ 261 ] {29da81af-1cf6-4145-bbe7-bf25c4ba4e69} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005747 sec., 2610.0574212632678 rows/sec., 184.03 KiB/sec.
9532 2024.11.28 04:59:36.272889 [ 261 ] {29da81af-1cf6-4145-bbe7-bf25c4ba4e69} <Debug> TCPHandler: Processed in 0.006494274 sec.
9533 2024.11.28 04:59:36.273514 [ 191 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2327 rows, containing 5 columns (5 merged, 0 gathered) in 0.007070187 sec., 329128.4940553906 rows/sec., 29.09 MiB/sec.
9534 2024.11.28 04:59:36.273509 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9535 2024.11.28 04:59:36.273831 [ 266 ] {e84bb309-7be9-43cb-8f7f-5dc7a062fcc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9536 2024.11.28 04:59:36.273917 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9537 2024.11.28 04:59:36.273950 [ 266 ] {e84bb309-7be9-43cb-8f7f-5dc7a062fcc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9538 2024.11.28 04:59:36.274618 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9539 2024.11.28 04:59:36.274856 [ 198 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_66_13} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9540 2024.11.28 04:59:36.275032 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
9541 2024.11.28 04:59:36.275271 [ 266 ] {e84bb309-7be9-43cb-8f7f-5dc7a062fcc0} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9542 2024.11.28 04:59:36.275315 [ 266 ] {e84bb309-7be9-43cb-8f7f-5dc7a062fcc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9543 2024.11.28 04:59:36.275678 [ 266 ] {e84bb309-7be9-43cb-8f7f-5dc7a062fcc0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9544 2024.11.28 04:59:36.275924 [ 266 ] {e84bb309-7be9-43cb-8f7f-5dc7a062fcc0} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9545 2024.11.28 04:59:36.276189 [ 266 ] {e84bb309-7be9-43cb-8f7f-5dc7a062fcc0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002411 sec., 5806.719203649938 rows/sec., 406.66 KiB/sec.
9546 2024.11.28 04:59:36.276259 [ 266 ] {e84bb309-7be9-43cb-8f7f-5dc7a062fcc0} <Debug> TCPHandler: Processed in 0.00316078 sec.
9547 2024.11.28 04:59:36.276526 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9548 2024.11.28 04:59:36.276771 [ 261 ] {5c22667e-9c19-4f95-961c-49849c67ba5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9549 2024.11.28 04:59:36.276831 [ 261 ] {5c22667e-9c19-4f95-961c-49849c67ba5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9550 2024.11.28 04:59:36.277486 [ 261 ] {5c22667e-9c19-4f95-961c-49849c67ba5c} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9551 2024.11.28 04:59:36.277526 [ 261 ] {5c22667e-9c19-4f95-961c-49849c67ba5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9552 2024.11.28 04:59:36.277884 [ 261 ] {5c22667e-9c19-4f95-961c-49849c67ba5c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9553 2024.11.28 04:59:36.278139 [ 261 ] {5c22667e-9c19-4f95-961c-49849c67ba5c} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9554 2024.11.28 04:59:36.278357 [ 261 ] {5c22667e-9c19-4f95-961c-49849c67ba5c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001631 sec., 7970.570202329859 rows/sec., 496.96 KiB/sec.
9555 2024.11.28 04:59:36.278413 [ 261 ] {5c22667e-9c19-4f95-961c-49849c67ba5c} <Debug> TCPHandler: Processed in 0.002033515 sec.
9556 2024.11.28 04:59:36.278600 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9557 2024.11.28 04:59:36.278800 [ 266 ] {da9d3910-70db-4678-8d0e-c526b3c40139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9558 2024.11.28 04:59:36.278882 [ 266 ] {da9d3910-70db-4678-8d0e-c526b3c40139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9559 2024.11.28 04:59:36.279897 [ 266 ] {da9d3910-70db-4678-8d0e-c526b3c40139} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9560 2024.11.28 04:59:36.279937 [ 266 ] {da9d3910-70db-4678-8d0e-c526b3c40139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9561 2024.11.28 04:59:36.280316 [ 266 ] {da9d3910-70db-4678-8d0e-c526b3c40139} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9562 2024.11.28 04:59:36.280561 [ 266 ] {da9d3910-70db-4678-8d0e-c526b3c40139} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9563 2024.11.28 04:59:36.280730 [ 129 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9564 2024.11.28 04:59:36.280786 [ 129 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9565 2024.11.28 04:59:36.280805 [ 266 ] {da9d3910-70db-4678-8d0e-c526b3c40139} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002043 sec., 190895.74155653449 rows/sec., 13.54 MiB/sec.
9566 2024.11.28 04:59:36.280822 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9567 2024.11.28 04:59:36.280957 [ 266 ] {da9d3910-70db-4678-8d0e-c526b3c40139} <Debug> TCPHandler: Processed in 0.002452894 sec.
9568 2024.11.28 04:59:36.281088 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
9569 2024.11.28 04:59:36.281159 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9570 2024.11.28 04:59:36.281227 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9571 2024.11.28 04:59:36.281269 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part
9572 2024.11.28 04:59:36.281314 [ 261 ] {7c56df50-812a-43e6-b2ac-31a1fd51478d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9573 2024.11.28 04:59:36.281405 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 390 rows starting from the beginning of the part
9574 2024.11.28 04:59:36.281423 [ 261 ] {7c56df50-812a-43e6-b2ac-31a1fd51478d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9575 2024.11.28 04:59:36.281702 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 95 rows starting from the beginning of the part
9576 2024.11.28 04:59:36.282030 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 394 rows starting from the beginning of the part
9577 2024.11.28 04:59:36.282449 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 95 rows starting from the beginning of the part
9578 2024.11.28 04:59:36.282720 [ 196 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 390 rows starting from the beginning of the part
9579 2024.11.28 04:59:36.283493 [ 261 ] {7c56df50-812a-43e6-b2ac-31a1fd51478d} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9580 2024.11.28 04:59:36.283536 [ 261 ] {7c56df50-812a-43e6-b2ac-31a1fd51478d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9581 2024.11.28 04:59:36.284069 [ 261 ] {7c56df50-812a-43e6-b2ac-31a1fd51478d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9582 2024.11.28 04:59:36.284378 [ 261 ] {7c56df50-812a-43e6-b2ac-31a1fd51478d} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9583 2024.11.28 04:59:36.284606 [ 261 ] {7c56df50-812a-43e6-b2ac-31a1fd51478d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003328 sec., 1802.8846153846155 rows/sec., 94.19 KiB/sec.
9584 2024.11.28 04:59:36.284840 [ 261 ] {7c56df50-812a-43e6-b2ac-31a1fd51478d} <Debug> TCPHandler: Processed in 0.003762543 sec.
9585 2024.11.28 04:59:36.284895 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2277 rows, containing 5 columns (5 merged, 0 gathered) in 0.003937947 sec., 578220.0725403364 rows/sec., 43.99 MiB/sec.
9586 2024.11.28 04:59:36.285081 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9587 2024.11.28 04:59:36.285104 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9588 2024.11.28 04:59:36.285350 [ 266 ] {d9777753-ad3f-4940-91db-6b0cbef6f8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9589 2024.11.28 04:59:36.285447 [ 266 ] {d9777753-ad3f-4940-91db-6b0cbef6f8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9590 2024.11.28 04:59:36.285605 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9591 2024.11.28 04:59:36.285849 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_66_13} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9592 2024.11.28 04:59:36.286030 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
9593 2024.11.28 04:59:36.286508 [ 266 ] {d9777753-ad3f-4940-91db-6b0cbef6f8c3} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9594 2024.11.28 04:59:36.286551 [ 266 ] {d9777753-ad3f-4940-91db-6b0cbef6f8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9595 2024.11.28 04:59:36.286957 [ 266 ] {d9777753-ad3f-4940-91db-6b0cbef6f8c3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9596 2024.11.28 04:59:36.287202 [ 266 ] {d9777753-ad3f-4940-91db-6b0cbef6f8c3} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9597 2024.11.28 04:59:36.287440 [ 266 ] {d9777753-ad3f-4940-91db-6b0cbef6f8c3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002153 sec., 110078.959591268 rows/sec., 7.38 MiB/sec.
9598 2024.11.28 04:59:36.287496 [ 266 ] {d9777753-ad3f-4940-91db-6b0cbef6f8c3} <Debug> TCPHandler: Processed in 0.002562687 sec.
9599 2024.11.28 04:59:36.287649 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9600 2024.11.28 04:59:36.287786 [ 261 ] {01d43127-7823-4d81-b754-f8fe65c16f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9601 2024.11.28 04:59:36.287848 [ 261 ] {01d43127-7823-4d81-b754-f8fe65c16f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9602 2024.11.28 04:59:36.288383 [ 261 ] {01d43127-7823-4d81-b754-f8fe65c16f18} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9603 2024.11.28 04:59:36.288421 [ 261 ] {01d43127-7823-4d81-b754-f8fe65c16f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9604 2024.11.28 04:59:36.288782 [ 261 ] {01d43127-7823-4d81-b754-f8fe65c16f18} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9605 2024.11.28 04:59:36.289031 [ 261 ] {01d43127-7823-4d81-b754-f8fe65c16f18} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9606 2024.11.28 04:59:36.289246 [ 261 ] {01d43127-7823-4d81-b754-f8fe65c16f18} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec.
9607 2024.11.28 04:59:36.289297 [ 261 ] {01d43127-7823-4d81-b754-f8fe65c16f18} <Debug> TCPHandler: Processed in 0.001712708 sec.
9608 2024.11.28 04:59:36.289500 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9609 2024.11.28 04:59:36.289720 [ 266 ] {2e6425dc-10ad-4afd-b4a8-cf506bb681c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9610 2024.11.28 04:59:36.289860 [ 266 ] {2e6425dc-10ad-4afd-b4a8-cf506bb681c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9611 2024.11.28 04:59:36.291169 [ 266 ] {2e6425dc-10ad-4afd-b4a8-cf506bb681c6} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9612 2024.11.28 04:59:36.291208 [ 266 ] {2e6425dc-10ad-4afd-b4a8-cf506bb681c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9613 2024.11.28 04:59:36.291836 [ 266 ] {2e6425dc-10ad-4afd-b4a8-cf506bb681c6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9614 2024.11.28 04:59:36.292100 [ 266 ] {2e6425dc-10ad-4afd-b4a8-cf506bb681c6} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9615 2024.11.28 04:59:36.292335 [ 266 ] {2e6425dc-10ad-4afd-b4a8-cf506bb681c6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00267 sec., 2996.25468164794 rows/sec., 5.37 MiB/sec.
9616 2024.11.28 04:59:36.292429 [ 266 ] {2e6425dc-10ad-4afd-b4a8-cf506bb681c6} <Debug> TCPHandler: Processed in 0.003040228 sec.
9617 2024.11.28 04:59:36.292595 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9618 2024.11.28 04:59:36.292732 [ 261 ] {e18bbf3b-d142-4aee-b614-db45969d7726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9619 2024.11.28 04:59:36.292791 [ 261 ] {e18bbf3b-d142-4aee-b614-db45969d7726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9620 2024.11.28 04:59:36.293337 [ 261 ] {e18bbf3b-d142-4aee-b614-db45969d7726} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9621 2024.11.28 04:59:36.293375 [ 261 ] {e18bbf3b-d142-4aee-b614-db45969d7726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9622 2024.11.28 04:59:36.293766 [ 261 ] {e18bbf3b-d142-4aee-b614-db45969d7726} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9623 2024.11.28 04:59:36.294012 [ 261 ] {e18bbf3b-d142-4aee-b614-db45969d7726} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9624 2024.11.28 04:59:36.294233 [ 261 ] {e18bbf3b-d142-4aee-b614-db45969d7726} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001531 sec., 53559.76485956891 rows/sec., 3.40 MiB/sec.
9625 2024.11.28 04:59:36.294285 [ 261 ] {e18bbf3b-d142-4aee-b614-db45969d7726} <Debug> TCPHandler: Processed in 0.001756039 sec.
9626 2024.11.28 04:59:37.083527 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9627 2024.11.28 04:59:37.105623 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9628 2024.11.28 04:59:37.105677 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9629 2024.11.28 04:59:37.112872 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9630 2024.11.28 04:59:37.113671 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9631 2024.11.28 04:59:37.113971 [ 126 ] {} <Debug> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9632 2024.11.28 04:59:37.114034 [ 126 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9633 2024.11.28 04:59:37.114072 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9634 2024.11.28 04:59:37.114531 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
9635 2024.11.28 04:59:37.131668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9636 2024.11.28 04:59:37.133023 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9637 2024.11.28 04:59:37.134659 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
9638 2024.11.28 04:59:37.140567 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
9639 2024.11.28 04:59:37.146231 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
9640 2024.11.28 04:59:37.151918 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
9641 2024.11.28 04:59:37.157621 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
9642 2024.11.28 04:59:37.162263 [ 187 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::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
9643 2024.11.28 04:59:37.221552 [ 196 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.107392942 sec., 3231.1248163775977 rows/sec., 16.71 MiB/sec.
9644 2024.11.28 04:59:37.223511 [ 196 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9645 2024.11.28 04:59:37.225865 [ 196 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_46_9} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9646 2024.11.28 04:59:37.225965 [ 196 ] {dbe23a70-6af9-4c59-a2b4-71d9406f5ab9::all_1_46_9} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9647 2024.11.28 04:59:37.227321 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.94 MiB.
9648 2024.11.28 04:59:40.700651 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1336
9649 2024.11.28 04:59:40.703773 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9650 2024.11.28 04:59:40.703823 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9651 2024.11.28 04:59:40.705319 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9652 2024.11.28 04:59:40.705639 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9653 2024.11.28 04:59:40.706905 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1336
9654 2024.11.28 04:59:41.286973 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9655 2024.11.28 04:59:41.287257 [ 261 ] {f7c75bbf-6f76-4bdf-9ced-379b4d03396d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9656 2024.11.28 04:59:41.287366 [ 261 ] {f7c75bbf-6f76-4bdf-9ced-379b4d03396d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9657 2024.11.28 04:59:41.288141 [ 261 ] {f7c75bbf-6f76-4bdf-9ced-379b4d03396d} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9658 2024.11.28 04:59:41.288189 [ 261 ] {f7c75bbf-6f76-4bdf-9ced-379b4d03396d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9659 2024.11.28 04:59:41.288650 [ 261 ] {f7c75bbf-6f76-4bdf-9ced-379b4d03396d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9660 2024.11.28 04:59:41.288927 [ 261 ] {f7c75bbf-6f76-4bdf-9ced-379b4d03396d} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9661 2024.11.28 04:59:41.289204 [ 261 ] {f7c75bbf-6f76-4bdf-9ced-379b4d03396d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002014 sec., 2979.1459781529293 rows/sec., 242.93 KiB/sec.
9662 2024.11.28 04:59:41.289346 [ 261 ] {f7c75bbf-6f76-4bdf-9ced-379b4d03396d} <Debug> TCPHandler: Processed in 0.002539717 sec.
9663 2024.11.28 04:59:41.289732 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9664 2024.11.28 04:59:41.290037 [ 266 ] {4e1ea718-5ef2-4ad3-a817-d71fd96b2730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9665 2024.11.28 04:59:41.290152 [ 266 ] {4e1ea718-5ef2-4ad3-a817-d71fd96b2730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9666 2024.11.28 04:59:41.291693 [ 266 ] {4e1ea718-5ef2-4ad3-a817-d71fd96b2730} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9667 2024.11.28 04:59:41.291734 [ 266 ] {4e1ea718-5ef2-4ad3-a817-d71fd96b2730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9668 2024.11.28 04:59:41.292266 [ 266 ] {4e1ea718-5ef2-4ad3-a817-d71fd96b2730} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9669 2024.11.28 04:59:41.292531 [ 266 ] {4e1ea718-5ef2-4ad3-a817-d71fd96b2730} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9670 2024.11.28 04:59:41.292729 [ 266 ] {4e1ea718-5ef2-4ad3-a817-d71fd96b2730} <Debug> executeQuery: Read 1261 rows, 106.56 KiB in 0.002781 sec., 453434.0165408127 rows/sec., 37.42 MiB/sec.
9671 2024.11.28 04:59:41.292784 [ 266 ] {4e1ea718-5ef2-4ad3-a817-d71fd96b2730} <Debug> TCPHandler: Processed in 0.003263472 sec.
9672 2024.11.28 04:59:41.292965 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9673 2024.11.28 04:59:41.293114 [ 261 ] {152469fe-7ad3-43b9-8e94-16bbb92f5bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9674 2024.11.28 04:59:41.293177 [ 261 ] {152469fe-7ad3-43b9-8e94-16bbb92f5bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9675 2024.11.28 04:59:41.293834 [ 261 ] {152469fe-7ad3-43b9-8e94-16bbb92f5bdd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9676 2024.11.28 04:59:41.293875 [ 261 ] {152469fe-7ad3-43b9-8e94-16bbb92f5bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9677 2024.11.28 04:59:41.294252 [ 261 ] {152469fe-7ad3-43b9-8e94-16bbb92f5bdd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9678 2024.11.28 04:59:41.294504 [ 261 ] {152469fe-7ad3-43b9-8e94-16bbb92f5bdd} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9679 2024.11.28 04:59:41.294706 [ 120 ] {} <Debug> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9680 2024.11.28 04:59:41.294734 [ 261 ] {152469fe-7ad3-43b9-8e94-16bbb92f5bdd} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001652 sec., 22397.094430992736 rows/sec., 1.63 MiB/sec.
9681 2024.11.28 04:59:41.294817 [ 120 ] {} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9682 2024.11.28 04:59:41.294892 [ 261 ] {152469fe-7ad3-43b9-8e94-16bbb92f5bdd} <Debug> TCPHandler: Processed in 0.001992414 sec.
9683 2024.11.28 04:59:41.294900 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9684 2024.11.28 04:59:41.295158 [ 200 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
9685 2024.11.28 04:59:41.295232 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9686 2024.11.28 04:59:41.295571 [ 200 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9687 2024.11.28 04:59:41.295684 [ 200 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 64 rows starting from the beginning of the part
9688 2024.11.28 04:59:41.295786 [ 266 ] {97056ccc-a45a-43c7-80cb-fcf9725211a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9689 2024.11.28 04:59:41.296048 [ 200 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::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
9690 2024.11.28 04:59:41.296497 [ 266 ] {97056ccc-a45a-43c7-80cb-fcf9725211a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9691 2024.11.28 04:59:41.296559 [ 200 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 19 rows starting from the beginning of the part
9692 2024.11.28 04:59:41.296964 [ 200 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 31 rows starting from the beginning of the part
9693 2024.11.28 04:59:41.297250 [ 200 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 15 rows starting from the beginning of the part
9694 2024.11.28 04:59:41.297549 [ 200 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 37 rows starting from the beginning of the part
9695 2024.11.28 04:59:41.299466 [ 266 ] {97056ccc-a45a-43c7-80cb-fcf9725211a4} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9696 2024.11.28 04:59:41.299539 [ 266 ] {97056ccc-a45a-43c7-80cb-fcf9725211a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9697 2024.11.28 04:59:41.300332 [ 200 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310287 sec., 37097.80657806254 rows/sec., 2.80 MiB/sec.
9698 2024.11.28 04:59:41.300583 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9699 2024.11.28 04:59:41.300586 [ 266 ] {97056ccc-a45a-43c7-80cb-fcf9725211a4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9700 2024.11.28 04:59:41.301098 [ 266 ] {97056ccc-a45a-43c7-80cb-fcf9725211a4} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9701 2024.11.28 04:59:41.301128 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9702 2024.11.28 04:59:41.301308 [ 192 ] {f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23::all_1_66_13} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9703 2024.11.28 04:59:41.301612 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9704 2024.11.28 04:59:41.301718 [ 266 ] {97056ccc-a45a-43c7-80cb-fcf9725211a4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00609 sec., 37438.423645320196 rows/sec., 2.53 MiB/sec.
9705 2024.11.28 04:59:41.301968 [ 266 ] {97056ccc-a45a-43c7-80cb-fcf9725211a4} <Debug> TCPHandler: Processed in 0.006938774 sec.
9706 2024.11.28 04:59:41.302186 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9707 2024.11.28 04:59:41.302327 [ 261 ] {9107fcc5-b2c5-4aad-be0b-99ad4c2d1a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9708 2024.11.28 04:59:41.302386 [ 261 ] {9107fcc5-b2c5-4aad-be0b-99ad4c2d1a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9709 2024.11.28 04:59:41.303175 [ 261 ] {9107fcc5-b2c5-4aad-be0b-99ad4c2d1a9e} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9710 2024.11.28 04:59:41.303215 [ 261 ] {9107fcc5-b2c5-4aad-be0b-99ad4c2d1a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9711 2024.11.28 04:59:41.303606 [ 261 ] {9107fcc5-b2c5-4aad-be0b-99ad4c2d1a9e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9712 2024.11.28 04:59:41.303860 [ 261 ] {9107fcc5-b2c5-4aad-be0b-99ad4c2d1a9e} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9713 2024.11.28 04:59:41.304066 [ 261 ] {9107fcc5-b2c5-4aad-be0b-99ad4c2d1a9e} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.001772 sec., 314334.08577878104 rows/sec., 23.35 MiB/sec.
9714 2024.11.28 04:59:41.304118 [ 261 ] {9107fcc5-b2c5-4aad-be0b-99ad4c2d1a9e} <Debug> TCPHandler: Processed in 0.002000255 sec.
9715 2024.11.28 04:59:41.304263 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9716 2024.11.28 04:59:41.304390 [ 266 ] {dba00c67-611d-4141-93b4-996574253e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9717 2024.11.28 04:59:41.304453 [ 266 ] {dba00c67-611d-4141-93b4-996574253e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9718 2024.11.28 04:59:41.305266 [ 266 ] {dba00c67-611d-4141-93b4-996574253e8d} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9719 2024.11.28 04:59:41.305304 [ 266 ] {dba00c67-611d-4141-93b4-996574253e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9720 2024.11.28 04:59:41.305779 [ 266 ] {dba00c67-611d-4141-93b4-996574253e8d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9721 2024.11.28 04:59:41.306032 [ 266 ] {dba00c67-611d-4141-93b4-996574253e8d} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9722 2024.11.28 04:59:41.306239 [ 266 ] {dba00c67-611d-4141-93b4-996574253e8d} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001881 sec., 469431.15364167996 rows/sec., 31.59 MiB/sec.
9723 2024.11.28 04:59:41.306291 [ 266 ] {dba00c67-611d-4141-93b4-996574253e8d} <Debug> TCPHandler: Processed in 0.002088366 sec.
9724 2024.11.28 04:59:41.306452 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9725 2024.11.28 04:59:41.306592 [ 261 ] {dc922344-dbee-4b03-ac55-94a9cae33743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9726 2024.11.28 04:59:41.306687 [ 261 ] {dc922344-dbee-4b03-ac55-94a9cae33743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9727 2024.11.28 04:59:41.307937 [ 261 ] {dc922344-dbee-4b03-ac55-94a9cae33743} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9728 2024.11.28 04:59:41.307976 [ 261 ] {dc922344-dbee-4b03-ac55-94a9cae33743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9729 2024.11.28 04:59:41.308663 [ 261 ] {dc922344-dbee-4b03-ac55-94a9cae33743} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9730 2024.11.28 04:59:41.308956 [ 261 ] {dc922344-dbee-4b03-ac55-94a9cae33743} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9731 2024.11.28 04:59:41.309210 [ 261 ] {dc922344-dbee-4b03-ac55-94a9cae33743} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002651 sec., 11693.700490380988 rows/sec., 20.95 MiB/sec.
9732 2024.11.28 04:59:41.309321 [ 261 ] {dc922344-dbee-4b03-ac55-94a9cae33743} <Debug> TCPHandler: Processed in 0.002937095 sec.
9733 2024.11.28 04:59:41.309549 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9734 2024.11.28 04:59:41.309772 [ 266 ] {c31ddf11-8ea4-449f-92e1-a6a06bc6c9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9735 2024.11.28 04:59:41.309863 [ 266 ] {c31ddf11-8ea4-449f-92e1-a6a06bc6c9a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9736 2024.11.28 04:59:41.310606 [ 266 ] {c31ddf11-8ea4-449f-92e1-a6a06bc6c9a3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9737 2024.11.28 04:59:41.310645 [ 266 ] {c31ddf11-8ea4-449f-92e1-a6a06bc6c9a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9738 2024.11.28 04:59:41.311017 [ 266 ] {c31ddf11-8ea4-449f-92e1-a6a06bc6c9a3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9739 2024.11.28 04:59:41.311261 [ 266 ] {c31ddf11-8ea4-449f-92e1-a6a06bc6c9a3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9740 2024.11.28 04:59:41.311472 [ 266 ] {c31ddf11-8ea4-449f-92e1-a6a06bc6c9a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001755 sec., 34188.03418803419 rows/sec., 2.30 MiB/sec.
9741 2024.11.28 04:59:41.311521 [ 266 ] {c31ddf11-8ea4-449f-92e1-a6a06bc6c9a3} <Debug> TCPHandler: Processed in 0.002086026 sec.
9742 2024.11.28 04:59:43.100209 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
9743 2024.11.28 04:59:43.100869 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9744 2024.11.28 04:59:43.100912 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9745 2024.11.28 04:59:43.101483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9746 2024.11.28 04:59:43.101751 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9747 2024.11.28 04:59:43.101959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
9748 2024.11.28 04:59:44.631922 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9749 2024.11.28 04:59:44.650963 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9750 2024.11.28 04:59:44.651026 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9751 2024.11.28 04:59:44.657927 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9752 2024.11.28 04:59:44.658699 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9753 2024.11.28 04:59:44.662203 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9754 2024.11.28 04:59:46.261250 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9755 2024.11.28 04:59:46.261462 [ 261 ] {d94ed744-4c36-4cd4-9285-95c0276f6016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9756 2024.11.28 04:59:46.261541 [ 261 ] {d94ed744-4c36-4cd4-9285-95c0276f6016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9757 2024.11.28 04:59:46.262295 [ 261 ] {d94ed744-4c36-4cd4-9285-95c0276f6016} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9758 2024.11.28 04:59:46.262344 [ 261 ] {d94ed744-4c36-4cd4-9285-95c0276f6016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9759 2024.11.28 04:59:46.262775 [ 261 ] {d94ed744-4c36-4cd4-9285-95c0276f6016} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9760 2024.11.28 04:59:46.263040 [ 261 ] {d94ed744-4c36-4cd4-9285-95c0276f6016} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9761 2024.11.28 04:59:46.263268 [ 114 ] {} <Debug> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9762 2024.11.28 04:59:46.263333 [ 261 ] {d94ed744-4c36-4cd4-9285-95c0276f6016} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec.
9763 2024.11.28 04:59:46.263390 [ 114 ] {} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9764 2024.11.28 04:59:46.263472 [ 261 ] {d94ed744-4c36-4cd4-9285-95c0276f6016} <Debug> TCPHandler: Processed in 0.002355123 sec.
9765 2024.11.28 04:59:46.263485 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9766 2024.11.28 04:59:46.263793 [ 200 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
9767 2024.11.28 04:59:46.263989 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9768 2024.11.28 04:59:46.264295 [ 200 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9769 2024.11.28 04:59:46.264440 [ 200 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
9770 2024.11.28 04:59:46.264691 [ 266 ] {50cbd410-cba4-44e9-93f7-d1ef388a180d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9771 2024.11.28 04:59:46.264716 [ 200 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
9772 2024.11.28 04:59:46.264947 [ 266 ] {50cbd410-cba4-44e9-93f7-d1ef388a180d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9773 2024.11.28 04:59:46.264983 [ 200 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
9774 2024.11.28 04:59:46.265399 [ 200 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
9775 2024.11.28 04:59:46.265724 [ 200 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::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
9776 2024.11.28 04:59:46.267816 [ 266 ] {50cbd410-cba4-44e9-93f7-d1ef388a180d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9777 2024.11.28 04:59:46.267903 [ 266 ] {50cbd410-cba4-44e9-93f7-d1ef388a180d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9778 2024.11.28 04:59:46.268262 [ 190 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004646833 sec., 15064.02317449325 rows/sec., 1.12 MiB/sec.
9779 2024.11.28 04:59:46.268565 [ 190 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9780 2024.11.28 04:59:46.268890 [ 266 ] {50cbd410-cba4-44e9-93f7-d1ef388a180d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9781 2024.11.28 04:59:46.269370 [ 266 ] {50cbd410-cba4-44e9-93f7-d1ef388a180d} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9782 2024.11.28 04:59:46.269593 [ 190 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_33_8} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9783 2024.11.28 04:59:46.269794 [ 266 ] {50cbd410-cba4-44e9-93f7-d1ef388a180d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005275 sec., 41516.58767772512 rows/sec., 3.62 MiB/sec.
9784 2024.11.28 04:59:46.269809 [ 190 ] {10f43bd5-da0f-4d70-ac3d-aab6c18bf455::all_1_33_8} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9785 2024.11.28 04:59:46.269974 [ 266 ] {50cbd410-cba4-44e9-93f7-d1ef388a180d} <Debug> TCPHandler: Processed in 0.006329531 sec.
9786 2024.11.28 04:59:46.270038 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9787 2024.11.28 04:59:46.270185 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9788 2024.11.28 04:59:46.270335 [ 261 ] {6b08cf4c-6aa6-47f5-9e4f-4defbb96cfd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9789 2024.11.28 04:59:46.270397 [ 261 ] {6b08cf4c-6aa6-47f5-9e4f-4defbb96cfd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9790 2024.11.28 04:59:46.271030 [ 261 ] {6b08cf4c-6aa6-47f5-9e4f-4defbb96cfd3} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9791 2024.11.28 04:59:46.271071 [ 261 ] {6b08cf4c-6aa6-47f5-9e4f-4defbb96cfd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9792 2024.11.28 04:59:46.271437 [ 261 ] {6b08cf4c-6aa6-47f5-9e4f-4defbb96cfd3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9793 2024.11.28 04:59:46.271691 [ 261 ] {6b08cf4c-6aa6-47f5-9e4f-4defbb96cfd3} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9794 2024.11.28 04:59:46.271930 [ 261 ] {6b08cf4c-6aa6-47f5-9e4f-4defbb96cfd3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001632 sec., 9191.176470588236 rows/sec., 648.05 KiB/sec.
9795 2024.11.28 04:59:46.272000 [ 261 ] {6b08cf4c-6aa6-47f5-9e4f-4defbb96cfd3} <Debug> TCPHandler: Processed in 0.001886662 sec.
9796 2024.11.28 04:59:46.272263 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9797 2024.11.28 04:59:46.272475 [ 266 ] {d8d8232f-e8aa-4c5c-aa4d-5960869d5691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9798 2024.11.28 04:59:46.272557 [ 266 ] {d8d8232f-e8aa-4c5c-aa4d-5960869d5691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9799 2024.11.28 04:59:46.273130 [ 266 ] {d8d8232f-e8aa-4c5c-aa4d-5960869d5691} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9800 2024.11.28 04:59:46.273170 [ 266 ] {d8d8232f-e8aa-4c5c-aa4d-5960869d5691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9801 2024.11.28 04:59:46.273528 [ 266 ] {d8d8232f-e8aa-4c5c-aa4d-5960869d5691} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9802 2024.11.28 04:59:46.273780 [ 266 ] {d8d8232f-e8aa-4c5c-aa4d-5960869d5691} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9803 2024.11.28 04:59:46.274008 [ 266 ] {d8d8232f-e8aa-4c5c-aa4d-5960869d5691} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec.
9804 2024.11.28 04:59:46.274062 [ 266 ] {d8d8232f-e8aa-4c5c-aa4d-5960869d5691} <Debug> TCPHandler: Processed in 0.001941363 sec.
9805 2024.11.28 04:59:46.274216 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9806 2024.11.28 04:59:46.274336 [ 261 ] {1a5869ac-4d1f-43a5-b9c1-6f1f3d97d1a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9807 2024.11.28 04:59:46.274387 [ 261 ] {1a5869ac-4d1f-43a5-b9c1-6f1f3d97d1a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9808 2024.11.28 04:59:46.274963 [ 261 ] {1a5869ac-4d1f-43a5-b9c1-6f1f3d97d1a3} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9809 2024.11.28 04:59:46.275002 [ 261 ] {1a5869ac-4d1f-43a5-b9c1-6f1f3d97d1a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9810 2024.11.28 04:59:46.275360 [ 261 ] {1a5869ac-4d1f-43a5-b9c1-6f1f3d97d1a3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9811 2024.11.28 04:59:46.275638 [ 261 ] {1a5869ac-4d1f-43a5-b9c1-6f1f3d97d1a3} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9812 2024.11.28 04:59:46.275831 [ 113 ] {} <Debug> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9813 2024.11.28 04:59:46.275904 [ 261 ] {1a5869ac-4d1f-43a5-b9c1-6f1f3d97d1a3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec.
9814 2024.11.28 04:59:46.275935 [ 113 ] {} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9815 2024.11.28 04:59:46.276034 [ 261 ] {1a5869ac-4d1f-43a5-b9c1-6f1f3d97d1a3} <Debug> TCPHandler: Processed in 0.001869532 sec.
9816 2024.11.28 04:59:46.276034 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9817 2024.11.28 04:59:46.276229 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9818 2024.11.28 04:59:46.276322 [ 188 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
9819 2024.11.28 04:59:46.276430 [ 266 ] {71201259-511c-4f3e-9561-883363516d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9820 2024.11.28 04:59:46.276548 [ 266 ] {71201259-511c-4f3e-9561-883363516d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9821 2024.11.28 04:59:46.276695 [ 188 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9822 2024.11.28 04:59:46.276790 [ 188 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
9823 2024.11.28 04:59:46.277220 [ 188 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
9824 2024.11.28 04:59:46.277647 [ 188 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
9825 2024.11.28 04:59:46.278270 [ 188 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
9826 2024.11.28 04:59:46.278849 [ 188 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::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
9827 2024.11.28 04:59:46.280031 [ 266 ] {71201259-511c-4f3e-9561-883363516d62} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9828 2024.11.28 04:59:46.280079 [ 266 ] {71201259-511c-4f3e-9561-883363516d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9829 2024.11.28 04:59:46.280544 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004366857 sec., 14884.847385659754 rows/sec., 986.21 KiB/sec.
9830 2024.11.28 04:59:46.280769 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9831 2024.11.28 04:59:46.280852 [ 266 ] {71201259-511c-4f3e-9561-883363516d62} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9832 2024.11.28 04:59:46.281243 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_33_8} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9833 2024.11.28 04:59:46.281330 [ 266 ] {71201259-511c-4f3e-9561-883363516d62} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9834 2024.11.28 04:59:46.281444 [ 190 ] {e3a0d8a0-e948-4d9d-ac55-599599f7eb04::all_1_33_8} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9835 2024.11.28 04:59:46.281701 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9836 2024.11.28 04:59:46.281775 [ 266 ] {71201259-511c-4f3e-9561-883363516d62} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005415 sec., 72022.16066481995 rows/sec., 5.11 MiB/sec.
9837 2024.11.28 04:59:46.281840 [ 266 ] {71201259-511c-4f3e-9561-883363516d62} <Debug> TCPHandler: Processed in 0.005716717 sec.
9838 2024.11.28 04:59:46.282019 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9839 2024.11.28 04:59:46.282159 [ 261 ] {ab0489bf-a7e9-480a-a28b-337000a7abc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9840 2024.11.28 04:59:46.282220 [ 261 ] {ab0489bf-a7e9-480a-a28b-337000a7abc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9841 2024.11.28 04:59:46.282749 [ 261 ] {ab0489bf-a7e9-480a-a28b-337000a7abc5} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9842 2024.11.28 04:59:46.282789 [ 261 ] {ab0489bf-a7e9-480a-a28b-337000a7abc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9843 2024.11.28 04:59:46.283157 [ 261 ] {ab0489bf-a7e9-480a-a28b-337000a7abc5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9844 2024.11.28 04:59:46.283404 [ 261 ] {ab0489bf-a7e9-480a-a28b-337000a7abc5} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9845 2024.11.28 04:59:46.283662 [ 261 ] {ab0489bf-a7e9-480a-a28b-337000a7abc5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec.
9846 2024.11.28 04:59:46.283731 [ 261 ] {ab0489bf-a7e9-480a-a28b-337000a7abc5} <Debug> TCPHandler: Processed in 0.001771989 sec.
9847 2024.11.28 04:59:46.284014 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9848 2024.11.28 04:59:46.284219 [ 266 ] {34417355-86e0-478f-9343-c5973527b0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9849 2024.11.28 04:59:46.284307 [ 266 ] {34417355-86e0-478f-9343-c5973527b0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9850 2024.11.28 04:59:46.285000 [ 266 ] {34417355-86e0-478f-9343-c5973527b0e2} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9851 2024.11.28 04:59:46.285038 [ 266 ] {34417355-86e0-478f-9343-c5973527b0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9852 2024.11.28 04:59:46.285451 [ 266 ] {34417355-86e0-478f-9343-c5973527b0e2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9853 2024.11.28 04:59:46.285705 [ 266 ] {34417355-86e0-478f-9343-c5973527b0e2} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9854 2024.11.28 04:59:46.285979 [ 266 ] {34417355-86e0-478f-9343-c5973527b0e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001805 sec., 131301.93905817176 rows/sec., 8.80 MiB/sec.
9855 2024.11.28 04:59:46.286066 [ 266 ] {34417355-86e0-478f-9343-c5973527b0e2} <Debug> TCPHandler: Processed in 0.002221519 sec.
9856 2024.11.28 04:59:46.286286 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9857 2024.11.28 04:59:46.286506 [ 261 ] {78b24a6a-6b02-4e3f-9386-61d24de1c1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9858 2024.11.28 04:59:46.286559 [ 261 ] {78b24a6a-6b02-4e3f-9386-61d24de1c1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9859 2024.11.28 04:59:46.287025 [ 261 ] {78b24a6a-6b02-4e3f-9386-61d24de1c1bd} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9860 2024.11.28 04:59:46.287064 [ 261 ] {78b24a6a-6b02-4e3f-9386-61d24de1c1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9861 2024.11.28 04:59:46.287427 [ 261 ] {78b24a6a-6b02-4e3f-9386-61d24de1c1bd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9862 2024.11.28 04:59:46.287672 [ 261 ] {78b24a6a-6b02-4e3f-9386-61d24de1c1bd} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9863 2024.11.28 04:59:46.287924 [ 261 ] {78b24a6a-6b02-4e3f-9386-61d24de1c1bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec.
9864 2024.11.28 04:59:46.288122 [ 261 ] {78b24a6a-6b02-4e3f-9386-61d24de1c1bd} <Debug> TCPHandler: Processed in 0.001955664 sec.
9865 2024.11.28 04:59:46.288284 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9866 2024.11.28 04:59:46.288399 [ 266 ] {19586e79-b641-4c94-9ef2-9e16368e74cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9867 2024.11.28 04:59:46.288474 [ 266 ] {19586e79-b641-4c94-9ef2-9e16368e74cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9868 2024.11.28 04:59:46.289734 [ 266 ] {19586e79-b641-4c94-9ef2-9e16368e74cb} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9869 2024.11.28 04:59:46.289773 [ 266 ] {19586e79-b641-4c94-9ef2-9e16368e74cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9870 2024.11.28 04:59:46.290392 [ 266 ] {19586e79-b641-4c94-9ef2-9e16368e74cb} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9871 2024.11.28 04:59:46.290669 [ 266 ] {19586e79-b641-4c94-9ef2-9e16368e74cb} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9872 2024.11.28 04:59:46.290928 [ 266 ] {19586e79-b641-4c94-9ef2-9e16368e74cb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002553 sec., 3133.568350959655 rows/sec., 5.62 MiB/sec.
9873 2024.11.28 04:59:46.291021 [ 266 ] {19586e79-b641-4c94-9ef2-9e16368e74cb} <Debug> TCPHandler: Processed in 0.002797422 sec.
9874 2024.11.28 04:59:46.291188 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9875 2024.11.28 04:59:46.291335 [ 261 ] {f5ff05f9-4617-4428-a6b8-3d46c783a208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9876 2024.11.28 04:59:46.291397 [ 261 ] {f5ff05f9-4617-4428-a6b8-3d46c783a208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9877 2024.11.28 04:59:46.291922 [ 261 ] {f5ff05f9-4617-4428-a6b8-3d46c783a208} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9878 2024.11.28 04:59:46.291962 [ 261 ] {f5ff05f9-4617-4428-a6b8-3d46c783a208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9879 2024.11.28 04:59:46.292352 [ 261 ] {f5ff05f9-4617-4428-a6b8-3d46c783a208} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9880 2024.11.28 04:59:46.292604 [ 261 ] {f5ff05f9-4617-4428-a6b8-3d46c783a208} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9881 2024.11.28 04:59:46.292891 [ 261 ] {f5ff05f9-4617-4428-a6b8-3d46c783a208} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001581 sec., 51865.90765338394 rows/sec., 3.29 MiB/sec.
9882 2024.11.28 04:59:46.293018 [ 261 ] {f5ff05f9-4617-4428-a6b8-3d46c783a208} <Debug> TCPHandler: Processed in 0.001900502 sec.
9883 2024.11.28 04:59:50.429676 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
9884 2024.11.28 04:59:50.429749 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
9885 2024.11.28 04:59:50.603070 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
9886 2024.11.28 04:59:50.603717 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9887 2024.11.28 04:59:50.603769 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9888 2024.11.28 04:59:50.604299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9889 2024.11.28 04:59:50.604565 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9890 2024.11.28 04:59:50.604813 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
9891 2024.11.28 04:59:50.708065 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1374
9892 2024.11.28 04:59:50.711240 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9893 2024.11.28 04:59:50.711303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9894 2024.11.28 04:59:50.712772 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9895 2024.11.28 04:59:50.713076 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9896 2024.11.28 04:59:50.714028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1374
9897 2024.11.28 04:59:51.001298 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00092347 sec.
9898 2024.11.28 04:59:51.258926 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9899 2024.11.28 04:59:51.259145 [ 261 ] {5572ee69-133d-41be-8af4-71ecfe0134ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9900 2024.11.28 04:59:51.259228 [ 261 ] {5572ee69-133d-41be-8af4-71ecfe0134ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9901 2024.11.28 04:59:51.260107 [ 261 ] {5572ee69-133d-41be-8af4-71ecfe0134ec} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9902 2024.11.28 04:59:51.260164 [ 261 ] {5572ee69-133d-41be-8af4-71ecfe0134ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9903 2024.11.28 04:59:51.260617 [ 261 ] {5572ee69-133d-41be-8af4-71ecfe0134ec} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9904 2024.11.28 04:59:51.260876 [ 261 ] {5572ee69-133d-41be-8af4-71ecfe0134ec} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9905 2024.11.28 04:59:51.261146 [ 261 ] {5572ee69-133d-41be-8af4-71ecfe0134ec} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002056 sec., 57392.99610894941 rows/sec., 4.86 MiB/sec.
9906 2024.11.28 04:59:51.261245 [ 261 ] {5572ee69-133d-41be-8af4-71ecfe0134ec} <Debug> TCPHandler: Processed in 0.002458365 sec.
9907 2024.11.28 04:59:51.261568 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9908 2024.11.28 04:59:51.261765 [ 266 ] {090d2d93-d44b-40f3-9dc5-1580651eaeb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9909 2024.11.28 04:59:51.261841 [ 266 ] {090d2d93-d44b-40f3-9dc5-1580651eaeb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9910 2024.11.28 04:59:51.262625 [ 266 ] {090d2d93-d44b-40f3-9dc5-1580651eaeb9} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9911 2024.11.28 04:59:51.262682 [ 266 ] {090d2d93-d44b-40f3-9dc5-1580651eaeb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9912 2024.11.28 04:59:51.263324 [ 266 ] {090d2d93-d44b-40f3-9dc5-1580651eaeb9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9913 2024.11.28 04:59:51.263679 [ 266 ] {090d2d93-d44b-40f3-9dc5-1580651eaeb9} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9914 2024.11.28 04:59:51.263964 [ 266 ] {090d2d93-d44b-40f3-9dc5-1580651eaeb9} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002254 sec., 13753.327417923692 rows/sec., 1.01 MiB/sec.
9915 2024.11.28 04:59:51.264033 [ 266 ] {090d2d93-d44b-40f3-9dc5-1580651eaeb9} <Debug> TCPHandler: Processed in 0.002658619 sec.
9916 2024.11.28 04:59:51.264204 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9917 2024.11.28 04:59:51.264360 [ 261 ] {d2469fa5-d591-4c6a-89fb-24c158ea3110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9918 2024.11.28 04:59:51.264444 [ 261 ] {d2469fa5-d591-4c6a-89fb-24c158ea3110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9919 2024.11.28 04:59:51.265136 [ 261 ] {d2469fa5-d591-4c6a-89fb-24c158ea3110} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9920 2024.11.28 04:59:51.265180 [ 261 ] {d2469fa5-d591-4c6a-89fb-24c158ea3110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9921 2024.11.28 04:59:51.265572 [ 261 ] {d2469fa5-d591-4c6a-89fb-24c158ea3110} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9922 2024.11.28 04:59:51.265830 [ 261 ] {d2469fa5-d591-4c6a-89fb-24c158ea3110} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9923 2024.11.28 04:59:51.266050 [ 261 ] {d2469fa5-d591-4c6a-89fb-24c158ea3110} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001726 sec., 55040.556199304745 rows/sec., 4.30 MiB/sec.
9924 2024.11.28 04:59:51.266109 [ 261 ] {d2469fa5-d591-4c6a-89fb-24c158ea3110} <Debug> TCPHandler: Processed in 0.001975844 sec.
9925 2024.11.28 04:59:51.266268 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9926 2024.11.28 04:59:51.266389 [ 266 ] {4590a73d-3fa6-4758-8802-599a6c6b1377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9927 2024.11.28 04:59:51.266472 [ 266 ] {4590a73d-3fa6-4758-8802-599a6c6b1377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9928 2024.11.28 04:59:51.267076 [ 266 ] {4590a73d-3fa6-4758-8802-599a6c6b1377} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9929 2024.11.28 04:59:51.267118 [ 266 ] {4590a73d-3fa6-4758-8802-599a6c6b1377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9930 2024.11.28 04:59:51.267524 [ 266 ] {4590a73d-3fa6-4758-8802-599a6c6b1377} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9931 2024.11.28 04:59:51.267767 [ 266 ] {4590a73d-3fa6-4758-8802-599a6c6b1377} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9932 2024.11.28 04:59:51.267942 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9933 2024.11.28 04:59:51.268006 [ 266 ] {4590a73d-3fa6-4758-8802-599a6c6b1377} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec.
9934 2024.11.28 04:59:51.268025 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9935 2024.11.28 04:59:51.268099 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9936 2024.11.28 04:59:51.268131 [ 266 ] {4590a73d-3fa6-4758-8802-599a6c6b1377} <Debug> TCPHandler: Processed in 0.001919003 sec.
9937 2024.11.28 04:59:51.268432 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9938 2024.11.28 04:59:51.268523 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
9939 2024.11.28 04:59:51.268919 [ 261 ] {b5393c6b-fa9a-43a8-ac8a-d191c5ac9392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9940 2024.11.28 04:59:51.269078 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9941 2024.11.28 04:59:51.269223 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18623 rows starting from the beginning of the part
9942 2024.11.28 04:59:51.269360 [ 261 ] {b5393c6b-fa9a-43a8-ac8a-d191c5ac9392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9943 2024.11.28 04:59:51.269710 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part
9944 2024.11.28 04:59:51.270280 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::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
9945 2024.11.28 04:59:51.270725 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 883 rows starting from the beginning of the part
9946 2024.11.28 04:59:51.271074 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part
9947 2024.11.28 04:59:51.271472 [ 195 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part
9948 2024.11.28 04:59:51.274317 [ 261 ] {b5393c6b-fa9a-43a8-ac8a-d191c5ac9392} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9949 2024.11.28 04:59:51.274391 [ 261 ] {b5393c6b-fa9a-43a8-ac8a-d191c5ac9392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9950 2024.11.28 04:59:51.276171 [ 261 ] {b5393c6b-fa9a-43a8-ac8a-d191c5ac9392} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9951 2024.11.28 04:59:51.276515 [ 261 ] {b5393c6b-fa9a-43a8-ac8a-d191c5ac9392} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9952 2024.11.28 04:59:51.277403 [ 261 ] {b5393c6b-fa9a-43a8-ac8a-d191c5ac9392} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008711 sec., 3558.7188612099644 rows/sec., 6.38 MiB/sec.
9953 2024.11.28 04:59:51.277544 [ 261 ] {b5393c6b-fa9a-43a8-ac8a-d191c5ac9392} <Debug> TCPHandler: Processed in 0.009299386 sec.
9954 2024.11.28 04:59:51.277723 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9955 2024.11.28 04:59:51.277864 [ 266 ] {40cf55fc-cb57-483a-b7d3-109a18c7167a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9956 2024.11.28 04:59:51.277925 [ 266 ] {40cf55fc-cb57-483a-b7d3-109a18c7167a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9957 2024.11.28 04:59:51.278547 [ 266 ] {40cf55fc-cb57-483a-b7d3-109a18c7167a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9958 2024.11.28 04:59:51.278597 [ 266 ] {40cf55fc-cb57-483a-b7d3-109a18c7167a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9959 2024.11.28 04:59:51.279248 [ 266 ] {40cf55fc-cb57-483a-b7d3-109a18c7167a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9960 2024.11.28 04:59:51.279496 [ 266 ] {40cf55fc-cb57-483a-b7d3-109a18c7167a} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9961 2024.11.28 04:59:51.279857 [ 106 ] {} <Debug> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9962 2024.11.28 04:59:51.279962 [ 106 ] {} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9963 2024.11.28 04:59:51.280015 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9964 2024.11.28 04:59:51.280048 [ 266 ] {40cf55fc-cb57-483a-b7d3-109a18c7167a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002196 sec., 27322.4043715847 rows/sec., 1.84 MiB/sec.
9965 2024.11.28 04:59:51.280462 [ 266 ] {40cf55fc-cb57-483a-b7d3-109a18c7167a} <Debug> TCPHandler: Processed in 0.002797942 sec.
9966 2024.11.28 04:59:51.280648 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
9967 2024.11.28 04:59:51.281308 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9968 2024.11.28 04:59:51.281454 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3712 rows starting from the beginning of the part
9969 2024.11.28 04:59:51.281826 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
9970 2024.11.28 04:59:51.282053 [ 186 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20300 rows, containing 5 columns (5 merged, 0 gathered) in 0.013837817 sec., 1466994.3965872652 rows/sec., 98.82 MiB/sec.
9971 2024.11.28 04:59:51.282088 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
9972 2024.11.28 04:59:51.282215 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::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
9973 2024.11.28 04:59:51.282407 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part
9974 2024.11.28 04:59:51.282708 [ 190 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part
9975 2024.11.28 04:59:51.282855 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9976 2024.11.28 04:59:51.283542 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9977 2024.11.28 04:59:51.283737 [ 201 ] {e6e14c82-2150-465a-85a4-a2df8cc628f0::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9978 2024.11.28 04:59:51.283856 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
9979 2024.11.28 04:59:51.285045 [ 186 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4056 rows, containing 4 columns (4 merged, 0 gathered) in 0.004903889 sec., 827098.6557811566 rows/sec., 53.63 MiB/sec.
9980 2024.11.28 04:59:51.285426 [ 198 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9981 2024.11.28 04:59:51.285749 [ 198 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_66_13} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9982 2024.11.28 04:59:51.285839 [ 198 ] {fcb87114-44d3-43c3-9188-9d7d598793e2::all_1_66_13} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9983 2024.11.28 04:59:51.285933 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
9984 2024.11.28 04:59:52.163240 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
9985 2024.11.28 04:59:52.183630 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9986 2024.11.28 04:59:52.183686 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9987 2024.11.28 04:59:52.191002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9988 2024.11.28 04:59:52.191770 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9989 2024.11.28 04:59:52.194621 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
9990 2024.11.28 04:59:56.261089 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9991 2024.11.28 04:59:56.261327 [ 261 ] {fbb16ebc-427f-4dcf-bdf3-5c74a21ee828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9992 2024.11.28 04:59:56.261411 [ 261 ] {fbb16ebc-427f-4dcf-bdf3-5c74a21ee828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9993 2024.11.28 04:59:56.262250 [ 261 ] {fbb16ebc-427f-4dcf-bdf3-5c74a21ee828} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9994 2024.11.28 04:59:56.262306 [ 261 ] {fbb16ebc-427f-4dcf-bdf3-5c74a21ee828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
9995 2024.11.28 04:59:56.262752 [ 261 ] {fbb16ebc-427f-4dcf-bdf3-5c74a21ee828} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9996 2024.11.28 04:59:56.263016 [ 261 ] {fbb16ebc-427f-4dcf-bdf3-5c74a21ee828} <Trace> oximeter.fields_i16 (10f43bd5-da0f-4d70-ac3d-aab6c18bf455): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9997 2024.11.28 04:59:56.263258 [ 261 ] {fbb16ebc-427f-4dcf-bdf3-5c74a21ee828} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00198 sec., 7070.707070707071 rows/sec., 509.00 KiB/sec.
9998 2024.11.28 04:59:56.263376 [ 261 ] {fbb16ebc-427f-4dcf-bdf3-5c74a21ee828} <Debug> TCPHandler: Processed in 0.002434434 sec.
9999 2024.11.28 04:59:56.263700 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10000 2024.11.28 04:59:56.263903 [ 266 ] {09aa8dac-7a99-4e14-880e-1b41b3e05b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10001 2024.11.28 04:59:56.263980 [ 266 ] {09aa8dac-7a99-4e14-880e-1b41b3e05b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10002 2024.11.28 04:59:56.264725 [ 266 ] {09aa8dac-7a99-4e14-880e-1b41b3e05b7d} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10003 2024.11.28 04:59:56.264777 [ 266 ] {09aa8dac-7a99-4e14-880e-1b41b3e05b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10004 2024.11.28 04:59:56.265202 [ 266 ] {09aa8dac-7a99-4e14-880e-1b41b3e05b7d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10005 2024.11.28 04:59:56.265453 [ 266 ] {09aa8dac-7a99-4e14-880e-1b41b3e05b7d} <Trace> oximeter.fields_ipaddr (406c3219-4221-498f-a1e9-78f7286ea593): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10006 2024.11.28 04:59:56.265696 [ 266 ] {09aa8dac-7a99-4e14-880e-1b41b3e05b7d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001845 sec., 1084.010840108401 rows/sec., 88.39 KiB/sec.
10007 2024.11.28 04:59:56.265880 [ 266 ] {09aa8dac-7a99-4e14-880e-1b41b3e05b7d} <Debug> TCPHandler: Processed in 0.002368413 sec.
10008 2024.11.28 04:59:56.266079 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10009 2024.11.28 04:59:56.266227 [ 261 ] {608ba521-aca0-451c-bd43-c78958d21af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10010 2024.11.28 04:59:56.266288 [ 261 ] {608ba521-aca0-451c-bd43-c78958d21af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10011 2024.11.28 04:59:56.267014 [ 261 ] {608ba521-aca0-451c-bd43-c78958d21af2} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10012 2024.11.28 04:59:56.267053 [ 261 ] {608ba521-aca0-451c-bd43-c78958d21af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10013 2024.11.28 04:59:56.267449 [ 261 ] {608ba521-aca0-451c-bd43-c78958d21af2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10014 2024.11.28 04:59:56.267702 [ 261 ] {608ba521-aca0-451c-bd43-c78958d21af2} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10015 2024.11.28 04:59:56.267908 [ 261 ] {608ba521-aca0-451c-bd43-c78958d21af2} <Debug> executeQuery: Read 220 rows, 19.61 KiB in 0.001713 sec., 128429.6555750146 rows/sec., 11.18 MiB/sec.
10016 2024.11.28 04:59:56.267974 [ 261 ] {608ba521-aca0-451c-bd43-c78958d21af2} <Debug> TCPHandler: Processed in 0.001973734 sec.
10017 2024.11.28 04:59:56.268219 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10018 2024.11.28 04:59:56.268373 [ 266 ] {5ddd0a92-ebab-414f-a188-65ebeec67758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10019 2024.11.28 04:59:56.268424 [ 266 ] {5ddd0a92-ebab-414f-a188-65ebeec67758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10020 2024.11.28 04:59:56.269007 [ 266 ] {5ddd0a92-ebab-414f-a188-65ebeec67758} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10021 2024.11.28 04:59:56.269047 [ 266 ] {5ddd0a92-ebab-414f-a188-65ebeec67758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10022 2024.11.28 04:59:56.269403 [ 266 ] {5ddd0a92-ebab-414f-a188-65ebeec67758} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10023 2024.11.28 04:59:56.269649 [ 266 ] {5ddd0a92-ebab-414f-a188-65ebeec67758} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10024 2024.11.28 04:59:56.269899 [ 266 ] {5ddd0a92-ebab-414f-a188-65ebeec67758} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001551 sec., 10960.670535138619 rows/sec., 771.93 KiB/sec.
10025 2024.11.28 04:59:56.269980 [ 266 ] {5ddd0a92-ebab-414f-a188-65ebeec67758} <Debug> TCPHandler: Processed in 0.001898032 sec.
10026 2024.11.28 04:59:56.270208 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10027 2024.11.28 04:59:56.270361 [ 261 ] {60d890b0-438f-496a-9d82-aff28a393296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10028 2024.11.28 04:59:56.270417 [ 261 ] {60d890b0-438f-496a-9d82-aff28a393296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10029 2024.11.28 04:59:56.271049 [ 261 ] {60d890b0-438f-496a-9d82-aff28a393296} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10030 2024.11.28 04:59:56.271087 [ 261 ] {60d890b0-438f-496a-9d82-aff28a393296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10031 2024.11.28 04:59:56.271448 [ 261 ] {60d890b0-438f-496a-9d82-aff28a393296} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10032 2024.11.28 04:59:56.271697 [ 261 ] {60d890b0-438f-496a-9d82-aff28a393296} <Trace> oximeter.fields_u32 (451c10a5-bef2-4c0b-9328-89feaa8e39d6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10033 2024.11.28 04:59:56.271922 [ 261 ] {60d890b0-438f-496a-9d82-aff28a393296} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec.
10034 2024.11.28 04:59:56.272026 [ 261 ] {60d890b0-438f-496a-9d82-aff28a393296} <Debug> TCPHandler: Processed in 0.001934703 sec.
10035 2024.11.28 04:59:56.272243 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10036 2024.11.28 04:59:56.272382 [ 266 ] {d2c8fd2e-ce35-4e1a-82c3-6613d4103718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10037 2024.11.28 04:59:56.272443 [ 266 ] {d2c8fd2e-ce35-4e1a-82c3-6613d4103718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10038 2024.11.28 04:59:56.273056 [ 266 ] {d2c8fd2e-ce35-4e1a-82c3-6613d4103718} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10039 2024.11.28 04:59:56.273094 [ 266 ] {d2c8fd2e-ce35-4e1a-82c3-6613d4103718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10040 2024.11.28 04:59:56.273462 [ 266 ] {d2c8fd2e-ce35-4e1a-82c3-6613d4103718} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10041 2024.11.28 04:59:56.273697 [ 266 ] {d2c8fd2e-ce35-4e1a-82c3-6613d4103718} <Trace> oximeter.fields_u8 (e3a0d8a0-e948-4d9d-ac55-599599f7eb04): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10042 2024.11.28 04:59:56.273934 [ 266 ] {d2c8fd2e-ce35-4e1a-82c3-6613d4103718} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec.
10043 2024.11.28 04:59:56.274140 [ 266 ] {d2c8fd2e-ce35-4e1a-82c3-6613d4103718} <Debug> TCPHandler: Processed in 0.002003454 sec.
10044 2024.11.28 04:59:56.274348 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10045 2024.11.28 04:59:56.274490 [ 261 ] {24aef176-bdbb-49af-a158-601c99e6e383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10046 2024.11.28 04:59:56.274547 [ 261 ] {24aef176-bdbb-49af-a158-601c99e6e383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10047 2024.11.28 04:59:56.275306 [ 261 ] {24aef176-bdbb-49af-a158-601c99e6e383} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10048 2024.11.28 04:59:56.275344 [ 261 ] {24aef176-bdbb-49af-a158-601c99e6e383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10049 2024.11.28 04:59:56.275716 [ 261 ] {24aef176-bdbb-49af-a158-601c99e6e383} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10050 2024.11.28 04:59:56.275966 [ 261 ] {24aef176-bdbb-49af-a158-601c99e6e383} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10051 2024.11.28 04:59:56.276146 [ 261 ] {24aef176-bdbb-49af-a158-601c99e6e383} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001687 sec., 232365.14522821578 rows/sec., 16.49 MiB/sec.
10052 2024.11.28 04:59:56.276199 [ 261 ] {24aef176-bdbb-49af-a158-601c99e6e383} <Debug> TCPHandler: Processed in 0.001955753 sec.
10053 2024.11.28 04:59:56.276344 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10054 2024.11.28 04:59:56.276461 [ 266 ] {504b0c08-0986-4468-86dc-1a34426590af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10055 2024.11.28 04:59:56.276512 [ 266 ] {504b0c08-0986-4468-86dc-1a34426590af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10056 2024.11.28 04:59:56.276994 [ 266 ] {504b0c08-0986-4468-86dc-1a34426590af} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10057 2024.11.28 04:59:56.277033 [ 266 ] {504b0c08-0986-4468-86dc-1a34426590af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10058 2024.11.28 04:59:56.277396 [ 266 ] {504b0c08-0986-4468-86dc-1a34426590af} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10059 2024.11.28 04:59:56.277634 [ 266 ] {504b0c08-0986-4468-86dc-1a34426590af} <Trace> oximeter.measurements_bool (0e358359-da00-4141-96e5-d1810c325245): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10060 2024.11.28 04:59:56.277840 [ 266 ] {504b0c08-0986-4468-86dc-1a34426590af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec.
10061 2024.11.28 04:59:56.277890 [ 266 ] {504b0c08-0986-4468-86dc-1a34426590af} <Debug> TCPHandler: Processed in 0.001604755 sec.
10062 2024.11.28 04:59:56.278033 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10063 2024.11.28 04:59:56.278173 [ 261 ] {5a052038-8f40-40ef-970b-f80d03af1cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10064 2024.11.28 04:59:56.278235 [ 261 ] {5a052038-8f40-40ef-970b-f80d03af1cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10065 2024.11.28 04:59:56.278900 [ 261 ] {5a052038-8f40-40ef-970b-f80d03af1cfc} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10066 2024.11.28 04:59:56.278938 [ 261 ] {5a052038-8f40-40ef-970b-f80d03af1cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10067 2024.11.28 04:59:56.279342 [ 261 ] {5a052038-8f40-40ef-970b-f80d03af1cfc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10068 2024.11.28 04:59:56.279585 [ 261 ] {5a052038-8f40-40ef-970b-f80d03af1cfc} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10069 2024.11.28 04:59:56.279790 [ 261 ] {5a052038-8f40-40ef-970b-f80d03af1cfc} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001644 sec., 144768.85644768857 rows/sec., 9.70 MiB/sec.
10070 2024.11.28 04:59:56.279853 [ 261 ] {5a052038-8f40-40ef-970b-f80d03af1cfc} <Debug> TCPHandler: Processed in 0.001885232 sec.
10071 2024.11.28 04:59:56.280051 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10072 2024.11.28 04:59:56.280200 [ 266 ] {70eae743-969b-4026-9ad2-54c60dbd9121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10073 2024.11.28 04:59:56.280249 [ 266 ] {70eae743-969b-4026-9ad2-54c60dbd9121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10074 2024.11.28 04:59:56.280707 [ 266 ] {70eae743-969b-4026-9ad2-54c60dbd9121} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10075 2024.11.28 04:59:56.280745 [ 266 ] {70eae743-969b-4026-9ad2-54c60dbd9121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10076 2024.11.28 04:59:56.281101 [ 266 ] {70eae743-969b-4026-9ad2-54c60dbd9121} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10077 2024.11.28 04:59:56.281341 [ 266 ] {70eae743-969b-4026-9ad2-54c60dbd9121} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10078 2024.11.28 04:59:56.281495 [ 99 ] {} <Debug> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
10079 2024.11.28 04:59:56.281562 [ 99 ] {} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10080 2024.11.28 04:59:56.281584 [ 266 ] {70eae743-969b-4026-9ad2-54c60dbd9121} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec.
10081 2024.11.28 04:59:56.281600 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10082 2024.11.28 04:59:56.281726 [ 266 ] {70eae743-969b-4026-9ad2-54c60dbd9121} <Debug> TCPHandler: Processed in 0.0017732 sec.
10083 2024.11.28 04:59:56.281785 [ 197 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
10084 2024.11.28 04:59:56.281915 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10085 2024.11.28 04:59:56.281929 [ 197 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10086 2024.11.28 04:59:56.281989 [ 197 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
10087 2024.11.28 04:59:56.282231 [ 197 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
10088 2024.11.28 04:59:56.282280 [ 261 ] {938e2b6b-ee2a-4fb9-8a62-c9bbb3d339ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10089 2024.11.28 04:59:56.282544 [ 197 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
10090 2024.11.28 04:59:56.282720 [ 261 ] {938e2b6b-ee2a-4fb9-8a62-c9bbb3d339ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10091 2024.11.28 04:59:56.282891 [ 197 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
10092 2024.11.28 04:59:56.283236 [ 197 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
10093 2024.11.28 04:59:56.283889 [ 197 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::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
10094 2024.11.28 04:59:56.288251 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.006518734 sec., 5369.140695110431 rows/sec., 361.19 KiB/sec.
10095 2024.11.28 04:59:56.288576 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
10096 2024.11.28 04:59:56.288740 [ 261 ] {938e2b6b-ee2a-4fb9-8a62-c9bbb3d339ca} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10097 2024.11.28 04:59:56.288809 [ 261 ] {938e2b6b-ee2a-4fb9-8a62-c9bbb3d339ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10098 2024.11.28 04:59:56.289311 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_35_7} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10099 2024.11.28 04:59:56.289526 [ 186 ] {cb00b61f-95e6-490a-a056-92dbc9028a76::all_1_35_7} <Trace> oximeter.measurements_f64 (cb00b61f-95e6-490a-a056-92dbc9028a76) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
10100 2024.11.28 04:59:56.289712 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10101 2024.11.28 04:59:56.290010 [ 261 ] {938e2b6b-ee2a-4fb9-8a62-c9bbb3d339ca} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10102 2024.11.28 04:59:56.290293 [ 261 ] {938e2b6b-ee2a-4fb9-8a62-c9bbb3d339ca} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10103 2024.11.28 04:59:56.290435 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10104 2024.11.28 04:59:56.290484 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10105 2024.11.28 04:59:56.290509 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10106 2024.11.28 04:59:56.290514 [ 261 ] {938e2b6b-ee2a-4fb9-8a62-c9bbb3d339ca} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00842 sec., 950.1187648456057 rows/sec., 1.70 MiB/sec.
10107 2024.11.28 04:59:56.290960 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
10108 2024.11.28 04:59:56.291315 [ 261 ] {938e2b6b-ee2a-4fb9-8a62-c9bbb3d339ca} <Debug> TCPHandler: Processed in 0.00948153 sec.
10109 2024.11.28 04:59:56.291683 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10110 2024.11.28 04:59:56.292135 [ 266 ] {7110ce04-a526-4d6f-bc46-840bacac61b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10111 2024.11.28 04:59:56.292321 [ 266 ] {7110ce04-a526-4d6f-bc46-840bacac61b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10112 2024.11.28 04:59:56.293080 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10113 2024.11.28 04:59:56.293319 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1209 rows starting from the beginning of the part
10114 2024.11.28 04:59:56.294044 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
10115 2024.11.28 04:59:56.294808 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 31 rows starting from the beginning of the part
10116 2024.11.28 04:59:56.294823 [ 266 ] {7110ce04-a526-4d6f-bc46-840bacac61b7} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10117 2024.11.28 04:59:56.294896 [ 266 ] {7110ce04-a526-4d6f-bc46-840bacac61b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10118 2024.11.28 04:59:56.295394 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
10119 2024.11.28 04:59:56.296057 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 31 rows starting from the beginning of the part
10120 2024.11.28 04:59:56.296657 [ 199 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::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
10121 2024.11.28 04:59:56.296732 [ 266 ] {7110ce04-a526-4d6f-bc46-840bacac61b7} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10122 2024.11.28 04:59:56.297574 [ 266 ] {7110ce04-a526-4d6f-bc46-840bacac61b7} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10123 2024.11.28 04:59:56.297982 [ 266 ] {7110ce04-a526-4d6f-bc46-840bacac61b7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005968 sec., 13739.94638069705 rows/sec., 893.60 KiB/sec.
10124 2024.11.28 04:59:56.298127 [ 266 ] {7110ce04-a526-4d6f-bc46-840bacac61b7} <Debug> TCPHandler: Processed in 0.006680868 sec.
10125 2024.11.28 04:59:56.305696 [ 191 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1295 rows, containing 19 columns (19 merged, 0 gathered) in 0.015091185 sec., 85811.68410565506 rows/sec., 153.77 MiB/sec.
10126 2024.11.28 04:59:56.306959 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10127 2024.11.28 04:59:56.307390 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10128 2024.11.28 04:59:56.307473 [ 196 ] {bc1908eb-a8a9-4c04-9b34-af4918a90f6a::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10129 2024.11.28 04:59:56.307623 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB.
10130 2024.11.28 04:59:57.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.14 MiB, peak 241.66 MiB, free memory in arenas 0.00 B, will set to 231.96 MiB (RSS), difference: 1.82 MiB
10131 2024.11.28 04:59:58.105905 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
10132 2024.11.28 04:59:58.106589 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10133 2024.11.28 04:59:58.106644 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10134 2024.11.28 04:59:58.107183 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10135 2024.11.28 04:59:58.107446 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e6fe110-655a-4554-b6f0-79d305c88c81): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10136 2024.11.28 04:59:58.107723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
10137 2024.11.28 04:59:59.695651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
10138 2024.11.28 04:59:59.716710 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10139 2024.11.28 04:59:59.716764 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10140 2024.11.28 04:59:59.724075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10141 2024.11.28 04:59:59.724835 [ 243 ] {} <Trace> system.metric_log (dbe23a70-6af9-4c59-a2b4-71d9406f5ab9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10142 2024.11.28 04:59:59.728508 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
10143 2024.11.28 05:00:00.715222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1410
10144 2024.11.28 05:00:00.718549 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10145 2024.11.28 05:00:00.718602 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10146 2024.11.28 05:00:00.720120 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10147 2024.11.28 05:00:00.720451 [ 242 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10148 2024.11.28 05:00:00.720725 [ 95 ] {} <Debug> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10149 2024.11.28 05:00:00.720869 [ 95 ] {} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10150 2024.11.28 05:00:00.720953 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10151 2024.11.28 05:00:00.721895 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
10152 2024.11.28 05:00:00.722760 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1410
10153 2024.11.28 05:00:00.723463 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10154 2024.11.28 05:00:00.723713 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1228 rows starting from the beginning of the part
10155 2024.11.28 05:00:00.724577 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 38 rows starting from the beginning of the part
10156 2024.11.28 05:00:00.725454 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
10157 2024.11.28 05:00:00.726247 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part
10158 2024.11.28 05:00:00.726940 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 38 rows starting from the beginning of the part
10159 2024.11.28 05:00:00.727590 [ 197 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::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
10160 2024.11.28 05:00:00.736987 [ 187 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 72 columns (72 merged, 0 gathered) in 0.015810001 sec., 89184.05508007242 rows/sec., 69.84 MiB/sec.
10161 2024.11.28 05:00:00.738508 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10162 2024.11.28 05:00:00.739272 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_36_7} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10163 2024.11.28 05:00:00.739366 [ 193 ] {5dea28f1-bc9a-427c-a4bc-de6a0f6460de::all_1_36_7} <Trace> system.query_log (5dea28f1-bc9a-427c-a4bc-de6a0f6460de) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10164 2024.11.28 05:00:00.739586 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
10165 2024.11.28 05:00:01.258769 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10166 2024.11.28 05:00:01.258970 [ 261 ] {ae0dacc8-486a-4827-9187-66d2440d120e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10167 2024.11.28 05:00:01.259049 [ 261 ] {ae0dacc8-486a-4827-9187-66d2440d120e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10168 2024.11.28 05:00:01.260008 [ 261 ] {ae0dacc8-486a-4827-9187-66d2440d120e} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10169 2024.11.28 05:00:01.260069 [ 261 ] {ae0dacc8-486a-4827-9187-66d2440d120e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10170 2024.11.28 05:00:01.260618 [ 261 ] {ae0dacc8-486a-4827-9187-66d2440d120e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10171 2024.11.28 05:00:01.260947 [ 261 ] {ae0dacc8-486a-4827-9187-66d2440d120e} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10172 2024.11.28 05:00:01.261175 [ 93 ] {} <Debug> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10173 2024.11.28 05:00:01.261245 [ 261 ] {ae0dacc8-486a-4827-9187-66d2440d120e} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002329 sec., 50665.52168312581 rows/sec., 4.29 MiB/sec.
10174 2024.11.28 05:00:01.261268 [ 93 ] {} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10175 2024.11.28 05:00:01.261345 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10176 2024.11.28 05:00:01.261405 [ 261 ] {ae0dacc8-486a-4827-9187-66d2440d120e} <Debug> TCPHandler: Processed in 0.002782762 sec.
10177 2024.11.28 05:00:01.261539 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::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
10178 2024.11.28 05:00:01.261672 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10179 2024.11.28 05:00:01.261733 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10180 2024.11.28 05:00:01.261751 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1432 rows starting from the beginning of the part
10181 2024.11.28 05:00:01.261962 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1261 rows starting from the beginning of the part
10182 2024.11.28 05:00:01.262277 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 219 rows starting from the beginning of the part
10183 2024.11.28 05:00:01.262303 [ 266 ] {b5ceb711-7734-4af5-98a4-1ffd6af17428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10184 2024.11.28 05:00:01.262534 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 118 rows starting from the beginning of the part
10185 2024.11.28 05:00:01.262576 [ 266 ] {b5ceb711-7734-4af5-98a4-1ffd6af17428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10186 2024.11.28 05:00:01.262952 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 220 rows starting from the beginning of the part
10187 2024.11.28 05:00:01.263266 [ 192 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 118 rows starting from the beginning of the part
10188 2024.11.28 05:00:01.265020 [ 266 ] {b5ceb711-7734-4af5-98a4-1ffd6af17428} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10189 2024.11.28 05:00:01.265118 [ 266 ] {b5ceb711-7734-4af5-98a4-1ffd6af17428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10190 2024.11.28 05:00:01.266192 [ 266 ] {b5ceb711-7734-4af5-98a4-1ffd6af17428} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10191 2024.11.28 05:00:01.266530 [ 266 ] {b5ceb711-7734-4af5-98a4-1ffd6af17428} <Trace> oximeter.fields_u16 (f2d1c703-2e0b-4b9f-8dfd-fb78b6042e23): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10192 2024.11.28 05:00:01.267050 [ 266 ] {b5ceb711-7734-4af5-98a4-1ffd6af17428} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005023 sec., 6171.610591280112 rows/sec., 464.08 KiB/sec.
10193 2024.11.28 05:00:01.267270 [ 266 ] {b5ceb711-7734-4af5-98a4-1ffd6af17428} <Debug> TCPHandler: Processed in 0.005697316 sec.
10194 2024.11.28 05:00:01.267272 [ 187 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3368 rows, containing 5 columns (5 merged, 0 gathered) in 0.005811639 sec., 579526.7049450249 rows/sec., 50.68 MiB/sec.
10195 2024.11.28 05:00:01.267471 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10196 2024.11.28 05:00:01.267530 [ 187 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10197 2024.11.28 05:00:01.267656 [ 261 ] {1d2cb9ec-af23-4577-91f4-e3b1d584a0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10198 2024.11.28 05:00:01.267742 [ 261 ] {1d2cb9ec-af23-4577-91f4-e3b1d584a0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10199 2024.11.28 05:00:01.267891 [ 187 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10200 2024.11.28 05:00:01.268005 [ 187 ] {0e8b3475-94e8-4387-a3b1-0953aa3fcb52::all_1_71_14} <Trace> oximeter.fields_string (0e8b3475-94e8-4387-a3b1-0953aa3fcb52) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10201 2024.11.28 05:00:01.268132 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
10202 2024.11.28 05:00:01.268614 [ 261 ] {1d2cb9ec-af23-4577-91f4-e3b1d584a0ae} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10203 2024.11.28 05:00:01.268664 [ 261 ] {1d2cb9ec-af23-4577-91f4-e3b1d584a0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10204 2024.11.28 05:00:01.269066 [ 261 ] {1d2cb9ec-af23-4577-91f4-e3b1d584a0ae} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10205 2024.11.28 05:00:01.269350 [ 261 ] {1d2cb9ec-af23-4577-91f4-e3b1d584a0ae} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10206 2024.11.28 05:00:01.269533 [ 93 ] {} <Debug> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10207 2024.11.28 05:00:01.269614 [ 93 ] {} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10208 2024.11.28 05:00:01.269613 [ 261 ] {1d2cb9ec-af23-4577-91f4-e3b1d584a0ae} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.002 sec., 47500 rows/sec., 3.71 MiB/sec.
10209 2024.11.28 05:00:01.269650 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10210 2024.11.28 05:00:01.269808 [ 261 ] {1d2cb9ec-af23-4577-91f4-e3b1d584a0ae} <Debug> TCPHandler: Processed in 0.002411723 sec.
10211 2024.11.28 05:00:01.270094 [ 189 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::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
10212 2024.11.28 05:00:01.270212 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10213 2024.11.28 05:00:01.270609 [ 189 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10214 2024.11.28 05:00:01.270754 [ 189 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part
10215 2024.11.28 05:00:01.271119 [ 189 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 557 rows starting from the beginning of the part
10216 2024.11.28 05:00:01.271106 [ 266 ] {63c292b8-d350-4269-9ae6-d5b32b605096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10217 2024.11.28 05:00:01.271465 [ 189 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 390 rows starting from the beginning of the part
10218 2024.11.28 05:00:01.271541 [ 266 ] {63c292b8-d350-4269-9ae6-d5b32b605096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10219 2024.11.28 05:00:01.271838 [ 189 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 95 rows starting from the beginning of the part
10220 2024.11.28 05:00:01.272208 [ 189 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 392 rows starting from the beginning of the part
10221 2024.11.28 05:00:01.272666 [ 189 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 95 rows starting from the beginning of the part
10222 2024.11.28 05:00:01.274282 [ 266 ] {63c292b8-d350-4269-9ae6-d5b32b605096} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10223 2024.11.28 05:00:01.274356 [ 266 ] {63c292b8-d350-4269-9ae6-d5b32b605096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10224 2024.11.28 05:00:01.275527 [ 266 ] {63c292b8-d350-4269-9ae6-d5b32b605096} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10225 2024.11.28 05:00:01.276033 [ 266 ] {63c292b8-d350-4269-9ae6-d5b32b605096} <Trace> oximeter.measurements_cumulativeu64 (e6e14c82-2150-465a-85a4-a2df8cc628f0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10226 2024.11.28 05:00:01.276500 [ 266 ] {63c292b8-d350-4269-9ae6-d5b32b605096} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00581 sec., 27538.726333907056 rows/sec., 1.92 MiB/sec.
10227 2024.11.28 05:00:01.276874 [ 266 ] {63c292b8-d350-4269-9ae6-d5b32b605096} <Debug> TCPHandler: Processed in 0.006880692 sec.
10228 2024.11.28 05:00:01.276917 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2442 rows, containing 5 columns (5 merged, 0 gathered) in 0.007112258 sec., 343350.8739418621 rows/sec., 26.35 MiB/sec.
10229 2024.11.28 05:00:01.277078 [ 261 ] {} <Trace> TCP-Session: 97f1c16b-0d94-4bce-a52a-8b73011178ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10230 2024.11.28 05:00:01.277158 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10231 2024.11.28 05:00:01.277259 [ 261 ] {76fd5faa-1358-45c2-bedd-bf8bdff04174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10232 2024.11.28 05:00:01.277388 [ 261 ] {76fd5faa-1358-45c2-bedd-bf8bdff04174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10233 2024.11.28 05:00:01.277597 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10234 2024.11.28 05:00:01.277756 [ 187 ] {3197eb45-8e53-45eb-a688-ee31700f7c31::all_1_71_14} <Trace> oximeter.fields_uuid (3197eb45-8e53-45eb-a688-ee31700f7c31) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10235 2024.11.28 05:00:01.277887 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
10236 2024.11.28 05:00:01.278912 [ 261 ] {76fd5faa-1358-45c2-bedd-bf8bdff04174} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10237 2024.11.28 05:00:01.278959 [ 261 ] {76fd5faa-1358-45c2-bedd-bf8bdff04174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10238 2024.11.28 05:00:01.279703 [ 261 ] {76fd5faa-1358-45c2-bedd-bf8bdff04174} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10239 2024.11.28 05:00:01.279988 [ 261 ] {76fd5faa-1358-45c2-bedd-bf8bdff04174} <Trace> oximeter.measurements_histogramu64 (bc1908eb-a8a9-4c04-9b34-af4918a90f6a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10240 2024.11.28 05:00:01.280258 [ 261 ] {76fd5faa-1358-45c2-bedd-bf8bdff04174} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003051 sec., 10160.603080957064 rows/sec., 18.21 MiB/sec.
10241 2024.11.28 05:00:01.280361 [ 261 ] {76fd5faa-1358-45c2-bedd-bf8bdff04174} <Debug> TCPHandler: Processed in 0.003363885 sec.
10242 2024.11.28 05:00:01.280569 [ 266 ] {} <Trace> TCP-Session: 8015ff78-6309-4167-adb8-08a6ce2e44e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10243 2024.11.28 05:00:01.280715 [ 266 ] {32f9996f-bd82-454e-a872-88bb898427c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63215) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10244 2024.11.28 05:00:01.280781 [ 266 ] {32f9996f-bd82-454e-a872-88bb898427c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10245 2024.11.28 05:00:01.281387 [ 266 ] {32f9996f-bd82-454e-a872-88bb898427c3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10246 2024.11.28 05:00:01.281439 [ 266 ] {32f9996f-bd82-454e-a872-88bb898427c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10247 2024.11.28 05:00:01.281958 [ 266 ] {32f9996f-bd82-454e-a872-88bb898427c3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10248 2024.11.28 05:00:01.282271 [ 266 ] {32f9996f-bd82-454e-a872-88bb898427c3} <Trace> oximeter.measurements_u64 (fcb87114-44d3-43c3-9188-9d7d598793e2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10249 2024.11.28 05:00:01.282537 [ 266 ] {32f9996f-bd82-454e-a872-88bb898427c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00186 sec., 32258.06451612903 rows/sec., 2.17 MiB/sec.
10250 2024.11.28 05:00:01.282606 [ 266 ] {32f9996f-bd82-454e-a872-88bb898427c3} <Debug> TCPHandler: Processed in 0.002107837 sec.